ds.Tables[0].Columns.Add("TJFS", typeof(string));
for (int i = 0; i < ds.Tables[0].Rows.Count; i++)
{
ds.Tables[0].Rows[i]["TJFS"] = "无调减";
}