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