From 8979e4f91ff94d3d6f8fce6e1209a26e7b29f28f Mon Sep 17 00:00:00 2001 From: yubaolee Date: Mon, 15 Mar 2021 10:31:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E6=96=B0=E7=BB=93=E6=9E=84=E8=B0=83?= =?UTF-8?q?=E6=95=B4codesmith?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CodeSmith/CSharp/ApiGenerate/Application.cst | 2 +- CodeSmith/CSharp/Internal/Entity.Generated.cst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CodeSmith/CSharp/ApiGenerate/Application.cst b/CodeSmith/CSharp/ApiGenerate/Application.cst index afb62fa7..341b1799 100644 --- a/CodeSmith/CSharp/ApiGenerate/Application.cst +++ b/CodeSmith/CSharp/ApiGenerate/Application.cst @@ -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; diff --git a/CodeSmith/CSharp/Internal/Entity.Generated.cst b/CodeSmith/CSharp/Internal/Entity.Generated.cst index ba085a78..c6776f2c 100644 --- a/CodeSmith/CSharp/Internal/Entity.Generated.cst +++ b/CodeSmith/CSharp/Internal/Entity.Generated.cst @@ -37,7 +37,7 @@ namespace <%= EntityNamespace %> /// <%= Table.Description %> /// [Table("<%= Table.Name%>")] - public partial class <%= Table.Name %> : Entity + public partial class <%= Table.Name %> : StringEntity { public <%= Table.Name %>() {