Commit 983885ba by jianan

新单跟进60

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