ludc
2024-05-17 58e1c4e2bdc8e4f8b647d7c2b9e5e5656a00b445
Source/UBCS/ubcs-service/ubcs-system/src/main/java/com/vci/ubcs/system/mapper/ClassifyAuthMapper.java
@@ -7,6 +7,7 @@
import java.util.List;
/**
 * 分类授权,数据授权
 * @author ludc
 * @date 2023/12/25 15:50
 */
@@ -14,4 +15,6 @@
   List<ClassifyAuth> getClassifyAuthList(@Param("classifyId") String classifyId);
   List<String> getViewClassByRoleIds(@Param("roleIds") List<String> roleIds,@Param("authType") String authType,@Param("buttonCode") String buttonCode,@Param("menuCode") String menuCode);
}