Commit faeb9bdc by jianan

新单跟进61

parent 983885ba
...@@ -156,6 +156,12 @@ public class CustomerVO implements Serializable { ...@@ -156,6 +156,12 @@ public class CustomerVO implements Serializable {
private String idCard; private String idCard;
/** /**
* 身份证地址
*/
@Schema(description = "身份证地址")
private String idCardAddress;
/**
* 护照号 * 护照号
*/ */
@Schema(description = "护照号") @Schema(description = "护照号")
...@@ -258,6 +264,12 @@ public class CustomerVO implements Serializable { ...@@ -258,6 +264,12 @@ public class CustomerVO implements Serializable {
private String companyAreaCode; private String companyAreaCode;
/** /**
* 公司地址邮政编码
*/
@Schema(description = "公司地址邮政编码")
private String companyAddressPostcode;
/**
* 公司电话 * 公司电话
*/ */
@Schema(description = "公司电话") @Schema(description = "公司电话")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment