This commit is contained in:
@@ -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删除)
|
||||
|
||||
Reference in New Issue
Block a user