/// <summary> /// 数据数量 同步 /// </summary> /// <returns></returns> public virtual int Count() { return(dbHelper.Count(countSql())); }