mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-07 18:04:45 +08:00
完善可以根据主键类型调整父类
This commit is contained in:
@@ -13,7 +13,7 @@ using OpenAuth.Repository.Core;
|
||||
namespace OpenAuth.Repository.Domain
|
||||
{
|
||||
{AttributeManager}
|
||||
public class {ClassName} : StringEntity
|
||||
public class {ClassName} : {BaseEntityName}
|
||||
{
|
||||
public {ClassName}()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user