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

Should add search function when generate crud. #147

Open dangminhbk opened 3 years ago

dangminhbk commented 3 years ago

I think Crud code generate should add search functions. I see the way aspzero and abp commercial do it, it literally add .WhereIf function on all property.