-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
单表新增、修改、删除支持别名 #470
Comments
@cloudAndMonkey 默认还是不要把 User:aa 转为 aa,因为可能还同时有 Comment:aa, Moment:aa 等,转换后就只剩最后一个,上面的都被覆盖了。 {
"User": {},
"User:count": {
"@column": "count(*)"
},
"Comment:count": {
"@column": "count(1)"
}
} |
|
我测了一下,你已经加上去了, 不好意思. 😄 |
😄 |
apijson版本: 5.2.0








校验入口, 添加代码:
返回结果添加如下代码:
JSONResponse 格式化返回结果:
示例说明:
新增:
修改:
删除
The text was updated successfully, but these errors were encountered: