huanghongfeng
2025-11-10 234e0265fbed611b20f0903bb69fbf0bd5417c1c
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_Repair.cs
@@ -26,8 +26,8 @@
        /// æ‰˜ç›˜ç¼–号
        /// </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>
@@ -35,7 +35,7 @@
        /// </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>
@@ -43,7 +43,7 @@
        /// </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>
@@ -51,7 +51,7 @@
        /// </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>
@@ -59,7 +59,7 @@
        /// </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>
@@ -67,14 +67,14 @@
        /// </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>
@@ -82,7 +82,7 @@
        /// </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>
@@ -90,7 +90,7 @@
        /// </summary>
        [ImporterHeader(Name = "创建时间")]
        [ExporterHeader(DisplayName = "创建时间", IsIgnore = true)]
        [SugarColumn(IsNullable = false, ColumnDescription = "创建时间")]
        [SugarColumn(IsNullable = true, ColumnDescription = "创建时间")]
        public DateTime CreateDate { get; set; } = DateTime.Now;
        /// <summary>