master
parent
849bdc5725
commit
4caca9954a
|
@ -23,19 +23,19 @@ public class CustomerListReq {
|
|||
/**
|
||||
* 服务/客户名称
|
||||
*/
|
||||
@Schema(type = "String" , defaultValue = "客户名称", description = "客户的名称")
|
||||
@Schema(type = "String" , title = "客户名称", description = "客户的名称")
|
||||
private String appName;
|
||||
|
||||
/**
|
||||
* 服务/客户编号
|
||||
*/
|
||||
@Schema(type = "String" , defaultValue = "customer_code", description = "客户的编码")
|
||||
@Schema(type = "String" , defaultValue = "customer_code", title = "客户的编码")
|
||||
private String appCode;
|
||||
|
||||
/**
|
||||
* 是否开启
|
||||
*/
|
||||
@Schema(type = "String" ,defaultValue = "Y", description = "客户状态,Y是对,N关闭")
|
||||
@Schema(type = "String" ,defaultValue = "Y",description = "客户状态,Y是对,N关闭" , title = "客户状态,Y是对,N关闭")
|
||||
@IsSystemYesNo
|
||||
private String status;
|
||||
|
||||
|
|
Loading…
Reference in New Issue