/// <summary> /// 插入数据 /// </summary> /// <returns>返回,成功:true,失败:false</returns> public int Insert(Account entity) { return(dal.Insert(entity)); }