自动化立体仓库 - WMS系统
#
LSH
2023-09-17 7c9a9094492f40d99ff18009a7a2604980e6189a
src/main/java/com/zy/asrs/service/NodeService.java
@@ -23,4 +23,6 @@
    R stockPakin(PakinParam number, Long userId, Long hostId);
        R initPakout(List<InitPakoutParam> params, Long userId, Long hostId);
    void locMove(String sourceLocNo, String targetLocNo, Long userId);
}