S/DNAT复用地址池配置属性修改.
This commit is contained in:
@@ -11,7 +11,9 @@ public interface GroupAreaDao extends CrudDao<GroupAreaInfo>{
|
||||
|
||||
List<GroupAreaInfo> findGroupAreaInfoList(GroupAreaInfo entity);
|
||||
|
||||
GroupAreaInfo getInfoById(int groupId);
|
||||
GroupAreaInfo getInfoById(int id);
|
||||
|
||||
Integer getAreaCodeByGroupId(Integer groupId);
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user