Commit 204bc00b by jianan

Fna接口30

parent ded41eb5
...@@ -130,6 +130,12 @@ public class CustomerAddRequest implements Serializable { ...@@ -130,6 +130,12 @@ public class CustomerAddRequest implements Serializable {
private String companyType; private String companyType;
/** /**
* 固定电话
*/
@Schema(description = "固定电话")
private String fixedPhone;
/**
* 来源 * 来源
*/ */
@Schema(description = "客户来源") @Schema(description = "客户来源")
......
...@@ -37,7 +37,7 @@ public class CustomerExpand implements Serializable { ...@@ -37,7 +37,7 @@ public class CustomerExpand implements Serializable {
/** /**
* 客户类型 * 客户类型
*/ */
private Object customerType; private String customerType;
/** /**
* 居住地区代码 * 居住地区代码
......
...@@ -87,7 +87,7 @@ public class CustomerVO implements Serializable { ...@@ -87,7 +87,7 @@ public class CustomerVO implements Serializable {
* 出生日期 * 出生日期
*/ */
@Schema(description = "出生日期") @Schema(description = "出生日期")
private String birthdate; private Date birthdate;
/** /**
* 异常信息 * 异常信息
...@@ -210,6 +210,12 @@ public class CustomerVO implements Serializable { ...@@ -210,6 +210,12 @@ public class CustomerVO implements Serializable {
private Date createTime; private Date createTime;
/** /**
* 固定电话
*/
@Schema(description = "固定电话")
private String fixedPhone;
/**
* 客户类型 * 客户类型
*/ */
@Schema(description = "客户类型 字典值: csf_customer_type") @Schema(description = "客户类型 字典值: csf_customer_type")
......
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