Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
wayne.lee
/
tsms
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
2
Wiki
Toiminta
Selaa lähdekoodia
[Cyril] - Modify Customer Table
tags/Baseline_30082024_FRONTEND_UAT
MSI\2Fi
1 vuosi sitten
vanhempi
6b18951fac
commit
802ab0031e
1 muutettua tiedostoa
jossa
3 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
src/app/api/subsidiary/index.ts
+ 3
- 1
src/app/api/subsidiary/index.ts
Näytä tiedosto
@@ -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 {
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna