Skip to content

Commit

Permalink
Fix incorrect description in documentation (#3745)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvillis authored Nov 28, 2023
1 parent 75524da commit 5630bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/goctl/model/sql/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ OPTIONS:
理论上是没任何问题,但是我们认为,对于model层的数据操作均是以整个结构体为单位,包括查询,我不建议只查询某部分字段(不反对),否则我们的缓存就没有意义了。
* 为什么不支持`findPageLimit``findAll`这么模式代码生层
* 为什么不支持`findPageLimit``findAll`这种模型代码生成
目前,我认为除了基本的CURD外,其他的代码均属于<i>业务型</i>代码,这个我觉得开发人员根据业务需要进行编写更好。
Expand Down Expand Up @@ -378,4 +378,4 @@ OPTIONS:
| longtext | string | sql.NullString |
| enum | string | sql.NullString |
| set | string | sql.NullString |
| json | string | sql.NullString |
| json | string | sql.NullString |

0 comments on commit 5630bce

Please sign in to comment.