Closed gdlcf88 closed 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.
@model {{ ProjectInfo.FullName }}.Web.Pages.{{ EntityInfo.RelativeNamespace }}.{{ EntityInfo.Name }}.IndexModel
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
.