| | |
| | | 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-4为巷é,5:å
ä¾§RGVï¼ï¼ï¼6ï¼å¤ä¾§RGV) |
| | | /// </summary> |
| | | [SugarColumn( ColumnDescription = "åºå",IsNullable =true)] |
| | | public int Station_Area { get; set; } |
| | |
| | | /// <summary> |
| | | /// è¿éå°åæ¯1 |
| | | /// </summary> |
| | | [SugarColumn(Length = 255, ColumnDescription = "è¿éå°åæ¯1")] |
| | | public string MotherCarDeviceCode { get; set; } |
| | | [SugarColumn(Length = 50, ColumnDescription = "è¿éå°åæ¯1")] |
| | | public int MotherCarDeviceCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è¿éå°åæ¯2 |
| | | /// </summary> |
| | | [SugarColumn(Length = 255, ColumnDescription = "è¿éå°åæ¯2")] |
| | | public string MotherCardeputy { get; set; } |
| | | [SugarColumn(Length = 50, ColumnDescription = "è¿éå°åæ¯2")] |
| | | public int MotherCardeputy { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¯å°åï¼å¯¹æ å åæºåè´§å£ï¼ |
| | | /// </summary> |
| | | [SugarColumn(Length = 255, ColumnDescription = "æ¯å°å")] |
| | | public string Motherinlaw { get; set; } |
| | | |
| | | [SugarColumn(Length = 50, ColumnDescription = "æ¯å°å")] |
| | | public int Motherinlaw { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åå°åï¼å¯¹æ è¿éç«å°) |
| | | /// </summary> |
| | | [SugarColumn(Length = 255, ColumnDescription = "åå°å")] |
| | | public string ZicheMotherinlaw { get; set; } |
| | | [SugarColumn(Length = 50, ColumnDescription = "åå°å")] |
| | | public int ZicheMotherinlaw { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// HCJåæ¾ç¹ |
| | | /// </summary> |
| | | [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; } |
| | | |
| | | |
| | | } |