udpate asset
This commit is contained in:
@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user