自动化立体仓库 - WMS系统
LSH
2023-08-28 3c09a80b4d01b8ea19ec48e2852ff9092d8153c4
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);
}