修复清理vengine
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
|
||||
using Newtonsoft.Json.Linq;
|
||||
using SqlSugar;
|
||||
using Tnb.Core;
|
||||
using Yitter.IdGenerator;
|
||||
|
||||
namespace Tnb.Vengine.Domain;
|
||||
@@ -17,6 +16,7 @@ namespace Tnb.Vengine.Domain;
|
||||
public partial class VmodelPage : Entity
|
||||
{
|
||||
#region Properties
|
||||
|
||||
/// <summary>
|
||||
/// 主键标识
|
||||
/// </summary>
|
||||
@@ -102,6 +102,6 @@ public partial class VmodelPage : Entity
|
||||
{
|
||||
return new object[] { id };
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
||||
#endregion Properties
|
||||
}
|
||||
Reference in New Issue
Block a user