Initial commit

This commit is contained in:
2026-05-29 17:49:25 +09:00
commit 330105cb27
1081 changed files with 148694 additions and 0 deletions
@@ -0,0 +1,24 @@
= 메뉴 사용 이력
== 개요
시스템에 접속한 사용자의 메뉴 사용 이력을 조회
== Table
* 메뉴 사용 이력 : TN_CF_MENU_USE_HISTORY
== API
.HistoryController.java
. 일별 메뉴 사용 이력 조회 +
GET /history/menu-use-by-date +
Query ID : selectMenuUseHistoryByDatePagingList
. 월별 메뉴 사용 이력 조회 +
GET /history/menu-use-by-month +
Query ID : selectMenuUseHistoryByMonthPagingList
== 화면
image::menuUserHistoty.png[]
=== 기능별 설명
- 엑셀다운로드 : 조회 조건과 동일한 조회 결과 값을 담은 엑셀 파일을 다운로드 하는 기능