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