| | |
| | | package com.zy.asrs.wms.asrs.service.impl; |
| | | |
| | | import com.zy.asrs.wms.asrs.mapper.WaveLogMapper; |
| | | import com.zy.asrs.wms.asrs.entity.WaveLog; |
| | | import com.zy.asrs.wms.asrs.service.WaveLogService; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | @Service("waveLogService") |
| | | public class WaveLogServiceImpl extends ServiceImpl<WaveLogMapper, WaveLog> implements WaveLogService { |
| | | |
| | | } |
| | | package com.zy.asrs.wms.asrs.service.impl;
|
| | |
|
| | | import com.zy.asrs.wms.asrs.mapper.WaveLogMapper;
|
| | | import com.zy.asrs.wms.asrs.entity.WaveLog;
|
| | | import com.zy.asrs.wms.asrs.service.WaveLogService;
|
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
| | | import org.springframework.stereotype.Service;
|
| | |
|
| | | @Service("waveLogService")
|
| | | public class WaveLogServiceImpl extends ServiceImpl<WaveLogMapper, WaveLog> implements WaveLogService {
|
| | |
|
| | | }
|