Example #1
0
 /**
  * 根据查询参数获取记录总数
  *
  * @return
  */
 public int getCellUpicInfoCount(Map<String, Object> parameter) {
   return cellUpicInfoMapper.getCellUpicInfoCount(parameter);
 }