| | |
| | | package com.zy.asrs.wms.asrs.service.impl; |
| | | |
| | | import com.zy.asrs.wms.asrs.mapper.WaitPakinLogMapper; |
| | | import com.zy.asrs.wms.asrs.entity.WaitPakinLog; |
| | | import com.zy.asrs.wms.asrs.service.WaitPakinLogService; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | @Service("waitPakinLogService") |
| | | public class WaitPakinLogServiceImpl extends ServiceImpl<WaitPakinLogMapper, WaitPakinLog> implements WaitPakinLogService { |
| | | |
| | | } |
| | | package com.zy.asrs.wms.asrs.service.impl;
|
| | |
|
| | | import com.zy.asrs.wms.asrs.mapper.WaitPakinLogMapper;
|
| | | import com.zy.asrs.wms.asrs.entity.WaitPakinLog;
|
| | | import com.zy.asrs.wms.asrs.service.WaitPakinLogService;
|
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
| | | import org.springframework.stereotype.Service;
|
| | |
|
| | | @Service("waitPakinLogService")
|
| | | public class WaitPakinLogServiceImpl extends ServiceImpl<WaitPakinLogMapper, WaitPakinLog> implements WaitPakinLogService {
|
| | |
|
| | | }
|