大标签追溯
This commit is contained in:
@@ -34,6 +34,19 @@ namespace ZR.Repository
|
||||
itenant = DbScoped.SugarScope;//设置租户接口
|
||||
}
|
||||
|
||||
public long UUID
|
||||
{
|
||||
|
||||
get
|
||||
{
|
||||
return UUID;
|
||||
}
|
||||
set
|
||||
{
|
||||
UUID = SnowFlakeSingle.Instance.NextId();
|
||||
}
|
||||
}
|
||||
|
||||
#region add
|
||||
|
||||
/// <summary>
|
||||
@@ -65,7 +78,7 @@ namespace ZR.Repository
|
||||
//{
|
||||
// return Context.Updateable(entity);
|
||||
//}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 实体根据主键更新
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user