udpate asset

This commit is contained in:
fro1991
2025-04-16 01:44:47 +07:00
parent 08a6b4af86
commit 35966def5c

View File

@ -76,6 +76,7 @@ import { AssetPurchaseGoodReceiptGood } from "./entity/asset_purchase_goods_rece
import { AssetPurchaseRealization } from "./entity/asset_purchase_realization"; import { AssetPurchaseRealization } from "./entity/asset_purchase_realization";
import { AssetPurchaseBondRealizationGood } from "./entity/asset_purchase_purchase_bond_realization_good"; import { AssetPurchaseBondRealizationGood } from "./entity/asset_purchase_purchase_bond_realization_good";
import { AssetPurchaseInvoice } from "./entity/asset_purchase_invoice"; import { AssetPurchaseInvoice } from "./entity/asset_purchase_invoice";
import { AssetInventoryCondition } from "./types/asset"
import { AssetInventory } from "./entity/asset_inventories"; import { AssetInventory } from "./entity/asset_inventories";
import { AssetInventoryAttribute } from "./entity/asset_inventory_attributes"; import { AssetInventoryAttribute } from "./entity/asset_inventory_attributes";
import { RemitOtp } from "./entity/remit_otp"; import { RemitOtp } from "./entity/remit_otp";
@ -172,6 +173,7 @@ export {
AssetPurchaseRealization, AssetPurchaseRealization,
AssetPurchaseBondRealizationGood, AssetPurchaseBondRealizationGood,
AssetPurchaseInvoice, AssetPurchaseInvoice,
AssetInventoryCondition,
AssetInventory, AssetInventory,
AssetInventoryAttribute, AssetInventoryAttribute,
RemitOtp, RemitOtp,