自动化立体仓库 - WMS系统
#
TQS
2023-01-11 0abb8fc8c901a9aedf70c7c0e5bb86dbd2bd4031
src/main/java/com/zy/asrs/service/MobileService.java
@@ -14,7 +14,10 @@
     * 盘点
     */
    void adjust(MobileAdjustParam param, Long userId);
    void adjustNew(MobileAdjustParam param, Long userId);
    void packComb(CombParam param, Long userId);
    void pikingToFull(String s);
}