From eb424d24e39bab4a245725f35deab3f234ea0f13 Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期五, 13 十二月 2019 10:48:50 +0800
Subject: [PATCH] 2019.12.13
---
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs | 34 ++++++++++++++++++++++++++++++++++
1 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs
index 113ad7b..7a5fef0 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs
@@ -1046,4 +1046,38 @@
public double Latitude = 0;
}
#endregion
+
+ #region 鈻� 娑堟伅绠$悊绫籣_________________________
+
+ /// <summary>
+ /// 淇℃伅缁撴灉
+ /// </summary>
+ public class MessageRecordInfo
+ {
+ /// <summary>
+ /// 涓婚敭
+ /// </summary>
+ public string Id = string.Empty;
+ /// <summary>
+ /// 鎴戜篃涓嶇煡閬撹繖涓槸浠�涔堥
+ /// </summary>
+ public string RegId = string.Empty;
+ /// <summary>
+ /// 娑堟伅鍐呭
+ /// </summary>
+ public string MsgContent = string.Empty;
+ /// <summary>
+ /// MsgType
+ /// </summary>
+ public string MsgType = string.Empty;
+ /// <summary>
+ /// 鏄惁宸茶
+ /// </summary>
+ public int IsRead = 0;
+ /// <summary>
+ /// 鏃堕棿 2019-09-10T13:11:55
+ /// </summary>
+ public string MsgTime = string.Empty;
+ }
+ #endregion
}
--
Gitblit v1.8.0