데이터 흐름 관계도 테이블 화면에 회사코드 컬럼 추가

This commit is contained in:
2025-09-10 15:40:49 +09:00
parent 1b7bdab4c6
commit fdd849fa0d
2 changed files with 4 additions and 40 deletions

View File

@@ -97,6 +97,7 @@ export interface DataFlowDiagram {
tableCount: number;
relationshipCount: number;
tables: string[];
companyCode: string; // 회사 코드 추가
createdAt: Date;
createdBy: string;
updatedAt: Date;