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