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

Support Custom Domain Root #210

Closed holyrong closed 1 year ago

holyrong commented 1 year ago

version:2.6.0 abp:7.0.3 abp helper gui : CRUD Generator

Domain class inherit chain like blow,but it can't generate CRUD files even though the gui returns successful.

Book->MyRoot->AuditedAggregateRoot(or other Root class)

expose it can support any domain class to generate CRUD files

gdlcf88 commented 1 year ago

Try to keep the entity classes simple and refactor the MyRoot to IMyRoot.

holyrong commented 1 year ago

can you give me a sample?

holyrong commented 1 year ago

image

holyrong commented 1 year ago

image

it's ok like this.