自动化立体仓库 - WMS系统
LSH
2022-12-01 d1a21b211f7965d3a2ccde249cd980f1015e8f21
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> {
 
}