车辆筛选
This commit is contained in:
parent
f7602978be
commit
ed46729559
@ -278,9 +278,14 @@ public class EbikeBikeOrderController {
|
||||
}
|
||||
|
||||
/**
|
||||
* 车辆列表(工单用)
|
||||
*
|
||||
* 车辆列表(工单用)
|
||||
* @param regionId 区域Id
|
||||
* @param bikeCode 车辆编号
|
||||
* @param bikeStatus 车辆使用状态
|
||||
* @param acceptOrder 是否自己接单
|
||||
* @param orderType 工单类型
|
||||
* @return 操作结果
|
||||
* @throws IOException 异常
|
||||
*/
|
||||
@GetMapping("bikeList")
|
||||
public JsonResult<List<EbikeOrderBikeListDto>> bikeList(@RequestParam("regionId") Long regionId,String bikeCode,Integer bikeStatus,Boolean acceptOrder,Integer orderType) throws IOException {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user