完善动态菜单、设置角色等功能,修复登录问题

This commit is contained in:
橙子
2022-05-08 14:46:22 +08:00
parent e3a06b28dd
commit d252229777
22 changed files with 150 additions and 263 deletions

View File

@@ -32,7 +32,7 @@ namespace Yi.Framework.Model.Models
/// <summary>
///
///</summary>
[SugarColumn(ColumnName= "PermissionCode")]
[SugarColumn(ColumnName="PermissionCode" )]
public string PermissionCode { get; set; }
/// <summary>
///
@@ -69,5 +69,15 @@ namespace Yi.Framework.Model.Models
///</summary>
[SugarColumn(ColumnName="TenantId" )]
public long? TenantId { get; set; }
/// <summary>
///
///</summary>
[SugarColumn(ColumnName="MenuIcon" )]
public string MenuIcon { get; set; }
/// <summary>
///
///</summary>
[SugarColumn(ColumnName="Router" )]
public string Router { get; set; }
}
}

View File

@@ -54,5 +54,10 @@ namespace Yi.Framework.Model.Models
///</summary>
[SugarColumn(ColumnName="ModifyUser" )]
public long? ModifyUser { get; set; }
/// <summary>
///
///</summary>
[SugarColumn(ColumnName="RoleCode" )]
public string RoleCode { get; set; }
}
}

View File

@@ -6,7 +6,7 @@
<ItemGroup>
<PackageReference Include="NEST" Version="7.16.0" />
<PackageReference Include="SqlSugarCore" Version="5.0.7.5" />
<PackageReference Include="SqlSugarCore" Version="5.0.7.8" />
</ItemGroup>
<ItemGroup>