| | |
| | | public int StationType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 对åºåå车ç¹ID |
| | | /// 对åºåå车å¤å½¢æ£æµç¹ID |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "对åºåå车ç¹ID")] |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "对åºåå车å¤å½¢æ£æµç¹ID")] |
| | | public string RGVStationCode { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç«å°æ¯å¦å¯ç¨")] |
| | | public int IsOccupied { get; set; } |
| | | /// <summary> |
| | | /// 夿³¨(å¤å½¢æ£æµç¹ID) |
| | | /// 夿³¨ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |