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