大标签追溯

This commit is contained in:
qianhao.xu
2024-05-20 13:43:40 +08:00
parent 93abada9b3
commit 808b225000
7 changed files with 366 additions and 1 deletions

View File

@@ -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>