自动化立体仓库 - WMS系统
dubin
1 天以前 071db78d02b68f71f855d54bdac44417147a2787
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();
}