政策征求意见流程

This commit is contained in:
wangzhijiang
2023-10-18 09:17:20 +08:00
parent a06f324b90
commit 6fa188cf35
2 changed files with 4 additions and 0 deletions
@@ -63,6 +63,8 @@ public class ActDefineStartMap {
map.put("27","wdzxlc");
// 标准需求(翻译)申请流程
map.put("28","bzxqfy");
// 政策征求意见流程
map.put("29","PolicySolicitOpinionProcessWorkFlow");
return map.get(type);
}