Example #1
0
 /// <summary>
 /// 查询条数
 /// </summary>
 /// <param name="wheres">查询条件</param>
 /// <returns>实体</returns>
 public int QueryCount(object wheres)
 {
     return(_dao.QueryCount(wheres));
 }