李昊 hace 4 años
padre
commit
a6627b512a
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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; }
     }
 }