update 修改所有dilon
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasAnnotation("Relational:MaxIdentifierLength", 64)
|
||||
.HasAnnotation("ProductVersion", "5.0.5");
|
||||
|
||||
modelBuilder.Entity("Dilon.Application.CodeGenTest", b =>
|
||||
modelBuilder.Entity("Ewide.Application.CodeGenTest", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -79,7 +79,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("代码生成业务");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysApp", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysApp", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -193,7 +193,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysCodeGen", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysCodeGen", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -261,7 +261,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("代码生成表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysCodeGenConfig", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysCodeGenConfig", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -365,7 +365,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("代码生成字段配置表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysConfig", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysConfig", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -835,7 +835,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysDictData", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysDictData", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -1974,7 +1974,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysDictType", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysDictType", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -2260,7 +2260,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysEmp", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysEmp", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -2309,7 +2309,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysEmpExtOrgPos", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysEmpExtOrgPos", b =>
|
||||
{
|
||||
b.Property<long>("SysEmpId")
|
||||
.HasColumnType("bigint")
|
||||
@@ -2367,7 +2367,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysEmpPos", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysEmpPos", b =>
|
||||
{
|
||||
b.Property<long>("SysEmpId")
|
||||
.HasColumnType("bigint")
|
||||
@@ -2409,7 +2409,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysFile", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysFile", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -2485,7 +2485,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("文件信息表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysLogAudit", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysLogAudit", b =>
|
||||
{
|
||||
b.Property<int>("Id")
|
||||
.ValueGeneratedOnAdd()
|
||||
@@ -2531,7 +2531,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("审计日志表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysLogOp", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysLogOp", b =>
|
||||
{
|
||||
b.Property<int>("Id")
|
||||
.ValueGeneratedOnAdd()
|
||||
@@ -2613,7 +2613,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("操作日志表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysLogVis", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysLogVis", b =>
|
||||
{
|
||||
b.Property<int>("Id")
|
||||
.ValueGeneratedOnAdd()
|
||||
@@ -2667,7 +2667,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("访问日志表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysMenu", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysMenu", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -5418,7 +5418,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysNotice", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysNotice", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -5502,7 +5502,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("通知公告表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysNoticeUser", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysNoticeUser", b =>
|
||||
{
|
||||
b.Property<long>("NoticeId")
|
||||
.HasColumnType("bigint")
|
||||
@@ -5526,7 +5526,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("通知公告用户表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysOauthUser", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysOauthUser", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -5618,7 +5618,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("Oauth登录用户表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysOrg", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysOrg", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -5796,7 +5796,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysPos", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysPos", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -5902,7 +5902,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysRole", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysRole", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -5994,7 +5994,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysRoleDataScope", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysRoleDataScope", b =>
|
||||
{
|
||||
b.Property<long>("SysRoleId")
|
||||
.HasColumnType("bigint")
|
||||
@@ -6014,7 +6014,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("角色数据范围表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysRoleMenu", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysRoleMenu", b =>
|
||||
{
|
||||
b.Property<long>("SysRoleId")
|
||||
.HasColumnType("bigint")
|
||||
@@ -6034,7 +6034,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("角色菜单表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysTenant", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysTenant", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -6106,7 +6106,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("租户表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysTimer", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysTimer", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -6216,7 +6216,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysUser", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysUser", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -6369,7 +6369,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysUserDataScope", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysUserDataScope", b =>
|
||||
{
|
||||
b.Property<long>("SysUserId")
|
||||
.HasColumnType("bigint")
|
||||
@@ -6389,7 +6389,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("用户数据范围表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysUserRole", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysUserRole", b =>
|
||||
{
|
||||
b.Property<long>("SysUserId")
|
||||
.HasColumnType("bigint")
|
||||
@@ -6409,9 +6409,9 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("用户角色表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysDictData", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysDictData", b =>
|
||||
{
|
||||
b.HasOne("Dilon.Core.SysDictType", "SysDictType")
|
||||
b.HasOne("Ewide.Core.SysDictType", "SysDictType")
|
||||
.WithMany("SysDictDatas")
|
||||
.HasForeignKey("TypeId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
@@ -6420,21 +6420,21 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
b.Navigation("SysDictType");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysEmpExtOrgPos", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysEmpExtOrgPos", b =>
|
||||
{
|
||||
b.HasOne("Dilon.Core.SysEmp", "SysEmp")
|
||||
b.HasOne("Ewide.Core.SysEmp", "SysEmp")
|
||||
.WithMany()
|
||||
.HasForeignKey("SysEmpId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
.IsRequired();
|
||||
|
||||
b.HasOne("Dilon.Core.SysOrg", "SysOrg")
|
||||
b.HasOne("Ewide.Core.SysOrg", "SysOrg")
|
||||
.WithMany()
|
||||
.HasForeignKey("SysOrgId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
.IsRequired();
|
||||
|
||||
b.HasOne("Dilon.Core.SysPos", "SysPos")
|
||||
b.HasOne("Ewide.Core.SysPos", "SysPos")
|
||||
.WithMany()
|
||||
.HasForeignKey("SysPosId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
@@ -6447,15 +6447,15 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
b.Navigation("SysPos");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysEmpPos", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysEmpPos", b =>
|
||||
{
|
||||
b.HasOne("Dilon.Core.SysEmp", "SysEmp")
|
||||
b.HasOne("Ewide.Core.SysEmp", "SysEmp")
|
||||
.WithMany("SysEmpPos")
|
||||
.HasForeignKey("SysEmpId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
.IsRequired();
|
||||
|
||||
b.HasOne("Dilon.Core.SysPos", "SysPos")
|
||||
b.HasOne("Ewide.Core.SysPos", "SysPos")
|
||||
.WithMany("SysEmpPos")
|
||||
.HasForeignKey("SysPosId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
@@ -6466,15 +6466,15 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
b.Navigation("SysPos");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysRoleDataScope", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysRoleDataScope", b =>
|
||||
{
|
||||
b.HasOne("Dilon.Core.SysOrg", "SysOrg")
|
||||
b.HasOne("Ewide.Core.SysOrg", "SysOrg")
|
||||
.WithMany("SysRoleDataScopes")
|
||||
.HasForeignKey("SysOrgId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
.IsRequired();
|
||||
|
||||
b.HasOne("Dilon.Core.SysRole", "SysRole")
|
||||
b.HasOne("Ewide.Core.SysRole", "SysRole")
|
||||
.WithMany("SysRoleDataScopes")
|
||||
.HasForeignKey("SysRoleId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
@@ -6485,15 +6485,15 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
b.Navigation("SysRole");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysRoleMenu", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysRoleMenu", b =>
|
||||
{
|
||||
b.HasOne("Dilon.Core.SysMenu", "SysMenu")
|
||||
b.HasOne("Ewide.Core.SysMenu", "SysMenu")
|
||||
.WithMany("SysRoleMenus")
|
||||
.HasForeignKey("SysMenuId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
.IsRequired();
|
||||
|
||||
b.HasOne("Dilon.Core.SysRole", "SysRole")
|
||||
b.HasOne("Ewide.Core.SysRole", "SysRole")
|
||||
.WithMany("SysRoleMenus")
|
||||
.HasForeignKey("SysRoleId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
@@ -6504,15 +6504,15 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
b.Navigation("SysRole");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysUserDataScope", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysUserDataScope", b =>
|
||||
{
|
||||
b.HasOne("Dilon.Core.SysOrg", "SysOrg")
|
||||
b.HasOne("Ewide.Core.SysOrg", "SysOrg")
|
||||
.WithMany("SysUserDataScopes")
|
||||
.HasForeignKey("SysOrgId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
.IsRequired();
|
||||
|
||||
b.HasOne("Dilon.Core.SysUser", "SysUser")
|
||||
b.HasOne("Ewide.Core.SysUser", "SysUser")
|
||||
.WithMany("SysUserDataScopes")
|
||||
.HasForeignKey("SysUserId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
@@ -6523,15 +6523,15 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
b.Navigation("SysUser");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysUserRole", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysUserRole", b =>
|
||||
{
|
||||
b.HasOne("Dilon.Core.SysRole", "SysRole")
|
||||
b.HasOne("Ewide.Core.SysRole", "SysRole")
|
||||
.WithMany("SysUserRoles")
|
||||
.HasForeignKey("SysRoleId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
.IsRequired();
|
||||
|
||||
b.HasOne("Dilon.Core.SysUser", "SysUser")
|
||||
b.HasOne("Ewide.Core.SysUser", "SysUser")
|
||||
.WithMany("SysUserRoles")
|
||||
.HasForeignKey("SysUserId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
@@ -6542,34 +6542,34 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
b.Navigation("SysUser");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysDictType", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysDictType", b =>
|
||||
{
|
||||
b.Navigation("SysDictDatas");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysEmp", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysEmp", b =>
|
||||
{
|
||||
b.Navigation("SysEmpPos");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysMenu", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysMenu", b =>
|
||||
{
|
||||
b.Navigation("SysRoleMenus");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysOrg", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysOrg", b =>
|
||||
{
|
||||
b.Navigation("SysRoleDataScopes");
|
||||
|
||||
b.Navigation("SysUserDataScopes");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysPos", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysPos", b =>
|
||||
{
|
||||
b.Navigation("SysEmpPos");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysRole", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysRole", b =>
|
||||
{
|
||||
b.Navigation("SysRoleDataScopes");
|
||||
|
||||
@@ -6578,7 +6578,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
b.Navigation("SysUserRoles");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysUser", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysUser", b =>
|
||||
{
|
||||
b.Navigation("SysUserDataScopes");
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasAnnotation("Relational:MaxIdentifierLength", 64)
|
||||
.HasAnnotation("ProductVersion", "5.0.5");
|
||||
|
||||
modelBuilder.Entity("Dilon.Application.CodeGenTest", b =>
|
||||
modelBuilder.Entity("Ewide.Application.CodeGenTest", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -77,7 +77,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("代码生成业务");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysApp", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysApp", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -191,7 +191,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysCodeGen", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysCodeGen", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -259,7 +259,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("代码生成表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysCodeGenConfig", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysCodeGenConfig", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -363,7 +363,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("代码生成字段配置表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysConfig", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysConfig", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -833,7 +833,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysDictData", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysDictData", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -1972,7 +1972,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysDictType", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysDictType", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -2258,7 +2258,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysEmp", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysEmp", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -2307,7 +2307,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysEmpExtOrgPos", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysEmpExtOrgPos", b =>
|
||||
{
|
||||
b.Property<long>("SysEmpId")
|
||||
.HasColumnType("bigint")
|
||||
@@ -2365,7 +2365,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysEmpPos", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysEmpPos", b =>
|
||||
{
|
||||
b.Property<long>("SysEmpId")
|
||||
.HasColumnType("bigint")
|
||||
@@ -2407,7 +2407,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysFile", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysFile", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -2483,7 +2483,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("文件信息表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysLogAudit", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysLogAudit", b =>
|
||||
{
|
||||
b.Property<int>("Id")
|
||||
.ValueGeneratedOnAdd()
|
||||
@@ -2529,7 +2529,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("审计日志表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysLogOp", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysLogOp", b =>
|
||||
{
|
||||
b.Property<int>("Id")
|
||||
.ValueGeneratedOnAdd()
|
||||
@@ -2611,7 +2611,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("操作日志表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysLogVis", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysLogVis", b =>
|
||||
{
|
||||
b.Property<int>("Id")
|
||||
.ValueGeneratedOnAdd()
|
||||
@@ -2665,7 +2665,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("访问日志表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysMenu", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysMenu", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -5416,7 +5416,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysNotice", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysNotice", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -5500,7 +5500,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("通知公告表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysNoticeUser", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysNoticeUser", b =>
|
||||
{
|
||||
b.Property<long>("NoticeId")
|
||||
.HasColumnType("bigint")
|
||||
@@ -5524,7 +5524,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("通知公告用户表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysOauthUser", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysOauthUser", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -5616,7 +5616,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("Oauth登录用户表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysOrg", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysOrg", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -5794,7 +5794,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysPos", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysPos", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -5900,7 +5900,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysRole", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysRole", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -5992,7 +5992,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysRoleDataScope", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysRoleDataScope", b =>
|
||||
{
|
||||
b.Property<long>("SysRoleId")
|
||||
.HasColumnType("bigint")
|
||||
@@ -6012,7 +6012,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("角色数据范围表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysRoleMenu", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysRoleMenu", b =>
|
||||
{
|
||||
b.Property<long>("SysRoleId")
|
||||
.HasColumnType("bigint")
|
||||
@@ -6032,7 +6032,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("角色菜单表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysTenant", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysTenant", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -6104,7 +6104,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("租户表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysTimer", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysTimer", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -6214,7 +6214,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysUser", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysUser", b =>
|
||||
{
|
||||
b.Property<long>("Id")
|
||||
.HasColumnType("bigint")
|
||||
@@ -6367,7 +6367,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
});
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysUserDataScope", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysUserDataScope", b =>
|
||||
{
|
||||
b.Property<long>("SysUserId")
|
||||
.HasColumnType("bigint")
|
||||
@@ -6387,7 +6387,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("用户数据范围表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysUserRole", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysUserRole", b =>
|
||||
{
|
||||
b.Property<long>("SysUserId")
|
||||
.HasColumnType("bigint")
|
||||
@@ -6407,9 +6407,9 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
.HasComment("用户角色表");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysDictData", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysDictData", b =>
|
||||
{
|
||||
b.HasOne("Dilon.Core.SysDictType", "SysDictType")
|
||||
b.HasOne("Ewide.Core.SysDictType", "SysDictType")
|
||||
.WithMany("SysDictDatas")
|
||||
.HasForeignKey("TypeId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
@@ -6418,21 +6418,21 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
b.Navigation("SysDictType");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysEmpExtOrgPos", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysEmpExtOrgPos", b =>
|
||||
{
|
||||
b.HasOne("Dilon.Core.SysEmp", "SysEmp")
|
||||
b.HasOne("Ewide.Core.SysEmp", "SysEmp")
|
||||
.WithMany()
|
||||
.HasForeignKey("SysEmpId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
.IsRequired();
|
||||
|
||||
b.HasOne("Dilon.Core.SysOrg", "SysOrg")
|
||||
b.HasOne("Ewide.Core.SysOrg", "SysOrg")
|
||||
.WithMany()
|
||||
.HasForeignKey("SysOrgId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
.IsRequired();
|
||||
|
||||
b.HasOne("Dilon.Core.SysPos", "SysPos")
|
||||
b.HasOne("Ewide.Core.SysPos", "SysPos")
|
||||
.WithMany()
|
||||
.HasForeignKey("SysPosId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
@@ -6445,15 +6445,15 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
b.Navigation("SysPos");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysEmpPos", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysEmpPos", b =>
|
||||
{
|
||||
b.HasOne("Dilon.Core.SysEmp", "SysEmp")
|
||||
b.HasOne("Ewide.Core.SysEmp", "SysEmp")
|
||||
.WithMany("SysEmpPos")
|
||||
.HasForeignKey("SysEmpId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
.IsRequired();
|
||||
|
||||
b.HasOne("Dilon.Core.SysPos", "SysPos")
|
||||
b.HasOne("Ewide.Core.SysPos", "SysPos")
|
||||
.WithMany("SysEmpPos")
|
||||
.HasForeignKey("SysPosId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
@@ -6464,15 +6464,15 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
b.Navigation("SysPos");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysRoleDataScope", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysRoleDataScope", b =>
|
||||
{
|
||||
b.HasOne("Dilon.Core.SysOrg", "SysOrg")
|
||||
b.HasOne("Ewide.Core.SysOrg", "SysOrg")
|
||||
.WithMany("SysRoleDataScopes")
|
||||
.HasForeignKey("SysOrgId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
.IsRequired();
|
||||
|
||||
b.HasOne("Dilon.Core.SysRole", "SysRole")
|
||||
b.HasOne("Ewide.Core.SysRole", "SysRole")
|
||||
.WithMany("SysRoleDataScopes")
|
||||
.HasForeignKey("SysRoleId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
@@ -6483,15 +6483,15 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
b.Navigation("SysRole");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysRoleMenu", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysRoleMenu", b =>
|
||||
{
|
||||
b.HasOne("Dilon.Core.SysMenu", "SysMenu")
|
||||
b.HasOne("Ewide.Core.SysMenu", "SysMenu")
|
||||
.WithMany("SysRoleMenus")
|
||||
.HasForeignKey("SysMenuId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
.IsRequired();
|
||||
|
||||
b.HasOne("Dilon.Core.SysRole", "SysRole")
|
||||
b.HasOne("Ewide.Core.SysRole", "SysRole")
|
||||
.WithMany("SysRoleMenus")
|
||||
.HasForeignKey("SysRoleId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
@@ -6502,15 +6502,15 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
b.Navigation("SysRole");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysUserDataScope", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysUserDataScope", b =>
|
||||
{
|
||||
b.HasOne("Dilon.Core.SysOrg", "SysOrg")
|
||||
b.HasOne("Ewide.Core.SysOrg", "SysOrg")
|
||||
.WithMany("SysUserDataScopes")
|
||||
.HasForeignKey("SysOrgId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
.IsRequired();
|
||||
|
||||
b.HasOne("Dilon.Core.SysUser", "SysUser")
|
||||
b.HasOne("Ewide.Core.SysUser", "SysUser")
|
||||
.WithMany("SysUserDataScopes")
|
||||
.HasForeignKey("SysUserId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
@@ -6521,15 +6521,15 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
b.Navigation("SysUser");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysUserRole", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysUserRole", b =>
|
||||
{
|
||||
b.HasOne("Dilon.Core.SysRole", "SysRole")
|
||||
b.HasOne("Ewide.Core.SysRole", "SysRole")
|
||||
.WithMany("SysUserRoles")
|
||||
.HasForeignKey("SysRoleId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
.IsRequired();
|
||||
|
||||
b.HasOne("Dilon.Core.SysUser", "SysUser")
|
||||
b.HasOne("Ewide.Core.SysUser", "SysUser")
|
||||
.WithMany("SysUserRoles")
|
||||
.HasForeignKey("SysUserId")
|
||||
.OnDelete(DeleteBehavior.Cascade)
|
||||
@@ -6540,34 +6540,34 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
b.Navigation("SysUser");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysDictType", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysDictType", b =>
|
||||
{
|
||||
b.Navigation("SysDictDatas");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysEmp", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysEmp", b =>
|
||||
{
|
||||
b.Navigation("SysEmpPos");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysMenu", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysMenu", b =>
|
||||
{
|
||||
b.Navigation("SysRoleMenus");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysOrg", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysOrg", b =>
|
||||
{
|
||||
b.Navigation("SysRoleDataScopes");
|
||||
|
||||
b.Navigation("SysUserDataScopes");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysPos", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysPos", b =>
|
||||
{
|
||||
b.Navigation("SysEmpPos");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysRole", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysRole", b =>
|
||||
{
|
||||
b.Navigation("SysRoleDataScopes");
|
||||
|
||||
@@ -6576,7 +6576,7 @@ namespace Ewide.Database.Migrations.Migrations
|
||||
b.Navigation("SysUserRoles");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Dilon.Core.SysUser", b =>
|
||||
modelBuilder.Entity("Ewide.Core.SysUser", b =>
|
||||
{
|
||||
b.Navigation("SysUserDataScopes");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user