View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window system-business-organization-7.3.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.stylefeng.roses.kernel.system.modular.organization.entity
├─ cn.stylefeng.roses.kernel.system.modular.organization.entity.HrOrgApprover.class - [JAR]
├─ cn.stylefeng.roses.kernel.system.modular.organization.entity.HrOrganization.class - [JAR]
├─ cn.stylefeng.roses.kernel.system.modular.organization.entity.HrPosition.class - [JAR]
cn.stylefeng.roses.kernel.system.modular.organization.mapper
├─ cn.stylefeng.roses.kernel.system.modular.organization.mapper.HrOrgApproverMapper.class - [JAR]
├─ cn.stylefeng.roses.kernel.system.modular.organization.mapper.HrOrganizationMapper.class - [JAR]
├─ cn.stylefeng.roses.kernel.system.modular.organization.mapper.HrPositionMapper.class - [JAR]
cn.stylefeng.roses.kernel.system.modular.organization.wrapper
├─ cn.stylefeng.roses.kernel.system.modular.organization.wrapper.OrgExpandWrapper.class - [JAR]
cn.stylefeng.roses.kernel.system.modular.organization.factory
├─ cn.stylefeng.roses.kernel.system.modular.organization.factory.OrganizationFactory.class - [JAR]
cn.stylefeng.roses.kernel.system.modular.organization.service
├─ cn.stylefeng.roses.kernel.system.modular.organization.service.DataScopeService.class - [JAR]
├─ cn.stylefeng.roses.kernel.system.modular.organization.service.HrOrgApproverService.class - [JAR]
├─ cn.stylefeng.roses.kernel.system.modular.organization.service.HrOrganizationService.class - [JAR]
├─ cn.stylefeng.roses.kernel.system.modular.organization.service.HrPositionService.class - [JAR]
cn.stylefeng.roses.kernel.system.modular.organization.controller
├─ cn.stylefeng.roses.kernel.system.modular.organization.controller.HrOrgApproverController.class - [JAR]
├─ cn.stylefeng.roses.kernel.system.modular.organization.controller.HrOrganizationController.class - [JAR]
├─ cn.stylefeng.roses.kernel.system.modular.organization.controller.HrPositionController.class - [JAR]
cn.stylefeng.roses.kernel.system.modular.organization.service.impl
├─ cn.stylefeng.roses.kernel.system.modular.organization.service.impl.HrOrgApproverServiceImpl.class - [JAR]
├─ cn.stylefeng.roses.kernel.system.modular.organization.service.impl.HrOrganizationServiceImpl.class - [JAR]
├─ cn.stylefeng.roses.kernel.system.modular.organization.service.impl.HrPositionServiceImpl.class - [JAR]
cn.stylefeng.roses.kernel.system.modular.organization.pojo.request
├─ cn.stylefeng.roses.kernel.system.modular.organization.pojo.request.HrOrgApproverRequest.class - [JAR]
cn.stylefeng.roses.kernel.system.modular.organization.enums
├─ cn.stylefeng.roses.kernel.system.modular.organization.enums.HrOrgApproverExceptionEnum.class - [JAR]