fix
Desc: - Perubahan minor Issue: Di server master bidang bisnis tidak terpanggil
This commit is contained in:
@@ -1,9 +1,25 @@
|
||||
export interface LIST_PORTOFOLIO {
|
||||
id: string;
|
||||
namaBisnis: string;
|
||||
alamatKantor: string;
|
||||
tlpn: string;
|
||||
deskripssi: string;
|
||||
masterBidangBisnisId: string;
|
||||
active: boolean;
|
||||
}
|
||||
id: string;
|
||||
namaBisnis: string;
|
||||
alamatKantor: string;
|
||||
tlpn: string;
|
||||
deskripssi: string;
|
||||
masterBidangBisnisId: string;
|
||||
active: boolean;
|
||||
}
|
||||
|
||||
export interface BIDANG_BISNIS {
|
||||
id: string;
|
||||
name: string;
|
||||
active: boolean;
|
||||
}
|
||||
|
||||
export interface GET_ONE_PORTOFOLIO {
|
||||
id: string;
|
||||
namaBisnis: string;
|
||||
alamatKantor: string;
|
||||
deskripssi: string;
|
||||
tlpn: string;
|
||||
active: boolean;
|
||||
MasterBidangBisnis: BIDANG_BISNIS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user