mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-12 04:29:28 +08:00
基类模型修改为接口
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Yi.Framework.Model.Models
|
||||
[SugarTable("Role")]
|
||||
public partial class RoleEntity:IBaseModelEntity
|
||||
{
|
||||
public BaseModelEntity()
|
||||
public RoleEntity()
|
||||
{
|
||||
this.IsDeleted = false;
|
||||
this.CreateTime = DateTime.Now;
|
||||
|
||||
Reference in New Issue
Block a user