| | |
| | | /// æçç¼å· |
| | | /// </summary> |
| | | [ImporterHeader(Name = "æçç¼å·")] |
| | | [ExporterHeader(DisplayName = "æçç¼å·", IsIgnore = true)] |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "æçç¼å·")] |
| | | [ExporterHeader(DisplayName = "æçç¼å·", IsIgnore = false)] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "æçç¼å·")] |
| | | public string Current_PalletCode { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "车ç»å·")] |
| | | [ExporterHeader(DisplayName = "车ç»å·", IsIgnore = true)] |
| | | [SugarColumn(IsNullable = false, Length = 10, ColumnDescription = "车ç»å·")] |
| | | [SugarColumn(IsNullable = true, Length = 10, ColumnDescription = "车ç»å·")] |
| | | public string Current_Carset { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "车å·")] |
| | | [ExporterHeader(DisplayName = "车å·", IsIgnore = true)] |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "车å·")] |
| | | [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "车å·")] |
| | | public string Current_Models { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "åç§°")] |
| | | [ExporterHeader(DisplayName = "åç§°", IsIgnore = true)] |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "åç§°")] |
| | | [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "åç§°")] |
| | | public string Current_Parts { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "æ°é")] |
| | | [ExporterHeader(DisplayName = "æ°é", IsIgnore = true)] |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "æ°é")] |
| | | [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "æ°é")] |
| | | public int Current_count { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "车å")] |
| | | [ExporterHeader(DisplayName = "车å", IsIgnore = true)] |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "车å")] |
| | | [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "车å")] |
| | | public string Current_Vehiclenumber { get; set; } |
| | | /// <summary> |
| | | /// ç¶æ |
| | | /// </summary> |
| | | [ImporterHeader(Name = "ç¶æ")] |
| | | [ExporterHeader(DisplayName = "ç¶æ", IsIgnore = true)] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç¶æ")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "ç¶æ")] |
| | | public int Current_Static { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "å建人")] |
| | | [ExporterHeader(DisplayName = "å建人", IsIgnore = true)] |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "å建人")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "å建人")] |
| | | public string Creater { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "å建æ¶é´")] |
| | | [ExporterHeader(DisplayName = "å建æ¶é´", IsIgnore = true)] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "å建æ¶é´")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "å建æ¶é´")] |
| | | public DateTime CreateDate { get; set; } = DateTime.Now; |
| | | |
| | | /// <summary> |