Pre Merge pull request !111 from MAO_LEE/N/A

This commit is contained in:
MAO_LEE 2023-11-07 10:01:02 +00:00 committed by Gitee
commit 60858ed841
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -499,7 +499,7 @@ public class ApplymentsRequest implements Serializable {
* </pre>
*/
@SerializedName(value = "finance_license_pics")
private String financeLicensePics;
private List<String> financeLicensePics;
}