1
yangpeixing
2026-04-01 73569b329e4ed2293a63e5a739d5fb0314fc4fd8
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; }
    }
}