master
张腾 2024-08-08 00:49:01 +08:00
parent da72ba458f
commit 4202d6abf7
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ import java.util.List;
@Tag(name = "客户控制层",description = "进行客户管理,查看等相关操作")
public class OrderPayCustomerController {
private final OrderPayCustomerService orderPayCustomerService;
@Autowired
private OrderPayCustomerService orderPayCustomerService;
@RequestMapping(path = "/list",method = RequestMethod.POST)
@Operation(summary = "查看客户",description = "根据客户的名称,编码,是否开启等可以进行客户的筛选")