master
陈思豪 2024-08-09 11:43:40 +08:00
parent 4caca9954a
commit 83f07f1279
1 changed files with 5 additions and 5 deletions

View File

@ -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;