quick/scaffold-api-implements #181
Replies: 2 comments 1 reply
-
|
怎么没看到logic文件夹下文件操作,看这教程也都是在control下操作,搞闷了,找的开源后台又是另外一种方式,特别数据集合这部分生成的不可能完全满足,多个表的集合要写到dao下吗 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
查询接口(列表)这个接口,得到的和市面上数据结构不一样 比如: data: { list: []},而我们希望的是data: [], 请问如何修改 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
quick/scaffold-api-implements
使用GoFrame框架完成接口逻辑实现。通过项目脚手架,预先生成了与项目业务逻辑无关的代码,集中在业务逻辑实现。介绍了CRUD操作的具体实现过程,包括创建、更新、删除和查询接口的实现方法。详细阐述了数据操作过程中对参数的校验、表单数据的插入与更新、数据的智能映射和校验机制,以及如何高效地利用GoFrame框架的功能进行开发。
https://goframe.org/quick/scaffold-api-implements
Beta Was this translation helpful? Give feedback.
All reactions