yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/pro/route/vo/process/MesProRouteProcessSaveReqVO.java
@@ -44,6 +44,9 @@ @Schema(description = "是否倒冲(true=报工时按BOM自动扣料;false=不自动扣料)", example = "true") private Boolean backflushFlag; @Schema(description = "产出产品物料编号(为空时默认用工单成品)", example = "100") private Long outputItemId; @Schema(description = "备注") private String remark;