wangxinhui
2025-11-21 5336bfc54525253a30f1f8238806d3a67f388e14
项目代码/WCS/WCSServices/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs
@@ -205,5 +205,21 @@
        [ExporterHeader(DisplayName = "澶囨敞")]
        [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "澶囨敞")]
        public string Remark { get; set; }
        /// <summary>
        /// 鍔犲伐涓績缂栫爜
        /// </summary>
        [ImporterHeader(Name = "鍔犲伐涓績缂栫爜")]
        [ExporterHeader(DisplayName = "鍔犲伐涓績缂栫爜")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鍔犲伐涓績缂栫爜")]
        public string WorkCentreCode { get; set; }
        /// <summary>
        /// 鐗╂枡缂栧彿
        /// </summary>
        [ImporterHeader(Name = "MES璁″垝Id")]
        [ExporterHeader(DisplayName = "MES璁″垝Id")]
        [SugarColumn(IsNullable = true, ColumnDescription = "MES璁″垝Id")]
        public int DispatchPlanId { get; set; }
    }
}