| | |
| | | public string PalletCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åºåå· |
| | | /// RGVæ§è¡è®¾å¤ |
| | | /// </summary> |
| | | [ImporterHeader(Name = "åºåå·")] |
| | | [ExporterHeader(DisplayName = "åºåå·")] |
| | | [SugarColumn(IsNullable = false, Length = 10, ColumnDescription = "åºåå·")] |
| | | [ImporterHeader(Name = "RGVæ§è¡è®¾å¤")] |
| | | [ExporterHeader(DisplayName = "RGVæ§è¡è®¾å¤")] |
| | | [SugarColumn(IsNullable = false, Length = 10, ColumnDescription = "RGVæ§è¡è®¾å¤")] |
| | | public string Roadway { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// å
°åä»»å¡id |
| | | /// </summary> |
| | | [ImporterHeader(Name = "å
°åä»»å¡id")] |
| | | [ExporterHeader(DisplayName = "å
°åä»»å¡id")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "å
°åä»»å¡id")] |
| | | public int LJTaskNum { get; set; } |
| | | |
| | | } |
| | | } |