Skip to content

Commit

Permalink
Update 03.CRUD接口.md
Browse files Browse the repository at this point in the history
添加提示结束符号 “:::”
  • Loading branch information
Copy-Hao authored Apr 7, 2023
1 parent 962439f commit efe079d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/01.指南/02.核心功能/03.CRUD接口.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ int updateById(@Param(Constants.ENTITY) T entity);
```
::: tip 使用提示:
在调用`updateById`方法前,需要在`T entity`(对应的实体类)中的主键属性上加上`@TableId`注解。
:::

#### 参数说明

Expand Down

0 comments on commit efe079d

Please sign in to comment.