自动化立体仓库 - WCS系统
#
Junjie
2023-12-12 d8629bcb6b815c4149f21dadeea11367b1ed19d9
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> {
 
}