export const GET_ASSET_MAIN_LIST_API = `/AssetManage/GetAssetMainList`; export const DELETE_ASSET_MAIN_LIST_API = `/AssetManage/DeleteAssetMain`; export const POST_ASSET_MAIN_LIST_API = `/AssetManage/SaveAssetMain`; export const GET_ASSET_SUB_LIST_API = `/AssetManage/GetAssetSubList`; export const POST_ASSET_SUB_LIST_API = `/AssetManage/SaveAssetSub`; export const DELETE_ASSET_SUB_LIST_API = `/AssetManage/DeleteAssetSub`; export const GET_ASSET_LIST_API = `/AssetManage/GetAssetList`; export const GET_ASSET_SINGLE_API = `/AssetManage/GetAsset`; export const POST_ASSET_SINGLE_API = `/AssetManage/SaveAsset`; export const DELETE_ASSET_ITEM_API = `/AssetManage/DeleteAsset`; export const GET_ASSET_FLOOR_LIST_API = `/AssetManage/GetFloorList`; export const POST_ASSET_FLOOR_API = `/AssetManage/SaveFloor`; export const DELETE_ASSET_FLOOR_API = `/AssetManage/DeleteFloor`; export const GET_ASSET_IOT_LIST_API = `/AssetManage/GetIOTList`; export const GET_ASSET_SUB_POINT_API = `/AssetManage/GetSubPoint`; export const GET_ASSET_IOT_SCHEMA_API = `/AssetManage/GetResponseSchema`; export const GET_ASSET_DEPARTMENT_API = `/AssetManage/GetDepartment`; export const POST_ASSET_DEPARTMENT_API = `/AssetManage/SaveDepartment`; export const DELETE_ASSET_DEPARTMENT_API = `/AssetManage/DeleteDepartment`; export const GET_ASSET_ELECTYPE_API = `/AssetManage/GetElecType`; export const POST_ASSET_ELECTYPE_API = `/AssetManage/SaveElecType`; export const DELETE_ASSET_ELECTYPE_API = `/AssetManage/DeleteElecType`;