肖洋
2025-02-11 992a33ca68af405d08da512c46d7d59ec3ceaabc
Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs
@@ -148,5 +148,13 @@
        [ExporterHeader(DisplayName = "备注")]
        [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "备注")]
        public string Remark { get; set; }
        /// <summary>
        /// 托盘产线
        /// </summary>
        [ImporterHeader(Name = "托盘产线")]
        [ExporterHeader(DisplayName = "托盘产线")]
        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "托盘产线")]
        public string ProductionLine { get; set; }
    }
}