| | |
| | | [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; } |
| | | |
| | | |
| | | |
| | | } |
| | | } |