按新结构调整codesmith

This commit is contained in:
yubaolee
2021-03-15 10:31:40 +08:00
parent 3e72144f21
commit 8979e4f91f
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ using OpenAuth.Repository.Interface;
namespace OpenAuth.App
{
public class <%=Table.Name%>App : BaseApp<<%=Table.Name%>, OpenAuthDBContext>
public class <%=Table.Name%>App : BaseStringApp<<%=Table.Name%>, OpenAuthDBContext>
{
private RevelanceManagerApp _revelanceApp;