自动化立体仓库 - WMS系统
野心家
2023-08-28 f5e8c627a7082b142c8f4b0fe5bbc17c68680361
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasErrLog;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasErrLogService extends IService<BasErrLog> {
 
}