From f1c3921b08bb22ac6f5db22d620e01d7e8e5c49f Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期一, 30 十二月 2019 13:32:33 +0800 Subject: [PATCH] 2019-12-30-1 --- 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