| | |
| | | package com.zy.asrs.wms.asrs.service.impl; |
| | | |
| | | import com.zy.asrs.wms.asrs.mapper.WaveDetlLogMapper; |
| | | import com.zy.asrs.wms.asrs.entity.WaveDetlLog; |
| | | import com.zy.asrs.wms.asrs.service.WaveDetlLogService; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | @Service("waveDetlLogService") |
| | | public class WaveDetlLogServiceImpl extends ServiceImpl<WaveDetlLogMapper, WaveDetlLog> implements WaveDetlLogService { |
| | | |
| | | } |
| | | package com.zy.asrs.wms.asrs.service.impl;
|
| | |
|
| | | import com.zy.asrs.wms.asrs.mapper.WaveDetlLogMapper;
|
| | | import com.zy.asrs.wms.asrs.entity.WaveDetlLog;
|
| | | import com.zy.asrs.wms.asrs.service.WaveDetlLogService;
|
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
| | | import org.springframework.stereotype.Service;
|
| | |
|
| | | @Service("waveDetlLogService")
|
| | | public class WaveDetlLogServiceImpl extends ServiceImpl<WaveDetlLogMapper, WaveDetlLog> implements WaveDetlLogService {
|
| | |
|
| | | }
|