update asset

This commit is contained in:
fro1991
2025-04-25 16:32:29 +07:00
parent 9bc8314865
commit 7c824a7c61
3 changed files with 91 additions and 91 deletions

View File

@ -61,6 +61,7 @@ import { BrivaCompanyUser } from "./entity/briva_company_users";
import { BrivaCompanyUserRefreshToken } from "./entity/briva_company_user_refresh_token";
import { BrivaAccount } from "./entity/briva_accounts";
import { BrivaTransaction } from "./entity/briva_transactions";
import { AssetSupplier } from "./entity/asset_supplier";
import { AssetFixedClassification } from "./entity/asset_fixed_classification";
import { AssetFixedType } from "./entity/asset_fixed_type";
@ -80,6 +81,9 @@ import { AssetInventoryCondition, AssetFixedTypeType } from "./types/asset";
import { AssetInventory } from "./entity/asset_inventories";
import { AssetInventoryAttribute } from "./entity/asset_inventory_attributes";
import { AssetInventoryHistory } from "./entity/asset_inventory_histories";
import { AssetInventoryDepreciation } from "./entity/asset_inventory_depreciations";
import { AssetInventoryDepreciationLog } from "./entity/asset_inventory_depreciation_logs";
import { RemitOtp } from "./entity/remit_otp";
import { RemitPartnerUser } from "./entity/remit_partner_users";
import { RemitPartner } from "./entity/remit_partners";
@ -147,11 +151,13 @@ export {
CategoryType,
PullerStatus,
Target,
BankGaransi,
BankGaransiPending,
BankGaransiType,
BankGaransiStatus,
BankGaransiPic,
Summarize,
SummarizeLog,
SummarizeLogStatus,
@ -160,6 +166,7 @@ export {
BpaFormat,
BpaLog,
Bpa,
CreditCompany,
CreditDebtor,
CreditTypeForms,
@ -172,14 +179,17 @@ export {
CreditApplicationFileStatus,
CreditConfigs,
CreditConfigInsurance,
Application,
TellerMutation,
LogHikvision,
BrivaCompany,
BrivaCompanyUser,
BrivaCompanyUserRefreshToken,
BrivaAccount,
BrivaTransaction,
AssetSupplier,
AssetFixedClassification,
AssetFixedType,
@ -200,6 +210,9 @@ export {
AssetInventoryAttribute,
AssetInventoryHistory,
AssetFixedTypeType,
AssetInventoryDepreciation,
AssetInventoryDepreciationLog,
RemitOtp,
RemitPartnerUser,
RemitPartner,