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