update all
This commit is contained in:
@@ -118,6 +118,7 @@ namespace Ewide.Core
|
||||
/// 不关联上级菜单显示 0标识关联 1表示不需要关联菜单 仅按钮有效
|
||||
/// </summary>
|
||||
[Comment("不关联菜单显示")]
|
||||
[Column("UnbindParent", TypeName = "bit")]
|
||||
public bool UnbindParent { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -8,8 +8,4 @@
|
||||
<ProjectReference Include="..\Ewide.EntityFramework.Core\Ewide.EntityFramework.Core.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Migrations\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Data Source=localhost;Port=3307;Database=Ewide;User ID=root;Password=root;pooling=true;sslmode=none;CharSet=utf8;"
|
||||
"DefaultConnection": "Data Source=localhost;Port=3306;Database=ewide;User ID=root;Password=a45683926;pooling=true;sslmode=none;CharSet=utf8;"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user