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