@@ -661,6 +661,7 @@ public class KwtWaybillOrderController {
* 分页查询运单信息
*/
@PostMapping("/findBillOrderListPage")
+ @Operation(summary = "分页查询运单信息")
public BaseResult<PageDataResult<WaybillOrderResp>> findBillOrderListPage(@RequestBody WaybillOrderReq req) {
return BaseResult.success(waybillOrderV1Service.findBillOrderListPage(req));
}