| | |
| | | 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> |
| | | /// åºå |
| | | /// åºå(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; } |
| | | |
| | | |
| | | } |