自动化立体仓库 - WMS系统
luxiaotao1123
2020-07-29 03e5ff030c6883df3daec952b7bc9af13ecd130c
src/main/java/com/zy/asrs/service/BasCrnpService.java
@@ -5,4 +5,6 @@
public interface BasCrnpService extends IService<BasCrnp> {
    BasCrnp checkSiteStatus(Integer crnId);
}