修改注释为jsDoc

Signed-off-by: zhengweina <zhengweina2@huawei.com>
This commit is contained in:
zhengweina 2023-11-22 01:39:18 +00:00 committed by Gitee
parent e48551664f
commit c35cfa878d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -410,7 +410,7 @@ declare namespace usageStatistics {
* @since 9
*/
interface AppGroupCallbackInfo {
/*
/**
* The usage old group of the application
*
* @syscap SystemCapability.ResourceSchedule.UsageStatistics.AppGroup
@ -419,7 +419,7 @@ declare namespace usageStatistics {
*/
appOldGroup: number;
/*
/**
* The usage new group of the application
*
* @syscap SystemCapability.ResourceSchedule.UsageStatistics.AppGroup
@ -428,7 +428,7 @@ declare namespace usageStatistics {
*/
appNewGroup: number;
/*
/**
* The use id
*
* @syscap SystemCapability.ResourceSchedule.UsageStatistics.AppGroup
@ -437,7 +437,7 @@ declare namespace usageStatistics {
*/
userId: number;
/*
/**
* The change reason
*
* @syscap SystemCapability.ResourceSchedule.UsageStatistics.AppGroup
@ -446,7 +446,7 @@ declare namespace usageStatistics {
*/
changeReason: number;
/*
/**
* The bundle name
*
* @syscap SystemCapability.ResourceSchedule.UsageStatistics.AppGroup