基类模型修改为接口
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Yi.Framework.Model.Models
|
||||
[SugarTable("User")]
|
||||
public partial class UserEntity:IBaseModelEntity
|
||||
{
|
||||
public BaseModelEntity()
|
||||
public UserEntity()
|
||||
{
|
||||
this.IsDeleted = false;
|
||||
this.CreateTime = DateTime.Now;
|
||||
|
||||
Reference in New Issue
Block a user