update 种子数据改动

This commit is contained in:
2021-04-28 13:50:07 +08:00
parent d62ca5759b
commit 67cc1bd233
5 changed files with 7821 additions and 131 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -29,11 +29,11 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("年龄");
b.Property<DateTimeOffset>("Birthday")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("生日");
b.Property<DateTimeOffset?>("CreatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("创建时间");
b.Property<string>("CreatedUserId")
@@ -60,7 +60,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("昵称");
b.Property<DateTimeOffset?>("UpdatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("更新时间");
b.Property<string>("UpdatedUserId")
@@ -145,7 +145,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("图标颜色");
b.Property<DateTimeOffset?>("CreatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("创建时间");
b.Property<string>("CreatedUserId")
@@ -180,7 +180,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("状态");
b.Property<DateTimeOffset?>("UpdatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("更新时间");
b.Property<string>("UpdatedUserId")
@@ -259,7 +259,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("业务名");
b.Property<DateTimeOffset?>("CreatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("创建时间");
b.Property<string>("CreatedUserId")
@@ -294,7 +294,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("是否移除表前缀");
b.Property<DateTimeOffset?>("UpdatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("更新时间");
b.Property<string>("UpdatedUserId")
@@ -340,7 +340,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("数据库字段名");
b.Property<DateTimeOffset?>("CreatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("创建时间");
b.Property<string>("CreatedUserId")
@@ -383,7 +383,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("是否是查询条件");
b.Property<DateTimeOffset?>("UpdatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("更新时间");
b.Property<string>("UpdatedUserId")
@@ -436,7 +436,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("编码");
b.Property<DateTimeOffset?>("CreatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("创建时间");
b.Property<string>("CreatedUserId")
@@ -475,7 +475,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("是否是系统参数");
b.Property<DateTimeOffset?>("UpdatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("更新时间");
b.Property<string>("UpdatedUserId")
@@ -910,7 +910,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("编码");
b.Property<DateTimeOffset?>("CreatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("创建时间");
b.Property<string>("CreatedUserId")
@@ -946,7 +946,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("字典类型Id");
b.Property<DateTimeOffset?>("UpdatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("更新时间");
b.Property<string>("UpdatedUserId")
@@ -2054,7 +2054,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("编码");
b.Property<DateTimeOffset?>("CreatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("创建时间");
b.Property<string>("CreatedUserId")
@@ -2089,7 +2089,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("状态");
b.Property<DateTimeOffset?>("UpdatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("更新时间");
b.Property<string>("UpdatedUserId")
@@ -2496,7 +2496,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("Id主键");
b.Property<DateTimeOffset?>("CreatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("创建时间");
b.Property<string>("CreatedUserId")
@@ -2547,7 +2547,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("软删除标记");
b.Property<DateTimeOffset?>("UpdatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("更新时间");
b.Property<string>("UpdatedUserId")
@@ -2579,7 +2579,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("列名");
b.Property<DateTimeOffset>("CreatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("操作时间");
b.Property<string>("NewValue")
@@ -2658,7 +2658,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("名称");
b.Property<DateTimeOffset>("OpTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("操作时间");
b.Property<int?>("OpType")
@@ -2736,7 +2736,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("是否执行成功");
b.Property<DateTimeOffset>("VisTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("访问时间");
b.Property<int?>("VisType")
@@ -2771,7 +2771,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("组件地址");
b.Property<DateTimeOffset?>("CreatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("创建时间");
b.Property<string>("CreatedUserId")
@@ -2842,7 +2842,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("菜单类型");
b.Property<DateTimeOffset?>("UpdatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("更新时间");
b.Property<string>("UpdatedUserId")
@@ -5516,7 +5516,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("Id主键");
b.Property<DateTimeOffset>("CancelTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("撤回时间");
b.Property<string>("Content")
@@ -5524,7 +5524,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("内容");
b.Property<DateTimeOffset?>("CreatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("创建时间");
b.Property<string>("CreatedUserId")
@@ -5552,7 +5552,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("发布机构名称");
b.Property<DateTimeOffset>("PublicTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("发布时间");
b.Property<string>("PublicUserId")
@@ -5577,7 +5577,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("类型");
b.Property<DateTimeOffset?>("UpdatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("更新时间");
b.Property<string>("UpdatedUserId")
@@ -5610,7 +5610,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("状态");
b.Property<DateTimeOffset>("ReadTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("阅读时间");
b.Property<string>("UserId")
@@ -5648,7 +5648,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("所在公司");
b.Property<DateTimeOffset?>("CreatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("创建时间");
b.Property<string>("CreatedUserId")
@@ -5695,7 +5695,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("用户来源");
b.Property<DateTimeOffset?>("UpdatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("更新时间");
b.Property<string>("UpdatedUserId")
@@ -5736,7 +5736,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("联系人");
b.Property<DateTimeOffset?>("CreatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("创建时间");
b.Property<string>("CreatedUserId")
@@ -5784,7 +5784,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("电话");
b.Property<DateTimeOffset?>("UpdatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("更新时间");
b.Property<string>("UpdatedUserId")
@@ -5808,96 +5808,24 @@ namespace Ewide.Database.Migrations.Migrations
new
{
Id = "12d888de-f55d-4c88-b0a0-7c3510664d97",
Code = "hxjt",
Code = "org_szjbm",
IsDeleted = 0ul,
Name = "华夏集团",
Name = "市住建部门",
Pid = "00000000-0000-0000-0000-000000000000",
Pids = "[00000000-0000-0000-0000-000000000000],",
Remark = "华夏集团",
Remark = "市住建部门",
Sort = 100,
Status = 0
},
new
{
Id = "8a2271d6-5bda-4544-bdd3-27e53a8b418e",
Code = "hxjt_bj",
Code = "org_csqzjbm",
IsDeleted = 0ul,
Name = "华夏集团北京分公司",
Name = "测试区住建部门",
Pid = "12d888de-f55d-4c88-b0a0-7c3510664d97",
Pids = "[00000000-0000-0000-0000-000000000000],[12d888de-f55d-4c88-b0a0-7c3510664d97],",
Remark = "华夏集团北京分公司",
Sort = 100,
Status = 0
},
new
{
Id = "127c0a5d-43ac-4370-b313-082361885aca",
Code = "hxjt_cd",
IsDeleted = 0ul,
Name = "华夏集团成都分公司",
Pid = "12d888de-f55d-4c88-b0a0-7c3510664d97",
Pids = "[00000000-0000-0000-0000-000000000000],[12d888de-f55d-4c88-b0a0-7c3510664d97],",
Remark = "华夏集团成都分公司",
Sort = 100,
Status = 0
},
new
{
Id = "f236ab2d-e1b5-4e9d-844f-a59ec32c20e4",
Code = "hxjt_bj_yfb",
IsDeleted = 0ul,
Name = "研发部",
Pid = "8a2271d6-5bda-4544-bdd3-27e53a8b418e",
Pids = "[00000000-0000-0000-0000-000000000000],[12d888de-f55d-4c88-b0a0-7c3510664d97],[8a2271d6-5bda-4544-bdd3-27e53a8b418e],",
Remark = "华夏集团北京分公司研发部",
Sort = 100,
Status = 0
},
new
{
Id = "07322be0-2015-41f2-859e-132b5e142fca",
Code = "hxjt_bj_qhb",
IsDeleted = 0ul,
Name = "企划部",
Pid = "8a2271d6-5bda-4544-bdd3-27e53a8b418e",
Pids = "[00000000-0000-0000-0000-000000000000],[12d888de-f55d-4c88-b0a0-7c3510664d97],[8a2271d6-5bda-4544-bdd3-27e53a8b418e],",
Remark = "华夏集团北京分公司企划部",
Sort = 100,
Status = 0
},
new
{
Id = "49dc3f25-873d-4998-9767-46978d79d8e6",
Code = "hxjt_cd_scb",
IsDeleted = 0ul,
Name = "市场部",
Pid = "127c0a5d-43ac-4370-b313-082361885aca",
Pids = "[00000000-0000-0000-0000-000000000000],[12d888de-f55d-4c88-b0a0-7c3510664d97],[127c0a5d-43ac-4370-b313-082361885aca],",
Remark = "华夏集团成都分公司市场部",
Sort = 100,
Status = 0
},
new
{
Id = "56b7a823-cc62-492b-a91b-0b053ef2683b",
Code = "hxjt_cd_cwb",
IsDeleted = 0ul,
Name = "财务部",
Pid = "127c0a5d-43ac-4370-b313-082361885aca",
Pids = "[00000000-0000-0000-0000-000000000000],[12d888de-f55d-4c88-b0a0-7c3510664d97],[127c0a5d-43ac-4370-b313-082361885aca],",
Remark = "华夏集团成都分公司财务部",
Sort = 100,
Status = 0
},
new
{
Id = "e9f97d63-a585-40ff-bf0c-7406e785f660",
Code = "hxjt_cd_scb_2b",
IsDeleted = 0ul,
Name = "市场部二部",
Pid = "49dc3f25-873d-4998-9767-46978d79d8e6",
Pids = "[00000000-0000-0000-0000-000000000000],[12d888de-f55d-4c88-b0a0-7c3510664d97],[127c0a5d-43ac-4370-b313-082361885aca],[49dc3f25-873d-4998-9767-46978d79d8e6],",
Remark = "华夏集团成都分公司市场部二部",
Remark = "测试区住建部门",
Sort = 100,
Status = 0
});
@@ -5915,7 +5843,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("编码");
b.Property<DateTimeOffset?>("CreatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("创建时间");
b.Property<string>("CreatedUserId")
@@ -5950,7 +5878,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("状态");
b.Property<DateTimeOffset?>("UpdatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("更新时间");
b.Property<string>("UpdatedUserId")
@@ -6025,7 +5953,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("编码");
b.Property<DateTimeOffset?>("CreatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("创建时间");
b.Property<string>("CreatedUserId")
@@ -6064,7 +5992,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("状态");
b.Property<DateTimeOffset?>("UpdatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("更新时间");
b.Property<string>("UpdatedUserId")
@@ -6165,7 +6093,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("数据库连接");
b.Property<DateTimeOffset?>("CreatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("创建时间");
b.Property<string>("CreatedUserId")
@@ -6208,7 +6136,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("架构");
b.Property<DateTimeOffset?>("UpdatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("更新时间");
b.Property<string>("UpdatedUserId")
@@ -6237,11 +6165,11 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("Id主键");
b.Property<DateTimeOffset>("BeginTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("开始时间");
b.Property<DateTimeOffset?>("CreatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("创建时间");
b.Property<string>("CreatedUserId")
@@ -6259,7 +6187,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("Cron表达式");
b.Property<DateTimeOffset?>("EndTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("结束时间");
b.Property<string>("Headers")
@@ -6308,7 +6236,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("触发器类型");
b.Property<DateTimeOffset?>("UpdatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("更新时间");
b.Property<string>("UpdatedUserId")
@@ -6365,11 +6293,11 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("头像");
b.Property<DateTimeOffset>("Birthday")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("生日");
b.Property<DateTimeOffset?>("CreatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("创建时间");
b.Property<string>("CreatedUserId")
@@ -6398,7 +6326,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("最后登录IP");
b.Property<DateTimeOffset>("LastLoginTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("最后登录时间");
b.Property<string>("Name")
@@ -6435,7 +6363,7 @@ namespace Ewide.Database.Migrations.Migrations
.HasComment("电话");
b.Property<DateTimeOffset?>("UpdatedTime")
.HasColumnType("datetime(6)")
.HasColumnType("datetime")
.HasComment("更新时间");
b.Property<string>("UpdatedUserId")