增加客户列表接口

master
zhang chengzhi 2024-08-01 00:07:43 +08:00
parent 9676dcd7cb
commit 4f5d99be68
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public class CustomerListReq {
/** /**
* / * /
*/ */
@Schema(name = "服务/客户名称",type = "String",description = "客户名称,为微服务中文名称") @Schema(type = "String",description = "客户名称,为微服务中文名称")
private String appName; private String appName;
/** /**