This commit is contained in:
ky_sunl
2021-04-23 11:08:33 +00:00
parent 3e8600ef77
commit b3cea63ab6
11 changed files with 21 additions and 21 deletions

View File

@@ -39,7 +39,7 @@ namespace Dilon.Core
/// 用户登录后默认展示此系统菜单
/// </summary>
[Comment("是否默认激活")]
[Column("是否默认激活", TypeName = "bit")]
[Column("Active", TypeName = "bit")]
public bool Active { get; set; }
/// <summary>