yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/service/wm/barcode/MesWmBarcodeService.java
@@ -6,6 +6,8 @@ import cn.iocoder.yudao.module.mes.dal.dataobject.wm.barcode.MesWmBarcodeDO; import jakarta.validation.Valid; import java.util.Collection; /** * MES 条码清单 Service 接口 * @@ -36,6 +38,14 @@ void deleteBarcode(Long id); /** * 基于业务类型和业务编号数组,删除条码 * * @param bizType 业务类型 * @param bizIds 业务编号数组 */ void deleteBarcodeByBizTypeAndBizIds(Integer bizType, Collection<Long> bizIds); /** * 获得条码 * * @param id 编号