summaryrefslogtreecommitdiff
path: root/lib/nonsap/db.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nonsap/db.ts')
-rw-r--r--lib/nonsap/db.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/nonsap/db.ts b/lib/nonsap/db.ts
index 2b3cbda3..9ac5ec0a 100644
--- a/lib/nonsap/db.ts
+++ b/lib/nonsap/db.ts
@@ -4,6 +4,7 @@ import { unstable_cache } from 'next/cache';
// Types
export interface ScreenEvcp {
SCR_ID: string;
+ SCR_NM: string;
SCR_URL: string;
SCRT_CHK_YN: string; // 'Y' | 'N'
DEL_YN: string; // 'Y' | 'N'
@@ -13,7 +14,7 @@ export interface ScreenAuthEvcp {
SCR_ID: string;
ACSR_GB_CD: string; // 'U' | 'R' | 'D' | 'E'
ACSR_ID: string;
- AUTH_CD_SEARCH: string; // 'Y' | 'N'
+ AUTH_CD_SEARCH: string; // '1' | '0'
AUTH_CD_ADD: string;
AUTH_CD_DEL: string;
AUTH_CD_SAVE: string;