mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
!429 update docs/zh/base/db-row.md.
Merge pull request !429 from zhangyx/N/A
This commit is contained in:
commit
496c2b50e2
@ -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