增加客户列表接口
parent
9676dcd7cb
commit
4f5d99be68
|
@ -27,7 +27,7 @@ public class CustomerListReq {
|
||||||
/**
|
/**
|
||||||
* 服务/客户名称
|
* 服务/客户名称
|
||||||
*/
|
*/
|
||||||
@Schema(name = "服务/客户名称",type = "String",description = "客户名称,为微服务中文名称")
|
@Schema(type = "String",description = "客户名称,为微服务中文名称")
|
||||||
private String appName;
|
private String appName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue