/// <summary> /// 更新一条数据 /// </summary> public bool Update(Mod_TB_STA model) { return(dal.Update(model)); }