自动化立体仓库 - WMS系统
zhangchao
2024-11-20 3885879e740b34868b7927a6b801e070843f2124
src/main/java/com/zy/asrs/service/RowLastnoService.java
@@ -5,4 +5,6 @@
public interface RowLastnoService extends IService<RowLastno> {
    RowLastno findBySection(Integer row);
}