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

CRUD generator option: --read-only #87

Open gdlcf88 opened 4 years ago

gdlcf88 commented 4 years ago

If this option is added:

  1. Use ReadOnlyAppService instead of CrudAppService.
  2. Don't generate create/edit pages and view models.