自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-13 63143376f579e5af2b6d6e6513fc3f9f186ca51c
src/main/java/com/zy/asrs/service/BasDevpService.java
@@ -3,6 +3,14 @@
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.BasDevp;
import java.util.List;
public interface BasDevpService extends IService<BasDevp> {
    List<Integer> getAvailableInSite();
    List<Integer> getAvailableOutSite();
    BasDevp checkSiteStatus(Integer devpNo);
}