自动化立体仓库 - WMS系统
#
LSH
2022-11-29 5492ef73e74bf47d379be9e542ec02c91574a89f
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasSteErrLog;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasSteErrLogService extends IService<BasSteErrLog> {
 
}