换电记录
This commit is contained in:
parent
da8e224fae
commit
4e2ddeceb7
@ -34,6 +34,7 @@ import jakarta.annotation.Resource;
|
|||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import org.apache.kafka.common.errors.ResourceNotFoundException;
|
import org.apache.kafka.common.errors.ResourceNotFoundException;
|
||||||
import org.springframework.beans.BeanUtils;
|
import org.springframework.beans.BeanUtils;
|
||||||
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
import org.springframework.transaction.annotation.Transactional;
|
import org.springframework.transaction.annotation.Transactional;
|
||||||
import org.springframework.util.StringUtils;
|
import org.springframework.util.StringUtils;
|
||||||
@ -122,7 +123,7 @@ public class EbikeBikeInfoServiceImpl extends ServiceImpl<EbikeBikeInfoMapper, E
|
|||||||
private EbikeDispatchRecordsMapper ebikeDispatchRecordsMapper;
|
private EbikeDispatchRecordsMapper ebikeDispatchRecordsMapper;
|
||||||
@Resource
|
@Resource
|
||||||
private EbikeScheduleWorkOrderExtensionMapper ebikeScheduleWorkOrderExtensionMapper;
|
private EbikeScheduleWorkOrderExtensionMapper ebikeScheduleWorkOrderExtensionMapper;
|
||||||
@Autowired
|
@Resource
|
||||||
private EbikeVehicleDispatchFileMapper ebikeVehicleDispatchFileMapper;
|
private EbikeVehicleDispatchFileMapper ebikeVehicleDispatchFileMapper;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user