경제지표 재화 보유

경제지표 아이템 보유
게임로그 스냅샷
히스토리 비즈니스로그 기준 변경
This commit is contained in:
2025-08-04 17:40:37 +09:00
parent 2ba8594e6b
commit f4b629df52
40 changed files with 2710 additions and 1131 deletions

View File

@@ -12,7 +12,7 @@
},
"columns": [
{
"id": "timestamp",
"id": "logTime",
"type": "date",
"width": "200px",
"title": "일시(KST)",
@@ -22,25 +22,38 @@
}
},
{
"id": "dbType",
"id": "category",
"type": "option",
"width": "100px",
"title": "DB타입",
"option_name": "opDBType"
"title": "로그종류",
"option_name": "opLogCategory"
},
{
"id": "historyType",
"id": "action",
"type": "option",
"width": "150px",
"title": "이력종류",
"option_name": "opHistoryType"
"title": "로그액션",
"option_name": "opLogAction"
},
{
"id": "userId",
"id": "status",
"type": "option",
"width": "100px",
"title": "상태",
"option_name": "opCommonStatus"
},
{
"id": "worker",
"type": "text",
"width": "100px",
"title": "작업자"
},
{
"id": "message",
"type": "text",
"width": "100px",
"title": "비고"
},
{
"id": "detail",
"type": "button",