feat(): 新增返回结果集对象
parent
fd1eebe42c
commit
9d0f3b5435
|
@ -39,7 +39,7 @@ public class OrderPayCustomerServiceController {
|
||||||
/**
|
/**
|
||||||
* 查询所有的客户
|
* 查询所有的客户
|
||||||
* @param customerListReq 客户列表请求参数
|
* @param customerListReq 客户列表请求参数
|
||||||
* @return 客户列表
|
* @return 客户列表1
|
||||||
*/
|
*/
|
||||||
@RequestMapping(path = "/list",method = RequestMethod.POST)
|
@RequestMapping(path = "/list",method = RequestMethod.POST)
|
||||||
@Operation(summary = "查看客户",description = "根据客户的名称,编码,是否开启等可以进行客户的筛选")
|
@Operation(summary = "查看客户",description = "根据客户的名称,编码,是否开启等可以进行客户的筛选")
|
||||||
|
|
Loading…
Reference in New Issue