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