mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
update docs
This commit is contained in:
parent
afac7c4982
commit
7f8fbc4ef4
@ -30,7 +30,7 @@ insert into tb_account(id,nickname, .....) values
|
||||
|
||||
## `Db.executeBatch` 方法
|
||||
|
||||
这个方法的示例代码如下:
|
||||
以下是使用 `Db.executeBatch` 进行批量插入的示例:
|
||||
|
||||
```java
|
||||
List<Account> accounts = ....
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user