update aset

This commit is contained in:
fro1991
2025-04-16 16:26:27 +07:00
parent 35966def5c
commit d8aa311a21
4 changed files with 82 additions and 9 deletions

View File

@ -79,6 +79,7 @@ import { AssetPurchaseInvoice } from "./entity/asset_purchase_invoice";
import { AssetInventoryCondition } from "./types/asset"
import { AssetInventory } from "./entity/asset_inventories";
import { AssetInventoryAttribute } from "./entity/asset_inventory_attributes";
import { AssetInventoryHistory } from "./entity/asset_inventory_histories";
import { RemitOtp } from "./entity/remit_otp";
import { RemitPartnerUser } from "./entity/remit_partner_users";
import { RemitPartner } from "./entity/remit_partners";
@ -176,6 +177,7 @@ export {
AssetInventoryCondition,
AssetInventory,
AssetInventoryAttribute,
AssetInventoryHistory,
RemitOtp,
RemitPartnerUser,
RemitPartner,