Commit 76de4841 authored by zhangyingbin's avatar zhangyingbin

流程定义枚举修改

parent 8588cc5a
......@@ -6,11 +6,12 @@ import lombok.Getter;
@Getter
@AllArgsConstructor
public enum ProcessTypeEnum {
项目立项("projectApproval", "tz_ugp_project"),
项目结项("projectClosing", ""),
问题处理("problemHandling", "tz_ugp_quality_problem"),
人工处理("manualHandling", "");
项目立项("projectApproval", "项目立项流程", "tz_ugp_project"),
项目结项("projectClosing", "项目结项流程",""),
问题处理("problemHandling", "问题处理流程","tz_ugp_quality_problem"),
人工处理("manualHandling", "人工处理流程","");
String type;
String name;
String tableName;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment