李昊 4 years ago
parent
commit
a6627b512a
1 changed files with 6 additions and 0 deletions
  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>
         /// </summary>
         [DataColumn]
         [DataColumn]
         public string SendUserId { get; set; }
         public string SendUserId { get; set; }
+        /// <summary>
+        /// 是否撤回
+        /// </summary>
+        /// <value></value>
+        [DataColumn]
+        public bool IsRecall { get; set; }
     }
     }
 }
 }