修改车辆下架记录接口
This commit is contained in:
parent
fa3512bb3c
commit
c7049ecc92
@ -47,7 +47,7 @@ public class EbikeBikeOrder implements Serializable {
|
|||||||
private Long orderCode;
|
private Long orderCode;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 工单类型 1 维修工单 2 换电工单
|
* 工单类型 1 维修工单 2 换电工单 3 调度工单
|
||||||
*/
|
*/
|
||||||
private String orderType;
|
private String orderType;
|
||||||
|
|
||||||
|
|||||||
@ -113,7 +113,7 @@ public class EbikeBikeInfoServiceImpl extends ServiceImpl<EbikeBikeInfoMapper, E
|
|||||||
private MinioUtil minioUtil;
|
private MinioUtil minioUtil;
|
||||||
@Resource
|
@Resource
|
||||||
private GeoCodingUtil geoCodingUtil;
|
private GeoCodingUtil geoCodingUtil;
|
||||||
@Autowired
|
@Resource
|
||||||
private EbikeVehicleListingRecordsMapper ebikeVehicleListingRecordsMapper;
|
private EbikeVehicleListingRecordsMapper ebikeVehicleListingRecordsMapper;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user