From 246536e86834509132c37bc662839c69078441a1 Mon Sep 17 00:00:00 2001 From: guochao Date: Wed, 3 Sep 2025 10:00:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:query=E6=8E=A5=E5=8F=A3=20can=20not=20find?= =?UTF-8?q?=200728=20Signed-off-by:=20guochao=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/@ohos.data.relationalStore.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/@ohos.data.relationalStore.d.ts b/api/@ohos.data.relationalStore.d.ts index 7d052a1471..0a1974ec23 100644 --- a/api/@ohos.data.relationalStore.d.ts +++ b/api/@ohos.data.relationalStore.d.ts @@ -6091,7 +6091,8 @@ declare namespace relationalStore { * @syscap SystemCapability.DistributedDataManager.RelationalStore.Core * @systemapi * @StageModelOnly - * @since 12 + * @since arkts {'1.1':'12', '1.2':'20'} + * @arkts 1.1&1.2 */ query( table: string, -- Gitee