自动化立体仓库 - WMS系统
pang.jiabao
4 天以前 4aebedd582c7b1beb23df39829c341b40343e2ce
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> {
 
}