Commit faeb9bdc by jianan

新单跟进61

parent 983885ba
......@@ -155,6 +155,12 @@ public class CustomerVO implements Serializable {
@Schema(description = "证件号码")
private String idCard;
/**
* 身份证地址
*/
@Schema(description = "身份证地址")
private String idCardAddress;
/**
* 护照号
*/
......@@ -257,6 +263,12 @@ public class CustomerVO implements Serializable {
@Schema(description = "公司地区代码")
private String companyAreaCode;
/**
* 公司地址邮政编码
*/
@Schema(description = "公司地址邮政编码")
private String companyAddressPostcode;
/**
* 公司电话
*/
......
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