라벨명 표시기능

This commit is contained in:
kjs
2025-09-08 14:20:01 +09:00
parent 1eeda775ef
commit 2d07041110
20 changed files with 1415 additions and 497 deletions

View File

@@ -521,6 +521,7 @@ export interface ScreenDefinition {
screenName: string;
screenCode: string;
tableName: string;
tableLabel?: string; // 테이블 라벨 (한글명)
companyCode: string;
description?: string;
isActive: string;