完善可以根据主键类型调整父类

This commit is contained in:
yubaolee
2021-04-01 23:10:04 +08:00
parent a333234f0c
commit e764bd50ff
5 changed files with 83 additions and 24 deletions

View File

@@ -13,7 +13,7 @@ using OpenAuth.Repository.Core;
namespace OpenAuth.Repository.Domain
{
{AttributeManager}
public class {ClassName} : StringEntity
public class {ClassName} : {BaseEntityName}
{
public {ClassName}()
{