init
This commit is contained in:
19
DouyinApi.Model/Models/RootTkey/ModulesRoot.cs
Normal file
19
DouyinApi.Model/Models/RootTkey/ModulesRoot.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using SqlSugar;
|
||||
using System;
|
||||
|
||||
namespace DouyinApi.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// 接口API地址信息表
|
||||
/// 父类
|
||||
/// </summary>
|
||||
public class ModulesRoot<Tkey> : RootEntityTkey<Tkey> where Tkey : IEquatable<Tkey>
|
||||
{
|
||||
/// <summary>
|
||||
/// 父ID
|
||||
/// </summary>
|
||||
[SugarColumn(IsNullable = true)]
|
||||
public Tkey ParentId { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user