| | |
| | | */ |
| | | package com.vci.ubcs.system.feign; |
| | | |
| | | import com.vci.ubcs.system.dto.ClassifyAuthDTO; |
| | | import com.vci.ubcs.system.entity.*; |
| | | import com.vci.ubcs.system.service.*; |
| | | import com.vci.ubcs.system.vo.DeptVO; |
| | |
| | | return R.data(mdmCountConfigService.getMdmCountConfig(userId)); |
| | | } |
| | | |
| | | @GetMapping(GETVIEWCLASSIFY) |
| | | public R<List<String>> getViewClassByRoleIds(List<String> roleIds,String authType,String buttonCode,String menuCode){ |
| | | return R.data(classifyAuthService.getViewClassByRoleIds(roleIds,authType,buttonCode,menuCode)); |
| | | } |
| | | |
| | | @PostMapping(SAVEADDCLASSIFYDEFAULTAUTH) |
| | | public R saveAddClassifyDefaultAuth(@RequestBody ClassifyAuthDTO classifyAuthDTOS){ |
| | | return classifyAuthService.saveAddClassifyDefaultAuth(classifyAuthDTOS); |
| | | } |
| | | |
| | | } |