| | |
| | | package com.zy.asrs.wms.asrs.service.impl; |
| | | |
| | | import com.zy.asrs.wms.asrs.mapper.LocMapMapper; |
| | | import com.zy.asrs.wms.asrs.entity.LocMap; |
| | | import com.zy.asrs.wms.asrs.service.LocMapService; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | @Service("locMapService") |
| | | public class LocMapServiceImpl extends ServiceImpl<LocMapMapper, LocMap> implements LocMapService { |
| | | |
| | | } |
| | | package com.zy.asrs.wms.asrs.service.impl;
|
| | |
|
| | | import com.zy.asrs.wms.asrs.mapper.LocMapMapper;
|
| | | import com.zy.asrs.wms.asrs.entity.LocMap;
|
| | | import com.zy.asrs.wms.asrs.service.LocMapService;
|
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
| | | import org.springframework.stereotype.Service;
|
| | |
|
| | | @Service("locMapService")
|
| | | public class LocMapServiceImpl extends ServiceImpl<LocMapMapper, LocMap> implements LocMapService {
|
| | |
|
| | | }
|