Enum Class的使用
cn.herodotus.engine.supplier.upms.logic.enums.OrganizationCategory
使用OrganizationCategory的程序包
程序包
说明
-
cn.herodotus.engine.supplier.upms.logic.entity.hr中OrganizationCategory的使用
-
cn.herodotus.engine.supplier.upms.logic.enums中OrganizationCategory的使用
修饰符和类型方法说明static OrganizationCategorystatic OrganizationCategoryReturns the enum constant of this class with the specified name.static OrganizationCategory[]OrganizationCategory.values()Returns an array containing the constants of this enum class, in the order they are declared. -
cn.herodotus.engine.supplier.upms.logic.repository.hr中OrganizationCategory的使用
-
cn.herodotus.engine.supplier.upms.logic.service.hr中OrganizationCategory的使用
修饰符和类型方法说明SysOrganizationService.findAll(OrganizationCategory organizationCategory) org.springframework.data.domain.Page<SysOrganization>SysOrganizationService.findByCondition(int pageNumber, int pageSize, OrganizationCategory organizationCategory)