| | |
| | | [ExporterHeader(DisplayName = "WMSä»»å¡å·")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "WMSä»»å¡å·")] |
| | | public string WMSTaskNum { get; set; } |
| | | |
| | | /// <summary> |
| | | /// èµ·ç¹å·¥ä½ |
| | | /// </summary> |
| | | [ImporterHeader(Name = "èµ·ç¹å·¥ä½")] |
| | | [ExporterHeader(DisplayName = "èµ·ç¹å·¥ä½")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "èµ·ç¹å·¥ä½")] |
| | | public int SourceStation { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç®çå·¥ä½ |
| | | /// </summary> |
| | | [ImporterHeader(Name = "ç®çå·¥ä½")] |
| | | [ExporterHeader(DisplayName = "ç®çå·¥ä½")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç®çå·¥ä½")] |
| | | public int TargetStation { get; set; } |
| | | } |
| | | } |