项目清单确认流程

This commit is contained in:
yuezhihang
2021-08-30 17:50:45 +08:00
parent 4c6cffa061
commit 900437039d
6 changed files with 59 additions and 5 deletions
@@ -24,6 +24,7 @@ public class ActDefineStartMap {
map.put("8","nonConformanceRectificationKey");
map.put("9","standardReadWkflow");
map.put("10","itemlistvalidationprocessKey");
return map.get(type);
}
}