自动化立体仓库 - WMS系统
LSH
2023-09-27 c94a87065a12006c1b3251418a13a459b23aa7e4
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);
}