示例#1
0
 /**
  * 根据IP池类型和ip状态获得ip列表
  *
  * @param poolType
  * @return
  */
 public List<IpPool> getIpPoolByPoolTypeAndStatus(Integer poolType, Integer status) {
   return ipPoolDao.findByPoolTypeAndStatus(poolType, status);
 }