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