fix: Admin

Deskripsi:
- Penambahan field nama rekening di db bank
- Optimalisasi event
## No Issue
This commit is contained in:
2024-09-03 10:10:31 +08:00
parent 8a018462c7
commit 74108c3096
117 changed files with 2976 additions and 1144 deletions

View File

@@ -1,3 +1,4 @@
import { MODEL_USER } from "@/app_modules/home/model/interface";
import { MODEL_PROFILE_OLD } from "@/app_modules/home/model/user_profile";
export interface MODEL_INVESTASI {
@@ -127,6 +128,7 @@ export interface MODEL_INVOICE_INVESTASI {
masterBankId: string;
statusInvoiceId: string;
authorId: string;
Author: MODEL_USER
imagesId: string;
MasterBank: MODEL_MASTER_BANK;
StatusInvoice: MODEL_STATUS_INVOICE_INVESTASI;