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