This commit is contained in:
fro1991
2025-01-25 16:03:57 +07:00
parent e4f5712058
commit 57f7cbe14e
2 changed files with 51 additions and 1 deletions

View File

@ -69,6 +69,7 @@ import { PaymentApproval } from "./entity/payment_approval";
import { FinanceMemo } from "./entity/finance_memo";
import { BankGaransiPending } from "./entity/bank_garansi_pending";
import { TellerMutation } from "./entity/teller_mutation";
import { LogHikvision } from "./entity/log_hikvision";
export {
User, //
@ -148,5 +149,7 @@ export {
CreditApplicationChat,
CreditApplicationFileStatus,
Application,
TellerMutation
TellerMutation,
LogHikvision
};