| | |
| | | package com.zy.asrs.wms.asrs.service.impl; |
| | | |
| | | import com.zy.asrs.wms.asrs.mapper.LocAreaTypeMapper; |
| | | import com.zy.asrs.wms.asrs.entity.LocAreaType; |
| | | import com.zy.asrs.wms.asrs.service.LocAreaTypeService; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | @Service("locAreaTypeService") |
| | | public class LocAreaTypeServiceImpl extends ServiceImpl<LocAreaTypeMapper, LocAreaType> implements LocAreaTypeService { |
| | | |
| | | } |
| | | package com.zy.asrs.wms.asrs.service.impl;
|
| | |
|
| | | import com.zy.asrs.wms.asrs.mapper.LocAreaTypeMapper;
|
| | | import com.zy.asrs.wms.asrs.entity.LocAreaType;
|
| | | import com.zy.asrs.wms.asrs.service.LocAreaTypeService;
|
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
| | | import org.springframework.stereotype.Service;
|
| | |
|
| | | @Service("locAreaTypeService")
|
| | | public class LocAreaTypeServiceImpl extends ServiceImpl<LocAreaTypeMapper, LocAreaType> implements LocAreaTypeService {
|
| | |
|
| | | }
|