| | |
| | | public int Station_enable { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åºå |
| | | /// åºå(1:å¤ä¾§ 2:å
ä¾§) |
| | | /// </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; } |
| | | |
| | | |
| | | } |