| | |
| | | public int Station_id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç«å°ç¼å· |
| | | /// 设å¤ä¿¡æ¯ |
| | | /// </summary> |
| | | [SugarColumn( ColumnDescription = "ç«å°ç¼å·")] |
| | | public int Station_code { get; set; } |
| | | [SugarColumn( ColumnDescription = "设å¤ä¿¡æ¯")] |
| | | public string Station_code { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç«å°åç§°remark |
| | | /// ç±»å(1ï¼å
¥åºï¼ï¼2ï¼åºåº) |
| | | /// </summary> |
| | | [SugarColumn(Length = 50, ColumnDescription = "ç«å°åç§°")] |
| | | public string Station_name { get; set; } |
| | | [SugarColumn(Length = 50, ColumnDescription = "ç±»å")] |
| | | public int Station_tasktype { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç±»å |
| | |
| | | public int Station_enable { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åºå(1:å¤ä¾§ 2:å
ä¾§) |
| | | /// åºå(1-4为巷é,5:å
ä¾§RGVï¼ï¼ï¼6ï¼å¤ä¾§RGV) |
| | | /// </summary> |
| | | [SugarColumn( ColumnDescription = "åºå",IsNullable =true)] |
| | | public int Station_Area { get; set; } |
| | |
| | | [SugarColumn(Length = 50, ColumnDescription = "HCJåæ¾ç¹")] |
| | | public int HCJStorageaddress { get; set; } |
| | | |
| | | /// <summary> |
| | | /// çå¾
ç¹1 |
| | | /// </summary> |
| | | [SugarColumn(Length = 50, ColumnDescription = "çå¾
ç¹1")] |
| | | public int WaitmomentOne { get; set; } |
| | | |
| | | /// <summary> |
| | | /// çå¾
ç¹2 |
| | | /// </summary> |
| | | [SugarColumn(Length = 50, ColumnDescription = "çå¾
ç¹2")] |
| | | public int WaitmomentTwo { get; set; } |
| | | |
| | | |
| | | } |
| | | } |