//
using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using iWare.Wms.EntityFramework.Core;
#nullable disable
namespace iWare.Wms.Database.Migrations.Migrations
{
[DbContext(typeof(DefaultDbContext))]
[Migration("20230420070950_v1.0.3")]
partial class v103
{
protected override void BuildTargetModel(ModelBuilder modelBuilder)
{
#pragma warning disable 612, 618
modelBuilder
.HasAnnotation("ProductVersion", "6.0.9")
.HasAnnotation("Relational:MaxIdentifierLength", 128);
SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder, 1L, 1);
modelBuilder.Entity("Furion.Extras.iWare.Wms.Entity.SysLowCode", b =>
{
b.Property("Id")
.HasColumnType("bigint")
.HasComment("Id主键");
b.Property("AuthorName")
.HasMaxLength(20)
.HasColumnType("nvarchar(20)")
.HasComment("作者姓名");
b.Property("BusName")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("业务名");
b.Property("CreatedTime")
.HasColumnType("datetimeoffset")
.HasComment("创建时间");
b.Property("CreatedUserId")
.HasColumnType("bigint")
.HasComment("创建者Id");
b.Property("CreatedUserName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("创建者名称");
b.Property("DatabaseName")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("数据库名");
b.Property("FormDesign")
.HasColumnType("text")
.HasComment("动态表单");
b.Property("FormDesignType")
.HasColumnType("int")
.HasComment("动态表单类型");
b.Property("GenerateType")
.HasMaxLength(20)
.HasColumnType("nvarchar(20)")
.HasComment("生成方式");
b.Property("IsDeleted")
.HasColumnType("bit")
.HasComment("软删除标记");
b.Property("MenuApplication")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("菜单应用分类");
b.Property("MenuPid")
.HasColumnType("bigint")
.HasComment("菜单编码");
b.Property("NameSpace")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("命名空间");
b.Property("UpdatedTime")
.HasColumnType("datetimeoffset")
.HasComment("更新时间");
b.Property("UpdatedUserId")
.HasColumnType("bigint")
.HasComment("修改者Id");
b.Property("UpdatedUserName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("修改者名称");
b.HasKey("Id");
b.ToTable("sys_low_code_module");
b.HasComment("低代码模块管理");
});
modelBuilder.Entity("Furion.Extras.iWare.Wms.Entity.SysLowCodeDataBase", b =>
{
b.Property("Id")
.HasColumnType("uniqueidentifier")
.HasComment("Id主键");
b.Property("ClassName")
.HasMaxLength(200)
.HasColumnType("nvarchar(200)")
.HasComment("类名");
b.Property("Control_Key")
.HasMaxLength(200)
.HasColumnType("nvarchar(200)")
.HasComment("组件Key");
b.Property("Control_Label")
.HasMaxLength(200)
.HasColumnType("nvarchar(200)")
.HasComment("组件名称");
b.Property("Control_Model")
.HasMaxLength(200)
.HasColumnType("nvarchar(200)")
.HasComment("组件字段");
b.Property("Control_Type")
.HasMaxLength(200)
.HasColumnType("nvarchar(200)")
.HasComment("组件字段");
b.Property("CreatedTime")
.HasColumnType("datetimeoffset")
.HasComment("创建时间");
b.Property("CreatedUserId")
.HasColumnType("bigint")
.HasComment("创建者Id");
b.Property("CreatedUserName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("创建者名称");
b.Property("DbParam")
.HasMaxLength(200)
.HasColumnType("nvarchar(200)")
.HasComment("数据类型补充参数");
b.Property("DbTypeName")
.HasMaxLength(200)
.HasColumnType("nvarchar(200)")
.HasComment("数据类型");
b.Property("DtoTypeName")
.HasMaxLength(200)
.HasColumnType("nvarchar(200)")
.HasComment("传入数据类型");
b.Property("FieldName")
.HasMaxLength(200)
.HasColumnType("nvarchar(200)")
.HasComment("字段名称");
b.Property("IsDeleted")
.HasColumnType("bit")
.HasComment("软删除标记");
b.Property("IsRequired")
.HasColumnType("bit")
.HasComment("是否必填");
b.Property("QueryType")
.HasColumnType("nvarchar(max)")
.HasComment("查询方式");
b.Property("QueryWhether")
.HasColumnType("bit")
.HasComment("是否是查询");
b.Property("SysLowCodeId")
.HasColumnType("bigint");
b.Property("TableDesc")
.HasMaxLength(200)
.HasColumnType("nvarchar(200)")
.HasComment("表描述");
b.Property("TableName")
.HasMaxLength(200)
.HasColumnType("nvarchar(200)")
.HasComment("表名");
b.Property("UpdatedTime")
.HasColumnType("datetimeoffset")
.HasComment("更新时间");
b.Property("UpdatedUserId")
.HasColumnType("bigint")
.HasComment("修改者Id");
b.Property("UpdatedUserName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("修改者名称");
b.Property("WhetherAddUpdate")
.HasColumnType("bit")
.HasComment("增改");
b.Property("WhetherOrderBy")
.HasColumnType("bit")
.HasComment("排序");
b.Property("WhetherTable")
.HasColumnType("bit")
.HasComment("列表显示");
b.HasKey("Id");
b.HasIndex("SysLowCodeId");
b.ToTable("sys_low_code_module_database");
b.HasComment("低代码模块管理");
});
modelBuilder.Entity("Furion.Extras.iWare.Wms.SysCodeModular", b =>
{
b.Property("Id")
.HasColumnType("bigint")
.HasComment("Id主键");
b.Property("AuthorName")
.HasMaxLength(20)
.HasColumnType("nvarchar(20)")
.HasComment("作者姓名");
b.Property("BusName")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("业务名");
b.Property("CreatedTime")
.HasColumnType("datetimeoffset")
.HasComment("创建时间");
b.Property("CreatedUserId")
.HasColumnType("bigint")
.HasComment("创建者Id");
b.Property("CreatedUserName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("创建者名称");
b.Property("DatabaseName")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("数据库名");
b.Property("FormDesignJson")
.HasColumnType("nvarchar(max)")
.HasComment("动态表单");
b.Property("IsDeleted")
.HasColumnType("bit")
.HasComment("软删除标记");
b.Property("MenuApplication")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("菜单应用分类");
b.Property("MenuPid")
.HasColumnType("bigint")
.HasComment("菜单编码");
b.Property("NameSpace")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("命名空间");
b.Property("UpdatedTime")
.HasColumnType("datetimeoffset")
.HasComment("更新时间");
b.Property("UpdatedUserId")
.HasColumnType("bigint")
.HasComment("修改者Id");
b.Property("UpdatedUserName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("修改者名称");
b.HasKey("Id");
b.ToTable("sys_code_modular");
b.HasComment("动态生成模块管理表");
});
modelBuilder.Entity("iWare.Wms.Core.SysApp", b =>
{
b.Property("Id")
.HasColumnType("bigint")
.HasComment("Id主键");
b.Property("Active")
.HasMaxLength(5)
.HasColumnType("nvarchar(5)")
.HasComment("是否默认激活");
b.Property("Code")
.IsRequired()
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("编码");
b.Property("CreatedTime")
.HasColumnType("datetimeoffset")
.HasComment("创建时间");
b.Property("CreatedUserId")
.HasColumnType("bigint")
.HasComment("创建者Id");
b.Property("CreatedUserName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("创建者名称");
b.Property("IsDeleted")
.HasColumnType("bit")
.HasComment("软删除标记");
b.Property("Name")
.IsRequired()
.HasMaxLength(20)
.HasColumnType("nvarchar(20)")
.HasComment("名称");
b.Property("Sort")
.HasColumnType("int")
.HasComment("排序");
b.Property("Status")
.HasColumnType("int")
.HasComment("状态");
b.Property("UpdatedTime")
.HasColumnType("datetimeoffset")
.HasComment("更新时间");
b.Property("UpdatedUserId")
.HasColumnType("bigint")
.HasComment("修改者Id");
b.Property("UpdatedUserName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("修改者名称");
b.HasKey("Id");
b.ToTable("sys_app");
b.HasComment("系统应用表");
b.HasData(
new
{
Id = 142307070898245L,
Active = "Y",
Code = "system",
IsDeleted = false,
Name = "开发管理",
Sort = 100,
Status = 0
},
new
{
Id = 142307070902341L,
Active = "N",
Code = "manage",
IsDeleted = false,
Name = "系统管理",
Sort = 300,
Status = 0
},
new
{
Id = 142307070922869L,
Active = "N",
Code = "busiapp",
IsDeleted = false,
Name = "业务应用",
Sort = 400,
Status = 0
},
new
{
Id = 355686432948293L,
Active = "N",
Code = "warejob",
IsDeleted = false,
Name = "仓库作业",
Sort = 500,
Status = 0
},
new
{
Id = 355686518018117L,
Active = "N",
Code = "warecount",
IsDeleted = false,
Name = "统计查询",
Sort = 600,
Status = 0
});
});
modelBuilder.Entity("iWare.Wms.Core.SysCodeGen", b =>
{
b.Property("Id")
.HasColumnType("bigint")
.HasComment("Id主键");
b.Property("AuthorName")
.HasMaxLength(20)
.HasColumnType("nvarchar(20)")
.HasComment("作者姓名");
b.Property("BusName")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("业务名");
b.Property("CreatedTime")
.HasColumnType("datetimeoffset")
.HasComment("创建时间");
b.Property("CreatedUserId")
.HasColumnType("bigint")
.HasComment("创建者Id");
b.Property("CreatedUserName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("创建者名称");
b.Property("DatabaseName")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("数据库名");
b.Property("GenerateType")
.HasMaxLength(20)
.HasColumnType("nvarchar(20)")
.HasComment("生成方式");
b.Property("IsDeleted")
.HasColumnType("bit")
.HasComment("软删除标记");
b.Property("LowCodeId")
.HasColumnType("bigint");
b.Property("MenuApplication")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("菜单应用分类");
b.Property("MenuPid")
.HasColumnType("bigint")
.HasComment("菜单编码");
b.Property("NameSpace")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("命名空间");
b.Property("TableName")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("数据库表名");
b.Property("TablePrefix")
.HasMaxLength(5)
.HasColumnType("nvarchar(5)")
.HasComment("是否移除表前缀");
b.Property("UpdatedTime")
.HasColumnType("datetimeoffset")
.HasComment("更新时间");
b.Property("UpdatedUserId")
.HasColumnType("bigint")
.HasComment("修改者Id");
b.Property("UpdatedUserName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("修改者名称");
b.HasKey("Id");
b.ToTable("sys_code_gen");
b.HasComment("代码生成表");
});
modelBuilder.Entity("iWare.Wms.Core.SysCodeGenConfig", b =>
{
b.Property("Id")
.HasColumnType("bigint")
.HasComment("Id主键");
b.Property("CodeGenId")
.HasColumnType("bigint")
.HasComment("代码生成主表ID");
b.Property("ColumnComment")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("字段描述");
b.Property("ColumnKey")
.HasMaxLength(5)
.HasColumnType("nvarchar(5)")
.HasComment("主键");
b.Property("ColumnName")
.IsRequired()
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("数据库字段名");
b.Property("CreatedTime")
.HasColumnType("datetimeoffset")
.HasComment("创建时间");
b.Property("CreatedUserId")
.HasColumnType("bigint")
.HasComment("创建者Id");
b.Property("CreatedUserName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("创建者名称");
b.Property("DataType")
.HasMaxLength(128)
.HasColumnType("nvarchar(128)")
.HasComment("数据库中类型");
b.Property("DictTypeCode")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("字典Code");
b.Property("DtoNetType")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment(".NET数据类型(接口传入)");
b.Property("EffectType")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("作用类型");
b.Property("FkColumnName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("外键显示字段");
b.Property("FkColumnNetType")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("外键显示字段.NET类型");
b.Property("FkEntityName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("外键实体名称");
b.Property("IsDeleted")
.HasColumnType("bit")
.HasComment("软删除标记");
b.Property("NetType")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment(".NET数据类型");
b.Property("QueryType")
.HasMaxLength(10)
.HasColumnType("nvarchar(10)")
.HasComment("查询方式");
b.Property("QueryWhether")
.HasMaxLength(5)
.HasColumnType("nvarchar(5)")
.HasComment("是否是查询条件");
b.Property("UpdatedTime")
.HasColumnType("datetimeoffset")
.HasComment("更新时间");
b.Property("UpdatedUserId")
.HasColumnType("bigint")
.HasComment("修改者Id");
b.Property("UpdatedUserName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("修改者名称");
b.Property("WhetherAddUpdate")
.HasMaxLength(5)
.HasColumnType("nvarchar(5)")
.HasComment("增改");
b.Property("WhetherCommon")
.HasMaxLength(5)
.HasColumnType("nvarchar(5)")
.HasComment("是否通用字段");
b.Property("WhetherOrderBy")
.HasMaxLength(5)
.HasColumnType("nvarchar(5)")
.HasComment("列表是否排序");
b.Property("WhetherRequired")
.HasMaxLength(5)
.HasColumnType("nvarchar(5)")
.HasComment("是否必填");
b.Property("WhetherRetract")
.HasMaxLength(5)
.HasColumnType("nvarchar(5)")
.HasComment("列表是否缩进");
b.Property("WhetherTable")
.HasMaxLength(5)
.HasColumnType("nvarchar(5)")
.HasComment("列表显示");
b.HasKey("Id");
b.ToTable("sys_code_gen_config");
b.HasComment("代码生成字段配置表");
});
modelBuilder.Entity("iWare.Wms.Core.SysConfig", b =>
{
b.Property("Id")
.HasColumnType("bigint")
.HasComment("Id主键");
b.Property("Code")
.IsRequired()
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("编码");
b.Property("CreatedTime")
.HasColumnType("datetimeoffset")
.HasComment("创建时间");
b.Property("CreatedUserId")
.HasColumnType("bigint")
.HasComment("创建者Id");
b.Property("CreatedUserName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("创建者名称");
b.Property("GroupCode")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("常量所属分类的编码");
b.Property("IsDeleted")
.HasColumnType("bit")
.HasComment("软删除标记");
b.Property("Name")
.IsRequired()
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("名称");
b.Property("Remark")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("备注");
b.Property("Status")
.HasColumnType("int")
.HasComment("状态");
b.Property("SysFlag")
.HasMaxLength(5)
.HasColumnType("nvarchar(5)")
.HasComment("是否是系统参数");
b.Property("UpdatedTime")
.HasColumnType("datetimeoffset")
.HasComment("更新时间");
b.Property("UpdatedUserId")
.HasColumnType("bigint")
.HasComment("修改者Id");
b.Property("UpdatedUserName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("修改者名称");
b.Property("Value")
.HasColumnType("nvarchar(max)")
.HasComment("属性值");
b.HasKey("Id");
b.ToTable("sys_config");
b.HasComment("参数配置表");
b.HasData(
new
{
Id = 142307070902342L,
Code = "DILON_JWT_SECRET",
GroupCode = "DEFAULT",
IsDeleted = false,
Name = "jwt密钥",
Remark = "(重要)jwt密钥,默认为空,自行设置",
Status = 0,
SysFlag = "Y",
Value = "weiben"
},
new
{
Id = 142307070902343L,
Code = "DILON_DEFAULT_PASSWORD",
GroupCode = "DEFAULT",
IsDeleted = false,
Name = "默认密码",
Remark = "默认密码",
Status = 0,
SysFlag = "Y",
Value = "123456"
},
new
{
Id = 142307070902344L,
Code = "DILON_TOKEN_EXPIRE",
GroupCode = "DEFAULT",
IsDeleted = false,
Name = "token过期时间",
Remark = "token过期时间(单位:秒)",
Status = 0,
SysFlag = "Y",
Value = "86400"
},
new
{
Id = 142307070902345L,
Code = "DILON_SESSION_EXPIRE",
GroupCode = "DEFAULT",
IsDeleted = false,
Name = "session会话过期时间",
Remark = "session会话过期时间(单位:秒)",
Status = 0,
SysFlag = "Y",
Value = "7200"
},
new
{
Id = 142307070902361L,
Code = "DILON_FILE_UPLOAD_PATH_FOR_WINDOWS",
GroupCode = "FILE_PATH",
IsDeleted = false,
Name = "Win本地上传文件路径",
Remark = "Win本地上传文件路径",
Status = 0,
SysFlag = "Y",
Value = "D:/tmp"
},
new
{
Id = 142307070902363L,
Code = "DILON_UN_XSS_FILTER_URL",
GroupCode = "DEFAULT",
IsDeleted = false,
Name = "放开XSS过滤的接口",
Remark = "多个url可以用英文逗号隔开",
Status = 0,
SysFlag = "Y",
Value = "/demo/xssfilter,/demo/unxss"
},
new
{
Id = 142307070902364L,
Code = "DILON_ENABLE_SINGLE_LOGIN",
GroupCode = "DEFAULT",
IsDeleted = false,
Name = "单用户登陆的开关",
Remark = "true-打开,false-关闭,如果一个人登录两次,就会将上一次登陆挤下去",
Status = 0,
SysFlag = "Y",
Value = "false"
},
new
{
Id = 142307070902365L,
Code = "DILON_CAPTCHA_OPEN",
GroupCode = "DEFAULT",
IsDeleted = false,
Name = "登录验证码的开关",
Remark = "true-打开,false-关闭",
Status = 0,
SysFlag = "Y",
Value = "true"
});
});
modelBuilder.Entity("iWare.Wms.Core.SysDictData", b =>
{
b.Property("Id")
.HasColumnType("bigint")
.HasComment("Id主键");
b.Property("Code")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("编码");
b.Property("CreatedTime")
.HasColumnType("datetimeoffset")
.HasComment("创建时间");
b.Property("CreatedUserId")
.HasColumnType("bigint")
.HasComment("创建者Id");
b.Property("CreatedUserName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("创建者名称");
b.Property("IsDeleted")
.HasColumnType("bit")
.HasComment("软删除标记");
b.Property("Remark")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("备注");
b.Property("Sort")
.HasColumnType("int")
.HasComment("排序");
b.Property("Status")
.HasColumnType("int")
.HasComment("状态");
b.Property("TypeId")
.HasColumnType("bigint")
.HasComment("字典类型Id");
b.Property("UpdatedTime")
.HasColumnType("datetimeoffset")
.HasComment("更新时间");
b.Property("UpdatedUserId")
.HasColumnType("bigint")
.HasComment("修改者Id");
b.Property("UpdatedUserName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("修改者名称");
b.Property("Value")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("值");
b.HasKey("Id");
b.HasIndex("TypeId");
b.ToTable("sys_dict_data");
b.HasComment("字典值表");
b.HasData(
new
{
Id = 142307070902375L,
Code = "1",
IsDeleted = false,
Remark = "男性",
Sort = 100,
Status = 0,
TypeId = 142307070906484L,
Value = "男"
},
new
{
Id = 142307070902376L,
Code = "2",
IsDeleted = false,
Remark = "女性",
Sort = 100,
Status = 0,
TypeId = 142307070906484L,
Value = "女"
},
new
{
Id = 142307070902377L,
Code = "3",
IsDeleted = false,
Remark = "未知性别",
Sort = 100,
Status = 0,
TypeId = 142307070906484L,
Value = "未知"
},
new
{
Id = 142307070902384L,
Code = "0",
IsDeleted = false,
Remark = "正常",
Sort = 100,
Status = 0,
TypeId = 142307070906483L,
Value = "正常"
},
new
{
Id = 142307070902385L,
Code = "1",
IsDeleted = false,
Remark = "停用",
Sort = 100,
Status = 0,
TypeId = 142307070906483L,
Value = "停用"
},
new
{
Id = 142307070902386L,
Code = "2",
IsDeleted = false,
Remark = "删除",
Sort = 100,
Status = 0,
TypeId = 142307070906483L,
Value = "删除"
},
new
{
Id = 142307070902387L,
Code = "N",
IsDeleted = false,
Remark = "否",
Sort = 100,
Status = 0,
TypeId = 142307070906486L,
Value = "否"
},
new
{
Id = 142307070902388L,
Code = "Y",
IsDeleted = false,
Remark = "是",
Sort = 100,
Status = 0,
TypeId = 142307070906486L,
Value = "是"
},
new
{
Id = 142307070902389L,
Code = "1",
IsDeleted = false,
Remark = "登录",
Sort = 100,
Status = 0,
TypeId = 142307070906487L,
Value = "登录"
},
new
{
Id = 142307070902390L,
Code = "2",
IsDeleted = false,
Remark = "登出",
Sort = 100,
Status = 0,
TypeId = 142307070906487L,
Value = "登出"
},
new
{
Id = 142307070902391L,
Code = "0",
IsDeleted = false,
Remark = "目录",
Sort = 100,
Status = 0,
TypeId = 142307070906488L,
Value = "目录"
},
new
{
Id = 142307070902392L,
Code = "1",
IsDeleted = false,
Remark = "菜单",
Sort = 100,
Status = 0,
TypeId = 142307070906488L,
Value = "菜单"
},
new
{
Id = 142307070902393L,
Code = "2",
IsDeleted = false,
Remark = "按钮",
Sort = 100,
Status = 0,
TypeId = 142307070906488L,
Value = "按钮"
},
new
{
Id = 142307070902394L,
Code = "0",
IsDeleted = false,
Remark = "未发送",
Sort = 100,
Status = 0,
TypeId = 142307070906489L,
Value = "未发送"
},
new
{
Id = 142307070902395L,
Code = "1",
IsDeleted = false,
Remark = "发送成功",
Sort = 100,
Status = 0,
TypeId = 142307070906489L,
Value = "发送成功"
},
new
{
Id = 142307070902396L,
Code = "2",
IsDeleted = false,
Remark = "发送失败",
Sort = 100,
Status = 0,
TypeId = 142307070906489L,
Value = "发送失败"
},
new
{
Id = 142307070902397L,
Code = "3",
IsDeleted = false,
Remark = "失效",
Sort = 100,
Status = 0,
TypeId = 142307070906489L,
Value = "失效"
},
new
{
Id = 142307070902398L,
Code = "0",
IsDeleted = false,
Remark = "无",
Sort = 100,
Status = 0,
TypeId = 142307070906490L,
Value = "无"
},
new
{
Id = 142307070902399L,
Code = "1",
IsDeleted = false,
Remark = "组件",
Sort = 100,
Status = 0,
TypeId = 142307070906490L,
Value = "组件"
},
new
{
Id = 142307070906437L,
Code = "2",
IsDeleted = false,
Remark = "内链",
Sort = 100,
Status = 0,
TypeId = 142307070906490L,
Value = "内链"
},
new
{
Id = 142307070906438L,
Code = "3",
IsDeleted = false,
Remark = "外链",
Sort = 100,
Status = 0,
TypeId = 142307070906490L,
Value = "外链"
},
new
{
Id = 142307070906439L,
Code = "1",
IsDeleted = false,
Remark = "系统权重",
Sort = 100,
Status = 0,
TypeId = 142307070906491L,
Value = "系统权重"
},
new
{
Id = 142307070906440L,
Code = "2",
IsDeleted = false,
Remark = "业务权重",
Sort = 100,
Status = 0,
TypeId = 142307070906491L,
Value = "业务权重"
},
new
{
Id = 142307070906441L,
Code = "1",
IsDeleted = false,
Remark = "全部数据",
Sort = 100,
Status = 0,
TypeId = 142307070906492L,
Value = "全部数据"
},
new
{
Id = 142307070906442L,
Code = "2",
IsDeleted = false,
Remark = "本部门及以下数据",
Sort = 100,
Status = 0,
TypeId = 142307070906492L,
Value = "本部门及以下数据"
},
new
{
Id = 142307070906443L,
Code = "3",
IsDeleted = false,
Remark = "本部门数据",
Sort = 100,
Status = 0,
TypeId = 142307070906492L,
Value = "本部门数据"
},
new
{
Id = 142307070906444L,
Code = "4",
IsDeleted = false,
Remark = "仅本人数据",
Sort = 100,
Status = 0,
TypeId = 142307070906492L,
Value = "仅本人数据"
},
new
{
Id = 142307070906445L,
Code = "5",
IsDeleted = false,
Remark = "自定义数据",
Sort = 100,
Status = 0,
TypeId = 142307070906492L,
Value = "自定义数据"
},
new
{
Id = 142307070906449L,
Code = "0",
IsDeleted = false,
Remark = "其它",
Sort = 100,
Status = 0,
TypeId = 142307070906494L,
Value = "其它"
},
new
{
Id = 142307070906450L,
Code = "1",
IsDeleted = false,
Remark = "增加",
Sort = 100,
Status = 0,
TypeId = 142307070906494L,
Value = "增加"
},
new
{
Id = 142307070906451L,
Code = "2",
IsDeleted = false,
Remark = "删除",
Sort = 100,
Status = 0,
TypeId = 142307070906494L,
Value = "删除"
},
new
{
Id = 142307070906452L,
Code = "3",
IsDeleted = false,
Remark = "编辑",
Sort = 100,
Status = 0,
TypeId = 142307070906494L,
Value = "编辑"
},
new
{
Id = 142307070906453L,
Code = "4",
IsDeleted = false,
Remark = "更新",
Sort = 100,
Status = 0,
TypeId = 142307070906494L,
Value = "更新"
},
new
{
Id = 142307070906454L,
Code = "5",
IsDeleted = false,
Remark = "查询",
Sort = 100,
Status = 0,
TypeId = 142307070906494L,
Value = "查询"
},
new
{
Id = 142307070906455L,
Code = "6",
IsDeleted = false,
Remark = "详情",
Sort = 100,
Status = 0,
TypeId = 142307070906494L,
Value = "详情"
},
new
{
Id = 142307070906456L,
Code = "7",
IsDeleted = false,
Remark = "树",
Sort = 100,
Status = 0,
TypeId = 142307070906494L,
Value = "树"
},
new
{
Id = 142307070906457L,
Code = "8",
IsDeleted = false,
Remark = "导入",
Sort = 100,
Status = 0,
TypeId = 142307070906494L,
Value = "导入"
},
new
{
Id = 142307070906458L,
Code = "9",
IsDeleted = false,
Remark = "导出",
Sort = 100,
Status = 0,
TypeId = 142307070906494L,
Value = "导出"
},
new
{
Id = 142307070906459L,
Code = "10",
IsDeleted = false,
Remark = "授权",
Sort = 100,
Status = 0,
TypeId = 142307070906494L,
Value = "授权"
},
new
{
Id = 142307070906460L,
Code = "11",
IsDeleted = false,
Remark = "强退",
Sort = 100,
Status = 0,
TypeId = 142307070906494L,
Value = "强退"
},
new
{
Id = 142307070906461L,
Code = "12",
IsDeleted = false,
Remark = "清空",
Sort = 100,
Status = 0,
TypeId = 142307070906494L,
Value = "清空"
},
new
{
Id = 142307070906462L,
Code = "13",
IsDeleted = false,
Remark = "修改状态",
Sort = 100,
Status = 0,
TypeId = 142307070906494L,
Value = "修改状态"
},
new
{
Id = 142307070906463L,
Code = "1",
IsDeleted = false,
Remark = "阿里云",
Sort = 100,
Status = 0,
TypeId = 142307070906495L,
Value = "阿里云"
},
new
{
Id = 142307070906464L,
Code = "2",
IsDeleted = false,
Remark = "腾讯云",
Sort = 100,
Status = 0,
TypeId = 142307070906495L,
Value = "腾讯云"
},
new
{
Id = 142307070906465L,
Code = "3",
IsDeleted = false,
Remark = "minio",
Sort = 100,
Status = 0,
TypeId = 142307070906495L,
Value = "minio"
},
new
{
Id = 142307070906466L,
Code = "4",
IsDeleted = false,
Remark = "本地",
Sort = 100,
Status = 0,
TypeId = 142307070906495L,
Value = "本地"
},
new
{
Id = 142307070906467L,
Code = "1",
IsDeleted = false,
Remark = "运行",
Sort = 100,
Status = 0,
TypeId = 142307070910533L,
Value = "运行"
},
new
{
Id = 142307070906468L,
Code = "2",
IsDeleted = false,
Remark = "停止",
Sort = 100,
Status = 0,
TypeId = 142307070910533L,
Value = "停止"
},
new
{
Id = 142307070906469L,
Code = "1",
IsDeleted = false,
Remark = "通知",
Sort = 100,
Status = 0,
TypeId = 142307070910534L,
Value = "通知"
},
new
{
Id = 142307070906470L,
Code = "2",
IsDeleted = false,
Remark = "公告",
Sort = 100,
Status = 0,
TypeId = 142307070910534L,
Value = "公告"
},
new
{
Id = 142307070906471L,
Code = "0",
IsDeleted = false,
Remark = "草稿",
Sort = 100,
Status = 0,
TypeId = 142307070910535L,
Value = "草稿"
},
new
{
Id = 142307070906472L,
Code = "1",
IsDeleted = false,
Remark = "发布",
Sort = 100,
Status = 0,
TypeId = 142307070910535L,
Value = "发布"
},
new
{
Id = 142307070906473L,
Code = "2",
IsDeleted = false,
Remark = "撤回",
Sort = 100,
Status = 0,
TypeId = 142307070910535L,
Value = "撤回"
},
new
{
Id = 142307070906474L,
Code = "3",
IsDeleted = false,
Remark = "删除",
Sort = 100,
Status = 0,
TypeId = 142307070910535L,
Value = "删除"
},
new
{
Id = 142307070906475L,
Code = "true",
IsDeleted = false,
Remark = "是",
Sort = 100,
Status = 0,
TypeId = 142307070910536L,
Value = "是"
},
new
{
Id = 142307070906476L,
Code = "false",
IsDeleted = false,
Remark = "否",
Sort = 100,
Status = 0,
TypeId = 142307070910536L,
Value = "否"
},
new
{
Id = 142307070906477L,
Code = "1",
IsDeleted = false,
Remark = "下载压缩包",
Sort = 100,
Status = 0,
TypeId = 142307070910537L,
Value = "下载压缩包"
},
new
{
Id = 142307070906478L,
Code = "2",
IsDeleted = false,
Remark = "生成到本项目",
Sort = 100,
Status = 0,
TypeId = 142307070910537L,
Value = "生成到本项目"
},
new
{
Id = 142307070906479L,
Code = "1",
IsDeleted = false,
Remark = "GET",
Sort = 100,
Status = 0,
TypeId = 142307070910538L,
Value = "GET"
},
new
{
Id = 142307070906480L,
Code = "2",
IsDeleted = false,
Remark = "POST",
Sort = 100,
Status = 0,
TypeId = 142307070910538L,
Value = "POST"
},
new
{
Id = 142307070906481L,
Code = "3",
IsDeleted = false,
Remark = "PUT",
Sort = 100,
Status = 0,
TypeId = 142307070910538L,
Value = "PUT"
},
new
{
Id = 142307070906482L,
Code = "4",
IsDeleted = false,
Remark = "DELETE",
Sort = 100,
Status = 0,
TypeId = 142307070910538L,
Value = "DELETE"
},
new
{
Id = 142307070922829L,
Code = "fk",
IsDeleted = false,
Remark = "外键",
Sort = 100,
Status = 0,
TypeId = 142307070922827L,
Value = "外键"
},
new
{
Id = 142307070922830L,
Code = "input",
IsDeleted = false,
Remark = "输入框",
Sort = 100,
Status = 0,
TypeId = 142307070922827L,
Value = "输入框"
},
new
{
Id = 142307070922831L,
Code = "datepicker",
IsDeleted = false,
Remark = "时间选择",
Sort = 100,
Status = 0,
TypeId = 142307070922827L,
Value = "时间选择"
},
new
{
Id = 142307070922832L,
Code = "select",
IsDeleted = false,
Remark = "下拉框",
Sort = 100,
Status = 0,
TypeId = 142307070922827L,
Value = "下拉框"
},
new
{
Id = 142307070922833L,
Code = "radio",
IsDeleted = false,
Remark = "单选框",
Sort = 100,
Status = 0,
TypeId = 142307070922827L,
Value = "单选框"
},
new
{
Id = 142307070922834L,
Code = "switch",
IsDeleted = false,
Remark = "开关",
Sort = 100,
Status = 0,
TypeId = 142307070922827L,
Value = "开关"
},
new
{
Id = 142307070922835L,
Code = "checkbox",
IsDeleted = false,
Remark = "多选框",
Sort = 100,
Status = 0,
TypeId = 142307070922827L,
Value = "多选框"
},
new
{
Id = 142307070922836L,
Code = "inputnumber",
IsDeleted = false,
Remark = "数字输入框",
Sort = 100,
Status = 0,
TypeId = 142307070922827L,
Value = "数字输入框"
},
new
{
Id = 142307070922837L,
Code = "textarea",
IsDeleted = false,
Remark = "文本域",
Sort = 100,
Status = 0,
TypeId = 142307070922827L,
Value = "文本域"
},
new
{
Id = 142307070922838L,
Code = "==",
IsDeleted = false,
Remark = "等于",
Sort = 1,
Status = 0,
TypeId = 142307070922828L,
Value = "等于"
},
new
{
Id = 142307070922839L,
Code = "like",
IsDeleted = false,
Remark = "模糊",
Sort = 2,
Status = 0,
TypeId = 142307070922828L,
Value = "模糊"
},
new
{
Id = 142307070922840L,
Code = ">",
IsDeleted = false,
Remark = "大于",
Sort = 3,
Status = 0,
TypeId = 142307070922828L,
Value = "大于"
},
new
{
Id = 142307070922841L,
Code = "<",
IsDeleted = false,
Remark = "小于",
Sort = 4,
Status = 0,
TypeId = 142307070922828L,
Value = "小于"
},
new
{
Id = 142307070922842L,
Code = "!=",
IsDeleted = false,
Remark = "不等于",
Sort = 5,
Status = 0,
TypeId = 142307070922828L,
Value = "不等于"
},
new
{
Id = 142307070922843L,
Code = ">=",
IsDeleted = false,
Remark = "大于等于",
Sort = 6,
Status = 0,
TypeId = 142307070922828L,
Value = "大于等于"
},
new
{
Id = 142307070922844L,
Code = "<=",
IsDeleted = false,
Remark = "小于等于",
Sort = 7,
Status = 0,
TypeId = 142307070922828L,
Value = "小于等于"
},
new
{
Id = 142307070922845L,
Code = "isNotNull",
IsDeleted = false,
Remark = "不为空",
Sort = 8,
Status = 0,
TypeId = 142307070922828L,
Value = "不为空"
},
new
{
Id = 142307070922851L,
Code = "int",
IsDeleted = false,
Remark = "int",
Sort = 100,
Status = 0,
TypeId = 142307070922829L,
Value = "int"
},
new
{
Id = 142307070922846L,
Code = "long",
IsDeleted = false,
Remark = "long",
Sort = 100,
Status = 0,
TypeId = 142307070922829L,
Value = "long"
},
new
{
Id = 142307070922847L,
Code = "string",
IsDeleted = false,
Remark = "string",
Sort = 100,
Status = 0,
TypeId = 142307070922829L,
Value = "string"
},
new
{
Id = 142307070922850L,
Code = "bool",
IsDeleted = false,
Remark = "bool",
Sort = 100,
Status = 0,
TypeId = 142307070922829L,
Value = "bool"
},
new
{
Id = 142307070922852L,
Code = "double",
IsDeleted = false,
Remark = "double",
Sort = 100,
Status = 0,
TypeId = 142307070922829L,
Value = "double"
},
new
{
Id = 142307070922848L,
Code = "DateTime",
IsDeleted = false,
Remark = "DateTime",
Sort = 100,
Status = 0,
TypeId = 142307070922829L,
Value = "DateTime"
},
new
{
Id = 142307070922861L,
Code = "float",
IsDeleted = false,
Remark = "float",
Sort = 100,
Status = 0,
TypeId = 142307070922829L,
Value = "float"
},
new
{
Id = 142307070922862L,
Code = "decimal",
IsDeleted = false,
Remark = "decimal",
Sort = 100,
Status = 0,
TypeId = 142307070922829L,
Value = "decimal"
},
new
{
Id = 142307070922863L,
Code = "Guid",
IsDeleted = false,
Remark = "Guid",
Sort = 100,
Status = 0,
TypeId = 142307070922829L,
Value = "Guid"
},
new
{
Id = 142307070922864L,
Code = "DateTimeOffset",
IsDeleted = false,
Remark = "DateTimeOffset",
Sort = 100,
Status = 0,
TypeId = 142307070922829L,
Value = "DateTimeOffset"
},
new
{
Id = 142307070926943L,
Code = "0",
IsDeleted = false,
Remark = "集团角色",
Sort = 100,
Status = 0,
TypeId = 142307070926941L,
Value = "集团角色"
},
new
{
Id = 142307070926944L,
Code = "1",
IsDeleted = false,
Remark = "加盟商角色",
Sort = 100,
Status = 0,
TypeId = 142307070926941L,
Value = "加盟商角色"
},
new
{
Id = 142307070926945L,
Code = "2",
IsDeleted = false,
Remark = "门店角色",
Sort = 100,
Status = 0,
TypeId = 142307070926941L,
Value = "门店角色"
},
new
{
Id = 142307070926946L,
Code = "1",
IsDeleted = false,
Remark = "一级",
Sort = 100,
Status = 0,
TypeId = 142307070926942L,
Value = "一级"
},
new
{
Id = 142307070926947L,
Code = "2",
IsDeleted = false,
Remark = "二级",
Sort = 100,
Status = 0,
TypeId = 142307070926942L,
Value = "二级"
},
new
{
Id = 142307070926948L,
Code = "3",
IsDeleted = false,
Remark = "三级",
Sort = 100,
Status = 0,
TypeId = 142307070926942L,
Value = "三级"
},
new
{
Id = 142307070926949L,
Code = "4",
IsDeleted = false,
Remark = "四级",
Sort = 100,
Status = 0,
TypeId = 142307070926942L,
Value = "四级"
},
new
{
Id = 285605336563781L,
Code = "DefaultFormType",
IsDeleted = false,
Remark = "默认表单分类",
Sort = 100,
Status = 0,
TypeId = 285605149831237L,
Value = "默认表单分类"
},
new
{
Id = 285641495289925L,
Code = "DefaultGroup",
IsDeleted = false,
Remark = "默认分类",
Sort = 100,
Status = 0,
TypeId = 285641358889029L,
Value = "默认分类"
},
new
{
Id = 355697634480197L,
Code = "0",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355694205325381L,
Value = "其他"
},
new
{
Id = 355697676427333L,
Code = "1",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355694205325381L,
Value = "木质"
},
new
{
Id = 355697726726213L,
Code = "2",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355694205325381L,
Value = "金属"
},
new
{
Id = 355697755361349L,
Code = "3",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355694205325381L,
Value = "塑料"
},
new
{
Id = 355697944657989L,
Code = "0",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355697881423941L,
Value = "禁用"
},
new
{
Id = 355697974415429L,
Code = "1",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355697881423941L,
Value = "空闲"
},
new
{
Id = 355698005966917L,
Code = "2",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355697881423941L,
Value = "组盘"
},
new
{
Id = 355698032828485L,
Code = "3",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355697881423941L,
Value = "库位"
},
new
{
Id = 355698270015557L,
Code = "0",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355698224758853L,
Value = "其他"
},
new
{
Id = 355698303508549L,
Code = "1",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355698224758853L,
Value = "立体库"
},
new
{
Id = 355698328531013L,
Code = "2",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355698224758853L,
Value = "普通库"
},
new
{
Id = 355698362712133L,
Code = "3",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355698224758853L,
Value = "公共库"
},
new
{
Id = 355698476777541L,
Code = "1",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355698441912389L,
Value = "空闲"
},
new
{
Id = 355698510786629L,
Code = "2",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355698441912389L,
Value = "待入"
},
new
{
Id = 355698549424197L,
Code = "3",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355698441912389L,
Value = "存货"
},
new
{
Id = 355698576941125L,
Code = "4",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355698441912389L,
Value = "待出"
},
new
{
Id = 355698694561861L,
Code = "1",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355698661130309L,
Value = "低"
},
new
{
Id = 355698716401733L,
Code = "2",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355698661130309L,
Value = "中"
},
new
{
Id = 355698740326469L,
Code = "3",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355698661130309L,
Value = "高"
},
new
{
Id = 355698898735173L,
Code = "1",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355698855280709L,
Value = "免检"
},
new
{
Id = 355698924970053L,
Code = "2",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355698855280709L,
Value = "抽检"
},
new
{
Id = 355699041800261L,
Code = "1",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355699003580485L,
Value = "原材料"
},
new
{
Id = 355699063255109L,
Code = "2",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355699003580485L,
Value = "半成品"
},
new
{
Id = 355699088330821L,
Code = "3",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355699003580485L,
Value = "成品"
},
new
{
Id = 355699113156677L,
Code = "4",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355699003580485L,
Value = "空托"
},
new
{
Id = 355699219353669L,
Code = "1",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355699189051461L,
Value = "长度"
},
new
{
Id = 355699243540549L,
Code = "2",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355699189051461L,
Value = "重量"
},
new
{
Id = 355699345645637L,
Code = "1",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355699314061381L,
Value = "cm"
},
new
{
Id = 355699367575621L,
Code = "2",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355699314061381L,
Value = "t"
},
new
{
Id = 355699479236677L,
Code = "1",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355699447029829L,
Value = "手动"
},
new
{
Id = 355699505229893L,
Code = "2",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355699447029829L,
Value = "自动"
},
new
{
Id = 355699615133765L,
Code = "1",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355699576467525L,
Value = "入库"
},
new
{
Id = 355699638476869L,
Code = "2",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355699576467525L,
Value = "出库"
},
new
{
Id = 355699661889605L,
Code = "3",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355699576467525L,
Value = "移库"
},
new
{
Id = 355699760455749L,
Code = "1",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355699731099717L,
Value = "未执行"
},
new
{
Id = 355699784736837L,
Code = "2",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355699731099717L,
Value = "执行中"
},
new
{
Id = 355699813859397L,
Code = "3",
IsDeleted = false,
Remark = "",
Sort = 100,
Status = 0,
TypeId = 355699731099717L,
Value = "完成"
});
});
modelBuilder.Entity("iWare.Wms.Core.SysDictType", b =>
{
b.Property("Id")
.HasColumnType("bigint")
.HasComment("Id主键");
b.Property("Code")
.IsRequired()
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("编码");
b.Property("CreatedTime")
.HasColumnType("datetimeoffset")
.HasComment("创建时间");
b.Property("CreatedUserId")
.HasColumnType("bigint")
.HasComment("创建者Id");
b.Property("CreatedUserName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("创建者名称");
b.Property("IsDeleted")
.HasColumnType("bit")
.HasComment("软删除标记");
b.Property("Name")
.IsRequired()
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("名称");
b.Property("Remark")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("备注");
b.Property("Sort")
.HasColumnType("int")
.HasComment("排序");
b.Property("Status")
.HasColumnType("int")
.HasComment("状态");
b.Property("UpdatedTime")
.HasColumnType("datetimeoffset")
.HasComment("更新时间");
b.Property("UpdatedUserId")
.HasColumnType("bigint")
.HasComment("修改者Id");
b.Property("UpdatedUserName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("修改者名称");
b.HasKey("Id");
b.ToTable("sys_dict_type");
b.HasComment("字典类型表");
b.HasData(
new
{
Id = 142307070906483L,
Code = "common_status",
IsDeleted = false,
Name = "通用状态",
Remark = "通用状态",
Sort = 100,
Status = 0
},
new
{
Id = 142307070906484L,
Code = "sex",
IsDeleted = false,
Name = "性别",
Remark = "性别字典",
Sort = 100,
Status = 0
},
new
{
Id = 142307070906485L,
Code = "consts_type",
IsDeleted = false,
Name = "常量的分类",
Remark = "常量的分类,用于区别一组配置",
Sort = 100,
Status = 0
},
new
{
Id = 142307070906486L,
Code = "yes_or_no",
IsDeleted = false,
Name = "是否",
Remark = "是否",
Sort = 100,
Status = 0
},
new
{
Id = 142307070906487L,
Code = "vis_type",
IsDeleted = false,
Name = "访问类型",
Remark = "访问类型",
Sort = 100,
Status = 0
},
new
{
Id = 142307070906488L,
Code = "menu_type",
IsDeleted = false,
Name = "菜单类型",
Remark = "菜单类型",
Sort = 100,
Status = 0
},
new
{
Id = 142307070906489L,
Code = "send_type",
IsDeleted = false,
Name = "发送类型",
Remark = "发送类型",
Sort = 100,
Status = 0
},
new
{
Id = 142307070906490L,
Code = "open_type",
IsDeleted = false,
Name = "打开方式",
Remark = "打开方式",
Sort = 100,
Status = 0
},
new
{
Id = 142307070906491L,
Code = "menu_weight",
IsDeleted = false,
Name = "菜单权重",
Remark = "菜单权重",
Sort = 100,
Status = 0
},
new
{
Id = 142307070906492L,
Code = "data_scope_type",
IsDeleted = false,
Name = "数据范围类型",
Remark = "数据范围类型",
Sort = 100,
Status = 0
},
new
{
Id = 142307070906494L,
Code = "op_type",
IsDeleted = false,
Name = "操作类型",
Remark = "操作类型",
Sort = 100,
Status = 0
},
new
{
Id = 142307070906495L,
Code = "file_storage_location",
IsDeleted = false,
Name = "文件存储位置",
Remark = "文件存储位置",
Sort = 100,
Status = 0
},
new
{
Id = 142307070910533L,
Code = "run_status",
IsDeleted = false,
Name = "运行状态",
Remark = "定时任务运行状态",
Sort = 100,
Status = 0
},
new
{
Id = 142307070910534L,
Code = "notice_type",
IsDeleted = false,
Name = "通知公告类型",
Remark = "通知公告类型",
Sort = 100,
Status = 0
},
new
{
Id = 142307070910535L,
Code = "notice_status",
IsDeleted = false,
Name = "通知公告状态",
Remark = "通知公告状态",
Sort = 100,
Status = 0
},
new
{
Id = 142307070910536L,
Code = "yes_true_false",
IsDeleted = false,
Name = "是否boolean",
Remark = "是否boolean",
Sort = 100,
Status = 0
},
new
{
Id = 142307070910537L,
Code = "code_gen_create_type",
IsDeleted = false,
Name = "代码生成方式",
Remark = "代码生成方式",
Sort = 100,
Status = 0
},
new
{
Id = 142307070910538L,
Code = "request_type",
IsDeleted = false,
Name = "请求方式",
Remark = "请求方式",
Sort = 100,
Status = 0
},
new
{
Id = 142307070922827L,
Code = "code_gen_effect_type",
IsDeleted = false,
Name = "代码生成作用类型",
Remark = "代码生成作用类型",
Sort = 100,
Status = 0
},
new
{
Id = 142307070922828L,
Code = "code_gen_query_type",
IsDeleted = false,
Name = "代码生成查询类型",
Remark = "代码生成查询类型",
Sort = 100,
Status = 0
},
new
{
Id = 142307070922829L,
Code = "code_gen_net_type",
IsDeleted = false,
Name = "代码生成.NET类型",
Remark = "代码生成.NET类型",
Sort = 100,
Status = 0
},
new
{
Id = 142307070926941L,
Code = "role_type",
IsDeleted = false,
Name = "角色类型",
Remark = "角色类型",
Sort = 100,
Status = 0
},
new
{
Id = 142307070926942L,
Code = "org_type",
IsDeleted = false,
Name = "机构类型",
Remark = "机构类型",
Sort = 100,
Status = 0
},
new
{
Id = 285605149831237L,
Code = "form_type",
IsDeleted = false,
Name = "表单类型",
Remark = "表单类型",
Sort = 100,
Status = 0
},
new
{
Id = 285641358889029L,
Code = "workflow_group",
IsDeleted = false,
Name = "流程分类",
Remark = "流程分类",
Sort = 100,
Status = 0
},
new
{
Id = 355694205325381L,
Code = "container_type",
IsDeleted = false,
Name = "托盘类型",
Remark = "",
Sort = 100,
Status = 0
},
new
{
Id = 355697881423941L,
Code = "container_status",
IsDeleted = false,
Name = "托盘状态",
Remark = "",
Sort = 100,
Status = 0
},
new
{
Id = 355698224758853L,
Code = "area_type",
IsDeleted = false,
Name = "库区类型",
Remark = "",
Sort = 100,
Status = 0
},
new
{
Id = 355698441912389L,
Code = "place_status",
IsDeleted = false,
Name = "库位状态",
Remark = "",
Sort = 100,
Status = 0
},
new
{
Id = 355698661130309L,
Code = "height_level",
IsDeleted = false,
Name = "库位高度",
Remark = "",
Sort = 100,
Status = 0
},
new
{
Id = 355698855280709L,
Code = "material_inspection",
IsDeleted = false,
Name = "物料检验",
Remark = "",
Sort = 100,
Status = 0
},
new
{
Id = 355699003580485L,
Code = "material_type",
IsDeleted = false,
Name = "物料类别",
Remark = "",
Sort = 100,
Status = 0
},
new
{
Id = 355699189051461L,
Code = "unit_type",
IsDeleted = false,
Name = "单位类别",
Remark = "",
Sort = 100,
Status = 0
},
new
{
Id = 355699314061381L,
Code = "unitno_type",
IsDeleted = false,
Name = "单位编号",
Remark = "",
Sort = 100,
Status = 0
},
new
{
Id = 355699447029829L,
Code = "task_model",
IsDeleted = false,
Name = "任务方式",
Remark = "",
Sort = 100,
Status = 0
},
new
{
Id = 355699576467525L,
Code = "task_type",
IsDeleted = false,
Name = "任务类型",
Remark = "",
Sort = 100,
Status = 0
},
new
{
Id = 355699731099717L,
Code = "task_status",
IsDeleted = false,
Name = "任务状态",
Remark = "",
Sort = 100,
Status = 0
});
});
modelBuilder.Entity("iWare.Wms.Core.SysEmp", b =>
{
b.Property("Id")
.HasColumnType("bigint")
.HasComment("用户Id");
b.Property("JobNum")
.HasMaxLength(30)
.HasColumnType("nvarchar(30)")
.HasComment("工号");
b.Property("OrgId")
.HasColumnType("bigint")
.HasComment("机构Id");
b.Property("OrgName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("机构名称");
b.HasKey("Id");
b.ToTable("sys_emp");
b.HasComment("员工表");
b.HasData(
new
{
Id = 142307070910551L,
JobNum = "D1001",
OrgId = 142307070910539L,
OrgName = "华夏集团"
},
new
{
Id = 142307070910552L,
JobNum = "D1002",
OrgId = 142307070910539L,
OrgName = "华夏集团"
},
new
{
Id = 142307070910553L,
JobNum = "D1003",
OrgId = 142307070910539L,
OrgName = "华夏集团"
},
new
{
Id = 142307070910554L,
JobNum = "D1001",
OrgId = 142307070910547L,
OrgName = "租户1公司"
},
new
{
Id = 142307070910555L,
JobNum = "D1002",
OrgId = 142307070910547L,
OrgName = "租户1公司"
},
new
{
Id = 142307070910556L,
JobNum = "D1003",
OrgId = 142307070910547L,
OrgName = "租户1公司"
},
new
{
Id = 142307070910557L,
JobNum = "D1001",
OrgId = 142307070910548L,
OrgName = "租户2公司"
},
new
{
Id = 142307070910558L,
JobNum = "D1002",
OrgId = 142307070910548L,
OrgName = "租户2公司"
},
new
{
Id = 142307070910559L,
JobNum = "D1003",
OrgId = 142307070910548L,
OrgName = "租户2公司"
},
new
{
Id = 358533464608837L,
JobNum = "",
OrgId = 142307070910539L,
OrgName = "伟本股份有限公司"
},
new
{
Id = 358536045723717L,
JobNum = "",
OrgId = 142307070910542L,
OrgName = "研发部"
});
});
modelBuilder.Entity("iWare.Wms.Core.SysEmpExtOrgPos", b =>
{
b.Property("SysEmpId")
.HasColumnType("bigint")
.HasComment("员工Id");
b.Property("SysOrgId")
.HasColumnType("bigint")
.HasComment("机构Id");
b.Property("SysPosId")
.HasColumnType("bigint")
.HasComment("职位Id");
b.HasKey("SysEmpId", "SysOrgId", "SysPosId");
b.HasIndex("SysOrgId");
b.HasIndex("SysPosId");
b.ToTable("sys_emp_ext_org_pos");
b.HasComment("员工附属机构职位表");
b.HasData(
new
{
SysEmpId = 142307070910551L,
SysOrgId = 142307070910539L,
SysPosId = 142307070910547L
},
new
{
SysEmpId = 142307070910551L,
SysOrgId = 142307070910540L,
SysPosId = 142307070910548L
},
new
{
SysEmpId = 142307070910551L,
SysOrgId = 142307070910541L,
SysPosId = 142307070910549L
},
new
{
SysEmpId = 142307070910551L,
SysOrgId = 142307070910542L,
SysPosId = 142307070910550L
},
new
{
SysEmpId = 142307070910553L,
SysOrgId = 142307070910542L,
SysPosId = 142307070910547L
});
});
modelBuilder.Entity("iWare.Wms.Core.SysEmpPos", b =>
{
b.Property("SysEmpId")
.HasColumnType("bigint")
.HasComment("员工Id");
b.Property("SysPosId")
.HasColumnType("bigint")
.HasComment("职位Id");
b.HasKey("SysEmpId", "SysPosId");
b.HasIndex("SysPosId");
b.ToTable("sys_emp_pos");
b.HasComment("员工职位表");
b.HasData(
new
{
SysEmpId = 142307070910551L,
SysPosId = 142307070910547L
},
new
{
SysEmpId = 142307070910551L,
SysPosId = 142307070910548L
},
new
{
SysEmpId = 142307070910552L,
SysPosId = 142307070910549L
},
new
{
SysEmpId = 142307070910553L,
SysPosId = 142307070910547L
},
new
{
SysEmpId = 358533464608837L,
SysPosId = 142307070910550L
},
new
{
SysEmpId = 358536045723717L,
SysPosId = 142307070910550L
});
});
modelBuilder.Entity("iWare.Wms.Core.SysFile", b =>
{
b.Property("Id")
.HasColumnType("bigint")
.HasComment("Id主键");
b.Property("CreatedTime")
.HasColumnType("datetimeoffset")
.HasComment("创建时间");
b.Property("CreatedUserId")
.HasColumnType("bigint")
.HasComment("创建者Id");
b.Property("CreatedUserName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("创建者名称");
b.Property("FileBucket")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("文件仓库");
b.Property("FileLocation")
.HasColumnType("int")
.HasComment("文件存储位置");
b.Property("FileObjectName")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("存储到bucket的名称");
b.Property("FileOriginName")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("文件名称");
b.Property("FilePath")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("存储路径");
b.Property("FileSizeInfo")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("文件大小信息");
b.Property("FileSizeKb")
.HasMaxLength(10)
.HasColumnType("nvarchar(10)")
.HasComment("文件大小kb");
b.Property("FileSuffix")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("文件后缀");
b.Property("IsDeleted")
.HasColumnType("bit")
.HasComment("软删除标记");
b.Property("UpdatedTime")
.HasColumnType("datetimeoffset")
.HasComment("更新时间");
b.Property("UpdatedUserId")
.HasColumnType("bigint")
.HasComment("修改者Id");
b.Property("UpdatedUserName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("修改者名称");
b.HasKey("Id");
b.ToTable("sys_file");
b.HasComment("文件信息表");
});
modelBuilder.Entity("iWare.Wms.Core.SysForm", b =>
{
b.Property("Id")
.HasColumnType("bigint")
.HasComment("Id主键");
b.Property("CreatedTime")
.HasColumnType("datetimeoffset")
.HasComment("创建时间");
b.Property("CreatedUserId")
.HasColumnType("bigint")
.HasComment("创建者Id");
b.Property("CreatedUserName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("创建者名称");
b.Property("FormJson")
.IsRequired()
.HasColumnType("nvarchar(max)")
.HasComment("form表单Json");
b.Property("IsDeleted")
.HasColumnType("bit")
.HasComment("软删除标记");
b.Property("Publish")
.HasColumnType("bit")
.HasComment("是否发布");
b.Property("Title")
.IsRequired()
.HasColumnType("nvarchar(max)")
.HasComment("标题");
b.Property("TypeId")
.HasColumnType("bigint")
.HasComment("表单类型ID");
b.Property("UpdatedTime")
.HasColumnType("datetimeoffset")
.HasComment("更新时间");
b.Property("UpdatedUserId")
.HasColumnType("bigint")
.HasComment("修改者Id");
b.Property("UpdatedUserName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("修改者名称");
b.Property("Version")
.HasColumnType("int")
.HasComment("版本");
b.HasKey("Id");
b.ToTable("sys_forms");
b.HasComment("表单表");
});
modelBuilder.Entity("iWare.Wms.Core.SysLogAudit", b =>
{
b.Property("Id")
.ValueGeneratedOnAdd()
.HasColumnType("int");
SqlServerPropertyBuilderExtensions.UseIdentityColumn(b.Property("Id"), 1L, 1);
b.Property("ColumnName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("列名");
b.Property("CreatedTime")
.HasColumnType("datetimeoffset")
.HasComment("操作时间");
b.Property("NewValue")
.HasColumnType("nvarchar(max)")
.HasComment("新值");
b.Property("OldValue")
.HasColumnType("nvarchar(max)")
.HasComment("旧值");
b.Property("Operate")
.HasColumnType("int")
.HasComment("操作方式");
b.Property("TableName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("表名");
b.Property("UserId")
.HasColumnType("bigint")
.HasComment("操作人Id");
b.Property("UserName")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("操作人名称");
b.HasKey("Id");
b.ToTable("sys_log_audit");
b.HasComment("审计日志表");
});
modelBuilder.Entity("iWare.Wms.Core.SysLogEx", b =>
{
b.Property("Id")
.ValueGeneratedOnAdd()
.HasColumnType("int");
SqlServerPropertyBuilderExtensions.UseIdentityColumn(b.Property("Id"), 1L, 1);
b.Property("Account")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("操作人");
b.Property("ClassName")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("类名");
b.Property("ExceptionMsg")
.HasColumnType("nvarchar(max)")
.HasComment("异常信息");
b.Property("ExceptionName")
.HasColumnType("nvarchar(max)")
.HasComment("异常名称");
b.Property("ExceptionSource")
.HasColumnType("nvarchar(max)")
.HasComment("异常源");
b.Property("ExceptionTime")
.HasColumnType("datetimeoffset")
.HasComment("异常时间");
b.Property("MethodName")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("方法名");
b.Property("Name")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("名称");
b.Property("ParamsObj")
.HasColumnType("nvarchar(max)")
.HasComment("参数对象");
b.Property("StackTrace")
.HasColumnType("nvarchar(max)")
.HasComment("堆栈信息");
b.HasKey("Id");
b.ToTable("sys_log_ex");
b.HasComment("异常日志表");
});
modelBuilder.Entity("iWare.Wms.Core.SysLogOp", b =>
{
b.Property("Id")
.ValueGeneratedOnAdd()
.HasColumnType("int");
SqlServerPropertyBuilderExtensions.UseIdentityColumn(b.Property("Id"), 1L, 1);
b.Property("Account")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("操作人");
b.Property("Browser")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("浏览器");
b.Property("ClassName")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("类名称");
b.Property("ElapsedTime")
.HasColumnType("bigint")
.HasComment("耗时");
b.Property("Ip")
.HasMaxLength(20)
.HasColumnType("nvarchar(20)")
.HasComment("IP");
b.Property("Location")
.HasMaxLength(1024)
.HasColumnType("nvarchar(1024)")
.HasComment("地址");
b.Property("Message")
.HasColumnType("nvarchar(max)")
.HasComment("具体消息");
b.Property("MethodName")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("方法名称");
b.Property("Name")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("名称");
b.Property("OpTime")
.HasColumnType("datetimeoffset")
.HasComment("操作时间");
b.Property("Os")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("操作系统");
b.Property("Param")
.HasColumnType("nvarchar(max)")
.HasComment("请求参数");
b.Property("ReqMethod")
.HasMaxLength(10)
.HasColumnType("nvarchar(10)")
.HasComment("请求方式");
b.Property("Result")
.HasColumnType("nvarchar(max)")
.HasComment("返回结果");
b.Property("Success")
.HasColumnType("int")
.HasComment("是否执行成功");
b.Property("Url")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("请求地址");
b.HasKey("Id");
b.ToTable("sys_log_op");
b.HasComment("操作日志表");
});
modelBuilder.Entity("iWare.Wms.Core.SysLogVis", b =>
{
b.Property("Id")
.ValueGeneratedOnAdd()
.HasColumnType("int");
SqlServerPropertyBuilderExtensions.UseIdentityColumn(b.Property("Id"), 1L, 1);
b.Property("Account")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("访问人");
b.Property("Browser")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("浏览器");
b.Property("Ip")
.HasMaxLength(20)
.HasColumnType("nvarchar(20)")
.HasComment("IP");
b.Property("Location")
.HasMaxLength(1024)
.HasColumnType("nvarchar(1024)")
.HasComment("地址");
b.Property("Message")
.HasColumnType("nvarchar(max)")
.HasComment("具体消息");
b.Property("Name")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("名称");
b.Property("Os")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("操作系统");
b.Property("Success")
.HasColumnType("int")
.HasComment("是否执行成功");
b.Property("VisTime")
.HasColumnType("datetimeoffset")
.HasComment("访问时间");
b.Property("VisType")
.HasColumnType("int")
.HasComment("访问类型");
b.HasKey("Id");
b.ToTable("sys_log_vis");
b.HasComment("访问日志表");
});
modelBuilder.Entity("iWare.Wms.Core.SysMenu", b =>
{
b.Property("Id")
.HasColumnType("bigint")
.HasComment("Id主键");
b.Property("Application")
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("应用分类");
b.Property("Code")
.IsRequired()
.HasMaxLength(50)
.HasColumnType("nvarchar(50)")
.HasComment("编码");
b.Property("Component")
.HasMaxLength(100)
.HasColumnType("nvarchar(100)")
.HasComment("组件地址");
b.Property("CreatedTime")
.HasColumnType("datetimeoffset")
.HasComment("创建时间");
b.Property