zhuhao %!s(int64=2) %!d(string=hai) anos
pai
achega
13cecf5aaf
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      IMCS_CCS/Entitys/Device.cs

+ 3 - 0
IMCS_CCS/Entitys/Device.cs

@@ -39,6 +39,9 @@ namespace IMCS.CCS.Entitys
         [Column("use_state")]
         public bool UseState { get; set; }
 
+        [Column("description")]
+        public string Description { get; set; }
+
         [Column("disconnect_update_time")]
         public DateTime DisconnectUpdateTime { get; set; } = DateTime.Now;