Compare commits

..

No commits in common. "f90bf633546476c19f02bdb11dce2d868c4d423c" and "52389292a7d365ac02bcdaaebeeac6e348dc47c1" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

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