自动化立体仓库 - WMS系统
#
DELL
2022-05-06 b43d307ac60607bcc556ca52c54cee0176b66273
src/main/java/com/zy/asrs/service/MatOutService.java
@@ -4,8 +4,6 @@
import com.zy.asrs.entity.param.StockOutParam;
import com.zy.common.model.LocDetlDto;
import java.util.List;
public interface MatOutService {
    /**
@@ -20,5 +18,5 @@
     * @param locDetls 待出库产品
     * @param ioType 入出库类型
     */
    void stockOut(String billNO,BasDevp staNo, LocDetlDto locDetls, Integer ioType, Long userId);
    void stockOut(String billNO,Integer seqNo,BasDevp staNo, LocDetlDto locDetls, Integer ioType, Long userId);
}