类 PositionGetHandler


  • @Component
    public class PositionGetHandler
    extends Object
    职位信息列表获取处理
    作者:
    guer
    • 构造器详细资料

      • PositionGetHandler

        public PositionGetHandler()
    • 方法详细资料

      • getPosition

        public List<PositionDataDTO> getPosition​(Long userId)
        获取职位信息列表
        参数:
        userId - 用户ID
        返回:
        职位信息列表
      • setPositionService

        @Autowired
        public void setPositionService​(PositionService positionService)
      • setDepartmentService

        @Autowired
        public void setDepartmentService​(DepartmentService departmentService)
      • setDutyService

        @Autowired
        public void setDutyService​(DutyService dutyService)