fix kv 一致性问题

Signed-off-by: wangbin <wangbin341@h-partners.com>
This commit is contained in:
wangbin 2024-08-14 19:03:43 +08:00
parent 469bae2917
commit 9f9c7b8af3

View File

@ -582,7 +582,7 @@ declare namespace distributedKVStore {
* @param { FieldNode } child - The field node to append.
* @returns { boolean } Returns true if the child node is successfully added to this {@code FieldNode} and false otherwise.
* @throws { BusinessError } 401 - Parameter error.Possible causes:1.Mandatory parameters are left unspecified;
* <br>2.Incorrect Parameters types.
* <br>2.Incorrect parameters types.
* @syscap SystemCapability.DistributedDataManager.KVStore.DistributedKVStore
* @since 9
*/