mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
update docs/zh/base/db-row.md.
Signed-off-by: zhangyx <2484529215@qq.com>
This commit is contained in:
parent
2168e638f3
commit
269e05d33a
@ -48,7 +48,7 @@ Page<Row> rowPage=Db.paginate("tb_account",3,10,query);
|
||||
```java
|
||||
// 新增 Row 构建
|
||||
DbChain.table("tb_account")
|
||||
.set(RowKey.AUTO)
|
||||
.setId(RowKey.AUTO)
|
||||
.set("user_name","王帅")
|
||||
.set("age",18)
|
||||
.set("birthday",new Date())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user