自动化立体仓库 - WCS系统
#
Junjie
2023-10-14 d91f689178f6cd84e12e73a5248534dc6713dbce
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasLiftErr;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasLiftErrService extends IService<BasLiftErr> {
 
}