自动化立体仓库 - WMS系统
Junjie
2023-06-07 d75c82842dac6d9f891e2e3d2aade153a8999619
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.asrs.service.impl;
 
import com.zy.asrs.mapper.BasShuttleErrLogMapper;
import com.zy.asrs.entity.BasShuttleErrLog;
import com.zy.asrs.service.BasShuttleErrLogService;
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;
 
@Service("basShuttleErrLogService")
public class BasShuttleErrLogServiceImpl extends ServiceImpl<BasShuttleErrLogMapper, BasShuttleErrLog> implements BasShuttleErrLogService {
 
}