车辆筛选

This commit is contained in:
PC 2026-02-02 15:38:57 +08:00
parent f7602978be
commit ed46729559

View File

@ -279,8 +279,13 @@ public class EbikeBikeOrderController {
/** /**
* 车辆列表工单用 * 车辆列表工单用
* * @param regionId 区域Id
* @param bikeCode 车辆编号
* @param bikeStatus 车辆使用状态
* @param acceptOrder 是否自己接单
* @param orderType 工单类型
* @return 操作结果 * @return 操作结果
* @throws IOException 异常
*/ */
@GetMapping("bikeList") @GetMapping("bikeList")
public JsonResult<List<EbikeOrderBikeListDto>> bikeList(@RequestParam("regionId") Long regionId,String bikeCode,Integer bikeStatus,Boolean acceptOrder,Integer orderType) throws IOException { public JsonResult<List<EbikeOrderBikeListDto>> bikeList(@RequestParam("regionId") Long regionId,String bikeCode,Integer bikeStatus,Boolean acceptOrder,Integer orderType) throws IOException {