liu
14 小时以前 1eb432710b7a3a2e820be10b17c0138b377ee1b8
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/service/wm/barcode/MesWmBarcodeService.java
@@ -6,10 +6,12 @@
import cn.iocoder.yudao.module.mes.dal.dataobject.wm.barcode.MesWmBarcodeDO;
import jakarta.validation.Valid;
import java.util.Collection;
/**
 * MES 条码清单 Service 接口
 *
 * @author 芋道源码
 * @author 超级管理员
 */
public interface MesWmBarcodeService {
@@ -36,6 +38,14 @@
    void deleteBarcode(Long id);
    /**
     * 基于业务类型和业务编号数组,删除条码
     *
     * @param bizType 业务类型
     * @param bizIds 业务编号数组
     */
    void deleteBarcodeByBizTypeAndBizIds(Integer bizType, Collection<Long> bizIds);
    /**
     * 获得条码
     *
     * @param id 编号