| | |
| | | /// <summary> |
| | | /// ç«å°ç¼å· |
| | | /// </summary> |
| | | [SugarColumn( ColumnDescription = "ç«å°ç¼å·")] |
| | | [SugarColumn(IsNullable = true,Length =500, ColumnDescription = "ç«å°ç¼å·")] |
| | | public string Station_code { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// ç±»å |
| | | /// </summary> |
| | | [SugarColumn( ColumnDescription = "ç«å°ç±»å")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "ç«å°ç±»å")] |
| | | public int Station_material { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// å åæºåæ¾è´§ç«å° |
| | | /// </summary> |
| | | [SugarColumn( ColumnDescription = "å åæºåæ¾è´§ç«å°")] |
| | | [SugarColumn(IsNullable = true,Length =50, ColumnDescription = "å åæºåæ¾è´§ç«å°")] |
| | | public string Station_storey { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// ç«å°æå±è®¾å¤ |
| | | /// </summary> |
| | | [SugarColumn(Length = 50, ColumnDescription = "ç«å°æå±è®¾å¤")] |
| | | [SugarColumn(IsNullable = true,Length = 50, ColumnDescription = "ç«å°æå±è®¾å¤")] |
| | | public string ChildPosiDeviceCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä»åºid |
| | | /// </summary> |
| | | [SugarColumn(ColumnDescription = "ä»åºid")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "ä»åºid")] |
| | | public int ro_id { get; set; } |
| | | } |
| | | } |