| | |
| | | public int StationType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æå±PLC |
| | | /// é¶ä»¶å·å°å |
| | | /// </summary> |
| | | [ImporterHeader(Name = "æå±PLC")] |
| | | [ExporterHeader(DisplayName = "æå±PLC")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "æå±PLC")] |
| | | [ImporterHeader(Name = "é¶ä»¶å·å°å")] |
| | | [ExporterHeader(DisplayName = "é¶ä»¶å·å°å")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "é¶ä»¶å·å°å")] |
| | | public string StationDeviceCode { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | public string StationRemark { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 线ä½ç¼å·(å设å¤ç¼å·) |
| | | /// 嫿å·å°å |
| | | /// </summary> |
| | | [ImporterHeader(Name = "线ä½ç¼å·(å设å¤ç¼å·)")] |
| | | [ExporterHeader(DisplayName = "线ä½ç¼å·(å设å¤ç¼å·)")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "线ä½ç¼å·(å设å¤ç¼å·)")] |
| | | [ImporterHeader(Name = "嫿å·å°å")] |
| | | [ExporterHeader(DisplayName = "嫿å·å°å")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "嫿å·å°å")] |
| | | public string StationChildCode { get; set; } |
| | | |
| | | /// <summary> |