blade-service/blade-mdm/src/main/java/org/springblade/mdm/flow/vo/ReplaceFlowStartVO.java
@@ -12,9 +12,12 @@ private String title; @Schema(description = "替换的程序包名id") private Long nodeId; @Schema(description = "临时id,prestart接口发送") private Long tempId; @Schema(description = "临时id,prestart接口发送,启动流程时回传") private String tempInstanceId; @Schema(description = "处理人id") private Long assignee; @Schema(description = "备注") private String comment; }