/*_########################################################################## _## _## Copyright (C) 2012-2013 Kaito Yamada _## _########################################################################## */ package com.github.kaitoy.sneo.giane.model.dao; import com.github.kaitoy.sneo.giane.model.IpAddressRelation; public interface IpAddressRelationDao extends BaseDao<IpAddressRelation> { }