엔티티조인 읽기전용 컬럼 추가

This commit is contained in:
kjs
2026-01-15 10:39:23 +09:00
parent 71af4dfc6b
commit 19dbe59e3a
8 changed files with 1011 additions and 591 deletions

View File

@@ -197,6 +197,7 @@ export const entityJoinApi = {
columnName: string;
columnLabel: string;
dataType: string;
inputType?: string;
description?: string;
}>;
}>;
@@ -205,6 +206,7 @@ export const entityJoinApi = {
columnName: string;
columnLabel: string;
dataType: string;
inputType?: string;
joinAlias: string;
suggestedLabel: string;
}>;