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