mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-06 01:30:53 +08:00
修改大小写问题
This commit is contained in:
@@ -3,12 +3,14 @@ using StartupModules;
|
||||
using Yi.Framework.Auth.JwtBearer;
|
||||
using Yi.Framework.Core;
|
||||
using Yi.Framework.Core.Attributes;
|
||||
using Yi.Framework.Core.Autofac;
|
||||
using Yi.RBAC.Application;
|
||||
using Yi.RBAC.Sqlsugar;
|
||||
|
||||
namespace Yi.RBAC.Web
|
||||
{
|
||||
[DependsOn(
|
||||
typeof(YiFrameworkCoreAutofacModule),
|
||||
typeof(YiRBACSqlsugarModule),
|
||||
typeof(YiRBACApplicationModule)
|
||||
)]
|
||||
|
||||
Reference in New Issue
Block a user