Commit 98c06e72 by jianan

Fna接口18

parent aeeee127
...@@ -188,7 +188,7 @@ public class CustomerAddRequest implements Serializable { ...@@ -188,7 +188,7 @@ public class CustomerAddRequest implements Serializable {
/** /**
* 客户类型 * 客户类型
*/ */
@Schema(description = "客户类型 个人-INDIVIDUAL, 企业-COMPANY") @Schema(description = "客户类型 字典值: csf_customer_type")
private String customerType; private String customerType;
/** /**
...@@ -209,6 +209,10 @@ public class CustomerAddRequest implements Serializable { ...@@ -209,6 +209,10 @@ public class CustomerAddRequest implements Serializable {
@Schema(description = "是否长期出国 字典值: sys_no_yes") @Schema(description = "是否长期出国 字典值: sys_no_yes")
private String longtimeAbroad; private String longtimeAbroad;
/**
* 地址
*/
@Schema(description = "地址列表")
private List<AddressVO> addressList; private List<AddressVO> addressList;
/** /**
......
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