/** 多表分页查询 */
 @Transactional(readOnly = true)
 public Page listPageAnyTable(PageRequest pr) {
   return basicParametersDao.listPageAnyTable(pr);
 }