@@ -40,4 +40,7 @@ public class EnterpriseCreateDTO {
@Schema(description = "法人手持身份证照片(图片路径)")
private String legalRepIdPhoto;
+
+ @Schema(description = "万里汇uid")
+ private String wanlihuiUid;
}
@@ -41,4 +41,7 @@ public class EnterpriseUpdateDTO {
@@ -89,4 +89,8 @@ public class EnterpriseVO {
@Schema(description = "法人手持身份证照片")
+ @com.fasterxml.jackson.annotation.JsonProperty("wanlihui_uid")
@@ -33,6 +33,9 @@ public class EnterpriseEntity extends PaymentTenantBaseEntity {
private Long serviceProviderId;
private String scopeLabel;
+ /** 万里汇uid(国外服务商必填) */
/** 入驻材料:营业执照(图片路径) */
private String businessLicense;