| | |
| | | public int Station_code { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç«å°åç§°remark |
| | | /// ç«å°åç§°(1ï¼å
¥åºï¼ï¼2ï¼åºåº) |
| | | /// </summary> |
| | | [SugarColumn(Length = 50, ColumnDescription = "ç«å°åç§°")] |
| | | public string Station_name { get; set; } |
| | | public int Station_tasktype { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç±»å |
| | |
| | | public int Station_enable { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åºå(1:å¤ä¾§ 2:å
ä¾§) |
| | | /// åºå(5:å
ä¾§RGVï¼ï¼ï¼6ï¼å¤ä¾§RGV) |
| | | /// </summary> |
| | | [SugarColumn( ColumnDescription = "åºå",IsNullable =true)] |
| | | public int Station_Area { get; set; } |