update docs

This commit is contained in:
开源海哥 2023-05-19 18:27:55 +08:00
parent afac7c4982
commit 7f8fbc4ef4

View File

@ -30,7 +30,7 @@ insert into tb_account(id,nickname, .....) values
## `Db.executeBatch` 方法 ## `Db.executeBatch` 方法
这个方法的示例代码如下 以下是使用 `Db.executeBatch` 进行批量插入的示例
```java ```java
List<Account> accounts = .... List<Account> accounts = ....