修改pojo的swager3信息
parent
b438a0b2ea
commit
c68ffb8c63
|
@ -25,20 +25,20 @@ public class CustomerListReq {
|
||||||
/**
|
/**
|
||||||
* 服务/客户编码
|
* 服务/客户编码
|
||||||
*/
|
*/
|
||||||
@Schema(name = "服务/客户名称",type = "String",description = "客户名称,为微服务中文名称")
|
@Schema(defaultValue = "服务名称1",type = "String",description = "客户名称,为微服务中文名称")
|
||||||
private String appName;
|
private String appName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 客户描述
|
* 客户描述
|
||||||
*/
|
*/
|
||||||
@Schema(name = "服务/客户编码",type = "String",description = "客户名称,为微服务名称")
|
@Schema(name = "appCode",defaultValue = "ASDFGHJKL8848" ,type = "String",description = "客户名称,为微服务名称")
|
||||||
private String appCode;
|
private String appCode;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 状态
|
* 状态
|
||||||
* sys_yes_no
|
* sys_yes_no
|
||||||
*/
|
*/
|
||||||
@Schema(name = "是否开启",type = "String",defaultValue = "客户状态,Y是开启,N是关闭")
|
@Schema(type = "String",defaultValue = "Y",description = "客户状态,Y是开启,N是关闭")
|
||||||
@IsSystemYesNo
|
@IsSystemYesNo
|
||||||
private String status;
|
private String status;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue