| | |
| | | package com.zy.asrs.wms.asrs.service.impl; |
| | | |
| | | import com.zy.asrs.wms.asrs.mapper.LocTypeMapper; |
| | | import com.zy.asrs.wms.asrs.entity.LocType; |
| | | import com.zy.asrs.wms.asrs.service.LocTypeService; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | @Service("locTypeService") |
| | | public class LocTypeServiceImpl extends ServiceImpl<LocTypeMapper, LocType> implements LocTypeService { |
| | | |
| | | } |
| | | package com.zy.asrs.wms.asrs.service.impl;
|
| | |
|
| | | import com.zy.asrs.wms.asrs.mapper.LocTypeMapper;
|
| | | import com.zy.asrs.wms.asrs.entity.LocType;
|
| | | import com.zy.asrs.wms.asrs.service.LocTypeService;
|
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
| | | import org.springframework.stereotype.Service;
|
| | |
|
| | | @Service("locTypeService")
|
| | | public class LocTypeServiceImpl extends ServiceImpl<LocTypeMapper, LocType> implements LocTypeService {
|
| | |
|
| | | }
|