自动化立体仓库 - WCS系统
#
taisheng
6 天以前 4453cdecbc6e7a925ae76e3223418654f1cf0b18
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> {
 
}