This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liushuai
/
hz-project-management
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
29
Wiki
Activity
Browse Source
增加模版类型
master
WendyYang
1 year ago
parent
54ba54531b
commit
ee16147cb6
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
pmapi/src/main/java/com/ningdatech/pmapi/expert/model/enumeration/ReviewTemplateTypeEnum.java
+ 3
- 1
pmapi/src/main/java/com/ningdatech/pmapi/expert/model/enumeration/ReviewTemplateTypeEnum.java
View File
@@ -21,7 +21,9 @@ public enum ReviewTemplateTypeEnum {
CONSTRUCTION_SCHEME_REVIEW("建设方案评审", 2),
ACCEPTANCE_SCHEME_REVIEW("验收方案评审", 3);
ACCEPTANCE_SCHEME_REVIEW("验收方案评审", 3),
DEPT_JOIN_REVIEW("部门联审", 4);
private final String value;
Write
Preview
Loading…
Cancel
Save