自动化立体仓库 - WMS系统
#
zjj
2024-10-21 797a5ff00e5b9d730e2778d09effe9f81cb4bd58
src/main/java/com/zy/asrs/service/MobileService.java
@@ -9,6 +9,7 @@
import com.zy.asrs.entity.param.OffSaleParam;
import java.util.Date;
import java.util.Map;
public interface MobileService {
@@ -38,4 +39,6 @@
    void stockOut(OrderDetl orderDetl, BasDevp staNo, LocDetl locDetl,
                  Double curOutQty, Integer ioType, Long userId, Date now);
    void leftoversOut(Map<String, Object> map, Long userId);
}