mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 18:22:11 +08:00
调整代码生成器
This commit is contained in:
@@ -12,7 +12,7 @@ using OpenAuth.Repository.Interface;
|
||||
|
||||
namespace OpenAuth.App
|
||||
{
|
||||
public class {ModuleCode} : BaseApp<{ClassName},OpenAuthDBContext>
|
||||
public class {ModuleCode} : BaseStringApp<{ClassName},OpenAuthDBContext>
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
|
@@ -13,7 +13,7 @@ using OpenAuth.Repository.Core;
|
||||
namespace OpenAuth.Repository.Domain
|
||||
{
|
||||
{AttributeManager}
|
||||
public class {ClassName} : Entity
|
||||
public class {ClassName} : StringEntity
|
||||
{
|
||||
public {ClassName}()
|
||||
{
|
||||
|
Reference in New Issue
Block a user