1e41f4b71Sopenharmony_ci# BusinessAbilityInfo (系统接口) 2e41f4b71Sopenharmony_ci 3e41f4b71Sopenharmony_ci> **说明:** 4e41f4b71Sopenharmony_ci> 5e41f4b71Sopenharmony_ci> 本模块首批接口从API version 10 开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。 6e41f4b71Sopenharmony_ci> 7e41f4b71Sopenharmony_ci> 本模块为系统接口。 8e41f4b71Sopenharmony_ci 9e41f4b71Sopenharmony_ci包含基本业务路由信息。 10e41f4b71Sopenharmony_ci 11e41f4b71Sopenharmony_ci## BusinessAbilityInfo 12e41f4b71Sopenharmony_ci 13e41f4b71Sopenharmony_ci**系统接口:** 此接口为系统接口。 14e41f4b71Sopenharmony_ci 15e41f4b71Sopenharmony_ci**系统能力**: SystemCapability.Ability.AbilityRuntime.Core 16e41f4b71Sopenharmony_ci 17e41f4b71Sopenharmony_ci| 名称 | 类型 | 可读 | 可写 | 说明 | 18e41f4b71Sopenharmony_ci| --------------------------------- | ------------------------------------------------------------ | ---- | ---- | -------------------- | 19e41f4b71Sopenharmony_ci| bundleName | string | 是 | 否 | 表示应用程序的bundleName。 | 20e41f4b71Sopenharmony_ci| moduleName | string | 是 | 否 | 表示应用程序的moduleName。 | 21e41f4b71Sopenharmony_ci| name | string | 是 | 否 | 业务路由ability名。 | 22e41f4b71Sopenharmony_ci| labelId | number | 是 | 否 | 模块标签的资源id。 | 23e41f4b71Sopenharmony_ci| descriptionId | number | 是 | 否 | 描述信息的资源id。 | 24e41f4b71Sopenharmony_ci| iconId | number | 是 | 否 | 描述ability信息的图标id。 | 25e41f4b71Sopenharmony_ci| businessType | [businessAbilityRouter.BusinessType](js-apis-businessAbilityRouter-sys.md#businesstype) | 是 | 否 | 标识枚举业务类型。 | 26e41f4b71Sopenharmony_ci| applicationInfo | Array\<[ApplicationInfo](js-apis-bundleManager-applicationInfo.md)> | 是 | 否 | 应用程序的信息。 | 27