自动化立体仓库 - WMS系统
whycq
2024-05-16 b06b9d3dd87bbb6f41d08cdb65890b4c1f80564b
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 {
 
}