EasyAbp / AbpHelper.CLI

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

CreateUpdateViewModel generation. #39

Closed gdlcf88 closed 4 years ago

gdlcf88 commented 4 years ago

Most of entities need attributes to customize form, and the manual operation is troublesome.

We may need to generate CreateUpdateViewModel to replace CreateUpdateDto using in MVC UI modal, because the latter has more attributes for the abp dynamic form.