add: 添加内外部会议流程定义

This commit is contained in:
wxyclub
2023-10-18 16:45:19 +08:00
parent ffefa7fcde
commit 984cdebda6
@@ -63,6 +63,8 @@ public class ActDefineStartMap {
map.put("27","wdzxlc");
// 标准需求(翻译)申请流程
map.put("28","bzxqfy");
// 内外部会议入库流程
map.put("29","insideOutsideMeetingLibrary");
return map.get(type);
}