自动化立体仓库 - WMS系统
Junjie
2023-10-07 2fc0c174375c1d40ae5baeaa2a96f1ebfdd8c64e
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasShuttleErrLog;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasShuttleErrLogService extends IService<BasShuttleErrLog> {
 
}