调整查询仓库类工单接口名
This commit is contained in:
parent
1ae82034b6
commit
2f654817c0
|
|
@ -24,7 +24,7 @@ public class WareHouseApi {
|
|||
private IInvoicingOrdersApi invoicingOrdersApi;
|
||||
|
||||
@ApiOperation(value = "仓库类服务指令工单-查询工单信息", notes = "仓库类服务指令工单-查询工单信息")
|
||||
@GetMapping(value = "/queryCareList")
|
||||
@GetMapping(value = "/queryOrderList")
|
||||
public Result<InvoicingDirectiveEntity> queryCareList(InvoicingDirectiveEntity dto,
|
||||
@RequestParam(name = "pageNo", defaultValue = "1") Integer pageNo,
|
||||
@RequestParam(name = "pageSize", defaultValue = "10") Integer pageSize,
|
||||
|
|
|
|||
Loading…
Reference in New Issue