| | |
| | | /// <summary> |
| | | /// æçç±»å |
| | | /// </summary> |
| | | [ImporterHeader(Name = "æçç±»å")] |
| | | [ExporterHeader(IsIgnore =true)] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "æçç±»å")] |
| | | [ImporterHeader(Name = "æç®±ç±»å")] |
| | | [ExporterHeader(DisplayName = "æç®±ç±»å")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "æç®±ç±»å")] |
| | | public int PalletType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 设å¤ç¼å· |
| | | /// </summary> |
| | | [ImporterHeader(Name = "设å¤ç¼å·")] |
| | | [ExporterHeader(IsIgnore = true)] |
| | | [ExporterHeader(DisplayName = "设å¤ç¼å·")] |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "设å¤ç¼å·")] |
| | | public string DeviceCode { get; set; } |
| | | |
| | |
| | | public int Grade { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦åæ¶ |
| | | /// </summary> |
| | | [ImporterHeader(Name = "æ¯å¦åæ¶")] |
| | | [ExporterHeader(DisplayName = "æ¯å¦åæ¶")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "æ¯å¦åæ¶")] |
| | | public int IsCancel { get; set; } |
| | | |
| | | /// <summary> |
| | | /// WMSä»»å¡ |
| | | /// </summary> |
| | | [ImporterHeader(Name = "WMSä»»å¡å·")] |