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 customizing DTO name #118

Closed tekix closed 3 years ago

tekix commented 3 years ago

Currently the cli generates the DTO name in the pattern of Create{Entity}Dto, it will be nice to have the DTO name like {Entity}Create{DtoSuffix}.

wakuflair commented 3 years ago

Closed with #117