feat(): 新增返回结果集对象

master
Number7 2024-08-04 16:54:39 +08:00
parent fd1eebe42c
commit 9d0f3b5435
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public class OrderPayCustomerServiceController {
/**
*
* @param customerListReq
* @return
* @return 1
*/
@RequestMapping(path = "/list",method = RequestMethod.POST)
@Operation(summary = "查看客户",description = "根据客户的名称,编码,是否开启等可以进行客户的筛选")