@@ -28,9 +28,24 @@ public enum EBusinessType
[Description("部门领导节点")]
DepartmentLeader = 3,
+ /// <summary>
+ /// 中心班长
+ /// </summary>
+ [Description("中心班长")]
+ CenterMonitor = 4,
+
+ /// 中心领导
+ [Description("中心领导")]
+ CenterLeader = 5,
/// <summary>
/// 归档节点
/// </summary>
[Description("归档节点")]
File = 99,
+ [Description("其他")]
+ Unknown = 100,
}