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

View File

@@ -303,6 +303,16 @@
验证码缓存
</summary>
</member>
<member name="P:Ewide.Core.Entity.SysRoleArea.SysRoleId">
<summary>
角色Id
</summary>
</member>
<member name="P:Ewide.Core.Entity.SysUserArea.SysUserId">
<summary>
用户Id
</summary>
</member>
<member name="T:Ewide.Core.DEntityBase">
<summary>
自定义实体基类
@@ -1057,6 +1067,11 @@
备注
</summary>
</member>
<member name="P:Ewide.Core.SysMenu.UnbindParent">
<summary>
不关联上级菜单显示 0标识关联 1表示不需要关联菜单 仅按钮有效
</summary>
</member>
<member name="P:Ewide.Core.SysMenu.Status">
<summary>
状态(字典 0正常 1停用 2删除
@@ -1267,6 +1282,11 @@
状态(字典 0正常 1停用 2删除
</summary>
</member>
<member name="P:Ewide.Core.SysOrg.AreaNumber">
<summary>
一对一 一个组织对应一个区域代码
</summary>
</member>
<member name="P:Ewide.Core.SysOrg.SysUsers">
<summary>
多对多(用户)
@@ -1781,6 +1801,16 @@
自定义数据
</summary>
</member>
<member name="F:Ewide.Core.DataScopeType.AREA_WITH_CHILD">
<summary>
本部门所在区域及以下区域
</summary>
</member>
<member name="F:Ewide.Core.DataScopeType.AREA">
<summary>
本部门所在区域数据 不包括下面区域
</summary>
</member>
<member name="T:Ewide.Core.ErrorCode">
<summary>
系统错误码
@@ -4849,6 +4879,11 @@
备注
</summary>
</member>
<member name="P:Ewide.Core.Service.MenuInput.UnbindParent">
<summary>
不绑定上级菜单
</summary>
</member>
<member name="P:Ewide.Core.Service.AddMenuInput.Type">
<summary>
菜单类型(字典 0目录 1菜单 2按钮
@@ -5473,6 +5508,20 @@
上一级Id
</summary>
</member>
<member name="M:Ewide.Core.Service.ISysOrgService.GetAreaDataScopeIdList(System.String)">
<summary>
根据区域信息获取单位id
</summary>
<param name="areaNumberCode">区域代码</param>
<returns></returns>
</member>
<member name="M:Ewide.Core.Service.ISysOrgService.GetAreaDataScopeIdListWithoutChildrenArea(System.String)">
<summary>
当前区域信息不包括子区域
</summary>
<param name="areaNumberCode">区域代码</param>
<returns></returns>
</member>
<member name="T:Ewide.Core.Service.SysOrgService">
<summary>
组织机构服务

View File

@@ -18,16 +18,21 @@ namespace Ewide.Core
/// <returns></returns>
public IEnumerable<SysOrg> HasData(DbContext dbContext, Type dbContextLocator)
{
//return new[]
//{
// new SysOrg{Id="12d888de-f55d-4c88-b0a0-7c3510664d97", Pid="00000000-0000-0000-0000-000000000000", Pids="[00000000-0000-0000-0000-000000000000],", Name="华夏集团", Code="hxjt", Sort=100, Remark="华夏集团", Status=0 },//142307070910539
// new SysOrg{Id="8a2271d6-5bda-4544-bdd3-27e53a8b418e", Pid="12d888de-f55d-4c88-b0a0-7c3510664d97", Pids="[00000000-0000-0000-0000-000000000000],[12d888de-f55d-4c88-b0a0-7c3510664d97],", Name="华夏集团北京分公司", Code="hxjt_bj", Sort=100, Remark="华夏集团北京分公司", Status=0 },//142307070910540
// new SysOrg{Id="127c0a5d-43ac-4370-b313-082361885aca", Pid="12d888de-f55d-4c88-b0a0-7c3510664d97", Pids="[00000000-0000-0000-0000-000000000000],[12d888de-f55d-4c88-b0a0-7c3510664d97],", Name="华夏集团成都分公司", Code="hxjt_cd", Sort=100, Remark="华夏集团成都分公司", Status=0 },//142307070910541
// new SysOrg{Id="f236ab2d-e1b5-4e9d-844f-a59ec32c20e4", Pid="8a2271d6-5bda-4544-bdd3-27e53a8b418e", Pids="[00000000-0000-0000-0000-000000000000],[12d888de-f55d-4c88-b0a0-7c3510664d97],[8a2271d6-5bda-4544-bdd3-27e53a8b418e],", Name="研发部", Code="hxjt_bj_yfb", Sort=100, Remark="华夏集团北京分公司研发部", Status=0 },//142307070910542
// new SysOrg{Id="07322be0-2015-41f2-859e-132b5e142fca", Pid="8a2271d6-5bda-4544-bdd3-27e53a8b418e", Pids="[00000000-0000-0000-0000-000000000000],[12d888de-f55d-4c88-b0a0-7c3510664d97],[8a2271d6-5bda-4544-bdd3-27e53a8b418e],", Name="企划部", Code="hxjt_bj_qhb", Sort=100, Remark="华夏集团北京分公司企划部", Status=0 },//142307070910543
// new SysOrg{Id="49dc3f25-873d-4998-9767-46978d79d8e6", Pid="127c0a5d-43ac-4370-b313-082361885aca", Pids="[00000000-0000-0000-0000-000000000000],[12d888de-f55d-4c88-b0a0-7c3510664d97],[127c0a5d-43ac-4370-b313-082361885aca],", Name="市场部", Code="hxjt_cd_scb", Sort=100, Remark="华夏集团成都分公司市场部", Status=0 },//142307070910544
// new SysOrg{Id="56b7a823-cc62-492b-a91b-0b053ef2683b", Pid="127c0a5d-43ac-4370-b313-082361885aca", Pids="[00000000-0000-0000-0000-000000000000],[12d888de-f55d-4c88-b0a0-7c3510664d97],[127c0a5d-43ac-4370-b313-082361885aca],", Name="财务部", Code="hxjt_cd_cwb", Sort=100, Remark="华夏集团成都分公司财务部", Status=0 },//142307070910545
// new SysOrg{Id="e9f97d63-a585-40ff-bf0c-7406e785f660", 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],", Name="市场部二部", Code="hxjt_cd_scb_2b", Sort=100, Remark="华夏集团成都分公司市场部二部", Status=0 }//142307070910546
//};
return new[]
{
new SysOrg{Id="12d888de-f55d-4c88-b0a0-7c3510664d97", Pid="00000000-0000-0000-0000-000000000000", Pids="[00000000-0000-0000-0000-000000000000],", Name="华夏集团", Code="hxjt", Sort=100, Remark="华夏集团", Status=0 },//142307070910539
new SysOrg{Id="8a2271d6-5bda-4544-bdd3-27e53a8b418e", Pid="12d888de-f55d-4c88-b0a0-7c3510664d97", Pids="[00000000-0000-0000-0000-000000000000],[12d888de-f55d-4c88-b0a0-7c3510664d97],", Name="华夏集团北京分公司", Code="hxjt_bj", Sort=100, Remark="华夏集团北京分公司", Status=0 },//142307070910540
new SysOrg{Id="127c0a5d-43ac-4370-b313-082361885aca", Pid="12d888de-f55d-4c88-b0a0-7c3510664d97", Pids="[00000000-0000-0000-0000-000000000000],[12d888de-f55d-4c88-b0a0-7c3510664d97],", Name="华夏集团成都分公司", Code="hxjt_cd", Sort=100, Remark="华夏集团成都分公司", Status=0 },//142307070910541
new SysOrg{Id="f236ab2d-e1b5-4e9d-844f-a59ec32c20e4", Pid="8a2271d6-5bda-4544-bdd3-27e53a8b418e", Pids="[00000000-0000-0000-0000-000000000000],[12d888de-f55d-4c88-b0a0-7c3510664d97],[8a2271d6-5bda-4544-bdd3-27e53a8b418e],", Name="研发部", Code="hxjt_bj_yfb", Sort=100, Remark="华夏集团北京分公司研发部", Status=0 },//142307070910542
new SysOrg{Id="07322be0-2015-41f2-859e-132b5e142fca", Pid="8a2271d6-5bda-4544-bdd3-27e53a8b418e", Pids="[00000000-0000-0000-0000-000000000000],[12d888de-f55d-4c88-b0a0-7c3510664d97],[8a2271d6-5bda-4544-bdd3-27e53a8b418e],", Name="企划部", Code="hxjt_bj_qhb", Sort=100, Remark="华夏集团北京分公司企划部", Status=0 },//142307070910543
new SysOrg{Id="49dc3f25-873d-4998-9767-46978d79d8e6", Pid="127c0a5d-43ac-4370-b313-082361885aca", Pids="[00000000-0000-0000-0000-000000000000],[12d888de-f55d-4c88-b0a0-7c3510664d97],[127c0a5d-43ac-4370-b313-082361885aca],", Name="市场部", Code="hxjt_cd_scb", Sort=100, Remark="华夏集团成都分公司市场部", Status=0 },//142307070910544
new SysOrg{Id="56b7a823-cc62-492b-a91b-0b053ef2683b", Pid="127c0a5d-43ac-4370-b313-082361885aca", Pids="[00000000-0000-0000-0000-000000000000],[12d888de-f55d-4c88-b0a0-7c3510664d97],[127c0a5d-43ac-4370-b313-082361885aca],", Name="财务部", Code="hxjt_cd_cwb", Sort=100, Remark="华夏集团成都分公司财务部", Status=0 },//142307070910545
new SysOrg{Id="e9f97d63-a585-40ff-bf0c-7406e785f660", 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],", Name="市场部二部", Code="hxjt_cd_scb_2b", Sort=100, Remark="华夏集团成都分公司市场部二部", Status=0 }//142307070910546
new SysOrg{Id="12d888de-f55d-4c88-b0a0-7c3510664d97", Pid="00000000-0000-0000-0000-000000000000", Pids="[00000000-0000-0000-0000-000000000000],", Name="市住建部门", Code="org_szjbm", Sort=100, Remark="市住建部门", Status=0 },//142307070910539
new SysOrg{Id="8a2271d6-5bda-4544-bdd3-27e53a8b418e", Pid="12d888de-f55d-4c88-b0a0-7c3510664d97", Pids="[00000000-0000-0000-0000-000000000000],[12d888de-f55d-4c88-b0a0-7c3510664d97],", Name="测试区住建部门", Code="org_csqzjbm", Sort=100, Remark="测试区住建部门", Status=0 },//142307070910540
};
}
}

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")