自动化立体仓库 - WMS系统
zyx
2024-04-01 736d5e19b01e116d551d47e3782234ca3b62f0b4
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 {
 
}