| | |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true)] |
| | | public int ID { get; set; } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// è´¦å· |
| | | /// </summary> |
| | | [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "è´¦å·")] |
| | | public string Account { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æä½äººåå§å |
| | | /// </summary> |
| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// æ£ä¿®ç¶æ |
| | | /// </summary> |
| | | [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "æ£ä¿®ç¶æ")] |
| | | public int MaintenanceStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// çç»å |
| | | /// </summary> |
| | |
| | | |
| | | |
| | | /// <summary> |
| | | /// ipå°å |
| | | /// </summary> |
| | | [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "ipå°å")] |
| | | public string IPAddress { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åé
æ¶é´ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "åé
æ¶é´")] |