zhuhao 2 년 전
부모
커밋
13cecf5aaf
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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;