Skip to content

Commit

Permalink
[Improve] Improve the statement expression in 'Code style and quality…
Browse files Browse the repository at this point in the history
… guide' (#271)
  • Loading branch information
RocMarshal authored Oct 10, 2023
1 parent 04baf84 commit b0c80a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ sidebar_position: 3
```java
void computeVcores(Object parameter1);
```
> 注意:如果在 `Builder` 工具类中不必严格遵循这个规则
> 注意: `Builder` 工具类中不必严格遵循这项规则
5. 数据库层(非服务层)的基本 `CRUD` 的方法名称应根据 `com.baomidou.mybatisplus.core.mapper.BaseMapper` 的名称统一标准化:

Expand Down

0 comments on commit b0c80a9

Please sign in to comment.