自动化立体仓库 - WMS系统
whycq
2024-10-22 13b27d74a2c029aec8cca7afea5b6b94ea620073
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);
}