自动化立体仓库 - WMS系统
#1
dubin
2026-01-06 8416a2ccfedeb54b4244a38b8a53c1c5a5eec6a9
src/main/java/com/zy/asrs/service/BasCrnpService.java
@@ -3,6 +3,13 @@
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.BasCrnp;
import java.util.List;
public interface BasCrnpService extends IService<BasCrnp> {
    BasCrnp checkSiteStatus(Integer crnId);
    boolean checkSiteError(Integer crnNo, boolean pakin);
    List<Integer> getLevList();
}