feat(): 测试修改Api接口文档
parent
cdccb5d546
commit
dcdee87b2a
|
@ -24,19 +24,19 @@ public class CustomerListReq {
|
||||||
/**
|
/**
|
||||||
* 服务/客户名称
|
* 服务/客户名称
|
||||||
*/
|
*/
|
||||||
@Schema(name = "服务/客户名称", type = "String", description = "客户名称,为微服务中文名称")
|
@Schema(type = "String", description = "客户名称,为微服务中文名称")
|
||||||
private String appName;
|
private String appName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 服务/客户编码
|
* 服务/客户编码
|
||||||
*/
|
*/
|
||||||
@Schema(name = "服务/客户编码", type = "String", description = "客户名称,为微服务名称")
|
@Schema(name = "appCode", type = "String", description = "客户名称,为微服务名称")
|
||||||
private String appCode;
|
private String appCode;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 状态 - sys_yes_no
|
* 状态 - sys_yes_no
|
||||||
*/
|
*/
|
||||||
@Schema(name = "是否开启", type = "String", description = "客户状态,Y是开启,N关闭")
|
@Schema(type = "String", description = "客户状态,Y是开启,N关闭")
|
||||||
@IsSystemYesNo
|
@IsSystemYesNo
|
||||||
private String status;
|
private String status;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue