| | |
| | | package com.zy.asrs.wms.asrs.service.impl; |
| | | |
| | | import com.zy.asrs.wms.asrs.mapper.LocAreaMapper; |
| | | import com.zy.asrs.wms.asrs.entity.LocArea; |
| | | import com.zy.asrs.wms.asrs.service.LocAreaService; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | @Service("locAreaService") |
| | | public class LocAreaServiceImpl extends ServiceImpl<LocAreaMapper, LocArea> implements LocAreaService { |
| | | |
| | | } |
| | | package com.zy.asrs.wms.asrs.service.impl;
|
| | |
|
| | | import com.zy.asrs.wms.asrs.mapper.LocAreaMapper;
|
| | | import com.zy.asrs.wms.asrs.entity.LocArea;
|
| | | import com.zy.asrs.wms.asrs.service.LocAreaService;
|
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
| | | import org.springframework.stereotype.Service;
|
| | |
|
| | | @Service("locAreaService")
|
| | | public class LocAreaServiceImpl extends ServiceImpl<LocAreaMapper, LocArea> implements LocAreaService {
|
| | |
|
| | | }
|