EasyAbp / AbpHelper.CLI

Providing code generation and more features to help you develop applications and modules with the ABP framework.
MIT License
285 stars 95 forks source link

Database First #208

Closed gfo2007 closed 1 year ago

gfo2007 commented 1 year ago

Hi, If I already have tables in my database, can I use AbpHelper to generate entities, dtos and crud?

gdlcf88 commented 1 year ago

No. AbpHelper provides only entity-first code generation.

gfo2007 commented 1 year ago

Ok thank you