This website works better with JavaScript.
Home
Explore
Help
Sign In
wayne.lee
/
tsms
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
[Cyril] - modify SubsidiaryTable
tags/Baseline_30082024_FRONTEND_UAT
MSI\2Fi
1 year ago
parent
c717367332
commit
6b18951fac
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/app/api/customer/index.ts
+ 1
- 0
src/app/api/customer/index.ts
View File
@@ -57,6 +57,7 @@ export interface SubsidiaryTable {
district: string | null;
email: string | null;
subsidiaryType: string;
subsidiaryContacts: Contact[];
}
export interface Contact {
Write
Preview
Loading…
Cancel
Save