/// <summary> /// 获得照片的数量 /// </summary> /// <returns></returns> public int GetCount(string strWhere) { return(_photo.GetCount(strWhere)); }