yanjinhui
2025-08-28 6a50daac547ebaf0c2503803626e12fbc63c0bb6
ÏîÄ¿´úÂë/ºó¶Ë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_CustomIPaddress.cs
@@ -15,12 +15,16 @@
        [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主键")]
        public  int  ID { get; set; }
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "IP地址")]
        [SugarColumn(IsNullable = true,ColumnDescription = "IP地址")]
        public string  IPaddress { get; set; }
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "自定义ip地址的中文名字")]
        public string  Addressname { get; set; }
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "轨道站专属id")]
        public int StationID { get; set; }
    }
}