yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/pro/task/vo/MesProTaskSaveReqVO.java
@@ -28,6 +28,12 @@ @Schema(description = "工序编号", example = "1") private Long processId; // 编辑时,可不传递 @Schema(description = "班组编号", example = "1") private Long teamId; @Schema(description = "班组名称", example = "运维一班") private String teamName; @Schema(description = "产品物料编号", example = "100") private Long itemId; // 编辑时,可不传递