|
|
@@ -145,4 +145,10 @@ public class WorkflowWorkNodeRespVO {
|
|
|
@Schema(description = "作业发起人", example = "7919")
|
|
|
private String initiatorName;
|
|
|
|
|
|
+ @Schema(description = "作业类型")
|
|
|
+ private String workType;
|
|
|
+
|
|
|
+ @Schema(description = "紧急程度")
|
|
|
+ private String urgencyLevel;
|
|
|
+
|
|
|
}
|