yangys
2025-09-04 86079d1c2bd7981165487e6e08d2399b80687f6e
blade-service/blade-mdm/src/main/java/org/springblade/mdm/flow/service/FlowProgramProperties.java
@@ -67,12 +67,16 @@
   @Schema(description = "专业组长id")
   private Long teamLeaderId;
   @Schema(description = "编程员id")
   @Schema(description = "默认编程员id")
   private Long programmerId;
   @Schema(description = "校对员id")
   @Schema(description = "默认校对员id")
   private Long checkerId;
   @Schema(description = "审核高师ID")
   @Schema(description = "默认审核高师ID")
   private Long seniorId;
   @Schema(description = "实际编程员id")
   private Long actProgrammerId;
   @Schema(description = "是否临时流程:Y/N")
   private String isTempFlow;
}