udpdate asset

This commit is contained in:
fro1991
2025-04-25 14:48:36 +07:00
parent e7f325dcfd
commit 72e02e8a61
4 changed files with 145 additions and 2 deletions

View File

@ -76,7 +76,7 @@ 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 { AssetInventoryCondition } from "./types/asset";
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";
@ -199,6 +199,7 @@ export {
AssetInventory,
AssetInventoryAttribute,
AssetInventoryHistory,
AssetFixedTypeType,
RemitOtp,
RemitPartnerUser,
RemitPartner,