自动化立体仓库 - WMS系统
Junjie
2023-05-29 6e4f47f4104854252933b2e552ae9543fa73ce3a
src/main/java/com/zy/asrs/service/LocRuleService.java
@@ -5,4 +5,6 @@
public interface LocRuleService extends IService<LocRule> {
    LocRule find(String matnr, String batch, int startRow, int endRow);
}