gogf / gf

GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang.
https://goframe.org
MIT License
11.78k stars 1.61k forks source link

cmd/gf: gf gen dao Is it possible to add a parameter option to directly generate general CRUD and paging after opening it? #3957

Open wangle201210 opened 1 week ago

wangle201210 commented 1 week ago

Description

如题,增加后可以极大提高简单业务的开发效率

Additional

No response

Issues-translate-bot commented 1 week ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Description

As mentioned, adding it can greatly improve the development efficiency of simple business

Additional

No response

gqcn commented 6 days ago

@wangle201210 Yes, this is already in the plan: https://wiki.goframe.org/pages/viewpage.action?pageId=30737826 However, this feature is more complex than we initially expected. It requires some time for proper design and implementation.