1
yangpeixing
2026-03-02 4a1765ea61fb8706bddbf90b91b310e2ce0e9f7d
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; }
    }
}