namespace Tiobon.Core.Model; /// /// 接口API地址信息表 /// 父类 /// public class ModulesRoot : RootEntityTkey where Tkey : IEquatable { /// /// 父ID /// [SugarColumn(IsNullable = true)] public Tkey ParentId { get; set; } }