完成巡检
This commit is contained in:
parent
7a82af94c1
commit
964a155010
@ -26,7 +26,6 @@ import com.mybatisflex.spring.service.impl.ServiceImpl;
|
|||||||
import jakarta.annotation.Resource;
|
import jakarta.annotation.Resource;
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import org.postgresql.geometric.PGpoint;
|
import org.postgresql.geometric.PGpoint;
|
||||||
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.web.multipart.MultipartFile;
|
import org.springframework.web.multipart.MultipartFile;
|
||||||
@ -95,7 +94,8 @@ public class EbikeBikeOrderServiceImpl extends ServiceImpl<EbikeBikeOrderMapper,
|
|||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
private EbikeBatteryInfoMapper ebikeBatteryInfoMapper;
|
private EbikeBatteryInfoMapper ebikeBatteryInfoMapper;
|
||||||
@Autowired
|
|
||||||
|
@Resource
|
||||||
private EbikeOrderFileMapper ebikeOrderFileMapper;
|
private EbikeOrderFileMapper ebikeOrderFileMapper;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user