标致香水

文章
4
资源
0
加入时间
3年0月21天

微人事-基础信息设置-职称管理后端接口设计

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