/// <summary> /// 更新一条数据 /// </summary> public bool Update_Stove(string C_SCUTCHEON, string stove) { return(dal.Update_Stove(C_SCUTCHEON, stove)); }