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