Merge remote-tracking branch 'upstream/main'

This commit is contained in:
kjs 2026-02-26 13:53:50 +09:00
commit a8c433d8d5
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ export interface ColumnSettings {
displayColumn?: string; // 🎯 Entity 조인에서 표시할 컬럼명
displayOrder?: number; // 표시 순서
isVisible?: boolean; // 표시 여부
categoryRef?: string | null; // 카테고리 참조
}
export interface TableLabels {