自动化立体仓库 - WMS系统
skyouc
2 天以前 f68b9ac29a52528d0e01b39626a0eb7ff9bb4cb9
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> {
 
}