This commit is contained in:
fro1991
2025-02-02 12:22:40 +07:00
parent 02a0377840
commit c6cd286fc2
2 changed files with 60 additions and 2 deletions

View File

@ -70,6 +70,7 @@ 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";
import { CreditConfigs } from "./entity/credit_config";
export {
User, //
@ -150,6 +151,6 @@ export {
CreditApplicationFileStatus,
Application,
TellerMutation,
LogHikvision
LogHikvision,
CreditConfigs
};