This commit is contained in:
ky_sunl
2021-04-23 10:38:52 +00:00
parent d60155d02f
commit c2ed43238b
25 changed files with 120 additions and 118 deletions

View File

@@ -39,7 +39,8 @@ namespace Dilon.Core
/// 用户登录后默认展示此系统菜单
/// </summary>
[Comment("是否默认激活")]
public string Active { get; set; }
[Column("是否默认激活", TypeName = "bit")]
public bool Active { get; set; }
/// <summary>
/// 状态(字典 0正常 1停用 2删除