| | |
| | | public int stationID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 任务号 |
| | | /// 站台类型 |
| | | /// </summary> |
| | | [ImporterHeader(Name = "站台类型")] |
| | | [ExporterHeader(DisplayName = "站台类型")] |
| | |
| | | [ExporterHeader(DisplayName = "坐标地址")] |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "坐标地址")] |
| | | public string stationLocation { get; set; } |
| | | |
| | | /// <summary> |
| | | /// MOM设备编号 |
| | | /// </summary> |
| | | [ImporterHeader(Name = "MOM设备编号")] |
| | | [ExporterHeader(DisplayName = "MOM设备编号")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "MOM设备编号")] |
| | | public string stationEquipMOM { get; set; } |
| | | } |
| | | } |