自动化立体仓库 - WMS系统
*
L
2025-07-15 534c10d070b5396d22dad2778d159899c36cfa3c
src/main/java/com/zy/asrs/service/RowLastnoService.java
@@ -5,4 +5,8 @@
public interface RowLastnoService extends IService<RowLastno> {
    RowLastno findBySection(Integer row);
    Integer selectNextWhsType();
}