Uses of Class
net.risesoft.y9public.entity.Y9logIpDeptMapping
-
Packages that use Y9logIpDeptMapping Package Description net.risesoft.y9public.repository net.risesoft.y9public.repository.custom net.risesoft.y9public.repository.custom.impl -
-
Uses of Y9logIpDeptMapping in net.risesoft.y9public.repository
Methods in net.risesoft.y9public.repository that return types with arguments of type Y9logIpDeptMapping Modifier and Type Method Description List<Y9logIpDeptMapping>Y9logIpDeptMappingRepository. findByClientIpSection(String clientIpSection)List<Y9logIpDeptMapping>Y9logIpDeptMappingRepository. findByTenantIdAndClientIpSection(String tenantId, String clientIpSection) -
Uses of Y9logIpDeptMapping in net.risesoft.y9public.repository.custom
Methods in net.risesoft.y9public.repository.custom that return types with arguments of type Y9logIpDeptMapping Modifier and Type Method Description net.risesoft.pojo.Y9Page<Y9logIpDeptMapping>Y9logIpDeptMappingCustomRepository. pageSearchList(int page, int rows, String clientIpSection, String deptName) -
Uses of Y9logIpDeptMapping in net.risesoft.y9public.repository.custom.impl
Methods in net.risesoft.y9public.repository.custom.impl that return types with arguments of type Y9logIpDeptMapping Modifier and Type Method Description net.risesoft.pojo.Y9Page<Y9logIpDeptMapping>Y9logIpDeptMappingCustomRepositoryImpl. pageSearchList(int page, int rows, String clientIp4Abc, String deptName)
-