自动化立体仓库 - WCS系统
Junjie
2023-11-30 f8c14df2d6ceb57d1e8a389b62d6996d90a073fd
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasShuttle;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasShuttleService extends IService<BasShuttle> {
 
}