自动化立体仓库 - WMS系统
zyx
2024-03-29 16a3dbbf28606a90dd6dadeffe843f53f72d3955
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> {
 
}