| | |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | public int Id { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "åºå主é®")] |
| | | public int AreaId { get; set; } |
| | | //[SugarColumn(IsNullable = false, ColumnDescription = "åºå主é®")] |
| | | //public int AreaId { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "ç¼åç¹ç¼å·")] |
| | | public string PointCode { get; set; } |
| | |
| | | [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "ç¼åç¹ç¶æ")] |
| | | public int PointStatus { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "ç¼åæ¶åºååç§°")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç¼åæ¶åºååç§°")] |
| | | public string PointName { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "ç¼åç¹å¯ç¨ç¶æ")] |
| | | public int EnableStatus { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "è´§ä½è¡")] |
| | | public int Row { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "è´§ä½å")] |
| | | public int Column { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "è´§ä½æ·±åº¦")] |
| | | public int Depth { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç¼åç¹ç±»å")] |
| | | public int PointType { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 500, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |