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); }