[권한 시스템 정리] 불필요한 권한 체크 함수 및 관련 코드 제거, 리소스 구조 개선

This commit is contained in:
2025-09-24 10:19:23 +09:00
parent d278b635e7
commit 1229faa777
4 changed files with 7 additions and 190 deletions

View File

@@ -24,7 +24,6 @@ export interface Resource {
description?: string; // 리소스 설명
menuYn?: string; // 메뉴 여부 (char(1))
componentType?: string; // 컴포넌트 세부 타입 (버튼, 그리드 등)
children?: Resource[]; // 자식 리소스들 (계층 구조)
}
// 사용자 권한 구조 (계층적 리소스 관리)