mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 17:38:01 +08:00
修复模块管理不能添加根节点
This commit is contained in:
parent
833914199e
commit
37a6807851
@ -43,8 +43,7 @@ namespace OpenAuth.Repository.Models.Mapping
|
||||
.HasMaxLength(255)
|
||||
.IsRequired();
|
||||
Property(t => t.ParentId)
|
||||
.HasColumnName("ParentId")
|
||||
.IsRequired();
|
||||
.HasColumnName("ParentId");
|
||||
Property(t => t.IsLeaf)
|
||||
.HasColumnName("IsLeaf")
|
||||
.IsRequired();
|
||||
|
Loading…
Reference in New Issue
Block a user