Exemplo n.º 1
0
 /**
  * 根据查询参数获取记录列表
  *
  * @return
  */
 public List<CellUpicInfo> getCellUpicInfos(Map<String, Object> parameter) {
   return cellUpicInfoMapper.getCellUpicInfos(parameter);
 }