微人事-基础信息设置-职称管理后端接口设计
职称管理后端接口设计查询接口新增接口更新接口删除接口controllerservice查询接口controller @GetMapping("/") public List<JobLevel> getAllJobLevels() { return jobLevelService.getAllJobLevels(); }service public List<JobLevel> get