Uses of Class
cn.herodotus.engine.logic.upms.entity.hr.SysOrganization
Packages that use SysOrganization
Package
Description
-
Uses of SysOrganization in cn.herodotus.engine.logic.upms.converter
Methods in cn.herodotus.engine.logic.upms.converter with parameters of type SysOrganizationModifier and TypeMethodDescriptioncn.hutool.v7.core.tree.TreeNode<String>SysOrganizationToTreeNodeConverter.convert(SysOrganization sysOrganization) -
Uses of SysOrganization in cn.herodotus.engine.logic.upms.repository.hr
Methods in cn.herodotus.engine.logic.upms.repository.hr that return types with arguments of type SysOrganizationModifier and TypeMethodDescriptionSysOrganizationRepository.findByCategory(OrganizationCategory category) 根据组织分类查询组织 -
Uses of SysOrganization in cn.herodotus.engine.logic.upms.service.hr
Methods in cn.herodotus.engine.logic.upms.service.hr that return types with arguments of type SysOrganizationModifier and TypeMethodDescriptionSysOrganizationService.findAll(OrganizationCategory organizationCategory) org.springframework.data.domain.Page<SysOrganization>SysOrganizationService.findByCondition(int pageNumber, int pageSize, OrganizationCategory organizationCategory) SysOrganizationService.getRepository()