自动化立体仓库 - WMS系统
zhangc
2025-01-08 617a8c4fc0b81ec4b96db8a013a91f4e666b0b96
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 {
 
}