yangys
2025-08-14 33e6270d2d3a40591e58d45fd8435d2f3eaf66b2
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;
}