log 파일 추가, 권한별 메뉴 기능 추가

This commit is contained in:
2025-12-22 18:27:39 +09:00
parent de1f548784
commit 3c6a5015c7
10 changed files with 354 additions and 11 deletions

View File

@@ -21,5 +21,4 @@ public class YearEntity {
@Size(max = 20)
@Column(name = "status", length = 20)
private String status;
}