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

@model in Index.cshtml missing namespace #44

Closed gdlcf88 closed 4 years ago

gdlcf88 commented 4 years ago

https://github.com/EasyAbp/AbpHelper.CLI/blob/75fe3d1ee01f9d259de942e9aeda5944d6acdb78/src/AbpHelper/Templates/Crud/Groups/UiRazor/src/%7B%7B%20ProjectInfo.FullName%20%7D%7D.Web/Pages/%7B%7B%20EntityInfo.RelativeDirectory%20%7D%7D/%7B%7B%20EntityInfo.Name%20%7D%7D/Index.cshtml.sbntxt#L5

Should be @model {{ ProjectInfo.FullName }}.Web.Pages.{{ EntityInfo.RelativeNamespace }}.{{ EntityInfo.Name }}.IndexModel.