1
wankeda
2 天以前 0cc7b55a04bc96c76e8ac3b02793dff1c69e578a
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; }
    }
}