Browse Source

消息格式化添加登录用户账号

lihai 6 years ago
parent
commit
e6e1050c19
1 changed files with 4 additions and 0 deletions
  1. 4 0
      codegit/CallCenterCommon/CallCenter.Utility/Web/AjaxResult.cs

+ 4 - 0
codegit/CallCenterCommon/CallCenter.Utility/Web/AjaxResult.cs

@@ -21,6 +21,10 @@ namespace CallCenter.Utility
21 21
         /// 获取 返回数据
22 22
         /// </summary>
23 23
         public object data { get; set; }
24
+        /// <summary>
25
+        /// 获取 用户数据
26
+        /// </summary>
27
+        public object users { get; set; }
24 28
     }
25 29
     /// <summary>
26 30
     /// 表示 ajax 操作结果类型的枚举