Replies: 1 comment 2 replies
|
这个方向可以考虑,不过建议先拆成两层来看。 第一层是 CRUD 路由能力本身,比如 RESTful/RPC/custom path、service 属性名等,这部分可以先看 #4609,目前还是 open,合并前先不要按已经支持来使用。 第二层是 命名上我也倾向先不要叫 |
2 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.
The feature, motivation(功能、动机)
当前
CRUD和Controller装饰器分开描述,如果打包成一个装饰器更方便,比如RestController。那CRUD组件也可以改成Rest,RestController 兼容 Controller 参数同时合并 CRUD 参数。Alternatives(替代方案)
No response
Additional context(其他上下文)
No response
All reactions