yanjinhui
2025-11-14 920390be74afb8a585fa0fc2a1359ecb52b1c5af
ÏîÄ¿´úÂë/ºó¶Ë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_CustomIPaddress.cs
@@ -15,7 +15,7 @@
        [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地址的中文名字")]