This commit is contained in:
gaojiabao
2023-02-28 10:44:12 +08:00
parent 1d00e1c8c3
commit 3adaeddbf1
2 changed files with 16 additions and 2 deletions
@@ -59,8 +59,10 @@ public class ActDefineStartMap {
map.put("25","enterpriseStandardSystemRevisionPlan");
map.put("26","qbzxdlxjh");
// 问答流程
map.put("27","wdzxlc");
// 标准需求(翻译)申请流程
map.put("28","bzxqfy");
return map.get(type);
}