自动化立体仓库 - WMS系统
zjj
2023-11-07 5e0ba9b17077b43cad9e44495f0fefb938b1845f
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();
}