修改车辆下架记录接口

This commit is contained in:
小朱 2025-04-22 16:21:51 +08:00
parent fa3512bb3c
commit c7049ecc92
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ public class EbikeBikeOrder implements Serializable {
private Long orderCode;
/**
* 工单类型 1 维修工单 2 换电工单
* 工单类型 1 维修工单 2 换电工单 3 调度工单
*/
private String orderType;

View File

@ -113,7 +113,7 @@ public class EbikeBikeInfoServiceImpl extends ServiceImpl<EbikeBikeInfoMapper, E
private MinioUtil minioUtil;
@Resource
private GeoCodingUtil geoCodingUtil;
@Autowired
@Resource
private EbikeVehicleListingRecordsMapper ebikeVehicleListingRecordsMapper;
@Override