summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/[lng]/serp/page.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/[lng]/serp/page.tsx b/app/[lng]/serp/page.tsx
index 0c9e0d3f..73e8d653 100644
--- a/app/[lng]/serp/page.tsx
+++ b/app/[lng]/serp/page.tsx
@@ -17,6 +17,9 @@ const TABLES = [
'TB_SAP_MaterialRelease',
'TB_SAP_MaterialReceiving',
'TB_SAP_MaterialPurchase',
+ // 새로 추가된 Technical Guidance 테이블들
+ 'Technical_Guidance_Investment',
+ 'Technical_Guidance_Order',
]
export default async function Page() {