This commit is contained in:
@@ -15,6 +15,7 @@ namespace Dilon.Core
|
||||
/// 父Id
|
||||
/// </summary>
|
||||
[Comment("父Id")]
|
||||
[Column("父Id", TypeName = "varchar(36)")]
|
||||
public long Pid { get; set; }
|
||||
|
||||
/// <summary>
|
||||
@@ -81,7 +82,8 @@ namespace Dilon.Core
|
||||
/// 是否可见(Y-是,N-否)
|
||||
/// </summary>
|
||||
[Comment("是否可见")]
|
||||
public string Visible { get; set; } = "Y";
|
||||
[Column("是否可见", TypeName = "bit")]
|
||||
public bool Visible { get; set; } = true;
|
||||
|
||||
/// <summary>
|
||||
/// 内链地址
|
||||
|
||||
Reference in New Issue
Block a user