1
wankeda
2026-03-12 5bedccab71622d4c0f3b9e75966802be704ee019
WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs
@@ -197,5 +197,13 @@
        [ExporterHeader(DisplayName = "备注")]
        [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "备注")]
        public string Remark { get; set; }
        /// <summary>
        /// RGV编号
        /// </summary>
        [ImporterHeader(Name = "RGV编号")]
        [ExporterHeader(DisplayName = "RGV编号")]
        [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "RGV编号")]
        public string RGVCode { get; set; }
    }
}