ludc
2024-01-18 296f034c06ca8542b39878f860ffa5b909914338
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);
}