1
yangpeixing
2026-03-13 c84eb83d59f5d3057a6f3dbc375d3c98a6447c2f
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; }
    }
}