李昊 4 年之前
父節點
當前提交
a6627b512a
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      gx_api/GxPress/Model/GxPress.Entity/Notice.cs

+ 6 - 0
gx_api/GxPress/Model/GxPress.Entity/Notice.cs

@@ -89,5 +89,11 @@ namespace GxPress.Entity
         /// </summary>
         [DataColumn]
         public string SendUserId { get; set; }
+        /// <summary>
+        /// 是否撤回
+        /// </summary>
+        /// <value></value>
+        [DataColumn]
+        public bool IsRecall { get; set; }
     }
 }