自动化立体仓库 - WMS系统
zyh
3 天以前 b26b26e7170f4b86642176ac62955e57e1dc74a9
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasStation;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasStationService extends IService<BasStation> {
 
}