소스 검색

[Cyril] - Modify Customer Table

tags/Baseline_30082024_FRONTEND_UAT
MSI\2Fi 1 년 전
부모
커밋
802ab0031e
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      src/app/api/subsidiary/index.ts

+ 3
- 1
src/app/api/subsidiary/index.ts 파일 보기

@@ -22,7 +22,9 @@ export interface CustomerTable {
brNo: string | null;
address: string | null;
district: string | null;
customerType: string
customerType: string;

contacts: Contact[];
}

export interface CustomerType {


불러오는 중...
취소
저장