master
parent
4caca9954a
commit
83f07f1279
|
@ -39,25 +39,25 @@ public class CustomerResp {
|
|||
/**
|
||||
* 服务/客户编号
|
||||
*/
|
||||
@Schema(defaultValue = "客户编码",type = "String" , description = "客户的编码")
|
||||
@Schema(type = "String" , description = "客户的编码")
|
||||
private String appCode;
|
||||
|
||||
/**
|
||||
* 客户描述
|
||||
*/
|
||||
@Schema(defaultValue = "客户描述",type = "String" , description = "客户名称")
|
||||
@Schema(type = "String" , description = "客户名称")
|
||||
private String appDesc;
|
||||
|
||||
/**
|
||||
* 是否开启
|
||||
*/
|
||||
@Schema(defaultValue = "Y",type = "String" , description = "客户状态")
|
||||
@Schema(type = "String" , description = "客户状态")
|
||||
private String status;
|
||||
|
||||
@Schema(defaultValue = "创建人",type = "String" , description = "muyu")
|
||||
@Schema(type = "String" , description = "muyu")
|
||||
private String createBy;
|
||||
|
||||
@Schema(defaultValue = "2024-8-4 10:33:25",type = "String" , description = "创建时间")
|
||||
@Schema(type = "String" , description = "创建时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date createTime;
|
||||
|
||||
|
|
Loading…
Reference in New Issue