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