Update asset

This commit is contained in:
fro1991
2025-04-16 01:39:13 +07:00
parent 4d8df73ed3
commit 08a6b4af86
5 changed files with 193 additions and 0 deletions

View File

@ -76,6 +76,8 @@ import { AssetPurchaseGoodReceiptGood } from "./entity/asset_purchase_goods_rece
import { AssetPurchaseRealization } from "./entity/asset_purchase_realization";
import { AssetPurchaseBondRealizationGood } from "./entity/asset_purchase_purchase_bond_realization_good";
import { AssetPurchaseInvoice } from "./entity/asset_purchase_invoice";
import { AssetInventory } from "./entity/asset_inventories";
import { AssetInventoryAttribute } from "./entity/asset_inventory_attributes";
import { RemitOtp } from "./entity/remit_otp";
import { RemitPartnerUser } from "./entity/remit_partner_users";
import { RemitPartner } from "./entity/remit_partners";
@ -170,6 +172,8 @@ export {
AssetPurchaseRealization,
AssetPurchaseBondRealizationGood,
AssetPurchaseInvoice,
AssetInventory,
AssetInventoryAttribute,
RemitOtp,
RemitPartnerUser,
RemitPartner,