自动化立体仓库 - WMS系统
cl
6 天以前 83027cad5e5913f696343f18bc1d213de70f4ef9
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();
}