You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24518 lines
2.9 MiB

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

/*
Navicat Premium Data Transfer
Source Server : mac_SQLServer2019
Source Server Type : SQL Server
Source Server Version : 15004188
Source Host : 192.168.1.199:1433
Source Catalog : JEECGBOOT
Source Schema : dbo
Target Server Type : SQL Server
Target Server Version : 15004188
File Encoding : 65001
Date: 13/03/2023 10:11:30
*/
-- ----------------------------
-- Table structure for ceshi_note
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[ceshi_note]') AND type IN ('U'))
DROP TABLE [dbo].[ceshi_note]
GO
CREATE TABLE [dbo].[ceshi_note] (
[id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL,
[name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[sex] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[age] int NULL,
[remark] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL,
[birthday] date NULL,
[xia_time] datetime2(7) NULL,
[salary] float(53) NULL,
[log_txt] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL,
[pop_cc] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[user_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[dep_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[kai_guan] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL,
[file2] nvarchar(300) COLLATE Chinese_PRC_CI_AS NULL,
[pic] nvarchar(300) COLLATE Chinese_PRC_CI_AS NULL,
[shengshiqu] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[accc] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[daa_type] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[ccc] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[aaa] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[ceshi_note] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'ceshi_note',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'ceshi_note',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'ceshi_note',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'ceshi_note',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'所属部门',
'SCHEMA', N'dbo',
'TABLE', N'ceshi_note',
'COLUMN', N'sys_org_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'用户名',
'SCHEMA', N'dbo',
'TABLE', N'ceshi_note',
'COLUMN', N'name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'性别',
'SCHEMA', N'dbo',
'TABLE', N'ceshi_note',
'COLUMN', N'sex'
GO
EXEC sp_addextendedproperty
'MS_Description', N'年龄',
'SCHEMA', N'dbo',
'TABLE', N'ceshi_note',
'COLUMN', N'age'
GO
EXEC sp_addextendedproperty
'MS_Description', N'备注',
'SCHEMA', N'dbo',
'TABLE', N'ceshi_note',
'COLUMN', N'remark'
GO
EXEC sp_addextendedproperty
'MS_Description', N'生日',
'SCHEMA', N'dbo',
'TABLE', N'ceshi_note',
'COLUMN', N'birthday'
GO
EXEC sp_addextendedproperty
'MS_Description', N'下单时间',
'SCHEMA', N'dbo',
'TABLE', N'ceshi_note',
'COLUMN', N'xia_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'薪资',
'SCHEMA', N'dbo',
'TABLE', N'ceshi_note',
'COLUMN', N'salary'
GO
EXEC sp_addextendedproperty
'MS_Description', N'大文本',
'SCHEMA', N'dbo',
'TABLE', N'ceshi_note',
'COLUMN', N'log_txt'
GO
EXEC sp_addextendedproperty
'MS_Description', N'弹出报表',
'SCHEMA', N'dbo',
'TABLE', N'ceshi_note',
'COLUMN', N'pop_cc'
GO
EXEC sp_addextendedproperty
'MS_Description', N'用户',
'SCHEMA', N'dbo',
'TABLE', N'ceshi_note',
'COLUMN', N'user_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'部门',
'SCHEMA', N'dbo',
'TABLE', N'ceshi_note',
'COLUMN', N'dep_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'开关',
'SCHEMA', N'dbo',
'TABLE', N'ceshi_note',
'COLUMN', N'kai_guan'
GO
EXEC sp_addextendedproperty
'MS_Description', N'文件',
'SCHEMA', N'dbo',
'TABLE', N'ceshi_note',
'COLUMN', N'file2'
GO
EXEC sp_addextendedproperty
'MS_Description', N'图片',
'SCHEMA', N'dbo',
'TABLE', N'ceshi_note',
'COLUMN', N'pic'
GO
EXEC sp_addextendedproperty
'MS_Description', N'省市区',
'SCHEMA', N'dbo',
'TABLE', N'ceshi_note',
'COLUMN', N'shengshiqu'
GO
EXEC sp_addextendedproperty
'MS_Description', N'富文本',
'SCHEMA', N'dbo',
'TABLE', N'ceshi_note',
'COLUMN', N'accc'
GO
EXEC sp_addextendedproperty
'MS_Description', N'物料分类',
'SCHEMA', N'dbo',
'TABLE', N'ceshi_note',
'COLUMN', N'daa_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'单选框',
'SCHEMA', N'dbo',
'TABLE', N'ceshi_note',
'COLUMN', N'ccc'
GO
EXEC sp_addextendedproperty
'MS_Description', N'aa',
'SCHEMA', N'dbo',
'TABLE', N'ceshi_note',
'COLUMN', N'aaa'
GO
-- ----------------------------
-- Records of ceshi_note
-- ----------------------------
INSERT INTO [dbo].[ceshi_note] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [age], [remark], [birthday], [xia_time], [salary], [log_txt], [pop_cc], [user_id], [dep_id], [kai_guan], [file2], [pic], [shengshiqu], [accc], [daa_type], [ccc], [aaa]) VALUES (N'1586278360710615042', N'admin', N'2022-10-29 16:46:47.0000000', NULL, NULL, N'A01', N'单表示例', N'1', N'333', N'sd', N'2022-10-16', N'2022-10-29 02:00:03.0000000', N'22', N'afad', NULL, N'jeecg', N'c6d7cb4deeac411cb3384b1b31278596', N'Y', N'temp/lowcode22_1667033194717.jpg', N'temp/lowcodemin2_1667033196391.jpg', N'130303', N'<p>asdfafd</p>', N'1185039122143719425', N'2', NULL)
GO
-- ----------------------------
-- Table structure for demo
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[demo]') AND type IN ('U'))
DROP TABLE [dbo].[demo]
GO
CREATE TABLE [dbo].[demo] (
[id] nvarchar(50) COLLATE Chinese_PRC_CI_AS NOT NULL,
[name] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL,
[key_word] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[punch_time] datetime2(7) NULL,
[salary_money] decimal(10,3) NULL,
[bonus_money] float(53) NULL,
[sex] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL,
[age] int NULL,
[birthday] date NULL,
[email] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[content] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL,
[tenant_id] int NULL,
[update_count] int NULL
)
GO
ALTER TABLE [dbo].[demo] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键ID',
'SCHEMA', N'dbo',
'TABLE', N'demo',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'姓名',
'SCHEMA', N'dbo',
'TABLE', N'demo',
'COLUMN', N'name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'关键词',
'SCHEMA', N'dbo',
'TABLE', N'demo',
'COLUMN', N'key_word'
GO
EXEC sp_addextendedproperty
'MS_Description', N'打卡时间',
'SCHEMA', N'dbo',
'TABLE', N'demo',
'COLUMN', N'punch_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'工资',
'SCHEMA', N'dbo',
'TABLE', N'demo',
'COLUMN', N'salary_money'
GO
EXEC sp_addextendedproperty
'MS_Description', N'奖金',
'SCHEMA', N'dbo',
'TABLE', N'demo',
'COLUMN', N'bonus_money'
GO
EXEC sp_addextendedproperty
'MS_Description', N'性别 {男:1,女:2}',
'SCHEMA', N'dbo',
'TABLE', N'demo',
'COLUMN', N'sex'
GO
EXEC sp_addextendedproperty
'MS_Description', N'年龄',
'SCHEMA', N'dbo',
'TABLE', N'demo',
'COLUMN', N'age'
GO
EXEC sp_addextendedproperty
'MS_Description', N'生日',
'SCHEMA', N'dbo',
'TABLE', N'demo',
'COLUMN', N'birthday'
GO
EXEC sp_addextendedproperty
'MS_Description', N'邮箱',
'SCHEMA', N'dbo',
'TABLE', N'demo',
'COLUMN', N'email'
GO
EXEC sp_addextendedproperty
'MS_Description', N'个人简介',
'SCHEMA', N'dbo',
'TABLE', N'demo',
'COLUMN', N'content'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'demo',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'demo',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改人',
'SCHEMA', N'dbo',
'TABLE', N'demo',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改时间',
'SCHEMA', N'dbo',
'TABLE', N'demo',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'所属部门编码',
'SCHEMA', N'dbo',
'TABLE', N'demo',
'COLUMN', N'sys_org_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'乐观锁测试',
'SCHEMA', N'dbo',
'TABLE', N'demo',
'COLUMN', N'update_count'
GO
-- ----------------------------
-- Records of demo
-- ----------------------------
INSERT INTO [dbo].[demo] ([id], [name], [key_word], [punch_time], [salary_money], [bonus_money], [sex], [age], [birthday], [email], [content], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id], [update_count]) VALUES (N'1353563050407936002', N'小红帽4', N'44', N'2021-01-26 12:39:04.0000000', NULL, NULL, N'1', N'22', N'2021-01-25', NULL, NULL, N'admin', N'2021-01-25 12:39:14.0000000', N'admin', N'2022-11-09 11:20:46.0000000', N'A01', N'0', NULL)
GO
INSERT INTO [dbo].[demo] ([id], [name], [key_word], [punch_time], [salary_money], [bonus_money], [sex], [age], [birthday], [email], [content], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id], [update_count]) VALUES (N'1400734875399024641', N'名字', NULL, N'2022-09-08 10:56:30.0000000', N'33.000', NULL, N'2', N'23', N'2022-09-30', N'111@333.com', N'333', N'admin', N'2021-06-04 16:43:13.0000000', N'admin', N'2022-11-09 11:20:43.0000000', N'A01', N'0', NULL)
GO
INSERT INTO [dbo].[demo] ([id], [name], [key_word], [punch_time], [salary_money], [bonus_money], [sex], [age], [birthday], [email], [content], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id], [update_count]) VALUES (N'1586651771328786433', N'孙亦菲', N'222', NULL, N'6000.000', NULL, N'1', N'1', N'2022-10-30', NULL, NULL, N'admin', N'2022-10-30 17:30:36.0000000', NULL, NULL, N'A01', N'1', NULL)
GO
INSERT INTO [dbo].[demo] ([id], [name], [key_word], [punch_time], [salary_money], [bonus_money], [sex], [age], [birthday], [email], [content], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id], [update_count]) VALUES (N'1586651850919899137', N'龙佳昊', NULL, N'2022-10-08 17:30:46.0000000', N'5000.000', NULL, N'1', N'1', N'2022-10-30', N'111@1.com', NULL, N'admin', N'2022-10-30 17:30:54.0000000', NULL, NULL, N'A01', N'1', NULL)
GO
INSERT INTO [dbo].[demo] ([id], [name], [key_word], [punch_time], [salary_money], [bonus_money], [sex], [age], [birthday], [email], [content], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id], [update_count]) VALUES (N'1586651922650886146', N'龙建林', NULL, N'2022-10-24 17:30:58.0000000', N'9000.000', NULL, N'1', N'1', N'2022-10-30', N'2@1.com', NULL, N'admin', N'2022-10-30 17:31:12.0000000', NULL, NULL, N'A01', N'1', NULL)
GO
INSERT INTO [dbo].[demo] ([id], [name], [key_word], [punch_time], [salary_money], [bonus_money], [sex], [age], [birthday], [email], [content], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id], [update_count]) VALUES (N'1589491272526827521', N'单表示例', NULL, NULL, NULL, NULL, N'1', N'1', NULL, NULL, NULL, N'admin', N'2022-11-07 13:33:45.0000000', NULL, NULL, N'A01', N'0', NULL)
GO
INSERT INTO [dbo].[demo] ([id], [name], [key_word], [punch_time], [salary_money], [bonus_money], [sex], [age], [birthday], [email], [content], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id], [update_count]) VALUES (N'1590178491193339906', N'2323', NULL, N'2022-11-04 11:04:38.0000000', NULL, NULL, N'1', N'1', N'2022-11-24', NULL, NULL, N'admin', N'2022-11-09 11:04:31.0000000', N'admin', N'2023-03-04 22:38:55.0000000', N'A01', N'0', NULL)
GO
-- ----------------------------
-- Table structure for demo_field_def_val_main
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[demo_field_def_val_main]') AND type IN ('U'))
DROP TABLE [dbo].[demo_field_def_val_main]
GO
CREATE TABLE [dbo].[demo_field_def_val_main] (
[id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[code] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL,
[name] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL,
[sex] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL,
[address] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL,
[address_param] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[demo_field_def_val_main] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'编码',
'SCHEMA', N'dbo',
'TABLE', N'demo_field_def_val_main',
'COLUMN', N'code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'姓名',
'SCHEMA', N'dbo',
'TABLE', N'demo_field_def_val_main',
'COLUMN', N'name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'性别',
'SCHEMA', N'dbo',
'TABLE', N'demo_field_def_val_main',
'COLUMN', N'sex'
GO
EXEC sp_addextendedproperty
'MS_Description', N'地址',
'SCHEMA', N'dbo',
'TABLE', N'demo_field_def_val_main',
'COLUMN', N'address'
GO
EXEC sp_addextendedproperty
'MS_Description', N'地址(传参)',
'SCHEMA', N'dbo',
'TABLE', N'demo_field_def_val_main',
'COLUMN', N'address_param'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'demo_field_def_val_main',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'demo_field_def_val_main',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'demo_field_def_val_main',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'demo_field_def_val_main',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'所属部门',
'SCHEMA', N'dbo',
'TABLE', N'demo_field_def_val_main',
'COLUMN', N'sys_org_code'
GO
-- ----------------------------
-- Records of demo_field_def_val_main
-- ----------------------------
INSERT INTO [dbo].[demo_field_def_val_main] ([id], [code], [name], [sex], [address], [address_param], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'1256548579457114114', N'q', N'q', N'1', N'q', N'q', N'admin', N'2020-05-02 19:38:21.0000000', N'admin', N'2020-05-03 01:02:51.0000000', N'A01')
GO
INSERT INTO [dbo].[demo_field_def_val_main] ([id], [code], [name], [sex], [address], [address_param], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'1580543461659652098', N'${order_num_rule_param}', N'admin', N'2', N'北京市 朝阳区', N'北京市 昌平区', N'admin', N'2022-10-13 20:58:21.0000000', N'admin', N'2022-11-28 16:43:06.0000000', N'A01')
GO
-- ----------------------------
-- Table structure for demo_field_def_val_sub
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[demo_field_def_val_sub]') AND type IN ('U'))
DROP TABLE [dbo].[demo_field_def_val_sub]
GO
CREATE TABLE [dbo].[demo_field_def_val_sub] (
[id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[code] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL,
[name] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL,
[date] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL,
[main_id] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[demo_field_def_val_sub] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'编码',
'SCHEMA', N'dbo',
'TABLE', N'demo_field_def_val_sub',
'COLUMN', N'code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'名称',
'SCHEMA', N'dbo',
'TABLE', N'demo_field_def_val_sub',
'COLUMN', N'name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'日期',
'SCHEMA', N'dbo',
'TABLE', N'demo_field_def_val_sub',
'COLUMN', N'date'
GO
EXEC sp_addextendedproperty
'MS_Description', N'主表ID',
'SCHEMA', N'dbo',
'TABLE', N'demo_field_def_val_sub',
'COLUMN', N'main_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'demo_field_def_val_sub',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'demo_field_def_val_sub',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'demo_field_def_val_sub',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'demo_field_def_val_sub',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'所属部门',
'SCHEMA', N'dbo',
'TABLE', N'demo_field_def_val_sub',
'COLUMN', N'sys_org_code'
GO
-- ----------------------------
-- Records of demo_field_def_val_sub
-- ----------------------------
INSERT INTO [dbo].[demo_field_def_val_sub] ([id], [code], [name], [date], [main_id], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'1580543461798064129', N'${order_num_rule_param}', N'管理员', N'2022-10-13', N'1580543461659652098', N'admin', N'2022-11-28 16:43:06.0000000', NULL, NULL, N'A01')
GO
INSERT INTO [dbo].[demo_field_def_val_sub] ([id], [code], [name], [date], [main_id], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'1580543461810647042', N'${order_num_rule_param}', N'管理员', N'2022-10-13', N'1580543461659652098', N'admin', N'2022-10-13 20:58:21.0000000', NULL, NULL, N'A01')
GO
INSERT INTO [dbo].[demo_field_def_val_sub] ([id], [code], [name], [date], [main_id], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'1580543527443116034', N'${order_num_rule_param}', N'管理员', N'2022-10-13', N'1580543461659652098', N'admin', N'2022-10-13 20:58:36.0000000', NULL, NULL, N'A01')
GO
INSERT INTO [dbo].[demo_field_def_val_sub] ([id], [code], [name], [date], [main_id], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'1580543527451504642', N'${order_num_rule_param}', N'管理员', N'2022-10-13', N'1580543461659652098', N'admin', N'2022-10-13 20:58:36.0000000', NULL, NULL, N'A01')
GO
INSERT INTO [dbo].[demo_field_def_val_sub] ([id], [code], [name], [date], [main_id], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'15884194974080425602', N'133', N'管理员', N'2020-05-02', N'1256548579457114114', N'admin', N'2020-05-03 01:02:51.0000000', NULL, NULL, N'A01')
GO
INSERT INTO [dbo].[demo_field_def_val_sub] ([id], [code], [name], [date], [main_id], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'15884194979201535108', N'1144', N'管理员', N'2020-05-02', N'1256548579457114114', N'admin', N'2020-05-03 01:02:51.0000000', NULL, NULL, N'A01')
GO
INSERT INTO [dbo].[demo_field_def_val_sub] ([id], [code], [name], [date], [main_id], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'1597149069167026177', N'${order_num_rule_param}', N'管理员', N'2022-11-28', N'1580543461659652098', N'admin', N'2022-11-28 16:43:06.0000000', NULL, NULL, N'A01')
GO
-- ----------------------------
-- Table structure for jeecg_monthly_growth_analysis
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jeecg_monthly_growth_analysis]') AND type IN ('U'))
DROP TABLE [dbo].[jeecg_monthly_growth_analysis]
GO
CREATE TABLE [dbo].[jeecg_monthly_growth_analysis] (
[id] int NOT NULL,
[year] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[month] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[main_income] decimal(18,2) NULL,
[other_income] decimal(18,2) NULL
)
GO
ALTER TABLE [dbo].[jeecg_monthly_growth_analysis] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'月份',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_monthly_growth_analysis',
'COLUMN', N'month'
GO
EXEC sp_addextendedproperty
'MS_Description', N'佣金/主营收入',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_monthly_growth_analysis',
'COLUMN', N'main_income'
GO
EXEC sp_addextendedproperty
'MS_Description', N'其他收入',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_monthly_growth_analysis',
'COLUMN', N'other_income'
GO
-- ----------------------------
-- Records of jeecg_monthly_growth_analysis
-- ----------------------------
INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'1', N'2018', N'1月', N'114758.90', N'4426054.19')
GO
INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'2', N'2018', N'2月', N'8970734.12', N'1230188.67')
GO
INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'3', N'2018', N'3月', N'26755421.23', N'2048836.84')
GO
INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'4', N'2018', N'4月', N'2404990.63', N'374171.44')
GO
INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'5', N'2018', N'5月', N'5450793.02', N'502306.10')
GO
INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'6', N'2018', N'6月', N'17186212.11', N'1375154.97')
GO
INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'7', N'2018', N'7月', N'579975.67', N'461483.99')
GO
INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'8', N'2018', N'8月', N'1393590.06', N'330403.76')
GO
INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'9', N'2018', N'9月', N'735761.21', N'1647474.92')
GO
INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'10', N'2018', N'10月', N'1670442.44', N'3423368.33')
GO
INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'11', N'2018', N'11月', N'2993130.34', N'3552024.00')
GO
INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'12', N'2018', N'12月', N'4206227.26', N'3645614.92')
GO
INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'13', N'2019', N'1月', N'483834.66', N'418046.77')
GO
INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'14', N'2019', N'2月', N'11666578.65', N'731352.20')
GO
INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'15', N'2019', N'3月', N'27080982.08', N'1878538.81')
GO
INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'16', N'2019', N'4月', N'0.00', N'0.00')
GO
INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'17', N'2019', N'5月', N'0.00', N'0.00')
GO
INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'18', N'2019', N'6月', N'0.00', N'0.00')
GO
INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'19', N'2019', N'7月', N'0.00', N'0.00')
GO
INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'20', N'2019', N'8月', N'0.00', N'0.00')
GO
INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'21', N'2019', N'9月', N'0.00', N'0.00')
GO
INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'22', N'2019', N'10月', N'0.00', N'0.00')
GO
INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'23', N'2019', N'11月', N'0.00', N'0.00')
GO
INSERT INTO [dbo].[jeecg_monthly_growth_analysis] ([id], [year], [month], [main_income], [other_income]) VALUES (N'24', N'2019', N'12月', N'0.00', N'0.00')
GO
-- ----------------------------
-- Table structure for jeecg_order_customer
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jeecg_order_customer]') AND type IN ('U'))
DROP TABLE [dbo].[jeecg_order_customer]
GO
CREATE TABLE [dbo].[jeecg_order_customer] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL,
[sex] nvarchar(4) COLLATE Chinese_PRC_CI_AS NULL,
[idcard] nvarchar(18) COLLATE Chinese_PRC_CI_AS NULL,
[idcard_pic] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL,
[telphone] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[order_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL
)
GO
ALTER TABLE [dbo].[jeecg_order_customer] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_customer',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'客户名',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_customer',
'COLUMN', N'name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'性别',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_customer',
'COLUMN', N'sex'
GO
EXEC sp_addextendedproperty
'MS_Description', N'身份证号码',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_customer',
'COLUMN', N'idcard'
GO
EXEC sp_addextendedproperty
'MS_Description', N'身份证扫描件',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_customer',
'COLUMN', N'idcard_pic'
GO
EXEC sp_addextendedproperty
'MS_Description', N'电话1',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_customer',
'COLUMN', N'telphone'
GO
EXEC sp_addextendedproperty
'MS_Description', N'外键',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_customer',
'COLUMN', N'order_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_customer',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_customer',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改人',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_customer',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改时间',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_customer',
'COLUMN', N'update_time'
GO
-- ----------------------------
-- Records of jeecg_order_customer
-- ----------------------------
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256527640480821249', N'scott', N'2', NULL, NULL, NULL, N'b190737bd04cca8360e6f87c9ef9ec4e', N'admin', N'2020-05-02 18:15:09.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256527640531152898', N'x秦风', N'1', NULL, NULL, NULL, N'b190737bd04cca8360e6f87c9ef9ec4e', N'admin', N'2020-05-02 18:15:09.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256527874216800257', N'小王1', N'1', N'', NULL, N'', N'9a57c850e4f68cf94ef7d8585dbaf7e6', N'admin', N'2020-05-02 18:17:37.0000000', N'admin', N'2022-09-22 10:56:25.0000000')
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'15538561502720', N'3333', N'1', N'', NULL, N'', N'0d4a2e67b538ee1bc881e5ed34f670f0', N'jeecg-boot', N'2019-03-29 18:42:55.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'15538561512681', N'3332333', N'2', N'', NULL, N'', N'0d4a2e67b538ee1bc881e5ed34f670f0', N'jeecg-boot', N'2019-03-29 18:42:55.0000000', N'admin', N'2019-03-29 18:43:12.0000000')
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'15538561550142', N'4442', N'2', N'', NULL, N'', N'0d4a2e67b538ee1bc881e5ed34f670f0', N'jeecg-boot', N'2019-03-29 18:42:55.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'15541168497342', N'444', N'', N'', N'', N'', N'f71f7f8930b5b6b1703d9948d189982b', N'admin', N'2019-04-01 19:08:45.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'15541168499553', N'5555', N'', N'', N'', N'', N'f71f7f8930b5b6b1703d9948d189982b', N'admin', N'2019-04-01 19:08:45.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572781641947635713', N'1212', N'1', N'1212', NULL, N'12', N'4cba137333127e8e31df7ad168cc3732', N'admin', N'2022-09-22 10:55:39.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572781834508132354', N'22', N'2', N'', NULL, N'', N'9a57c850e4f68cf94ef7d8585dbaf7e6', N'admin', N'2022-09-22 10:56:25.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'18dc5eb1068ccdfe90e358951ca1a3d6', N'dr2', N'', N'', N'', N'', N'8ab1186410a65118c4d746eb085d3bed', N'admin', N'2019-04-04 17:25:33.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'195d280490fe88ca1475512ddcaf2af9', N'12', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'217a2bf83709775d2cd85bf598392327', N'2', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'22bc052ae53ed09913b946abba93fa89', N'1', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'23bafeae88126c3bf3322a29a04f0d5e', N'x秦风', NULL, NULL, NULL, NULL, N'163e2efcbc6d7d54eb3f8a137da8a75a', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'25c4a552c6843f36fad6303bfa99a382', N'1', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2d32144e2bee63264f3f16215c258381', N'33333', N'2', NULL, NULL, NULL, N'd908bfee3377e946e59220c4a4eb414a', N'admin', N'2019-04-01 16:27:03.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2d43170d6327f941bd1a017999495e25', N'1', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2e5f62a8b6e0a0ce19b52a6feae23d48', N'3', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'34a1c5cf6cee360ed610ed0bed70e0f9', N'导入秦风', NULL, NULL, NULL, NULL, N'a2cce75872cc8fcc47f78de9ffd378c2', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3c87400f8109b4cf43c5598f0d40e34d', N'2', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'40964bcbbecb38e5ac15e6d08cf3cd43', N'233', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'41e3dee0b0b6e6530eccb7fbb22fd7a3', N'4555', N'1', N'370285198602058823', NULL, N'18611788674', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4808ae8344c7679a4a2f461db5dc3a70', N'44', N'1', N'370285198602058823', NULL, N'18611788674', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4b6cef12f195fad94d57279b2241770d', N'dr12', N'', N'', N'', N'', N'8ab1186410a65118c4d746eb085d3bed', N'admin', N'2019-04-04 17:25:33.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'524e695283f8e8c256cc24f39d6d8542', N'小王', N'2', N'370285198604033222', NULL, N'18611788674', N'eb13ab35d2946a2b0cfe3452bca1e73f', N'admin', N'2019-02-25 16:29:41.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'57c2a8367db34016114cbc9fa368dba0', N'2', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5df36a1608b8c7ac99ad9bc408fe54bf', N'4', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6c6fd2716c2dcd044ed03c2c95d261f8', N'李四', N'2', N'370285198602058833', N'', N'18611788676', N'f71f7f8930b5b6b1703d9948d189982b', N'admin', N'2019-04-01 19:08:45.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'742d008214dee0afff2145555692973e', N'秦风', N'1', N'370285198602058822', NULL, N'18611788676', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7469c3e5d371767ff90a739d297689b5', N'导入秦风', N'2', NULL, NULL, NULL, N'3a867ebf2cebce9bae3f79676d8d86f3', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', N'admin', N'2019-04-08 17:35:02.0000000')
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7a96e2c7b24847d4a29940dbc0eda6e5', N'drscott', NULL, NULL, NULL, NULL, N'e73434dad84ebdce2d4e0c2a2f06d8ea', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7f5a40818e225ee18bda6da7932ac5f9', N'2', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8011575abfd7c8085e71ff66df1124b9', N'1', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8404f31d7196221a573c9bd6c8f15003', N'小张', N'1', N'370285198602058211', NULL, N'18611788676', N'eb13ab35d2946a2b0cfe3452bca1e73f', N'admin', N'2019-02-25 16:29:41.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'859020e10a2f721f201cdbff78cf7b9f', N'scott', NULL, NULL, NULL, NULL, N'163e2efcbc6d7d54eb3f8a137da8a75a', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8cc3c4d26e3060975df3a2adb781eeb4', N'dr33', NULL, NULL, NULL, NULL, N'b2feb454e43c46b2038768899061e464', N'jeecg-boot', N'2019-04-04 17:23:09.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8d1725c23a6a50685ff0dedfd437030d', N'4', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'933cae3a79f60a93922d59aace5346ce', N'小王', NULL, N'370285198604033222', NULL, N'18611788674', N'6a719071a29927a14f19482f8693d69a', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9bdb5400b709ba4eaf3444de475880d7', N'dr22', NULL, NULL, NULL, NULL, N'22c17790dcd04b296c4a2a089f71895f', N'jeecg-boot', N'2019-04-04 17:23:09.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9f87677f70e5f864679314389443a3eb', N'33', N'2', N'370285198602058823', NULL, N'18611788674', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a2c2b7101f75c02deb328ba777137897', N'44', N'2', N'370285198602058823', NULL, N'18611788674', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ab4d002dc552c326147e318c87d3bed4', N'小红1', N'1', N'370285198604033222', NULL, N'18611755848', N'9a57c850e4f68cf94ef7d8585dbaf7e6', N'admin', N'2020-05-02 18:17:37.0000000', N'admin', N'2022-09-22 10:56:25.0000000')
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ad116f722a438e5f23095a0b5fcc8e89', N'dr秦风', NULL, NULL, NULL, NULL, N'e73434dad84ebdce2d4e0c2a2f06d8ea', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b1ba147b75f5eaa48212586097fc3fd1', N'2', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b43bf432c251f0e6b206e403b8ec29bc', N'lisi', NULL, NULL, NULL, NULL, N'f8889aaef6d1bccffd98d2889c0aafb5', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'bcdd300a7d44c45a66bdaac14903c801', N'33', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'beb983293e47e2dc1a9b3d649aa3eb34', N'ddd3', NULL, NULL, NULL, NULL, N'd908bfee3377e946e59220c4a4eb414a', N'admin', N'2019-04-01 16:27:03.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c219808196406f1b8c7f1062589de4b5', N'44', N'1', N'370285198602058823', NULL, N'18611788674', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c8ed061d4b27c0c7a64e100f2b1c8ab5', N'张经理', N'2', N'370285198602058823', NULL, N'18611788674', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cc5de4af7f06cd6d250965ebe92a0395', N'1', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cf8817bd703bf7c7c77a2118edc26cc7', N'1', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd72b26fae42e71270fce2097a88da58a', N'导入scott', NULL, N'www', NULL, NULL, N'3a867ebf2cebce9bae3f79676d8d86f3', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', N'admin', N'2019-04-08 17:35:05.0000000')
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'dbdc60a6ac1a8c43f24afee384039b68', N'xiaowang', NULL, NULL, NULL, NULL, N'f8889aaef6d1bccffd98d2889c0aafb5', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'dc5883b50466de94d900919ed96d97af', N'33', N'1', N'370285198602058823', NULL, N'18611788674', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'deeb73e553ad8dc0a0b3cfd5a338de8e', N'3333', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e2570278bf189ac05df3673231326f47', N'1', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e39cb23bb950b2bdedfc284686c6128a', N'1', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e46fe9111a9100844af582a18a2aa402', N'1', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ee7af0acb9beb9bf8d8b3819a8a7fdc3', N'2', NULL, NULL, NULL, NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f5d2605e844192d9e548f9bd240ac908', N'小张', NULL, N'370285198602058211', NULL, N'18611788676', N'6a719071a29927a14f19482f8693d69a', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_customer] ([id], [name], [sex], [idcard], [idcard_pic], [telphone], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f6db6547382126613a3e46e7cd58a5f2', N'导入scott', NULL, NULL, NULL, NULL, N'a2cce75872cc8fcc47f78de9ffd378c2', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL)
GO
-- ----------------------------
-- Table structure for jeecg_order_main
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jeecg_order_main]') AND type IN ('U'))
DROP TABLE [dbo].[jeecg_order_main]
GO
CREATE TABLE [dbo].[jeecg_order_main] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[order_code] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[ctype] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL,
[order_date] datetime2(7) NULL,
[order_money] float(53) NULL,
[content] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[bpm_status] nvarchar(3) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[jeecg_order_main] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_main',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'订单号',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_main',
'COLUMN', N'order_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'订单类型',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_main',
'COLUMN', N'ctype'
GO
EXEC sp_addextendedproperty
'MS_Description', N'订单日期',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_main',
'COLUMN', N'order_date'
GO
EXEC sp_addextendedproperty
'MS_Description', N'订单金额',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_main',
'COLUMN', N'order_money'
GO
EXEC sp_addextendedproperty
'MS_Description', N'订单备注',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_main',
'COLUMN', N'content'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_main',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_main',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改人',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_main',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改时间',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_main',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'流程状态',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_main',
'COLUMN', N'bpm_status'
GO
-- ----------------------------
-- Records of jeecg_order_main
-- ----------------------------
INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'163e2efcbc6d7d54eb3f8a137da8a75a', N'B100', NULL, NULL, N'3000', NULL, N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'3a867ebf2cebce9bae3f79676d8d86f3', N'导入B100', N'2222', NULL, N'3000', NULL, N'jeecg-boot', N'2019-03-29 18:43:59.0000000', N'admin', N'2019-04-08 17:35:13.0000000', NULL)
GO
INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'4cba137333127e8e31df7ad168cc3732', N'青岛订单A0001', N'2', N'2019-04-03 10:56:07.0000000', NULL, NULL, N'admin', N'2019-04-03 10:56:11.0000000', N'admin', N'2022-09-22 10:55:39.0000000', NULL)
GO
INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'54e739bef5b67569c963c38da52581ec', N'NC911', N'1', N'2019-02-18 09:58:51.0000000', N'40', NULL, N'admin', N'2019-02-18 09:58:47.0000000', N'admin', N'2019-02-18 09:58:59.0000000', NULL)
GO
INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'6a719071a29927a14f19482f8693d69a', N'c100', NULL, NULL, N'5000', NULL, N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'8ab1186410a65118c4d746eb085d3bed', N'导入400', N'1', N'2019-02-18 09:58:51.0000000', N'40', NULL, N'admin', N'2019-02-18 09:58:47.0000000', N'admin', N'2019-02-18 09:58:59.0000000', NULL)
GO
INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'9a57c850e4f68cf94ef7d8585dbaf7e6', N'halou001', N'1', N'2019-04-04 17:30:32.0000000', N'500', NULL, N'admin', N'2019-04-04 17:30:41.0000000', N'admin', N'2022-09-22 10:56:25.0000000', NULL)
GO
INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'a2cce75872cc8fcc47f78de9ffd378c2', N'导入B100', NULL, NULL, N'3000', NULL, N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'b190737bd04cca8360e6f87c9ef9ec4e', N'B0018888', N'1', NULL, NULL, NULL, N'admin', N'2019-02-15 18:39:29.0000000', N'admin', N'2020-05-02 18:15:09.0000000', NULL)
GO
INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'd908bfee3377e946e59220c4a4eb414a', N'SSSS001', NULL, NULL, N'599', NULL, N'admin', N'2019-04-01 15:43:03.0000000', N'admin', N'2019-04-01 16:26:52.0000000', NULL)
GO
INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'e73434dad84ebdce2d4e0c2a2f06d8ea', N'导入200', NULL, NULL, N'3000', NULL, N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'eb13ab35d2946a2b0cfe3452bca1e73f', N'BJ9980', N'1', NULL, N'90', NULL, N'admin', N'2019-02-16 17:36:42.0000000', N'admin', N'2019-02-16 17:46:16.0000000', NULL)
GO
INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'f71f7f8930b5b6b1703d9948d189982b', N'BY911', NULL, N'2019-04-06 19:08:39.0000000', NULL, NULL, N'admin', N'2019-04-01 16:36:02.0000000', N'admin', N'2019-04-01 16:36:08.0000000', NULL)
GO
INSERT INTO [dbo].[jeecg_order_main] ([id], [order_code], [ctype], [order_date], [order_money], [content], [create_by], [create_time], [update_by], [update_time], [bpm_status]) VALUES (N'f8889aaef6d1bccffd98d2889c0aafb5', N'A100', NULL, N'2018-10-10 00:00:00.0000000', N'6000', NULL, N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL, NULL)
GO
-- ----------------------------
-- Table structure for jeecg_order_ticket
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jeecg_order_ticket]') AND type IN ('U'))
DROP TABLE [dbo].[jeecg_order_ticket]
GO
CREATE TABLE [dbo].[jeecg_order_ticket] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[ticket_code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL,
[tickect_date] datetime2(7) NULL,
[order_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL
)
GO
ALTER TABLE [dbo].[jeecg_order_ticket] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_ticket',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'航班号',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_ticket',
'COLUMN', N'ticket_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'航班时间',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_ticket',
'COLUMN', N'tickect_date'
GO
EXEC sp_addextendedproperty
'MS_Description', N'外键',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_ticket',
'COLUMN', N'order_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_ticket',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_ticket',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改人',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_ticket',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改时间',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_order_ticket',
'COLUMN', N'update_time'
GO
-- ----------------------------
-- Records of jeecg_order_ticket
-- ----------------------------
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0f0e3a40a215958f807eea08a6e1ac0a', N'88', NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0fa3bd0bbcf53650c0bb3c0cac6d8cb7', N'ffff', N'2019-02-21 00:00:00.0000000', N'eb13ab35d2946a2b0cfe3452bca1e73f', N'admin', N'2019-02-25 16:29:41.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256527640543735810', N'222', N'2019-02-23 00:00:00.0000000', N'b190737bd04cca8360e6f87c9ef9ec4e', N'admin', N'2020-05-02 18:15:09.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256527640560513025', N'111', N'2019-02-01 00:00:00.0000000', N'b190737bd04cca8360e6f87c9ef9ec4e', N'admin', N'2020-05-02 18:15:09.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'14221afb4f5f749c1deef26ac56fdac3', N'33', N'2019-03-09 00:00:00.0000000', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'15538561502730', N'222', NULL, N'0d4a2e67b538ee1bc881e5ed34f670f0', N'jeecg-boot', N'2019-03-29 18:42:55.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'15538561526461', N'2244', N'2019-03-29 00:00:00.0000000', N'0d4a2e67b538ee1bc881e5ed34f670f0', N'jeecg-boot', N'2019-03-29 18:42:55.0000000', N'admin', N'2019-03-29 18:43:26.0000000')
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'15541168478913', N'hhhhh', NULL, N'f71f7f8930b5b6b1703d9948d189982b', N'admin', N'2019-04-01 19:08:45.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1572781834508132353', N'232', N'2022-10-01 00:00:00.0000000', N'9a57c850e4f68cf94ef7d8585dbaf7e6', N'admin', N'2022-09-22 10:56:25.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'18905bc89ee3851805aab38ed3b505ec', N'44', NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1f809cbd26f4e574697e1c10de575d72', N'A100', NULL, N'e73434dad84ebdce2d4e0c2a2f06d8ea', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'21051adb51529bdaa8798b5a3dd7f7f7', N'C10029', N'2019-02-20 00:00:00.0000000', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'269576e766b917f8b6509a2bb0c4d4bd', N'A100', NULL, N'163e2efcbc6d7d54eb3f8a137da8a75a', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2d473ffc79e5b38a17919e15f8b7078e', N'66', N'2019-03-29 00:00:00.0000000', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3655b66fca5fef9c6aac6d70182ffda2', N'AA123', N'2019-04-01 00:00:00.0000000', N'd908bfee3377e946e59220c4a4eb414a', N'admin', N'2019-04-01 16:27:03.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'365d5919155473ade45840fd626c51a9', N'dddd', N'2019-04-04 17:25:29.0000000', N'8ab1186410a65118c4d746eb085d3bed', N'admin', N'2019-04-04 17:25:33.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4889a782e78706ab4306a925cfb163a5', N'C34', N'2019-04-01 00:00:00.0000000', N'd908bfee3377e946e59220c4a4eb414a', N'admin', N'2019-04-01 16:35:00.0000000', N'admin', N'2019-04-01 16:35:07.0000000')
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'48d385796382cf87fa4bdf13b42d9a28', N'导入A100', NULL, N'3a867ebf2cebce9bae3f79676d8d86f3', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'541faed56efbeb4be9df581bd8264d3a', N'88', NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'57a27a7dfd6a48e7d981f300c181b355', N'6', N'2019-03-30 00:00:00.0000000', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5ce4dc439c874266e42e6c0ff8dc8b5c', N'导入A100', NULL, N'a2cce75872cc8fcc47f78de9ffd378c2', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'645a06152998a576c051474157625c41', N'88', N'2019-04-04 17:25:31.0000000', N'8ab1186410a65118c4d746eb085d3bed', N'admin', N'2019-04-04 17:25:33.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6e3562f2571ea9e96b2d24497b5f5eec', N'55', N'2019-03-23 00:00:00.0000000', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8fd2b389151568738b1cc4d8e27a6110', N'导入A100', NULL, N'a2cce75872cc8fcc47f78de9ffd378c2', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'93f1a84053e546f59137432ff5564cac', N'55', NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'969ddc5d2e198d50903686917f996470', N'A10029', N'2019-04-01 00:00:00.0000000', N'f71f7f8930b5b6b1703d9948d189982b', N'admin', N'2019-04-01 19:08:45.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'96e7303a8d22a5c384e08d7bcf7ac2bf', N'A100', NULL, N'e73434dad84ebdce2d4e0c2a2f06d8ea', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9e8a3336f6c63f558f2b68ce2e1e666e', N'深圳1001', N'2020-05-02 00:00:00.0000000', N'9a57c850e4f68cf94ef7d8585dbaf7e6', N'admin', N'2020-05-02 18:17:37.0000000', N'admin', N'2022-09-22 10:56:25.0000000')
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a28db02c810c65660015095cb81ed434', N'A100', NULL, N'f8889aaef6d1bccffd98d2889c0aafb5', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b217bb0e4ec6a45b6cbf6db880060c0f', N'A100', NULL, N'6a719071a29927a14f19482f8693d69a', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ba708df70bb2652ed1051a394cfa0bb3', N'333', NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'beabbfcb195d39bedeeafe8318794562', N'A1345', N'2019-04-01 00:00:00.0000000', N'd908bfee3377e946e59220c4a4eb414a', N'admin', N'2019-04-01 16:27:04.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'bf450223cb505f89078a311ef7b6ed16', N'777', N'2019-03-30 00:00:00.0000000', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c06165b6603e3e1335db187b3c841eef', N'北京2001', N'2020-05-23 00:00:00.0000000', N'9a57c850e4f68cf94ef7d8585dbaf7e6', N'admin', N'2020-05-02 18:17:37.0000000', N'admin', N'2022-09-22 10:56:25.0000000')
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c113136abc26ace3a6da4e41d7dc1c7e', N'44', N'2019-03-15 00:00:00.0000000', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c1abdc2e30aeb25de13ad6ee3488ac24', N'77', N'2019-03-22 00:00:00.0000000', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c23751a7deb44f553ce50a94948c042a', N'33', N'2019-03-09 00:00:00.0000000', N'8ab1186410a65118c4d746eb085d3bed', N'admin', N'2019-04-04 17:25:33.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c64547666b634b3d6a0feedcf05f25ce', N'C10019', N'2019-04-01 00:00:00.0000000', N'f71f7f8930b5b6b1703d9948d189982b', N'admin', N'2019-04-01 19:08:45.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c8b8d3217f37da78dddf711a1f7da485', N'A100', NULL, N'163e2efcbc6d7d54eb3f8a137da8a75a', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cab691c1c1ff7a6dfd7248421917fd3c', N'A100', NULL, N'f8889aaef6d1bccffd98d2889c0aafb5', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cca10a9a850b456d9b72be87da7b0883', N'77', NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd2fbba11f4814d9b1d3cb1a3f342234a', N'C10019', N'2019-02-18 00:00:00.0000000', N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'dbdb07a16826808e4276e84b2aa4731a', N'导入A100', NULL, N'3a867ebf2cebce9bae3f79676d8d86f3', N'jeecg-boot', N'2019-03-29 18:43:59.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e7075639c37513afc0bbc4bf7b5d98b9', N'88', NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fa759dc104d0371f8aa28665b323dab6', N'888', NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jeecg_order_ticket] ([id], [ticket_code], [tickect_date], [order_id], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ff197da84a9a3af53878eddc91afbb2e', N'33', NULL, N'54e739bef5b67569c963c38da52581ec', N'admin', N'2019-03-15 16:50:15.0000000', NULL, NULL)
GO
-- ----------------------------
-- Table structure for jeecg_project_nature_income
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jeecg_project_nature_income]') AND type IN ('U'))
DROP TABLE [dbo].[jeecg_project_nature_income]
GO
CREATE TABLE [dbo].[jeecg_project_nature_income] (
[id] int NOT NULL,
[nature] nvarchar(50) COLLATE Chinese_PRC_CI_AS NOT NULL,
[insurance_fee] decimal(18,2) NULL,
[risk_consulting_fee] decimal(18,2) NULL,
[evaluation_fee] decimal(18,2) NULL,
[insurance_evaluation_fee] decimal(18,2) NULL,
[bidding_consulting_fee] decimal(18,2) NULL,
[interol_consulting_fee] decimal(18,2) NULL
)
GO
ALTER TABLE [dbo].[jeecg_project_nature_income] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'项目性质',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_project_nature_income',
'COLUMN', N'nature'
GO
EXEC sp_addextendedproperty
'MS_Description', N'保险经纪佣金费',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_project_nature_income',
'COLUMN', N'insurance_fee'
GO
EXEC sp_addextendedproperty
'MS_Description', N'风险咨询费',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_project_nature_income',
'COLUMN', N'risk_consulting_fee'
GO
EXEC sp_addextendedproperty
'MS_Description', N'承保公估评估费',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_project_nature_income',
'COLUMN', N'evaluation_fee'
GO
EXEC sp_addextendedproperty
'MS_Description', N'保险公估费',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_project_nature_income',
'COLUMN', N'insurance_evaluation_fee'
GO
EXEC sp_addextendedproperty
'MS_Description', N'投标咨询费',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_project_nature_income',
'COLUMN', N'bidding_consulting_fee'
GO
EXEC sp_addextendedproperty
'MS_Description', N'内控咨询费',
'SCHEMA', N'dbo',
'TABLE', N'jeecg_project_nature_income',
'COLUMN', N'interol_consulting_fee'
GO
-- ----------------------------
-- Records of jeecg_project_nature_income
-- ----------------------------
INSERT INTO [dbo].[jeecg_project_nature_income] ([id], [nature], [insurance_fee], [risk_consulting_fee], [evaluation_fee], [insurance_evaluation_fee], [bidding_consulting_fee], [interol_consulting_fee]) VALUES (N'1', N'市场化-电商业务', N'4865.41', N'0.00', N'0.00', N'0.00', N'0.00', N'0.00')
GO
INSERT INTO [dbo].[jeecg_project_nature_income] ([id], [nature], [insurance_fee], [risk_consulting_fee], [evaluation_fee], [insurance_evaluation_fee], [bidding_consulting_fee], [interol_consulting_fee]) VALUES (N'2', N'统筹型', N'35767081.88', N'0.00', N'0.00', N'0.00', N'0.00', N'0.00')
GO
INSERT INTO [dbo].[jeecg_project_nature_income] ([id], [nature], [insurance_fee], [risk_consulting_fee], [evaluation_fee], [insurance_evaluation_fee], [bidding_consulting_fee], [interol_consulting_fee]) VALUES (N'3', N'市场化-非股东', N'1487045.35', N'0.00', N'0.00', N'0.00', N'0.00', N'0.00')
GO
INSERT INTO [dbo].[jeecg_project_nature_income] ([id], [nature], [insurance_fee], [risk_consulting_fee], [evaluation_fee], [insurance_evaluation_fee], [bidding_consulting_fee], [interol_consulting_fee]) VALUES (N'4', N'市场化-参控股', N'382690.56', N'0.00', N'0.00', N'0.00', N'0.00', N'0.00')
GO
INSERT INTO [dbo].[jeecg_project_nature_income] ([id], [nature], [insurance_fee], [risk_consulting_fee], [evaluation_fee], [insurance_evaluation_fee], [bidding_consulting_fee], [interol_consulting_fee]) VALUES (N'5', N'市场化-员工福利', N'256684.91', N'0.00', N'0.00', N'0.00', N'0.00', N'0.00')
GO
INSERT INTO [dbo].[jeecg_project_nature_income] ([id], [nature], [insurance_fee], [risk_consulting_fee], [evaluation_fee], [insurance_evaluation_fee], [bidding_consulting_fee], [interol_consulting_fee]) VALUES (N'6', N'市场化-再保险', N'563451.03', N'0.00', N'0.00', N'0.00', N'0.00', N'0.00')
GO
INSERT INTO [dbo].[jeecg_project_nature_income] ([id], [nature], [insurance_fee], [risk_consulting_fee], [evaluation_fee], [insurance_evaluation_fee], [bidding_consulting_fee], [interol_consulting_fee]) VALUES (N'7', N'市场化-海外业务', N'760576.25', N'770458.75', N'0.00', N'0.00', N'0.00', N'0.00')
GO
INSERT INTO [dbo].[jeecg_project_nature_income] ([id], [nature], [insurance_fee], [risk_consulting_fee], [evaluation_fee], [insurance_evaluation_fee], [bidding_consulting_fee], [interol_consulting_fee]) VALUES (N'8', N'市场化-风险咨询', N'910183.93', N'0.00', N'0.00', N'0.00', N'0.00', N'226415.09')
GO
-- ----------------------------
-- Table structure for jimu_dict
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_dict]') AND type IN ('U'))
DROP TABLE [dbo].[jimu_dict]
GO
CREATE TABLE [dbo].[jimu_dict] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[dict_name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL,
[dict_code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL,
[description] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[del_flag] int NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[type] int NULL,
[tenant_id] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[jimu_dict] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'字典名称',
'SCHEMA', N'dbo',
'TABLE', N'jimu_dict',
'COLUMN', N'dict_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'字典编码',
'SCHEMA', N'dbo',
'TABLE', N'jimu_dict',
'COLUMN', N'dict_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'描述',
'SCHEMA', N'dbo',
'TABLE', N'jimu_dict',
'COLUMN', N'description'
GO
EXEC sp_addextendedproperty
'MS_Description', N'删除状态',
'SCHEMA', N'dbo',
'TABLE', N'jimu_dict',
'COLUMN', N'del_flag'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'jimu_dict',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'jimu_dict',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'jimu_dict',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新时间',
'SCHEMA', N'dbo',
'TABLE', N'jimu_dict',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'字典类型0为string,1为number',
'SCHEMA', N'dbo',
'TABLE', N'jimu_dict',
'COLUMN', N'type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'多租户标识',
'SCHEMA', N'dbo',
'TABLE', N'jimu_dict',
'COLUMN', N'tenant_id'
GO
-- ----------------------------
-- Records of jimu_dict
-- ----------------------------
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'0b5d19e1fce4b2e6647e6b4a17760c14', N'通告类型', N'msg_category', N'消息类型1:通知公告2:系统消息', N'0', N'admin', N'2019-04-22 18:01:35.0000000', NULL, NULL, N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1174509082208395266', N'职务职级', N'position_rank', N'职务表职级字典', N'0', N'admin', N'2019-09-19 10:22:41.0000000', NULL, NULL, N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1174511106530525185', N'机构类型', N'org_category', N'机构类型 1公司2部门 3岗位', N'0', N'admin', N'2019-09-19 10:30:43.0000000', NULL, NULL, N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1178295274528845826', N'表单权限策略', N'form_perms_type', N'', N'0', N'admin', N'2019-09-29 21:07:39.0000000', N'admin', N'2019-09-29 21:08:26.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1199517671259906049', N'紧急程度', N'urgent_level', N'日程计划紧急程度', N'0', N'admin', N'2019-11-27 10:37:53.0000000', NULL, NULL, N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1199518099888414722', N'日程计划类型', N'eoa_plan_type', N'', N'0', N'admin', N'2019-11-27 10:39:36.0000000', NULL, NULL, N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1199520177767587841', N'分类栏目类型', N'eoa_cms_menu_type', N'', N'0', N'admin', N'2019-11-27 10:47:51.0000000', N'admin', N'2019-11-27 10:49:35.0000000', N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1199525215290306561', N'日程计划状态', N'eoa_plan_status', N'', N'0', N'admin', N'2019-11-27 11:07:52.0000000', N'admin', N'2019-11-27 11:10:11.0000000', N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1209733563293962241', N'数据库类型', N'database_type', N'', N'0', N'admin', N'2019-12-25 15:12:12.0000000', NULL, NULL, N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1232913193820581889', N'Online表单业务分类', N'ol_form_biz_type', N'', N'0', N'admin', N'2020-02-27 14:19:46.0000000', N'admin', N'2020-02-27 14:20:23.0000000', N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1250687930947620866', N'定时任务状态', N'quartz_status', N'', N'0', N'admin', N'2020-04-16 15:30:14.0000000', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1280401766745718786', N'租户状态', N'tenant_status', N'租户状态', N'0', N'admin', N'2020-07-07 15:22:25.0000000', NULL, NULL, N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'1356445645198135298', N'开关', N'is_open', N'', N'0', N'admin', N'2021-02-02 11:33:38.0000000', N'admin', N'2021-02-02 15:28:12.0000000', N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'236e8a4baff0db8c62c00dd95632834f', N'同步工作流引擎', N'activiti_sync', N'同步工作流引擎', N'0', N'admin', N'2019-05-15 15:27:33.0000000', NULL, NULL, N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'2e02df51611a4b9632828ab7e5338f00', N'权限策略', N'perms_type', N'权限策略', N'0', N'admin', N'2019-04-26 18:26:55.0000000', NULL, NULL, N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'2f0320997ade5dd147c90130f7218c3e', N'推送类别', N'msg_type', N'', N'0', N'admin', N'2019-03-17 21:21:32.0000000', N'admin', N'2019-03-26 19:57:45.0000000', N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'3486f32803bb953e7155dab3513dc68b', N'删除状态', N'del_flag', NULL, N'0', N'admin', N'2019-01-18 21:46:26.0000000', N'admin', N'2019-03-30 11:17:11.0000000', N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'3d9a351be3436fbefb1307d4cfb49bf2', N'性别', N'sex', NULL, N'0', NULL, N'2019-01-04 14:56:32.0000000', N'admin', N'2019-03-30 11:28:27.0000000', N'1', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'4274efc2292239b6f000b153f50823ff', N'全局权限策略', N'global_perms_type', N'全局权限策略', N'0', N'admin', N'2019-05-10 17:54:05.0000000', NULL, NULL, N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'4c03fca6bf1f0299c381213961566349', N'Online图表展示模板', N'online_graph_display_template', N'Online图表展示模板', N'0', N'admin', N'2019-04-12 17:28:50.0000000', NULL, NULL, N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'4c753b5293304e7a445fd2741b46529d', N'字典状态', N'dict_item_status', NULL, N'0', N'admin', N'2020-06-18 23:18:42.0000000', N'admin', N'2019-03-30 19:33:52.0000000', N'1', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'4d7fec1a7799a436d26d02325eff295e', N'优先级', N'priority', N'优先级', N'0', N'admin', N'2019-03-16 17:03:34.0000000', N'admin', N'2019-04-16 17:39:23.0000000', N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'4e4602b3e3686f0911384e188dc7efb4', N'条件规则', N'rule_conditions', N'', N'0', N'admin', N'2019-04-01 10:15:03.0000000', N'admin', N'2019-04-01 10:30:47.0000000', N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'4f69be5f507accea8d5df5f11346181a', N'发送消息类型', N'msgType', NULL, N'0', N'admin', N'2019-04-11 14:27:09.0000000', NULL, NULL, N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'68168534ff5065a152bfab275c2136f8', N'有效无效状态', N'valid_status', N'有效无效状态', N'0', N'admin', N'2020-09-26 19:21:14.0000000', N'admin', N'2019-04-26 19:21:23.0000000', N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'6b78e3f59faec1a4750acff08030a79b', N'用户类型', N'user_type', NULL, N'0', NULL, N'2019-01-04 14:59:01.0000000', N'admin', N'2019-03-18 23:28:18.0000000', N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'72cce0989df68887546746d8f09811aa', N'Online表单类型', N'cgform_table_type', N'', N'0', N'admin', N'2019-01-27 10:13:02.0000000', N'admin', N'2019-03-30 11:37:36.0000000', N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'78bda155fe380b1b3f175f1e88c284c6', N'流程状态', N'bpm_status', N'流程状态', N'0', N'admin', N'2019-05-09 16:31:52.0000000', NULL, NULL, N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'83bfb33147013cc81640d5fd9eda030c', N'日志类型', N'log_type', NULL, N'0', N'admin', N'2019-03-18 23:22:19.0000000', NULL, NULL, N'1', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'845da5006c97754728bf48b6a10f79cc', N'状态', N'status', NULL, N'0', N'admin', N'2019-03-18 21:45:25.0000000', N'admin', N'2019-03-18 21:58:25.0000000', N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'880a895c98afeca9d9ac39f29e67c13e', N'操作类型', N'operate_type', N'操作类型', N'0', N'admin', N'2019-07-22 10:54:29.0000000', NULL, NULL, N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'8dfe32e2d29ea9430a988b3b558bf233', N'发布状态', N'send_status', N'发布状态', N'0', N'admin', N'2019-04-16 17:40:42.0000000', NULL, NULL, N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'a7adbcd86c37f7dbc9b66945c82ef9e6', N'1是0否', N'yn', N'', N'0', N'admin', N'2019-05-22 19:29:29.0000000', NULL, NULL, N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'a9d9942bd0eccb6e89de92d130ec4c4a', N'消息发送状态', N'msgSendStatus', NULL, N'0', N'admin', N'2019-04-12 18:18:17.0000000', NULL, NULL, N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'ac2f7c0c5c5775fcea7e2387bcb22f01', N'菜单类型', N'menu_type', NULL, N'0', N'admin', N'2020-12-18 23:24:32.0000000', N'admin', N'2019-04-01 15:27:06.0000000', N'1', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'ad7c65ba97c20a6805d5dcdf13cdaf36', N'onlineT类型', N'ceshi_online', NULL, N'0', N'admin', N'2019-03-22 16:31:49.0000000', N'admin', N'2019-03-22 16:34:16.0000000', N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'bd1b8bc28e65d6feefefb6f3c79f42fd', N'Online图表数据类型', N'online_graph_data_type', N'Online图表数据类型', N'0', N'admin', N'2019-04-12 17:24:24.0000000', N'admin', N'2019-04-12 17:24:57.0000000', N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'c36169beb12de8a71c8683ee7c28a503', N'部门状态', N'depart_status', NULL, N'0', N'admin', N'2019-03-18 21:59:51.0000000', NULL, NULL, N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'c5a14c75172783d72cbee6ee7f5df5d1', N'Online图表类型', N'online_graph_type', N'Online图表类型', N'0', N'admin', N'2019-04-12 17:04:06.0000000', NULL, NULL, N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'd6e1152968b02d69ff358c75b48a6ee1', N'流程类型', N'bpm_process_type', NULL, N'0', N'admin', N'2021-02-22 19:26:54.0000000', N'admin', N'2019-03-30 18:14:44.0000000', N'0', NULL)
GO
INSERT INTO [dbo].[jimu_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id]) VALUES (N'fc6cd58fde2e8481db10d3a1e68ce70c', N'用户状态', N'user_status', NULL, N'0', N'admin', N'2019-03-18 21:57:25.0000000', N'admin', N'2019-03-18 23:11:58.0000000', N'1', NULL)
GO
-- ----------------------------
-- Table structure for jimu_dict_item
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_dict_item]') AND type IN ('U'))
DROP TABLE [dbo].[jimu_dict_item]
GO
CREATE TABLE [dbo].[jimu_dict_item] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[dict_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[item_text] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL,
[item_value] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL,
[description] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[sort_order] int NULL,
[status] int NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL
)
GO
ALTER TABLE [dbo].[jimu_dict_item] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'字典id',
'SCHEMA', N'dbo',
'TABLE', N'jimu_dict_item',
'COLUMN', N'dict_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'字典项文本',
'SCHEMA', N'dbo',
'TABLE', N'jimu_dict_item',
'COLUMN', N'item_text'
GO
EXEC sp_addextendedproperty
'MS_Description', N'字典项值',
'SCHEMA', N'dbo',
'TABLE', N'jimu_dict_item',
'COLUMN', N'item_value'
GO
EXEC sp_addextendedproperty
'MS_Description', N'描述',
'SCHEMA', N'dbo',
'TABLE', N'jimu_dict_item',
'COLUMN', N'description'
GO
EXEC sp_addextendedproperty
'MS_Description', N'排序',
'SCHEMA', N'dbo',
'TABLE', N'jimu_dict_item',
'COLUMN', N'sort_order'
GO
EXEC sp_addextendedproperty
'MS_Description', N'状态1启用 0不启用',
'SCHEMA', N'dbo',
'TABLE', N'jimu_dict_item',
'COLUMN', N'status'
GO
-- ----------------------------
-- Records of jimu_dict_item
-- ----------------------------
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0072d115e07c875d76c9b022e2179128', N'4d7fec1a7799a436d26d02325eff295e', N'低', N'L', N'低', N'3', N'1', N'admin', N'2019-04-16 17:04:59.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'05a2e732ce7b00aa52141ecc3e330b4e', N'3486f32803bb953e7155dab3513dc68b', N'已删除', N'1', NULL, NULL, N'1', N'admin', N'2025-10-18 21:46:56.0000000', N'admin', N'2019-03-28 22:23:20.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'096c2e758d823def3855f6376bc736fb', N'bd1b8bc28e65d6feefefb6f3c79f42fd', N'SQL', N'sql', NULL, N'1', N'1', N'admin', N'2019-04-12 17:26:26.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0c9532916f5cd722017b46bc4d953e41', N'2f0320997ade5dd147c90130f7218c3e', N'指定用户', N'USER', NULL, NULL, N'1', N'admin', N'2019-03-17 21:22:19.0000000', N'admin', N'2019-03-17 21:22:28.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0ca4beba9efc4f9dd54af0911a946d5c', N'72cce0989df68887546746d8f09811aa', N'附表', N'3', NULL, N'3', N'1', N'admin', N'2019-03-27 10:13:43.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1030a2652608f5eac3b49d70458b8532', N'2e02df51611a4b9632828ab7e5338f00', N'禁用', N'2', N'禁用', N'2', N'1', N'admin', N'2021-03-26 18:27:28.0000000', N'admin', N'2019-04-26 18:39:11.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509082208395266', N'1174511106530525185', N'岗位', N'3', N'岗位', N'1', N'1', N'admin', N'2019-09-19 10:31:16.0000000', N'', NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509601047994369', N'1174509082208395266', N'员级', N'1', N'', N'1', N'1', N'admin', N'2019-09-19 10:24:45.0000000', N'admin', N'2019-09-23 11:46:39.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509667297026049', N'1174509082208395266', N'助级', N'2', N'', N'2', N'1', N'admin', N'2019-09-19 10:25:01.0000000', N'admin', N'2019-09-23 11:46:47.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509713568587777', N'1174509082208395266', N'中级', N'3', N'', N'3', N'1', N'admin', N'2019-09-19 10:25:12.0000000', N'admin', N'2019-09-23 11:46:56.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509788361416705', N'1174509082208395266', N'副高级', N'4', N'', N'4', N'1', N'admin', N'2019-09-19 10:25:30.0000000', N'admin', N'2019-09-23 11:47:06.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509835803189250', N'1174509082208395266', N'正高级', N'5', N'', N'5', N'1', N'admin', N'2019-09-19 10:25:41.0000000', N'admin', N'2019-09-23 11:47:12.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174511197735665665', N'1174511106530525185', N'公司', N'1', N'公司', N'1', N'1', N'admin', N'2019-09-19 10:31:05.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174511244036587521', N'1174511106530525185', N'部门', N'2', N'部门', N'1', N'1', N'admin', N'2019-09-19 10:31:16.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1178295553450061826', N'1178295274528845826', N'可编辑(未授权禁用)', N'2', N'', N'2', N'1', N'admin', N'2019-09-29 21:08:46.0000000', N'admin', N'2019-09-29 21:09:18.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1178295639554928641', N'1178295274528845826', N'可见(未授权不可见)', N'1', N'', N'1', N'1', N'admin', N'2019-09-29 21:09:06.0000000', N'admin', N'2019-09-29 21:09:24.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199517884758368257', N'1199517671259906049', N'一般', N'1', N'', N'1', N'1', N'admin', N'2019-11-27 10:38:44.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199517914017832962', N'1199517671259906049', N'重要', N'2', N'', N'1', N'1', N'admin', N'2019-11-27 10:38:51.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199517941339529217', N'1199517671259906049', N'紧急', N'3', N'', N'1', N'1', N'admin', N'2019-11-27 10:38:58.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199518186144276482', N'1199518099888414722', N'日常记录', N'1', N'', N'1', N'1', N'admin', N'2019-11-27 10:39:56.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199518214858481666', N'1199518099888414722', N'本周工作', N'2', N'', N'1', N'1', N'admin', N'2019-11-27 10:40:03.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199518235943247874', N'1199518099888414722', N'下周计划', N'3', N'', N'1', N'1', N'admin', N'2019-11-27 10:40:08.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199520817285701634', N'1199520177767587841', N'列表', N'1', N'', N'1', N'1', N'admin', N'2019-11-27 10:50:24.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199520835035996161', N'1199520177767587841', N'链接', N'2', N'', N'1', N'1', N'admin', N'2019-11-27 10:50:28.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199525468672405505', N'1199525215290306561', N'未开始', N'0', N'', N'1', N'1', N'admin', N'2019-11-27 11:08:52.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199525490575060993', N'1199525215290306561', N'进行中', N'1', N'', N'1', N'1', N'admin', N'2019-11-27 11:08:58.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199525506429530114', N'1199525215290306561', N'已完成', N'2', N'', N'1', N'1', N'admin', N'2019-11-27 11:09:02.0000000', N'admin', N'2019-11-27 11:10:02.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199607547704647681', N'4f69be5f507accea8d5df5f11346181a', N'系统', N'4', N'', N'1', N'1', N'admin', N'2019-11-27 16:35:02.0000000', N'admin', N'2019-11-27 19:37:46.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209733775114702850', N'1209733563293962241', N'MySQL5.5', N'1', N'', N'1', N'1', N'admin', N'2019-12-25 15:13:02.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209733839933476865', N'1209733563293962241', N'Oracle', N'2', N'', N'3', N'1', N'admin', N'2019-12-25 15:13:18.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209733903020003330', N'1209733563293962241', N'SQLServer', N'3', N'', N'4', N'1', N'admin', N'2019-12-25 15:13:33.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232913424813486081', N'1232913193820581889', N'官方示例', N'demo', N'', N'1', N'1', N'admin', N'2020-02-27 14:20:42.0000000', N'admin', N'2020-02-27 14:21:37.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232913493717512194', N'1232913193820581889', N'流程表单', N'bpm', N'', N'2', N'1', N'admin', N'2020-02-27 14:20:58.0000000', N'admin', N'2020-02-27 14:22:20.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232913605382467585', N'1232913193820581889', N'测试表单', N'temp', N'', N'4', N'1', N'admin', N'2020-02-27 14:21:25.0000000', N'admin', N'2020-02-27 14:22:16.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232914232372195330', N'1232913193820581889', N'导入表单', N'bdfl_include', N'', N'5', N'1', N'admin', N'2020-02-27 14:23:54.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1234371726545010689', N'4e4602b3e3686f0911384e188dc7efb4', N'左模糊', N'LEFT_LIKE', N'左模糊', N'7', N'1', N'admin', N'2020-03-02 14:55:27.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1234371809495760898', N'4e4602b3e3686f0911384e188dc7efb4', N'右模糊', N'RIGHT_LIKE', N'右模糊', N'7', N'1', N'admin', N'2020-03-02 14:55:47.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1250688147579228161', N'1250687930947620866', N'正常', N'0', N'', N'1', N'1', N'admin', N'2020-04-16 15:31:05.0000000', N'', NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1250688201064992770', N'1250687930947620866', N'停止', N'-1', N'', N'1', N'1', N'admin', N'2020-04-16 15:31:18.0000000', N'', NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1280401815068295170', N'1280401766745718786', N'正常', N'1', N'', N'1', N'1', N'admin', N'2020-07-07 15:22:36.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1280401847607705602', N'1280401766745718786', N'冻结', N'0', N'', N'1', N'1', N'admin', N'2020-07-07 15:22:44.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1305827309355302914', N'bd1b8bc28e65d6feefefb6f3c79f42fd', N'API', N'api', N'', N'3', N'1', N'admin', N'2020-09-15 19:14:26.0000000', N'admin', N'2020-09-15 19:14:41.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1334440962954936321', N'1209733563293962241', N'MYSQL5.7', N'4', NULL, N'1', N'1', N'admin', N'2020-12-03 18:16:02.0000000', N'admin', N'2020-12-03 18:16:02.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1356445705549975553', N'1356445645198135298', N'是', N'Y', N'', N'1', N'1', N'admin', N'2021-02-02 11:33:52.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1356445754212290561', N'1356445645198135298', N'否', N'N', N'', N'1', N'1', N'admin', N'2021-02-02 11:34:04.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'147c48ff4b51545032a9119d13f3222a', N'd6e1152968b02d69ff358c75b48a6ee1', N'测试流程', N'test', NULL, N'1', N'1', N'admin', N'2019-03-22 19:27:05.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1543fe7e5e26fb97cdafe4981bedc0c8', N'4c03fca6bf1f0299c381213961566349', N'单排布局', N'single', NULL, N'2', N'1', N'admin', N'2022-07-12 17:43:39.0000000', N'admin', N'2019-04-12 17:43:57.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1ce390c52453891f93514c1bd2795d44', N'ad7c65ba97c20a6805d5dcdf13cdaf36', N'000', N'00', NULL, N'1', N'1', N'admin', N'2019-03-22 16:34:34.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1db531bcff19649fa82a644c8a939dc4', N'4c03fca6bf1f0299c381213961566349', N'组合布局', N'combination', N'', N'4', N'1', N'admin', N'2019-05-11 16:07:08.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'222705e11ef0264d4214affff1fb4ff9', N'4f69be5f507accea8d5df5f11346181a', N'短信', N'1', N'', N'1', N'1', N'admin', N'2023-02-28 10:50:36.0000000', N'admin', N'2019-04-28 10:58:11.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'23a5bb76004ed0e39414e928c4cde155', N'4e4602b3e3686f0911384e188dc7efb4', N'不等于', N'!=', N'不等于', N'3', N'1', N'admin', N'2019-04-01 16:46:15.0000000', N'admin', N'2019-04-01 17:48:40.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'25847e9cb661a7c711f9998452dc09e6', N'4e4602b3e3686f0911384e188dc7efb4', N'小于等于', N'<=', N'小于等于', N'6', N'1', N'admin', N'2019-04-01 16:44:34.0000000', N'admin', N'2019-04-01 17:49:10.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2d51376643f220afdeb6d216a8ac2c01', N'68168534ff5065a152bfab275c2136f8', N'有效', N'1', N'有效', N'2', N'1', N'admin', N'2019-04-26 19:22:01.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'308c8aadf0c37ecdde188b97ca9833f5', N'8dfe32e2d29ea9430a988b3b558bf233', N'已发布', N'1', N'已发布', N'2', N'1', N'admin', N'2019-04-16 17:41:24.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'333e6b2196e01ef9a5f76d74e86a6e33', N'8dfe32e2d29ea9430a988b3b558bf233', N'未发布', N'0', N'未发布', N'1', N'1', N'admin', N'2019-04-16 17:41:12.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'337ea1e401bda7233f6258c284ce4f50', N'bd1b8bc28e65d6feefefb6f3c79f42fd', N'JSON', N'json', NULL, N'1', N'1', N'admin', N'2019-04-12 17:26:33.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'33bc9d9f753cf7dc40e70461e50fdc54', N'a9d9942bd0eccb6e89de92d130ec4c4a', N'发送失败', N'2', NULL, N'3', N'1', N'admin', N'2019-04-12 18:20:02.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3fbc03d6c994ae06d083751248037c0e', N'78bda155fe380b1b3f175f1e88c284c6', N'已完成', N'3', N'已完成', N'3', N'1', N'admin', N'2019-05-09 16:33:25.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'41d7aaa40c9b61756ffb1f28da5ead8e', N'0b5d19e1fce4b2e6647e6b4a17760c14', N'通知公告', N'1', NULL, N'1', N'1', N'admin', N'2019-04-22 18:01:57.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'41fa1e9571505d643aea87aeb83d4d76', N'4e4602b3e3686f0911384e188dc7efb4', N'等于', N'=', N'等于', N'4', N'1', N'admin', N'2019-04-01 16:45:24.0000000', N'admin', N'2019-04-01 17:49:00.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'43d2295b8610adce9510ff196a49c6e9', N'845da5006c97754728bf48b6a10f79cc', N'正常', N'1', NULL, NULL, N'1', N'admin', N'2019-03-18 21:45:51.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4f05fb5376f4c61502c5105f52e4dd2b', N'83bfb33147013cc81640d5fd9eda030c', N'操作日志', N'2', NULL, NULL, N'1', N'admin', N'2019-03-18 23:22:49.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'50223341bfb5ba30bf6319789d8d17fe', N'd6e1152968b02d69ff358c75b48a6ee1', N'业务办理', N'business', NULL, N'3', N'1', N'admin', N'2023-04-22 19:28:05.0000000', N'admin', N'2019-03-22 23:24:39.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'51222413e5906cdaf160bb5c86fb827c', N'a7adbcd86c37f7dbc9b66945c82ef9e6', N'是', N'1', N'', N'1', N'1', N'admin', N'2019-05-22 19:29:45.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'538fca35afe004972c5f3947c039e766', N'2e02df51611a4b9632828ab7e5338f00', N'显示', N'1', N'显示', N'1', N'1', N'admin', N'2025-03-26 18:27:13.0000000', N'admin', N'2019-04-26 18:39:07.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5584c21993bde231bbde2b966f2633ac', N'4e4602b3e3686f0911384e188dc7efb4', N'自定义SQL表达式', N'USE_SQL_RULES', N'自定义SQL表达式', N'9', N'1', N'admin', N'2019-04-01 10:45:24.0000000', N'admin', N'2019-04-01 17:49:27.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'58b73b344305c99b9d8db0fc056bbc0a', N'72cce0989df68887546746d8f09811aa', N'主表', N'2', NULL, N'2', N'1', N'admin', N'2019-03-27 10:13:36.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5b65a88f076b32e8e69d19bbaadb52d5', N'2f0320997ade5dd147c90130f7218c3e', N'全体用户', N'ALL', NULL, NULL, N'1', N'admin', N'2020-10-17 21:22:43.0000000', N'admin', N'2019-03-28 22:17:09.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5d833f69296f691843ccdd0c91212b6b', N'880a895c98afeca9d9ac39f29e67c13e', N'修改', N'3', N'', N'3', N'1', N'admin', N'2019-07-22 10:55:07.0000000', N'admin', N'2019-07-22 10:55:41.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5d84a8634c8fdfe96275385075b105c9', N'3d9a351be3436fbefb1307d4cfb49bf2', N'女', N'2', NULL, N'2', N'1', NULL, N'2019-01-04 14:56:56.0000000', NULL, N'2019-01-04 17:38:12.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'66c952ae2c3701a993e7db58f3baf55e', N'4e4602b3e3686f0911384e188dc7efb4', N'大于', N'>', N'大于', N'1', N'1', N'admin', N'2019-04-01 10:45:46.0000000', N'admin', N'2019-04-01 17:48:29.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6937c5dde8f92e9a00d4e2ded9198694', N'ad7c65ba97c20a6805d5dcdf13cdaf36', N'easyui', N'3', NULL, N'1', N'1', N'admin', N'2019-03-22 16:32:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'69cacf64e244100289ddd4aa9fa3b915', N'a9d9942bd0eccb6e89de92d130ec4c4a', N'未发送', N'0', NULL, N'1', N'1', N'admin', N'2019-04-12 18:19:23.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6a7a9e1403a7943aba69e54ebeff9762', N'4f69be5f507accea8d5df5f11346181a', N'邮件', N'2', N'', N'2', N'1', N'admin', N'2031-02-28 10:50:44.0000000', N'admin', N'2019-04-28 10:59:03.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6c682d78ddf1715baf79a1d52d2aa8c2', N'72cce0989df68887546746d8f09811aa', N'单表', N'1', NULL, N'1', N'1', N'admin', N'2019-03-27 10:13:29.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6d404fd2d82311fbc87722cd302a28bc', N'4e4602b3e3686f0911384e188dc7efb4', N'模糊', N'LIKE', N'模糊', N'7', N'1', N'admin', N'2019-04-01 16:46:02.0000000', N'admin', N'2019-04-01 17:49:20.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6d4e26e78e1a09699182e08516c49fc4', N'4d7fec1a7799a436d26d02325eff295e', N'高', N'H', N'高', N'1', N'1', N'admin', N'2019-04-16 17:04:24.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'700e9f030654f3f90e9ba76ab0713551', N'6b78e3f59faec1a4750acff08030a79b', N'333', N'333', NULL, NULL, N'1', N'admin', N'2019-02-21 19:59:47.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7050c1522702bac3be40e3b7d2e1dfd8', N'c5a14c75172783d72cbee6ee7f5df5d1', N'柱状图', N'bar', NULL, N'1', N'1', N'admin', N'2019-04-12 17:05:17.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'71b924faa93805c5c1579f12e001c809', N'd6e1152968b02d69ff358c75b48a6ee1', N'OA办公', N'oa', NULL, N'2', N'1', N'admin', N'2021-03-22 19:27:17.0000000', N'admin', N'2019-03-22 23:24:36.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'75b260d7db45a39fc7f21badeabdb0ed', N'c36169beb12de8a71c8683ee7c28a503', N'不启用', N'0', NULL, NULL, N'1', N'admin', N'2019-03-18 23:29:41.0000000', N'admin', N'2019-03-18 23:29:54.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7688469db4a3eba61e6e35578dc7c2e5', N'c36169beb12de8a71c8683ee7c28a503', N'启用', N'1', NULL, NULL, N'1', N'admin', N'2019-03-18 23:29:28.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'78ea6cadac457967a4b1c4eb7aaa418c', N'fc6cd58fde2e8481db10d3a1e68ce70c', N'正常', N'1', NULL, NULL, N'1', N'admin', N'2019-03-18 23:30:28.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7ccf7b80c70ee002eceb3116854b75cb', N'ac2f7c0c5c5775fcea7e2387bcb22f01', N'按钮权限', N'2', NULL, N'1', N'1', N'admin', N'2019-03-18 23:25:40.0000000', N'jeecg', N'2022-03-24 21:42:24.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'81fb2bb0e838dc68b43f96cc309f8257', N'fc6cd58fde2e8481db10d3a1e68ce70c', N'冻结', N'2', NULL, NULL, N'1', N'admin', N'2019-03-18 23:30:37.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'83250269359855501ec4e9c0b7e21596', N'4274efc2292239b6f000b153f50823ff', N'可见/可访问(授权后可见/可访问)', N'1', N'', N'1', N'1', N'admin', N'2019-05-10 17:54:51.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'84778d7e928bc843ad4756db1322301f', N'4e4602b3e3686f0911384e188dc7efb4', N'大于等于', N'>=', N'大于等于', N'5', N'1', N'admin', N'2019-04-01 10:46:02.0000000', N'admin', N'2019-04-01 17:49:05.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'848d4da35ebd93782029c57b103e5b36', N'c5a14c75172783d72cbee6ee7f5df5d1', N'饼图', N'pie', NULL, N'3', N'1', N'admin', N'2019-04-12 17:05:49.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'84dfc178dd61b95a72900fcdd624c471', N'78bda155fe380b1b3f175f1e88c284c6', N'处理中', N'2', N'处理中', N'2', N'1', N'admin', N'2019-05-09 16:33:01.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'86f19c7e0a73a0bae451021ac05b99dd', N'ac2f7c0c5c5775fcea7e2387bcb22f01', N'子菜单', N'1', NULL, NULL, N'1', N'admin', N'2019-03-18 23:25:27.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8bccb963e1cd9e8d42482c54cc609ca2', N'4f69be5f507accea8d5df5f11346181a', N'微信', N'3', NULL, N'3', N'1', N'admin', N'2021-05-11 14:29:12.0000000', N'admin', N'2019-04-11 14:29:31.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8c618902365ca681ebbbe1e28f11a548', N'4c753b5293304e7a445fd2741b46529d', N'启用', N'1', N'', N'0', N'1', N'admin', N'2020-07-18 23:19:27.0000000', N'admin', N'2019-05-17 14:51:18.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8cdf08045056671efd10677b8456c999', N'4274efc2292239b6f000b153f50823ff', N'可编辑(未授权时禁用)', N'2', N'', N'2', N'1', N'admin', N'2019-05-10 17:55:38.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8ff48e657a7c5090d4f2a59b37d1b878', N'4d7fec1a7799a436d26d02325eff295e', N'中', N'M', N'中', N'2', N'1', N'admin', N'2019-04-16 17:04:40.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'948923658baa330319e59b2213cda97c', N'880a895c98afeca9d9ac39f29e67c13e', N'添加', N'2', N'', N'2', N'1', N'admin', N'2019-07-22 10:54:59.0000000', N'admin', N'2019-07-22 10:55:36.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9a96c4a4e4c5c9b4e4d0cbf6eb3243cc', N'4c753b5293304e7a445fd2741b46529d', N'不启用', N'0', NULL, N'1', N'1', N'admin', N'2019-03-18 23:19:53.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a1e7d1ca507cff4a480c8caba7c1339e', N'880a895c98afeca9d9ac39f29e67c13e', N'导出', N'6', N'', N'6', N'1', N'admin', N'2019-07-22 12:06:50.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a2be752dd4ec980afaec1efd1fb589af', N'8dfe32e2d29ea9430a988b3b558bf233', N'已撤销', N'2', N'已撤销', N'3', N'1', N'admin', N'2019-04-16 17:41:39.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'aa0d8a8042a18715a17f0a888d360aa4', N'ac2f7c0c5c5775fcea7e2387bcb22f01', N'一级菜单', N'0', NULL, NULL, N'1', N'admin', N'2019-03-18 23:24:52.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'adcf2a1fe93bb99a84833043f475fe0b', N'4e4602b3e3686f0911384e188dc7efb4', N'包含', N'IN', N'包含', N'8', N'1', N'admin', N'2019-04-01 16:45:47.0000000', N'admin', N'2019-04-01 17:49:24.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b029a41a851465332ee4ee69dcf0a4c2', N'0b5d19e1fce4b2e6647e6b4a17760c14', N'系统消息', N'2', NULL, N'1', N'1', N'admin', N'2019-02-22 18:02:08.0000000', N'admin', N'2019-04-22 18:02:13.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b2a8b4bb2c8e66c2c4b1bb086337f393', N'3486f32803bb953e7155dab3513dc68b', N'正常', N'0', NULL, NULL, N'1', N'admin', N'2022-10-18 21:46:48.0000000', N'admin', N'2019-03-28 22:22:20.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b57f98b88363188daf38d42f25991956', N'6b78e3f59faec1a4750acff08030a79b', N'22', N'222', NULL, NULL, N'0', N'admin', N'2019-02-21 19:59:43.0000000', N'admin', N'2019-03-11 21:23:27.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b5f3bd5f66bb9a83fecd89228c0d93d1', N'68168534ff5065a152bfab275c2136f8', N'无效', N'0', N'无效', N'1', N'1', N'admin', N'2019-04-26 19:21:49.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b9fbe2a3602d4a27b45c100ac5328484', N'78bda155fe380b1b3f175f1e88c284c6', N'待提交', N'1', N'待提交', N'1', N'1', N'admin', N'2019-05-09 16:32:35.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ba27737829c6e0e582e334832703d75e', N'236e8a4baff0db8c62c00dd95632834f', N'同步', N'1', N'同步', N'1', N'1', N'admin', N'2019-05-15 15:28:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'bcec04526b04307e24a005d6dcd27fd6', N'880a895c98afeca9d9ac39f29e67c13e', N'导入', N'5', N'', N'5', N'1', N'admin', N'2019-07-22 12:06:41.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c53da022b9912e0aed691bbec3c78473', N'880a895c98afeca9d9ac39f29e67c13e', N'查询', N'1', N'', N'1', N'1', N'admin', N'2019-07-22 10:54:51.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c5700a71ad08994d18ad1dacc37a71a9', N'a7adbcd86c37f7dbc9b66945c82ef9e6', N'否', N'0', N'', N'1', N'1', N'admin', N'2019-05-22 19:29:55.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cbfcc5b88fc3a90975df23ffc8cbe29c', N'c5a14c75172783d72cbee6ee7f5df5d1', N'曲线图', N'line', NULL, N'2', N'1', N'admin', N'2019-05-12 17:05:30.0000000', N'admin', N'2019-04-12 17:06:06.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd217592908ea3e00ff986ce97f24fb98', N'c5a14c75172783d72cbee6ee7f5df5d1', N'数据列表', N'table', NULL, N'4', N'1', N'admin', N'2019-04-12 17:05:56.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'df168368dcef46cade2aadd80100d8aa', N'3d9a351be3436fbefb1307d4cfb49bf2', N'男', N'1', NULL, N'1', N'1', NULL, N'2027-08-04 14:56:49.0000000', N'admin', N'2019-03-23 22:44:44.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e6329e3a66a003819e2eb830b0ca2ea0', N'4e4602b3e3686f0911384e188dc7efb4', N'小于', N'<', N'小于', N'2', N'1', N'admin', N'2019-04-01 16:44:15.0000000', N'admin', N'2019-04-01 17:48:34.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e94eb7af89f1dbfa0d823580a7a6e66a', N'236e8a4baff0db8c62c00dd95632834f', N'不同步', N'0', N'不同步', N'2', N'1', N'admin', N'2019-05-15 15:28:28.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f0162f4cc572c9273f3e26b2b4d8c082', N'ad7c65ba97c20a6805d5dcdf13cdaf36', N'booostrap', N'1', NULL, N'1', N'1', N'admin', N'2021-08-22 16:32:04.0000000', N'admin', N'2019-03-22 16:33:57.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f16c5706f3ae05c57a53850c64ce7c45', N'a9d9942bd0eccb6e89de92d130ec4c4a', N'发送成功', N'1', NULL, N'2', N'1', N'admin', N'2019-04-12 18:19:43.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f2a7920421f3335afdf6ad2b342f6b5d', N'845da5006c97754728bf48b6a10f79cc', N'冻结', N'2', NULL, NULL, N'1', N'admin', N'2019-03-18 21:46:02.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f37f90c496ec9841c4c326b065e00bb2', N'83bfb33147013cc81640d5fd9eda030c', N'登录日志', N'1', NULL, NULL, N'1', N'admin', N'2019-03-18 23:22:37.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f753aff60ff3931c0ecb4812d8b5e643', N'4c03fca6bf1f0299c381213961566349', N'双排布局', N'double', NULL, N'3', N'1', N'admin', N'2019-04-12 17:43:51.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f80a8f6838215753b05e1a5ba3346d22', N'880a895c98afeca9d9ac39f29e67c13e', N'删除', N'4', N'', N'4', N'1', N'admin', N'2019-07-22 10:55:14.0000000', N'admin', N'2019-07-22 10:55:30.0000000')
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fcec03570f68a175e1964808dc3f1c91', N'4c03fca6bf1f0299c381213961566349', N'Tab风格', N'tab', NULL, N'1', N'1', N'admin', N'2019-04-12 17:43:31.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fe50b23ae5e68434def76f67cef35d2d', N'78bda155fe380b1b3f175f1e88c284c6', N'已作废', N'4', N'已作废', N'4', N'1', N'admin', N'2021-09-09 16:33:43.0000000', N'admin', N'2019-05-09 16:34:40.0000000')
GO
-- ----------------------------
-- Table structure for jimu_report
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_report]') AND type IN ('U'))
DROP TABLE [dbo].[jimu_report]
GO
CREATE TABLE [dbo].[jimu_report] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[code] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[note] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[status] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL,
[type] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL,
[json_str] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL,
[api_url] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[thumb] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[del_flag] tinyint NULL,
[api_method] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[api_code] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[template] tinyint NULL,
[view_count] bigint NULL,
[css_str] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL,
[js_str] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL,
[tenant_id] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[jimu_report] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'编码',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report',
'COLUMN', N'code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'名称',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report',
'COLUMN', N'name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'说明',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report',
'COLUMN', N'note'
GO
EXEC sp_addextendedproperty
'MS_Description', N'状态',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report',
'COLUMN', N'status'
GO
EXEC sp_addextendedproperty
'MS_Description', N'类型',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report',
'COLUMN', N'type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'json字符串',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report',
'COLUMN', N'json_str'
GO
EXEC sp_addextendedproperty
'MS_Description', N'请求地址',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report',
'COLUMN', N'api_url'
GO
EXEC sp_addextendedproperty
'MS_Description', N'缩略图',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report',
'COLUMN', N'thumb'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改人',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改时间',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'删除标识0-正常,1-已删除',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report',
'COLUMN', N'del_flag'
GO
EXEC sp_addextendedproperty
'MS_Description', N'请求方法0-get,1-post',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report',
'COLUMN', N'api_method'
GO
EXEC sp_addextendedproperty
'MS_Description', N'请求编码',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report',
'COLUMN', N'api_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否是模板 0不是,1是',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report',
'COLUMN', N'template'
GO
EXEC sp_addextendedproperty
'MS_Description', N'浏览次数',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report',
'COLUMN', N'view_count'
GO
EXEC sp_addextendedproperty
'MS_Description', N'css增强',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report',
'COLUMN', N'css_str'
GO
EXEC sp_addextendedproperty
'MS_Description', N'js增强',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report',
'COLUMN', N'js_str'
GO
EXEC sp_addextendedproperty
'MS_Description', N'多租户标识',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report',
'COLUMN', N'tenant_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'在线excel设计器',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report'
GO
-- ----------------------------
-- Records of jimu_report
-- ----------------------------
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'01a1e07ed4b12348b29d5a47ac7f0228', N'566960792', N'销售公司出库单副本0792', N'', NULL, N'printinfo', N'{"area":{"sri":4,"sci":0,"eri":4,"eci":0,"width":32,"height":25},"printElWidth":794,"excel_config_id":"ff9bd143582a6dfed897ba8b6f93b175","printElHeight":800,"rows":{"0":{"cells":{"0":{"style":11,"text":"医疗器械销售公司出货单","merge":[0,9]}},"height":83},"1":{"cells":{"0":{"text":"供货单位:","style":20,"merge":[0,1]},"1":{"style":30},"2":{"text":"${gongsi.gname}","style":19},"3":{"style":19},"4":{"text":"供货日期:","style":19},"5":{"text":"${gongsi.gdata}","style":19,"merge":[0,1]},"6":{"style":19},"7":{"text":"编号:","style":20},"8":{"text":"${gongsi.num}","style":19,"merge":[0,1]},"9":{"style":19}},"isDrag":true},"2":{"cells":{"0":{"text":"行号","style":39},"1":{"text":"产品代码","style":39},"2":{"text":"产品名称","style":39},"3":{"text":"规格型号","style":39},"4":{"text":"单位","style":39},"5":{"text":"实发数量","style":39},"6":{"text":"销售单价(元)","style":39},"7":{"text":"折扣率(%","style":39},"8":{"text":"销售金额(元)","style":39},"9":{"text":"备注","style":39}}},"3":{"cells":{"0":{"style":35,"text":"#{xiaoshou.id}"},"1":{"style":35,"text":"#{xiaoshou.hnum}"},"2":{"style":35,"text":"#{xiaoshou.hname}"},"3":{"style":35,"text":"#{xiaoshou.xinghao}"},"4":{"style":35,"text":"#{xiaoshou.danwei}"},"5":{"style":35,"text":"#{xiaoshou.num}"},"6":{"style":35,"text":"#{xiaoshou.danjia}"},"7":{"style":35,"text":"#{xiaoshou.zhekoulv}"},"8":{"style":35,"text":"#{xiaoshou.xiaoshoujine}"},"9":{"style":35,"text":"#{xiaoshou.xiaoshoujine}"}}},"4":{"cells":{"0":{"style":4},"1":{}},"isDrag":true},"len":84,"-1":{"cells":{"0":{"text":"#{gongsi.gdata}"},"-1":{"text":"#{gongsi.didian}"}},"isDrag":true}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":794,"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center"},{"font":{"size":16}},{"font":{"size":16},"align":"center"},{"align":"center"},{"border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"]}},{"border":{"top":["thin","#000"],"bottom":["thin","#000"]}},{"border":{"top":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right"},{"align":"right"},{"align":"center","font":{"size":14}},{"align":"center","font":{"size":14,"bold":true}},{"align":"center","font":{"size":9}},{"font":{"size":9}},{"align":"right","font":{"size":9}},{"align":"center","font":{"size":8}},{"font":{"size":8}},{"align":"right","font":{"size":8}},{"align":"center","font":{"size":8},"color":"#7f7f7f"},{"font":{"size":8},"color":"#7f7f7f"},{"align":"right","font":{"size":8},"color":"#7f7f7f"},{"align":"center","font":{"size":8},"color":"#3f3f3f"},{"font":{"size":8},"color":"#3f3f3f"},{"align":"right","font":{"size":8},"color":"#3f3f3f"},{"align":"center","font":{"size":8},"color":"#262626"},{"font":{"size":8},"color":"#262626"},{"align":"right","font":{"size":8},"color":"#262626"},{"align":"center","font":{"size":8},"color":"#0c0c0c"},{"font":{"size":8},"color":"#0c0c0c"},{"align":"right","font":{"size":8},"color":"#0c0c0c"},{"align":"right","color":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","bgcolor":"#71ae47"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#71ae47"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"align":"center","bgcolor":"#71ae47"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"bgcolor":"#71ae47"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"align":"center"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]}},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"align":"center","bgcolor":"#c5e0b3"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"bgcolor":"#c5e0b3"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"align":"center","bgcolor":"#a7d08c"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"bgcolor":"#a7d08c"}],"validations":[],"cols":{"0":{"width":32},"1":{"width":65},"2":{"width":115},"3":{"width":70},"4":{"width":52},"5":{"width":70},"6":{"width":93},"7":{"width":86},"8":{"width":75},"9":{"width":136},"10":{"width":81},"len":24},"merges":["F2:G2","F2:G2","I2:J2","A2:B2","C2:D2","A2:B2","A1:J1"]}', N'', N'https://static.jeecg.com/designreport/images/医疗器械_1607070355110.png', N'admin', N'2021-01-19 10:46:43.0000000', N'admin', N'2021-02-02 19:00:59.0000000', N'1', NULL, NULL, N'0', N'766', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1314846205892759552', N'20201010163252', N'XXX有限公司员工登记表', NULL, NULL, N'printinfo', N'{"loopBlockList":[],"area":{"sri":10,"sci":11,"eri":10,"eci":11,"width":85,"height":38},"excel_config_id":"1314846205892759552","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"0":{"merge":[0,8]},"9":{}},"height":22},"1":{"cells":{"1":{"style":87,"text":" "},"2":{"style":87,"text":" "},"3":{"style":87,"text":" "},"4":{"style":87,"text":" "},"5":{"style":87,"text":" "},"6":{"style":87,"text":" "},"7":{"style":87,"text":" "},"8":{"style":87,"text":" "}},"height":24},"2":{"cells":{"0":{"text":"所在部门","style":93},"1":{"text":"${yuangongjiben.department}","style":23,"merge":[0,2]},"4":{"text":"职务","style":93},"5":{"text":"${yuangongjiben.post}","style":23},"6":{"text":"填写日期","style":93},"7":{"text":"${yuangongjiben.data}","style":23,"merge":[0,1]}},"isDrag":true,"height":36},"3":{"cells":{"0":{"text":"姓名","style":93},"1":{"text":"${yuangongjiben.name}","style":23},"2":{"text":"性别","style":93},"3":{"text":"${yuangongjiben.sex}","style":23},"4":{"text":"出生日期","style":93},"5":{"text":"${yuangongjiben.birth}","style":23},"6":{"text":"政治面貌","style":93},"7":{"text":"${yuangongjiben.political}","style":130,"merge":[0,1]}},"isDrag":true,"height":33},"4":{"cells":{"0":{"text":"机关","style":93},"1":{"text":"${yuangongjiben.office}","style":23},"2":{"style":93,"text":"民族"},"3":{"text":"${yuangongjiben.nation}","style":23},"4":{"style":93,"text":"健康状况"},"5":{"text":"${yuangongjiben.health}","style":23},"6":{"style":93,"text":"户籍类型","virtual":"1KT8bnqRT4bi8Z7b"},"7":{"text":"${yuangongjiben.register}","style":26,"virtual":"1KT8bnqRT4bi8Z7b"},"8":{"merge":[3,0],"height":104,"style":35,"text":" ","virtual":"cvkWDQVZhfJPgcS4"}},"isDrag":true,"height":31},"5":{"cells":{"0":{"text":"最高学历","style":93},"1":{"text":"${yuangongjiben.education}","style":23},"2":{"text":"所学专业","style":93},"3":{"text":"${yuangongjiben.major}","style":23,"merge":[0,2]},"6":{"text":"毕业时间","style":93},"7":{"text":"${yuangongjiben.gdata}","style":23}},"isDrag":true,"height":35},"6":{"cells":{"0":{"text":"电子邮箱","style":93},"1":{"text":"${yuangongjiben.mailbox}","style":23},"2":{"text":"手机号","style":93},"3":{"text":"${yuangongjiben.telphone}","style":23,"merge":[0,2]},"6":{"text":"家庭电话","style":93},"7":{"text":"${yuangongjiben.homephone}","style":23}},"isDrag":true,"height":38},"7":{"cells":{"0":{"merge":[0,1],"text":"第一次参加工作时间","style":93},"2":{"text":"${yuangongjiben.pworktime}","style":133,"merge":[0,2]},"5":{"style":93,"text":"入职时间"},"6":{"text":"${yuangongjiben.entrytime}","style":24,"merge":[0,1]}},"isDrag":true,"height":27},"8":{"cells":{"0":{"merge":[0,1],"text":"毕业院校","style":93},"2":{"text":"${yuangongjiben.school}","style":24,"merge":[0,2]},"5":{"style":93,"text":"身份证号"},"6":{"text":"${yuangongjiben.idcard}","style":24,"merge":[0,2]}},"isDrag":true,"height":34},"9":{"cells":{"0":{"merge":[0,1],"text":"入党(团)时间、地点","style":94},"2":{"text":"${yuangongjiben.entrytime}","style":24,"merge":[0,2]},"5":{"text":"婚姻状况","style":93},"6":{"text":"${yuangongjiben.marital}","style":23},"7":{"text":"有无子女","style":93},"8":{"text":"${yuangongjiben.children}","style":23}},"isDrag":true,"height":33},"10":{"cells":{"0":{"merge":[0,1],"text":"户口所在街道名称","style":93},"2":{"text":"${yuangongjiben.hukoustreet}","style":24,"merge":[0,2]},"5":{"merge":[0,1],"text":"户口所在地邮编","style":93},"7":{"text":"${yuangongjiben.hukounum}","style":23,"merge":[0,1]}},"isDrag":true,"height":38},"11":{"cells":{"0":{"text":"户口所在地地址","style":96,"merge":[2,1]},"2":{"text":"${yuangongjiben.hukoudi}","style":26,"merge":[2,6]}},"isDrag":true},"12":{"cells":{}},"13":{"cells":{"11":{"text":""}},"isDrag":true},"14":{"cells":{"0":{"merge":[0,1],"text":"现居住地址","style":98},"2":{"text":"${yuangongjiben.currentdi}","style":26,"merge":[0,2]},"5":{"style":98,"merge":[0,1],"text":"现居住地址邮编"},"7":{"text":"${yuangongjiben.currentnum}","style":26,"merge":[0,1]}},"isDrag":true,"height":33},"15":{"cells":{"0":{"merge":[0,1],"text":"是否参加社保","style":98},"2":{"text":"${yuangongjiben.socialsecurity}","style":27,"merge":[0,1]},"4":{"text":"有无公积金","style":98},"5":{"text":"${yuangongjiben.providentfund}","style":27,"merge":[0,1]},"7":{"text":"兴趣爱好","style":98},"8":{"text":"${yuangongjiben.hobby}","style":27}},"isDrag":true,"height":34},"16":{"cells":{"0":{"merge":[0,1],"text":"参加社保类型","style":98},"2":{"text":"${yuangongjiben.sbtype}","style":116,"merge":[0,6]}},"isDrag":true,"height":30},"17":{"cells":{"0":{"merge":[0,1],"text":"个人档案存放地","style":98},"2":{"text":"${yuangongjiben.archivesdi}","style":116,"merge":[0,6]}},"isDrag":true,"height":33},"18":{"cells":{"0":{"text":" ","style":7},"1":{"text":" ","style":7},"2":{"text":" ","style":7},"3":{"text":" ","style":7},"4":{"text":" ","style":7},"5":{"text":" ","style":7},"6":{"text":" ","style":7},"7":{"text":" ","style":7},"8":{"text":" ","style":7}}},"19":{"cells":{"0":{"merge":[0,4],"text":"学历、经历(从高中开始写)","style":99},"5":{"style":7,"text":" "},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":7,"text":" "},"9":{"style":112,"text":" "}}},"20":{"cells":{"0":{"text":"由_年_月","merge":[0,1],"style":36},"2":{"merge":[0,1],"text":"至_年_月","style":38},"4":{"merge":[0,1],"text":"就读学校","style":38},"6":{"merge":[0,1],"text":"专业","style":38},"8":{"text":"担任职务","style":38},"9":{"style":112,"text":" "}}},"21":{"cells":{"0":{"style":90,"merge":[0,1],"text":"#{xueli.kdate}"},"2":{"style":90,"text":"#{xueli.jdate}","merge":[0,1]},"4":{"style":90,"text":"#{xueli.jstudent}","merge":[0,1]},"6":{"style":90,"text":"#{xueli.zhuanye}","merge":[0,1]},"8":{"style":90,"text":"#{xueli.zhiwu}"},"9":{"style":112,"text":" "}},"isDrag":true},"22":{"cells":{"0":{"style":7,"text":" "},"1":{"style":7,"text":" "},"2":{"style":7,"text":" "},"3":{"style":7,"text":" "},"4":{"style":7,"text":" "},"5":{"style":7,"text":" "},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":7,"text":" "},"9":{"style":112,"text":" "}}},"23":{"cells":{"0":{"merge":[0,4],"text":"工作经历","style":124},"5":{"style":7,"text":" "},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":7,"text":" "},"9":{"style":112,"text":" "}},"height":27},"24":{"cells":{"0":{"text":"由_年_月","merge":[0,1],"style":36},"2":{"merge":[0,1],"text":"至_年_月","style":38},"4":{"text":"工作单位及职称","style":38,"merge":[0,1]},"6":{"merge":[0,1],"text":"证明人","style":38},"8":{"text":"联系方式","style":38},"9":{"style":112,"text":" "}}},"25":{"cells":{"0":{"text":"#{uu.kdate}","style":90,"merge":[0,1]},"2":{"text":"#{uu.jdate}","style":90,"merge":[0,1]},"4":{"text":"#{uu.jstudent}","style":90,"merge":[0,1]},"6":{"text":"#{uu.zmname}","style":90,"merge":[0,1]},"8":{"text":"#{uu.zmphone}","style":90},"9":{"style":112,"text":" "}},"isDrag":true},"26":{"cells":{"0":{"style":7,"text":" "},"1":{"style":7,"text":" "},"2":{"style":7,"text":" "},"3":{"style":7,"text":" "},"4":{"style":7,"text":" "},"5":{"style":7,"text":" "},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":7,"text":" "},"9":{"style":112,"text":" "}}},"27":{"cells":{"0":{"merge":[0,4],"text":"职称/资格、证书","style":125},"5":{"style":7,"text":" "},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":7,"text":" "},"9":{"style":112,"text":" "}},"height":46},"28":{"cells":{"0":{"text":"发证时间","merge":[0,1],"style":36},"2":{"merge":[0,1],"text":"职称名称","style":38},"4":{"text":"级别","style":38,"merge":[0,1]},"6":{"text":"发证单位","style":38,"merge":[0,1]},"8":{"text":"备注","style":38},"9":{"style":112,"text":" "}}},"29":{"cells":{"0":{"text":"#{zhengshu.fdate}","style":90,"merge":[0,1]},"2":{"text":"#{zhengshu.zcname}","style":90,"merge":[0,1]},"4":{"text":"#{zhengshu.jibie}","style":90,"merge":[0,1]},"6":{"text":"#{zhengshu.danwei}","style":90,"merge":[0,1]},"8":{"text":"#{zhengshu.beizhu}","style":90},"9":{"style":112,"text":" "}},"isDrag":true},"30":{"cells":{"0":{"style":7,"text":" "},"1":{"style":7,"text":" "},"2":{"style":7,"text":" "},"3":{"style":7,"text":" "},"4":{"style":7,"text":" "},"5":{"style":7,"text":" "},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":7,"text":" "},"9":{"style":112,"text":" "}}},"31":{"cells":{"0":{"merge":[0,1],"text":"家庭成员","style":125},"2":{"style":7,"text":" "},"3":{"style":7,"text":" "},"4":{"style":7,"text":" "},"5":{"style":7,"text":" "},"6":{"style":7,"text":" "},"7":{"style":7,"text":" "},"8":{"style":7,"text":" "},"9":{"style":112,"text":" "}},"height":42},"32":{"cells":{"0":{"merge":[0,1],"text":"姓名","style":38},"2":{"merge":[0,1],"text":"关系","style":38},"4":{"text":"年龄","style":38},"5":{"text":"工作单位","style":38,"merge":[0,1]},"7":{"text":"政治面貌","style":38},"8":{"text":"联系方式","style":38},"9":{"style":112,"text":" "}}},"33":{"cells":{"0":{"text":"#{jtcy.name}","style":90,"merge":[0,1]},"2":{"text":"#{jtcy.guanxi}","style":90,"merge":[0,1]},"4":{"text":"#{jtcy.age}","style":90},"5":{"text":"#{jtcy.danwei}","style":90,"merge":[0,1]},"7":{"text":"#{jtcy.zzmm}","style":90},"8":{"text":"#{jtcy.phone}","style":90},"9":{"style":112,"text":" "}},"isDrag":true},"34":{"cells":{"0":{"text":" ","style":7},"1":{"text":" ","style":7},"2":{"text":" ","style":7},"3":{"text":" ","style":7},"4":{"text":" ","style":7},"5":{"text":" ","style":7},"6":{"text":" ","style":7},"7":{"text":" ","style":7},"8":{"text":" ","style":7},"9":{"style":112,"text":" "}}},"35":{"cells":{"0":{"merge":[0,2],"text":"所获奖励","style":125},"3":{"text":" ","style":7},"4":{"text":" ","style":7},"5":{"text":" ","style":7},"6":{"text":" ","style":7},"7":{"text":" ","style":7},"8":{"text":" ","style":7},"9":{"style":112,"text":" "}},"height":47},"36":{"cells":{"0":{"text":"时间","style":90,"merge":[0,2]},"3":{"style":90,"text":"地点","merge":[0,2]},"6":{"style":90,"text":"所获得的奖励名称","merge":[0,2]},"9":{"style":112,"text":" "}}},"37":{"cells":{"0":{"text":"#{jiangli.date}","style":90,"merge":[0,2]},"3":{"text":"#{jiangli.didian}","style":90,"merge":[0,2]},"6":{"text":"#{jiangli.mingcheng}","style":90,"merge":[0,2]},"9":{"style":112,"text":" "}},"isDrag":true},"len":98},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":703,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"bold":true}},{"align":"center","font":{"size":14,"bold":true}},{"align":"center","font":{"name":"仿宋"}},{"font":{"name":"仿宋"}},{"align":"center","font":{"name":"宋体"}},{"font":{"name":"宋体"}},{"align":"center","font":{"name":"宋体","size":12}},{"font":{"name":"宋体","size":12}},{"align":"center","font":{"name":"宋体","size":8}},{"font":{"name":"宋体","size":8}},{"align":"center","font":{"name":"宋体","size":10}},{"font":{"name":"宋体","size":10}},{"align":"center","font":{"name":"隶书","size":10}},{"font":{"name":"隶书","size":10}},{"align":"center","font":{"name":"华文中宋","size":10}},{"font":{"name":"华文中宋","size":10}},{"align":"center","font":{"name":"Microsoft YaHei","size":10}},{"font":{"name":"Microsoft YaHei","size":10}},{"textwrap":true},{"textwrap":true,"align":"center"},{"textwrap":true,"align":"center","font":{"name":"宋体"}},{"align":"center","font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"textwrap":true,"align":"center","font":{"name":"宋体"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"宋体"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"center","font":{"name":"宋体"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"bold":true}},{"font":{"bold":true,"size":12}},{"font":{"bold":true,"size":10}},{"font":{"bold":true,"size":10},"align":"center"},{"font":{"bold":true},"align":"center"},{"font":{"bold":true,"size":10},"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"bold":true},"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"bold":true,"size":10,"name":"宋体"},"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"bold":true,"size":10,"name":"宋体"},"align":"center"},{"font":{"bold":true,"name":"宋体"},"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"bold":true,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"top":["thin","#000"],"left":["thin","#000"]}},{"align":"center","font":{"size":14,"bold":true},"border":{"top":["thin","#000"]}},{"border":{"top":["thin","#000"],"right":["thin","#000"]}},{"border":{"left":["thin","#000"]}},{"border":{"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"]}},{"border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"right":["thin","#000"]}},{"border":{"top":["medium","#000"],"left":["medium","#000"]}},{"align":"center","font":{"size":14,"bold":true},"border":{"top":["medium","#000"]}},{"border":{"top":["medium","#000"],"right":["medium","#000"]}},{"border":{"left":["medium","#000"]}},{"border":{"right":["medium","#000"]}},{"border":{"bottom":["medium","#000"],"left":["medium","#000"]}},{"border":{"bottom":["medium","#000"]}},{"border":{"bottom":["medium","#000"],"right":["medium","#000"]}},{"border":{"top":["medium","#000"],"left":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"size":14,"bold":true,"name":"Microsoft YaHei"},"border":{"top":["medium","#000"]}},{"align":"center","font":{"size":14,"bold":true,"name":"Microsoft YaHei"}},{"border":{"top":["medium","#000"],"right":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"left":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"name":"Microsoft YaHei","size":10},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"right":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"font":{"name":"Microsoft YaHei","size":10},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"Microsoft YaHei"}},{"textwrap":true,"align":"center","font":{"name":"Microsoft YaHei"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"textwrap":true,"align":"center","font":{"name":"Microsoft YaHei"}},{"font":{"name":"Microsoft YaHei"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"center","font":{"name":"Microsoft YaHei"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"center","font":{"name":"Microsoft YaHei"}},{"font":{"bold":true,"size":10,"name":"Microsoft YaHei"},"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"bold":true,"size":10,"name":"Microsoft YaHei"},"align":"center"},{"font":{"bold":true,"name":"Microsoft YaHei"},"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"bold":true,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Microsoft YaHei"}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["medium","#000"],"left":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["medium","#000"],"right":["medium","#000"]},"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"name":"Microsoft YaHei","size":8},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"Microsoft YaHei","size":8}},{"align":"center","font":{"name":"Microsoft YaHei","size":9},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"center","font":{"name":"Microsoft YaHei","size":8}},{"border":{"top":["medium","#000"],"left":["medium","#000"]},"font":{"name":"宋体"}},{"align":"center","font":{"size":14,"bold":true,"name":"宋体"},"border":{"top":["medium","#000"]}},{"align":"center","font":{"size":14,"bold":true,"name":"宋体"}},{"border":{"left":["medium","#000"]},"font":{"name":"宋体"}},{"align":"center","font":{"name":"宋体","size":8},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"bottom":["medium","#000"],"left":["medium","#000"]},"font":{"name":"宋体"}},{"border":{"bottom":["medium","#000"]},"font":{"name":"宋体"}},{"align":"center","font":{"name":"宋体","size":10,"bold":true},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"宋体","size":10,"bold":true},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"宋体","size":10,"bold":true}},{"textwrap":true,"align":"center","font":{"name":"宋体","bold":true},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"textwrap":true,"align":"center","font":{"name":"宋体","bold":true}},{"align":"center","font":{"name":"宋体","bold":true},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"宋体","bold":true}},{"border":{"top":["thin","#000"],"left":["thin","#000"]},"font":{"name":"宋体"}},{"align":"center","font":{"size":14,"bold":true,"name":"宋体"},"border":{"top":["thin","#000"]}},{"border":{"top":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"left":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"right":["thin","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Microsoft YaHei"}},{"border":{"top":["thin","#ffffff"],"left":["thin","#ffffff"]},"font":{"name":"宋体"}},{"align":"center","font":{"size":14,"bold":true,"name":"宋体"},"border":{"top":["thin","#ffffff"]}},{"border":{"top":["thin","#ffffff"],"right":["thin","#ffffff"]},"font":{"name":"Microsoft YaHei"}},{"border":{"left":["thin","#ffffff"]},"font":{"name":"宋体"}},{"border":{"right":["thin","#ffffff"]},"font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["thin","#ffffff"],"left":["thin","#ffffff"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#ffffff"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#ffffff"],"right":["thin","#ffffff"]},"font":{"name":"Microsoft YaHei"}},{"align":"left","font":{"name":"宋体"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"left","font":{"name":"宋体"}},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"宋体","size":10},"border":{"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"宋体","bold":true},"align":"right"},{"font":{"name":"宋体","bold":true},"align":"right","valign":"bottom"},{"font":{"name":"宋体","bold":true},"align":"left","valign":"bottom"},{"font":{"name":"宋体","bold":true},"valign":"bottom"},{"align":"center","font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"宋体","size":10,"bold":true},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":true,"align":"center","font":{"name":"宋体","bold":true},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"left","font":{"name":"宋体"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"format":"datetime"},{"font":{"name":"宋体","size":10},"format":"datetime"},{"font":{"name":"宋体","size":10},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"format":"normal"},{"font":{"name":"宋体","size":10},"format":"normal"}],"validations":[],"cols":{"0":{"width":73},"1":{"width":71},"2":{"width":69},"3":{"width":89},"4":{"width":64},"5":{"width":47},"6":{"width":68},"7":{"width":100},"8":{"width":103},"9":{"width":19},"10":{"width":146},"11":{"width":85},"len":50},"merges":["H3:I3","B3:D3","A2:I2","D6:F6","D7:F7","A8:B8","G8:H8","A9:B9","A10:B10","C10:E10","C8:E8","C9:E9","A11:B11","C11:E11","F11:G11","H11:I11","C12:I14","A15:B15","C15:E15","F15:G15","H15:I15","A16:B16","A17:B17","A18:B18","C17:I17","C18:I18","A20:E20","A21:B21","C21:D21","E21:F21","G21:H21","A22:B22","A24:E24","A25:B25","C25:D25","G25:H25","A26:B26","A28:E28","A29:B29","C29:D29","A30:B30","A32:B32","A33:B33","C33:D33","A34:B34","C34:D34","A36:C36","C16:D16","F16:G16","QAAAAAACI1:JAAAAAABJ38","A1:I1","H4:I4","G9:I9","G22:H22","E22:F22","C22:D22","C26:D26","G26:H26","C30:D30","G30:H30","E30:F30","D37:F37","D38:F38","A38:C38","A37:C37","G37:I37","G38:I38","E29:F29","G29:H29","E25:F25","E26:F26","F33:G33","F34:G34","A12:B14","I5:I8"],"imgList":[{"row":4,"col":8,"width":"101","height":"128","src":"https://jimureport.oss-cn-beijing.aliyuncs.com/designreport/images/QQ截图20210115102648_1610694177544_1617244906979.png","layer_id":"cvkWDQVZhfJPgcS4","offsetX":0,"offsetY":0,"virtualCellRange":[[4,8]]}]}', NULL, N'https://static.jeecg.com/designreport/images/1122_1607312336469.png', N'admin', N'2020-10-10 16:32:53.0000000', N'admin', N'2021-04-01 02:42:07.0000000', N'0', NULL, NULL, N'1', N'606', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1316944968992034816', N'20201016113231', N'员工信息登记', NULL, NULL, N'printinfo', N'{"loopBlockList":[],"area":false,"printElWidth":718,"excel_config_id":"1316944968992034816","printElHeight":1047,"rows":{"1":{"cells":{"0":{"text":"员工信息登记表","merge":[0,6],"style":28},"1":{"style":21,"text":" "},"2":{"style":21,"text":" "},"3":{"style":21,"text":" "},"4":{"style":21,"text":" "},"5":{"style":21,"text":" "},"6":{"style":21,"text":" "}},"height":46},"2":{"cells":{"0":{"text":"编号:","style":29},"1":{"text":"${employee.num}","style":30,"merge":[0,3]},"2":{"text":" ","style":24},"3":{"text":" ","style":24},"4":{"text":" ","style":24},"5":{"text":"填写日期:","style":29},"6":{"text":"${employee.create_time}","style":36}},"isDrag":true,"height":44},"3":{"cells":{"0":{"text":"姓名:","style":29},"1":{"text":"${employee.name}","style":30},"2":{"text":"性别:","style":29},"3":{"text":"${employee.sex}","style":30},"4":{"text":"出生年月:","style":29},"5":{"text":"${employee.birthday}","style":36},"6":{"style":3,"text":" ","merge":[4,0],"virtual":"Ym8ny6lYTdutY5tT"}},"isDrag":true,"height":42},"4":{"cells":{"0":{"text":"民族:","style":29},"1":{"text":"${employee.nation}","style":30},"2":{"text":"政治面貌:","style":29},"3":{"text":"${employee.political}","style":30},"4":{"text":"籍贯:","style":29},"5":{"text":"${employee.native_place}","style":30}},"isDrag":true,"height":38},"5":{"cells":{"0":{"text":"身高(cm):","style":29},"1":{"text":"${employee.height}","style":30},"2":{"text":"体重(kg):","style":29},"3":{"text":"${employee.weight}","style":30},"4":{"text":"健康状况:","style":29},"5":{"text":"${employee.health}","style":30}},"isDrag":true,"height":38},"6":{"cells":{"0":{"text":"身份证号:","style":29},"1":{"text":"${employee.id_card}","style":30,"merge":[0,2]},"2":{"text":" ","style":24},"3":{"text":" ","style":24},"4":{"text":"学历:","style":29},"5":{"text":"${employee.education}","style":30}},"isDrag":true,"height":40},"7":{"cells":{"0":{"text":"毕业学校:","style":29},"1":{"text":"${employee.school}","style":30,"merge":[0,2]},"2":{"text":" ","style":24},"3":{"text":" ","style":24},"4":{"text":"专业:","style":29},"5":{"text":"${employee.major}","style":30}},"isDrag":true,"height":44},"8":{"cells":{"0":{"text":"联系地址:","style":29},"1":{"text":"${employee.address}","style":30,"merge":[0,2]},"2":{"text":" ","style":24},"3":{"text":" ","style":24},"4":{"text":"邮编:","style":29},"5":{"text":"${employee.zip_code}","style":30,"merge":[0,1]},"6":{"text":" ","style":24}},"isDrag":true,"height":45},"9":{"cells":{"0":{"text":"Email:","style":29},"1":{"text":"${employee.email}","style":30,"merge":[0,2]},"2":{"text":" ","style":24},"3":{"text":" ","style":24},"4":{"text":"手机号:","style":29},"5":{"text":"${employee.phone}","style":30,"merge":[0,1]},"6":{"text":" ","style":24}},"isDrag":true,"height":40},"10":{"cells":{"0":{"text":"外语语种:","style":29},"1":{"text":"${employee.foreign_language}","style":30},"2":{"text":"外语水平:","style":29},"3":{"text":"${employee.foreign_language_level}","style":30},"4":{"text":"计算机水平:","style":29},"5":{"text":"${employee.computer_level}","style":30,"merge":[0,1]},"6":{"text":" ","style":24}},"isDrag":true,"height":41},"11":{"cells":{"0":{"text":"毕业时间:","style":29},"1":{"text":"${employee.graduation_time}","style":34},"2":{"text":"到职时间:","style":29},"3":{"text":"${employee.arrival_time}","style":34},"4":{"text":"职称:","style":29},"5":{"text":"${employee.positional_titles}","style":30,"merge":[0,1]},"6":{"text":" ","style":24}},"isDrag":true,"height":42},"12":{"cells":{"0":{"text":"教育经历:","style":32},"1":{"text":"","style":35,"merge":[0,5]},"2":{"text":" ","style":40},"3":{"text":" ","style":40},"4":{"text":" ","style":40},"5":{"text":" ","style":40},"6":{"text":" ","style":40}},"isDrag":true,"height":39},"13":{"cells":{"0":{"text":"${employee.education_experience}","style":33,"merge":[0,6]},"1":{"style":27,"text":" "},"2":{"style":27,"text":" "},"3":{"style":27,"text":" "},"4":{"style":27,"text":" "},"5":{"style":27,"text":" "},"6":{"style":27,"text":" "}},"isDrag":true,"height":70},"14":{"cells":{"0":{"text":"工作经历:","style":32},"1":{"merge":[0,5],"style":30,"text":" "},"2":{"text":" ","style":24},"3":{"text":" ","style":24},"4":{"text":" ","style":24},"5":{"text":" ","style":24},"6":{"text":" ","style":24}},"height":43},"15":{"cells":{"0":{"text":"${employee.work_experience}","style":30,"merge":[0,6]},"1":{"text":" ","style":24},"2":{"text":" ","style":24},"3":{"text":" ","style":24},"4":{"text":" ","style":24},"5":{"text":" ","style":24},"6":{"text":" ","style":24}},"isDrag":true,"height":61},"17":{"cells":{"1":{"text":"","style":37}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":["sex1"],"freeze":"A1","dataRectWidth":712,"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","font":{"bold":true}},{"align":"center","font":{"bold":true,"size":16}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true}},{"font":{"bold":true}},{"align":"center","font":{"bold":true,"size":16},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":false}},{"font":{"bold":false}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true},"align":"right"},{"align":"center","font":{"bold":true,"size":16},"border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]},"font":{"bold":true},"align":"right"},{"border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]},"font":{"bold":true}},{"border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]},"font":{"bold":false}},{"align":"center","font":{"bold":true,"size":16},"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"bold":true},"align":"right"},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"bold":true}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"bold":false}},{"align":"center","font":{"bold":true,"size":16,"name":"宋体"},"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]}},{"align":"center","font":{"bold":true,"size":16,"name":"宋体"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"bold":true,"name":"宋体"},"align":"right"},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"}},{"font":{"name":"宋体"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"bold":true,"name":"宋体"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"bold":false,"name":"宋体"}},{"font":{"bold":false,"name":"宋体"}},{"align":"center","font":{"bold":true,"size":16,"name":"宋体"},"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":true,"name":"宋体"},"align":"right"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":true,"name":"宋体"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false,"name":"宋体"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"},"format":"date2"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"},"format":"normal"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"},"format":"date"},{"format":"date2"},{"font":{"name":"宋体"},"format":"date2"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"},"format":"time"},{"font":{"name":"宋体"},"format":"normal"}],"validations":[],"cols":{"0":{"width":79},"1":{"width":92},"2":{"width":76},"3":{"width":106},"5":{"width":123},"6":{"width":136},"len":50},"merges":["A2:G2","B3:E3","B7:D7","B8:D8","B9:D9","B10:D10","F9:G9","F10:G10","F11:G11","F12:G12","B13:G13","A14:G14","B15:G15","A16:G16","G4:G8"],"imgList":[{"row":3,"col":6,"width":"135","height":"192","src":"https://static.jeecg.com/designreport/images/QQ截图20210108095848_1610071294294.png","layer_id":"Ym8ny6lYTdutY5tT","offsetX":0,"offsetY":0,"virtualCellRange":[[3,6]]}]}', NULL, N'https://static.jeecg.com/designreport/images/1133_1607312428261.png', N'admin', N'2020-10-16 11:32:32.0000000', N'admin', N'2021-02-03 13:59:35.0000000', N'0', NULL, NULL, N'1', N'1410', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1331503965770223616', N'20201125155042', N'房屋销售综合展示大屏', NULL, NULL, N'chartinfo', N'{"loopBlockList":[],"chartList":[{"row":1,"col":1,"width":"338","height":"378","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"缤纷南郡\",\"中航华府\",\"3中家属楼\",\"幸福家园\",\"水晶国际\",\"绿城小区\",\"缤纷南郡二期\",\"国奥家园\",\"西西胡同\",\"融创学府\",\"蓝湾国际\",\"广发小区\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"房子\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":60,\"left\":71,\"bottom\":39,\"right\":29},\"series\":[{\"barWidth\":13,\"data\":[2,2,2,3,4,3,3,5,2,7,4,8],\"name\":\"房子\",\"itemStyle\":{\"color\":\"#67994B\",\"barBorderRadius\":7},\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"各楼盘成交量排名\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10},\"backgroundColor\":{\"src\":\"https://jimureport.oss-cn-beijing.aliyuncs.com/designreport/images/bg1_1606961907450_1617248229528.png\"}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331511745851731969","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"chengjiao","chartType":"bar.multi.horizontal","isTiming":true,"intervalTime":"5"},"layer_id":"5ggWQtDUvSopC4iL","offsetX":0,"offsetY":0,"virtualCellRange":[[1,1],[1,2],[1,3]]},{"row":1,"col":12,"width":"327","height":"152","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":34,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"高层\",\"小高层\",\"写字楼\",\"厂房\",\"公寓\",\"别墅\",\"厂房\",\"四合院\",\"loft\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":50,\"left\":30,\"bottom\":44,\"right\":24},\"series\":[{\"areaStyle\":null,\"data\":[20,25,10,5,9,1,5,1,20],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":false,\"name\":\"销量\",\"itemStyle\":{\"color\":\"#D04672\"},\"step\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":true}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"房形分析\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]},\"backgroundColor\":{\"src\":\"https://static.jeecg.com/designreport/images/bg1_1607938818911.png\"}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331922734933987329","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"fangyuan","chartType":"line.smooth","isTiming":true,"intervalTime":"5"},"layer_id":"nk6I2RCefm9scS1k","offsetX":0,"offsetY":0,"virtualCellRange":[[1,12],[1,13],[1,14],[1,15]]},{"row":7,"col":12,"width":"324","height":"215","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"1室\",\"2室\",\"3室\",\"4室\",\"5室\"],\"top\":\"bottom\",\"orient\":\"vertical\",\"left\":\"right\",\"show\":true,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"1室\",\"value\":10,\"itemStyle\":{\"color\":\"rgba(53,165,180,1)\"}},{\"name\":\"2室\",\"value\":30,\"itemStyle\":{\"color\":\"rgba(60,140,198,1)\"}},{\"name\":\"3室\",\"value\":20,\"itemStyle\":{\"color\":\"rgba(93,144,81,1)\"}},{\"name\":\"4室\",\"value\":5,\"itemStyle\":{\"color\":\"rgba(191,146,68,1)\"}},{\"name\":\"5室\",\"value\":3,\"itemStyle\":{\"color\":\"rgba(188,69,117,1)\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"center\":[\"160\",\"120\"],\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":\"8\",\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"40%\",\"50%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"不同户型销售\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]},\"backgroundColor\":{\"src\":\"https://static.jeecg.com/designreport/images/bg1_1608536502813.png\"}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331919172472524801","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"huxingxiaoshou","chartType":"pie.doughnut","isTiming":true,"intervalTime":"5","id":"MCJP8uqwe57YoCvF"},"layer_id":"MCJP8uqwe57YoCvF","offsetX":0,"offsetY":0,"virtualCellRange":[[7,12],[7,13],[7,14],[7,15]]},{"row":7,"col":4,"width":"662","height":"222","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"1月\",\"2月\",\"3月\",\"4月\",\"5月\",\"6月\",\"7月\",\"8月\",\"9月\",\"10月\",\"11月\",\"12月\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"#A98E8E\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"成交量\",\"成交价\"],\"top\":\"top\",\"orient\":\"vertical\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#FBF8F8\",\"fontSize\":\"10\"}},\"grid\":{\"top\":58,\"left\":30,\"bottom\":43,\"right\":32},\"series\":[{\"barWidth\":15,\"stack\":\"1\",\"data\":[10,7,5,5,7,9,3,6,5,8,6,6],\"name\":\"成交量\",\"itemStyle\":{\"color\":\"#37A5B1\",\"barBorderRadius\":13},\"type\":\"bar\",\"barMinHeight\":7,\"typeData\":[{\"name\":\"成交量\",\"type\":\"\",\"_index\":0,\"_rowKey\":136,\"stack\":\"1\"},{\"name\":\"成交价\",\"type\":\"\",\"stack\":\"1\",\"_index\":1,\"_rowKey\":139}]},{\"barWidth\":15,\"stack\":\"1\",\"data\":[5,5,12,5,5,5,5,10,5,5,5,5],\"name\":\"成交价\",\"itemStyle\":{\"color\":\"#2E72A7\",\"barBorderRadius\":13},\"type\":\"bar\",\"barMinHeight\":7,\"typeData\":[{\"name\":\"成交量\",\"type\":\"\",\"_index\":0,\"_rowKey\":136,\"stack\":\"1\"},{\"name\":\"成交价\",\"type\":\"\",\"stack\":\"1\",\"_index\":1,\"_rowKey\":139}]}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"成交量和成交价趋势\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10},\"backgroundColor\":{\"src\":\"https://static.jeecg.com/designreport/images/QQ截图20201207201434_1607343287788.png\"}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331872643531526146","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"chengjiao1","chartType":"bar.stack","chartId":"","isTiming":true,"intervalTime":"5"},"layer_id":"Nf6Xud4fZqEfvQw4","offsetX":0,"offsetY":0,"virtualCellRange":[[7,4],[7,5],[7,6],[7,7],[7,8],[7,9],[7,10],[7,11]]},{"row":16,"col":12,"width":"326","height":"200","config":"{\"radar\":[{\"indicator\":[{\"name\":\"房产证\",\"max\":520},{\"name\":\"购房发票\",\"max\":310},{\"name\":\"购房合同\",\"max\":380},{\"name\":\"预售合同\",\"max\":450},{\"name\":\"抵押合同\",\"max\":600},{\"name\":\"预收合同\",\"max\":350}],\"shape\":\"polygon\",\"axisLine\":{\"lineStyle\":{\"color\":\"gray\",\"opacity\":0.5}},\"center\":[\"50%\",\"50%\"],\"name\":{\"formatter\":\"【{value}】\",\"textStyle\":{\"color\":\"#72ACD1\",\"fontSize\":\"10\"}},\"splitLine\":{\"lineStyle\":{\"color\":\"gray\",\"opacity\":0.5}}}],\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"售后产权\",\"单位产权\",\"个人产权\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"type\":\"radar\",\"data\":[{\"name\":\"售后产权\",\"value\":[43,100,280,350,500,250],\"areaStyle\":{\"color\":\"#3F9AFB\",\"opacity\":1},\"lineStyle\":{\"color\":\"#2D8CF0\"}},{\"name\":\"单位产权\",\"value\":[190,50,140,280,310,150],\"areaStyle\":{\"color\":\"#A6F65C\",\"opacity\":1},\"lineStyle\":{\"color\":\"#55FE4D\"}},{\"name\":\"个人产权\",\"value\":[420,210,160,0,120,130],\"areaStyle\":{\"color\":\"rgba(188,69,117,1)\",\"opacity\":1},\"lineStyle\":{\"color\":\"rgba(188,69,117,1)\"}}]}],\"tooltip\":{\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"不同产权、证件成交量\",\"textStyle\":{\"color\":\"#ffffff\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]},\"backgroundColor\":{\"src\":\"https://static.jeecg.com/designreport/images/bg1_1608274537110.png\"}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331916030221602818","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"btchanquan","chartType":"radar.basic","isTiming":true,"intervalTime":"10","id":"IWoBtyiRxjkEbkfD"},"layer_id":"IWoBtyiRxjkEbkfD","offsetX":0,"offsetY":0,"virtualCellRange":[[16,12],[16,13],[16,14],[16,15]]},{"row":16,"col":1,"width":"337","height":"205","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"马小姐\",\"孙小姐\",\"王先生\",\"李先生\",\"赵小姐\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"房子\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":55,\"left\":70,\"bottom\":40,\"right\":24},\"series\":[{\"barWidth\":13,\"data\":[20,15,12,10,7],\"name\":\"房子\",\"itemStyle\":{\"color\":\"#37A5B1\",\"barBorderRadius\":7},\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"销售量成交排行榜\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10},\"backgroundColor\":{\"src\":\"https://static.jeecg.com/designreport/images/bg1_1606961907450.png\"}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331514838211407873","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"cjpaihang","chartType":"bar.multi.horizontal","isTiming":true,"intervalTime":"5"},"layer_id":"Cror94F1kmbP71ip","offsetX":0,"offsetY":0,"virtualCellRange":[[16,1],[16,2],[16,3]]},{"row":16,"col":4,"width":"334","height":"206","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"马小姐\",\"孙小姐\",\"王先生\",\"李先生\",\"赵小姐\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"房子\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":55,\"left\":56,\"bottom\":38,\"right\":30},\"series\":[{\"barWidth\":13,\"data\":[20,15,12,10,7],\"name\":\"房子\",\"itemStyle\":{\"color\":\"#2E72A7\",\"barBorderRadius\":7},\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[]}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"padding\":[5,20,5,20],\"left\":\"left\",\"show\":true,\"text\":\"销售员成交金额\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"14\",\"fontWeight\":\"normal\"},\"top\":10},\"backgroundColor\":{\"src\":\"https://static.jeecg.com/designreport/images/bg1_1606961918589.png\"}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331514838211407873","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"cjpaihang","chartType":"bar.multi.horizontal","isTiming":true,"intervalTime":"5","chartId":""},"layer_id":"pBOwp0Q0g4iuJCVm","offsetX":0,"offsetY":0,"virtualCellRange":[[16,4],[16,5],[16,6],[16,7]]},{"row":16,"col":8,"width":"324","height":"206","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"简装\",\"中装\",\"精装\",\"豪装\",\"毛坯\"],\"top\":\"bottom\",\"orient\":\"vertical\",\"left\":\"left\",\"show\":true,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"简装\",\"value\":10,\"itemStyle\":{\"color\":\"rgba(52,158,172,1)\"}},{\"name\":\"中装\",\"value\":10,\"itemStyle\":{\"color\":\"rgba(56,131,185,1)\"}},{\"name\":\"精装\",\"value\":10,\"itemStyle\":{\"color\":\"rgba(103,153,75,1)\"}},{\"name\":\"豪装\",\"value\":10,\"itemStyle\":{\"color\":\"rgba(230,165,55,1)\"}},{\"name\":\"毛坯\",\"value\":10,\"itemStyle\":{\"color\":\"\"}}],\"isRadius\":false,\"roseType\":\"\",\"notCount\":false,\"center\":[\"180\",\"100\"],\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"fontSize\":\"10\",\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":\"52%\",\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":10,\"text\":\"不同装修类型销售销量\",\"textStyle\":{\"color\":\"#ffffff\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]},\"backgroundColor\":{\"src\":\"https://static.jeecg.com/designreport/images/bg1_1608535503498.png\"}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1331878107552010242","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"zhuangxiu","chartType":"pie.simple","isTiming":true,"intervalTime":"5","id":"rQgkcYfLy4x0EP6h"},"layer_id":"rQgkcYfLy4x0EP6h","offsetX":0,"offsetY":0,"virtualCellRange":[[16,8],[16,9],[16,10],[16,11]]}],"area":{"sri":16,"sci":1,"eri":23,"eci":3,"width":340,"height":200},"excel_config_id":"1331503965770223616","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"0":{"text":""},"1":{"style":60,"merge":[0,13],"text":"房屋销售综合展示大屏"}},"height":113},"1":{"cells":{"1":{"merge":[14,2],"style":43,"text":" ","virtual":"5ggWQtDUvSopC4iL"},"2":{"text":" ","virtual":"5ggWQtDUvSopC4iL"},"3":{"text":" ","virtual":"5ggWQtDUvSopC4iL"},"4":{"style":53,"text":"成交量:","merge":[2,0],"virtual":"5ggWQtDUvSopC4iL"},"5":{"text":"#{qingkuang.cjl}","style":64,"merge":[2,0]},"7":{"style":53,"text":"成交金额:","merge":[2,0]},"8":{"text":"#{qingkuang.cjje}","style":68,"merge":[2,0]},"10":{"style":53,"text":"销售面积:","merge":[2,0]},"11":{"text":"#{qingkuang.xsmj}","style":64,"merge":[2,0]},"12":{"text":" ","virtual":"nk6I2RCefm9scS1k"},"13":{"text":" ","virtual":"nk6I2RCefm9scS1k"},"14":{"text":" ","virtual":"nk6I2RCefm9scS1k"},"15":{"text":" ","virtual":"nk6I2RCefm9scS1k"}},"isDrag":true},"2":{"cells":{"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"3":{"cells":{"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"4":{"cells":{"4":{"style":58,"text":"成交均价:","merge":[2,0]},"5":{"text":"#{qingkuang.cjjj}","style":65,"merge":[2,0]},"7":{"style":58,"text":"售房佣金:","merge":[2,0]},"8":{"text":"#{qingkuang.sfyj}","style":65,"merge":[2,0]},"10":{"style":58,"text":"预定客户:","merge":[2,0]},"11":{"text":"#{qingkuang.ydkh}","style":65,"merge":[2,0]},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}},"isDrag":true,"height":25},"5":{"cells":{"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"6":{"cells":{"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"7":{"cells":{"4":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"5":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"6":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"7":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"8":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"9":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"10":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"11":{"text":" ","virtual":"Nf6Xud4fZqEfvQw4"},"12":{"text":" ","virtual":"MCJP8uqwe57YoCvF"},"13":{"text":" ","virtual":"MCJP8uqwe57YoCvF"},"14":{"text":" ","virtual":"MCJP8uqwe57YoCvF"},"15":{"text":" ","virtual":"MCJP8uqwe57YoCvF"}}},"8":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"9":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"10":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"11":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"12":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"13":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"14":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"15":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"16":{"cells":{"1":{"style":43,"text":" ","merge":[7,2],"virtual":"Cror94F1kmbP71ip"},"2":{"text":" ","virtual":"Cror94F1kmbP71ip"},"3":{"text":" ","virtual":"Cror94F1kmbP71ip"},"4":{"text":" ","virtual":"pBOwp0Q0g4iuJCVm"},"5":{"text":" ","virtual":"pBOwp0Q0g4iuJCVm"},"6":{"text":" ","virtual":"pBOwp0Q0g4iuJCVm"},"7":{"text":" ","virtual":"pBOwp0Q0g4iuJCVm"},"8":{"text":" ","virtual":"rQgkcYfLy4x0EP6h"},"9":{"text":" ","virtual":"rQgkcYfLy4x0EP6h"},"10":{"text":" ","virtual":"rQgkcYfLy4x0EP6h"},"11":{"text":" ","virtual":"rQgkcYfLy4x0EP6h"},"12":{"text":" ","virtual":"IWoBtyiRxjkEbkfD"},"13":{"text":" ","virtual":"IWoBtyiRxjkEbkfD"},"14":{"text":" ","virtual":"IWoBtyiRxjkEbkfD"},"15":{"text":" ","virtual":"IWoBtyiRxjkEbkfD"}}},"17":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"18":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"19":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"20":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"21":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"22":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"23":{"cells":{"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"24":{"cells":{"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"text":" "},"13":{"text":" "},"14":{"text":" "}}},"len":98},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":1546,"displayConfig":{},"background":{"path":"https://static.jeecg.com/designreport/images/bg_1606961893275.png","repeat":"repeat","width":"","height":""},"name":"sheet1","autofilter":{},"styles":[{"font":{"bold":true}},{"font":{"bold":true,"name":"宋体"}},{"font":{"name":"宋体"}},{"font":{"bold":true,"name":"Microsoft YaHei"}},{"font":{"name":"Microsoft YaHei"}},{"font":{"bold":true,"name":"Microsoft YaHei","size":18}},{"font":{"name":"Microsoft YaHei","size":18}},{"font":{"bold":true,"name":"Microsoft YaHei","size":16}},{"font":{"name":"Microsoft YaHei","size":16}},{"font":{"bold":true,"name":"Microsoft YaHei","size":16},"align":"center"},{"font":{"name":"Microsoft YaHei","size":16},"align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right"},{"align":"right"},{"align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":14}},{"align":"right","font":{"size":14}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":12}},{"align":"right","font":{"size":12}},{"align":"center","font":{"size":12}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":12}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":12}},{"font":{"size":12}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":11}},{"align":"right","font":{"size":11}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":11}},{"align":"center","font":{"size":11}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":11}},{"font":{"size":11}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":11,"bold":true}},{"align":"right","font":{"size":11,"bold":true}},{"font":{"bold":true,"name":"Microsoft YaHei","size":16},"align":"center","color":"#ffffff"},{"color":"#ffffff"},{"font":{"bold":true,"name":"Microsoft YaHei","size":22},"align":"center","color":"#ffffff"},{"color":"#ffffff","font":{"size":22}},{"font":{"bold":true,"name":"Microsoft YaHei","size":22},"align":"center","color":"#000100"},{"color":"#000100","font":{"size":22}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":11,"bold":true},"color":"#ffffff"},{"align":"right","font":{"size":11,"bold":true},"color":"#ffffff"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"size":11},"color":"#ffffff"},{"align":"center","font":{"size":11},"color":"#ffffff"},{"font":{"size":11},"color":"#ffffff"},{},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":11,"bold":false},"color":"#ffffff"},{"align":"right","font":{"size":11,"bold":false},"color":"#ffffff"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":11,"bold":true,"name":"宋体"},"color":"#ffffff"},{"align":"right","font":{"size":11,"bold":true,"name":"宋体"},"color":"#ffffff"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"right","font":{"size":11,"bold":false,"name":"宋体"},"color":"#ffffff"},{"align":"right","font":{"size":11,"bold":false,"name":"宋体"},"color":"#ffffff"},{"align":"center","font":{"size":11},"color":"#ffffff","border":{"right":["thin","#eee"]}},{"align":"right","font":{"size":16,"bold":false,"name":"宋体"},"color":"#ffffff"},{"align":"right","font":{"size":15,"bold":false,"name":"宋体"},"color":"#ffffff"},{"align":"right","font":{"size":14,"bold":false,"name":"宋体"},"color":"#ffffff"},{"align":"center","font":{"size":14},"color":"#ffffff"},{"font":{"size":14},"color":"#ffffff"},{"align":"left","font":{"size":14},"color":"#ffffff"},{"align":"left","font":{"size":14,"bold":false,"name":"宋体"},"color":"#ffffff"},{"align":"right","font":{"size":14,"bold":false,"name":"宋体"},"color":"#ffffff","valign":"top"},{"align":"left","font":{"size":14},"color":"#ffffff","valign":"top"},{"font":{"bold":true,"name":"宋体","size":22},"align":"center","color":"#ffffff"},{"color":"#ffffff","font":{"size":22,"name":"宋体"}},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffffff","valign":"top"},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffffff"},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffff01"},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffff01","valign":"top"},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffffff","bgcolor":"#ffff01"},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffffff","bgcolor":""},{"align":"left","font":{"size":14,"name":"宋体"},"color":"#ffff01","bgcolor":""}],"validations":[],"cols":{"0":{"width":117},"3":{"width":140},"4":{"width":136},"5":{"width":79},"6":{"width":1},"7":{"width":123},"8":{"width":102},"9":{"width":24},"11":{"width":100},"14":{"width":124},"len":50},"merges":["B2:D16","E8:L16","B17:D24","E17:H24","E2:E4","F2:F4","E5:E7","F5:F7","H2:H4","H5:H7","I5:I7","I2:I4","K2:K4","L2:L4","K5:K7","L5:L7","M17:O24","B1:O1"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20201125161646_1606705892603.png', N'admin', N'2020-11-25 15:50:43.0000000', N'admin', N'2021-04-01 03:37:15.0000000', N'0', NULL, NULL, N'1', N'707', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1334378897302753280', N'20201203140834', N'区域销售表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":false,"printElWidth":718,"excel_config_id":"1334378897302753280","printElHeight":1047,"rows":{"0":{"cells":{"1":{"text":"区域销售表","merge":[0,22],"style":10},"2":{"style":10},"3":{"style":10},"4":{"style":10},"5":{"style":10},"6":{"style":10},"7":{"style":10},"8":{"style":10},"9":{"style":10},"10":{"style":10},"11":{"style":10},"12":{"style":10},"13":{"style":10},"14":{"style":10},"15":{"style":10},"16":{"style":10},"17":{"style":10},"18":{"style":10},"19":{"style":10},"20":{"style":10},"21":{"style":10},"22":{"style":10},"23":{"style":10}},"height":72},"1":{"cells":{"0":{"style":64},"1":{"text":"区域","merge":[1,0],"style":65},"2":{"text":"省份","merge":[1,0],"style":65},"3":{"text":"1月","merge":[0,2],"style":65},"4":{"style":66,"text":" "},"5":{"style":66,"text":" "},"6":{"text":"2月","merge":[0,2],"style":65},"7":{"style":66,"text":" "},"8":{"style":66,"text":" "},"9":{"text":"3月","merge":[0,2],"style":65},"10":{"style":66,"text":" "},"11":{"style":66,"text":" "},"12":{"text":"4月","merge":[0,2],"style":65},"13":{"style":66,"text":" "},"14":{"style":66,"text":" "},"15":{"text":"5月","merge":[0,2],"style":65},"16":{"style":66,"text":" "},"17":{"style":66,"text":" "},"18":{"text":"6月","merge":[0,2],"style":65},"19":{"style":66,"text":" "},"20":{"style":66,"text":" "},"21":{"text":"总合计","merge":[0,2],"style":65},"22":{"style":66,"text":" "},"23":{"style":66,"text":" "},"24":{"style":64},"25":{"style":64}},"height":22},"2":{"cells":{"0":{"style":64},"1":{"style":66,"text":" "},"2":{"style":65,"text":" "},"3":{"text":"销售额","style":65},"4":{"text":"搭赠","style":65},"5":{"text":"比例","style":65},"6":{"text":"销售额","style":65},"7":{"text":"搭赠","style":65},"8":{"text":"比例","style":65},"9":{"text":"销售额","style":65},"10":{"text":"搭赠","style":65},"11":{"text":"比例","style":65},"12":{"text":"销售额","style":65},"13":{"text":"搭赠","style":65},"14":{"text":"比例","style":65},"15":{"text":"销售额","style":65},"16":{"text":"搭赠","style":65},"17":{"text":"比例","style":65},"18":{"text":"销售额","style":65},"19":{"text":"搭赠","style":65},"20":{"text":"比例","style":65},"21":{"text":"销售额","style":65},"22":{"text":"搭赠","style":65},"23":{"text":"比例","style":65},"24":{"style":64},"25":{"style":64}},"height":24},"3":{"cells":{"0":{"style":67},"1":{"text":"#{quyuxiaoshou.group(region)}","style":52,"aggregate":"group"},"2":{"text":"#{quyuxiaoshou.province}","style":53},"3":{"text":"#{quyuxiaoshou.sales_1}","style":17},"4":{"text":"#{quyuxiaoshou.gift_1}","style":17},"5":{"text":"#{quyuxiaoshou.proportion_1}","style":17},"6":{"text":"#{quyuxiaoshou.sales_2}","style":17},"7":{"text":"#{quyuxiaoshou.gift_2}","style":17},"8":{"text":"#{quyuxiaoshou.proportion_2}","style":17},"9":{"text":"#{quyuxiaoshou.sales_3}","style":17},"10":{"text":"#{quyuxiaoshou.gift_3}","style":17},"11":{"text":"#{quyuxiaoshou.proportion_3}","style":17},"12":{"text":"#{quyuxiaoshou.sales_4}","style":17},"13":{"text":"#{quyuxiaoshou.gift_4}","style":17},"14":{"text":"#{quyuxiaoshou.proportion_4}","style":17},"15":{"text":"#{quyuxiaoshou.sales_5}","style":17},"16":{"text":"#{quyuxiaoshou.gift_5}","style":17},"17":{"text":"#{quyuxiaoshou.proportion_5}","style":15},"18":{"text":"#{quyuxiaoshou.sales_6}","style":15},"19":{"text":"#{quyuxiaoshou.gift_6}","style":15},"20":{"text":"#{quyuxiaoshou.proportion_6}","style":15},"21":{"text":"#{quyuxiaoshou.sales_z}","style":15},"22":{"text":"#{quyuxiaoshou.gift_z}","style":15},"23":{"text":"#{quyuxiaoshou.proportion_z}","style":15},"24":{"style":67},"25":{"style":67}},"isDrag":true,"height":56},"4":{"cells":{"0":{"style":64},"1":{"style":39,"text":"总计","merge":[0,1]},"3":{"style":68,"text":"=SUM(D4)"},"4":{"style":69,"text":"=SUM(E4)"},"5":{"style":70,"text":"=SUM(F4)"},"6":{"style":69,"text":"=SUM(G4)"},"7":{"style":69,"text":"=SUM(H4)"},"8":{"style":70,"text":"=SUM(I4)"},"9":{"style":69,"text":"=SUM(J4)"},"10":{"style":69,"text":"=SUM(K4)"},"11":{"style":70,"text":"=SUM(L4)"},"12":{"style":69,"text":"=SUM(M4)"},"13":{"style":69,"text":"=SUM(N4)"},"14":{"style":70,"text":"=SUM(O4)"},"15":{"style":69,"text":"=SUM(P4)"},"16":{"style":69,"text":"=SUM(Q4)"},"17":{"style":70,"text":"=SUM(R4)"},"18":{"style":69,"text":"=SUM(S4)"},"19":{"style":69,"text":"=SUM(T4)"},"20":{"style":70,"text":"=SUM(U4)"},"21":{"style":69,"text":"=SUM(V4)"},"22":{"style":69,"text":"=SUM(W4)"},"23":{"style":69,"text":"=SUM(X4)"},"24":{"style":64},"25":{"style":64}},"height":38},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"groupField":"quyuxiaoshou.region","freeze":"A1","dataRectWidth":1554,"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","bgcolor":""},{"align":"center","bgcolor":"#02a274"},{"align":"center","bgcolor":"#02a274","color":"#ffffff"},{"bgcolor":"#02a274"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","bfbfbf"],"top":["thin","bfbfbf"],"left":["thin","bfbfbf"],"right":["thin","bfbfbf"]}},{"border":{"bottom":["thin","bfbfbf"],"top":["thin","bfbfbf"],"left":["thin","bfbfbf"],"right":["thin","bfbfbf"]}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"bold":true}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"隶书"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#7f7f7f"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":true}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","font":{"bold":true}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#ddefe8"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":true,"size":9}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","font":{"bold":true,"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"华文中宋"},"align":"center","color":"#262626","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Arial"},"align":"center","color":"#262626","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#aedac8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#aedac8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#aedac8","align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#aedac8","align":"center","format":"number"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#aedac8","align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8","align":"center"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","font":{"bold":false,"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#aedac8"},{"font":{"size":10}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#aedac8","align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#aedac8","align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8","font":{"size":10}},{"font":{"size":10},"bgcolor":"#aedac8"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":10}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","font":{"bold":false,"size":10}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#ddefe8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"align":"center","color":"#262626"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"align":"center"},{"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#ddefe8"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":10,"name":"宋体"}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","font":{"bold":false,"size":10,"name":"宋体"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","color":"#262626","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","color":"#262626","bgcolor":"#ddefe8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"宋体"},"align":"center","color":"#262626"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","color":"#262626","bgcolor":"#aedac8"},{"font":{"name":"宋体"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"bgcolor":"#aedac8","align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"bgcolor":"#aedac8","align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8","font":{"size":10,"name":"宋体"}},{"font":{"name":"Microsoft YaHei"}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":10,"name":"Microsoft YaHei"}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","font":{"bold":false,"size":10,"name":"Microsoft YaHei"}},{"font":{"size":8,"name":"Microsoft YaHei"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"bgcolor":"#aedac8","align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"bgcolor":"#aedac8","align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8","font":{"size":10,"name":"Microsoft YaHei"}}],"validations":[],"isGroup":true,"cols":{"0":{"width":20},"1":{"width":84},"2":{"width":81},"3":{"width":75},"4":{"width":63},"5":{"width":59},"6":{"width":70},"7":{"width":57},"8":{"width":60},"9":{"width":75},"10":{"width":66},"11":{"width":64},"12":{"width":70},"13":{"width":61},"14":{"width":61},"15":{"width":70},"16":{"width":58},"17":{"width":63},"18":{"width":60},"19":{"width":63},"20":{"width":59},"21":{"width":73},"22":{"width":69},"23":{"width":73},"len":50},"merges":["B2:B3","C2:C3","D2:F2","G2:I2","J2:L2","M2:O2","P2:R2","S2:U2","V2:X2","B1:X1","B5:C5"]}', NULL, N'https://static.jeecg.com/designreport/images/quyu_1607069899537.png', N'admin', N'2020-12-03 14:08:34.0000000', N'admin', N'2021-02-03 13:59:12.0000000', N'0', NULL, NULL, N'1', N'441', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1334420681185566722', N'202012031408346166', N'学校经费一览表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":7,"sci":1,"eri":7,"eci":2,"width":216,"height":25},"printElWidth":718,"excel_config_id":"1334420681185566722","printElHeight":1047,"rows":{"0":{"cells":{"1":{"text":"学校经费一览表","merge":[0,22],"style":10},"2":{"style":10},"3":{"style":10},"4":{"style":10},"5":{"style":10},"6":{"style":10},"7":{"style":10},"8":{"style":10},"9":{"style":10},"10":{"style":10},"11":{"style":10},"12":{"style":10},"13":{"style":10},"14":{"style":10},"15":{"style":10},"16":{"style":10},"17":{"style":10},"18":{"style":10},"19":{"style":10},"20":{"style":10},"21":{"style":10},"22":{"style":10},"23":{"style":10}},"height":72},"1":{"cells":{"1":{"text":"学校类别","style":221,"merge":[4,0]},"2":{"merge":[4,0],"style":222,"text":"学校名称"},"3":{"text":"财政教育经费投入(万元)","merge":[0,8],"style":84},"4":{"style":40,"text":" "},"5":{"style":40,"text":" "},"6":{"style":40,"text":" "},"7":{"style":40,"text":" "},"8":{"style":40,"text":" "},"9":{"style":40,"text":" "},"10":{"style":40,"text":" "},"11":{"style":40,"text":" "},"12":{"text":"其他投入","merge":[0,7],"style":84},"13":{"text":" ","style":40},"14":{"text":" ","style":40},"15":{"text":" ","style":40},"16":{"text":" ","style":40},"17":{"text":" ","style":40},"18":{"text":" ","style":40},"19":{"text":" ","style":40},"20":{"style":84,"text":"补充资料","merge":[0,4]},"21":{"text":" ","style":40},"22":{"text":" ","style":40},"23":{"text":" ","style":40},"24":{"text":" ","style":40}},"height":28},"2":{"cells":{"1":{"text":" ","style":40},"2":{"style":222,"text":" "},"3":{"text":"总计","style":117,"merge":[3,0]},"4":{"text":"教育事业费","style":117,"merge":[0,6]},"5":{"style":118,"text":" "},"6":{"style":118,"text":" "},"7":{"style":118,"text":" "},"8":{"style":118,"text":" "},"9":{"style":118,"text":" "},"10":{"style":118,"text":" "},"11":{"text":"基础拨款","style":117,"merge":[3,0]},"12":{"text":"村投入","style":117,"merge":[0,4]},"13":{"text":" ","style":223},"14":{"text":" ","style":223},"15":{"text":" ","style":223},"16":{"text":" ","style":223},"17":{"text":"社会捐款","style":117,"merge":[0,2]},"18":{"text":" ","style":223},"19":{"text":" ","style":223},"20":{"style":126,"merge":[0,4],"text":"信息化建设"},"21":{"style":122,"text":" "},"22":{"style":122,"text":" "},"23":{"style":122,"text":" "},"24":{"style":122,"text":" "}},"height":24},"3":{"cells":{"1":{"text":" ","style":40},"2":{"style":222,"text":" "},"3":{"style":118,"text":" "},"4":{"merge":[0,1],"text":"合计","style":121},"5":{"style":122,"text":" "},"6":{"merge":[2,0],"text":"人员经费","style":121},"7":{"merge":[2,0],"text":"日常公用费用","style":123},"8":{"merge":[0,2],"text":"项目经费","style":121},"9":{"style":122,"text":" "},"10":{"style":122,"text":" "},"11":{"style":118,"text":" "},"12":{"merge":[2,0],"text":"合计","style":121},"13":{"merge":[0,3],"text":"其中","style":121},"14":{"text":" ","style":223},"15":{"text":" ","style":223},"16":{"text":" ","style":223},"17":{"merge":[2,0],"text":"合计","style":121},"18":{"merge":[0,1],"text":"其中","style":121},"19":{"style":122,"text":" "},"20":{"merge":[2,0],"text":"本年投入金额(万元)","style":230},"21":{"merge":[0,1],"text":"电脑数(台数)","style":121},"22":{"style":122,"text":" "},"23":{"merge":[0,1],"text":"校园网数(个)","style":121},"24":{"style":122,"text":" "}}},"4":{"cells":{"1":{"text":" ","style":40},"2":{"style":222,"text":" "},"3":{"style":118,"text":" "},"4":{"merge":[1,0],"text":"金额","style":126},"5":{"merge":[1,0],"text":"比上年增长(%","style":127},"6":{"style":122,"text":" "},"7":{"style":123,"text":" "},"8":{"merge":[1,0],"text":"合计","style":121},"9":{"merge":[0,1],"text":"其中","style":121},"10":{"style":122,"text":" "},"11":{"style":118,"text":" "},"12":{"style":121,"text":" "},"13":{"merge":[1,0],"text":"人员经费","style":131},"14":{"merge":[1,0],"text":"日常公用费用","style":131},"15":{"merge":[1,0],"text":"项目经费","style":131},"16":{"merge":[1,0],"text":"基建投入","style":131},"17":{"style":121,"text":" "},"18":{"merge":[1,0],"text":"项目经费","style":131},"19":{"merge":[1,0],"text":"基础投入","style":131},"20":{"style":231,"text":" "},"21":{"merge":[1,0],"text":"合计","style":121},"22":{"merge":[1,0],"text":"本年购置数","style":121},"23":{"style":121,"merge":[1,0],"text":"合计"},"24":{"merge":[1,0],"text":"本年建成数","style":121}}},"5":{"cells":{"1":{"text":" ","style":40},"2":{"style":222,"text":" "},"3":{"style":118,"text":" "},"4":{"style":126,"text":" "},"5":{"style":129,"text":" "},"6":{"style":121,"text":" "},"7":{"style":130,"text":" "},"8":{"style":121,"text":" "},"9":{"text":"标准化建设","style":131},"10":{"text":"信息化建设","style":121},"11":{"style":118,"text":" "},"12":{"style":121,"text":" "},"13":{"text":" ","style":223},"14":{"style":131,"text":" "},"15":{"text":" ","style":223},"16":{"style":131,"text":" "},"17":{"style":121,"text":" "},"18":{"text":" ","style":223},"19":{"style":131,"text":" "},"20":{"style":231,"text":" "},"21":{"style":121,"text":" "},"22":{"style":122,"text":" "},"23":{"style":131,"text":" "},"24":{"style":122,"text":" "}}},"6":{"cells":{"0":{"style":236},"1":{"text":"#{laiyuan.group(class)}","style":233,"aggregate":"group"},"2":{"text":"#{laiyuan.school}","style":234},"3":{"style":15,"text":"=SUM(E7,I7)"},"4":{"style":15,"text":"=SUM(G7,H7)"},"5":{"text":"#{laiyuan.lv}","style":12},"6":{"text":"#{laiyuan.renyuan_jy}","style":12},"7":{"text":"#{laiyuan.richang_jy}","style":12},"8":{"style":12,"text":"=SUM(J7,K7)"},"9":{"text":"#{laiyuan.biaozhun_jy}","style":12},"10":{"text":"#{laiyuan.xinxi_jy}","style":12},"11":{"text":"#{laiyuan.jichubokuan_jy}","style":12},"12":{"style":12,"text":"=SUM(N7,O7)"},"13":{"text":"#{laiyuan.renyuan_ct}","style":12},"14":{"text":"#{laiyuan.richang_ct}","style":12},"15":{"text":"#{laiyuan.xiangmu_ct}","style":12},"16":{"text":"#{laiyuan.jichubokuan_ct}","style":12},"17":{"style":12,"text":"=SUM(S7,T7)"},"18":{"text":"#{laiyuan.xiangmu_sh}","style":12},"19":{"text":"#{laiyuan.jichubokuan_sh}","style":12},"20":{"style":12,"text":"=SUM(V7,X7)"},"21":{"style":12,"text":"#{laiyuan.diannao}"},"22":{"text":"#{laiyuan.diannao}","style":12},"23":{"style":12,"text":"#{laiyuan.xiaoyuanwang}"},"24":{"text":"#{laiyuan.xiaoyuanwang}","style":12},"25":{"style":236}},"isDrag":true},"7":{"cells":{"1":{"text":"总计","style":226,"rendered":"","merge":[0,1]},"3":{"style":228,"text":"=SUM(D7)"},"4":{"style":228,"text":"=SUM(E7)"},"5":{"style":228,"text":""},"6":{"style":228,"text":"=SUM(G7)"},"7":{"style":228,"text":"=SUM(H7)"},"8":{"style":228,"text":"=SUM(I7)"},"9":{"style":228,"text":"=SUM(J7)"},"10":{"style":228,"text":"=SUM(K7)"},"11":{"style":228,"text":"=SUM(L7)"},"12":{"style":228,"text":"=SUM(M7)"},"13":{"style":229,"text":"=SUM(N7)"},"14":{"style":229,"text":"=SUM(O7)"},"15":{"style":229,"text":"=SUM(P7)"},"16":{"style":229,"text":"=SUM(Q7)"},"17":{"style":229,"text":"=SUM(R7)"},"18":{"style":229,"text":"=SUM(S7)"},"19":{"style":229,"text":"=SUM(T7)"},"20":{"style":229,"text":"=SUM(U7)"},"21":{"style":229,"text":"=SUM(V8)"},"22":{"style":229,"text":"=SUM(W7)"},"23":{"style":232,"text":"=SUM(X7)"},"24":{"style":229,"text":"=SUM(Y7)"}}},"9":{"cells":{"4":{"lineStart":"leftbottom","text":""}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"groupField":"laiyuan.class","freeze":"A1","dataRectWidth":1738,"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","bgcolor":""},{"align":"center","bgcolor":"#02a274"},{"align":"center","bgcolor":"#02a274","color":"#ffffff"},{"bgcolor":"#02a274"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","bfbfbf"],"top":["thin","bfbfbf"],"left":["thin","bfbfbf"],"right":["thin","bfbfbf"]}},{"border":{"bottom":["thin","bfbfbf"],"top":["thin","bfbfbf"],"left":["thin","bfbfbf"],"right":["thin","bfbfbf"]}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"bold":true}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"隶书"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#7f7f7f"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":true}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","font":{"bold":true}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#ddefe8"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":true,"size":9}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","font":{"bold":true,"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"华文中宋"},"align":"center","color":"#262626","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Arial"},"align":"center","color":"#262626","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#aedac8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#aedac8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#aedac8","align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#aedac8","align":"center","format":"number"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"bgcolor":"#aedac8","align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8","align":"center"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","font":{"bold":false,"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"align":"center","color":"#262626","bgcolor":"#aedac8"},{"font":{"size":10}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#aedac8","align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#aedac8","align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8","font":{"size":10}},{"font":{"size":10},"bgcolor":"#aedac8"},{"bgcolor":"#02a274","font":{"size":9}},{"bgcolor":"#02a274","font":{"size":9},"align":"center"},{"bgcolor":"#02a274","font":{"size":9},"align":"center","color":"#ffffff"},{"textwrap":true},{"textwrap":true,"font":{"size":9}},{"textwrap":true,"font":{"size":9},"bgcolor":"#02a274"},{"textwrap":true,"font":{"size":9},"bgcolor":"#02a274","color":"#ffffff"},{"align":"center","bgcolor":"#02a274","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"color":"#000100"},{"bgcolor":"#02a274","font":{"size":9},"align":"center","color":"#000100"},{"textwrap":true,"font":{"size":9},"bgcolor":"#02a274","color":"#000100"},{"bgcolor":"","font":{"size":9},"align":"center","color":"#000100"},{"textwrap":true,"font":{"size":9},"bgcolor":"","color":"#000100"},{"align":"center","bgcolor":"","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"color":"#000100","bgcolor":""},{"textwrap":true,"font":{"size":9},"bgcolor":"","color":"#000100","align":"center"},{"font":{"size":9}},{"font":{"size":9},"align":"center"},{"textwrap":true,"align":"center"},{"font":{"size":9},"align":"center","border":{"bottom":["thin","#595959"],"top":["thin","#595959"],"left":["thin","#595959"],"right":["thin","#595959"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#595959"],"top":["thin","#595959"],"left":["thin","#595959"],"right":["thin","#595959"]}},{"align":"center","border":{"bottom":["thin","#595959"],"top":["thin","#595959"],"left":["thin","#595959"],"right":["thin","#595959"]}},{"bgcolor":"","font":{"size":9},"align":"center","color":"#000100","border":{"bottom":["thin","#595959"],"top":["thin","#595959"],"left":["thin","#595959"],"right":["thin","#595959"]}},{"textwrap":true,"font":{"size":9},"bgcolor":"","color":"#000100","align":"center","border":{"bottom":["thin","#595959"],"top":["thin","#595959"],"left":["thin","#595959"],"right":["thin","#595959"]}},{"font":{"size":9},"border":{"bottom":["thin","#595959"],"top":["thin","#595959"],"left":["thin","#595959"],"right":["thin","#595959"]}},{"font":{"size":9},"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"bgcolor":"","font":{"size":9},"align":"center","color":"#000100","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"textwrap":true,"font":{"size":9},"bgcolor":"","color":"#000100","align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"font":{"size":9},"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"font":{"size":9},"align":"center","border":{"bottom":["thin","#756f6f"],"top":["thin","#756f6f"],"left":["thin","#756f6f"],"right":["thin","#756f6f"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#756f6f"],"top":["thin","#756f6f"],"left":["thin","#756f6f"],"right":["thin","#756f6f"]}},{"align":"center","border":{"bottom":["thin","#756f6f"],"top":["thin","#756f6f"],"left":["thin","#756f6f"],"right":["thin","#756f6f"]}},{"bgcolor":"","font":{"size":9},"align":"center","color":"#000100","border":{"bottom":["thin","#756f6f"],"top":["thin","#756f6f"],"left":["thin","#756f6f"],"right":["thin","#756f6f"]}},{"textwrap":true,"font":{"size":9},"bgcolor":"","color":"#000100","align":"center","border":{"bottom":["thin","#756f6f"],"top":["thin","#756f6f"],"left":["thin","#756f6f"],"right":["thin","#756f6f"]}},{"font":{"size":9},"border":{"bottom":["thin","#756f6f"],"top":["thin","#756f6f"],"left":["thin","#756f6f"],"right":["thin","#756f6f"]}},{"align":"center","bgcolor":"","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"bgcolor":""},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":10}},{"align":"center","bgcolor":"","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":10}},{"color":"#000100","font":{"size":10}},{"color":"#000100","bgcolor":"","font":{"size":10}},{"font":{"size":10},"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"font":{"size":10},"align":"center"},{"textwrap":true,"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"size":10}},{"bgcolor":"","font":{"size":10},"align":"center","color":"#000100","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"textwrap":true,"font":{"size":10},"bgcolor":"","color":"#000100","align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"bgcolor":"","font":{"size":10},"align":"center","color":"#000100"},{"font":{"size":10},"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"color":"#000100","bgcolor":"","align":"center"},{"font":{"size":10},"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10}},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"bgcolor":"","font":{"size":10},"align":"center","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"font":{"size":10},"bgcolor":"","color":"#000100","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"color":"#000100","bgcolor":"","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":10}},{"color":"#000100","font":{"size":10},"bgcolor":"#"},{"align":"center","bgcolor":"#","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"bgcolor":"#"},{"font":{"size":10},"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#"},{"font":{"size":10},"align":"center","bgcolor":"#"},{"textwrap":true,"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#"},{"align":"center","bgcolor":"#"},{"bgcolor":"#","font":{"size":10},"align":"center","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"font":{"size":10},"bgcolor":"#","color":"#000100","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"font":{"size":10},"bgcolor":"#","color":"#000100","align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"size":10},"bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#"},{"align":"center","bgcolor":"#ddefe8","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":10}},{"color":"#000100","font":{"size":10},"bgcolor":"#ddefe8"},{"align":"center","bgcolor":"#ddefe8","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"bold":false,"size":9}},{"bgcolor":"#ddefe8"},{"font":{"size":10},"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"font":{"size":10},"align":"center","bgcolor":"#ddefe8"},{"textwrap":true,"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#ddefe8"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"align":"center","bgcolor":"#ddefe8"},{"bgcolor":"#ddefe8","font":{"size":10},"align":"center","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"font":{"size":10},"bgcolor":"#ddefe8","color":"#000100","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"textwrap":true,"font":{"size":10},"bgcolor":"#ddefe8","color":"#000100","align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"size":10},"bgcolor":"#ddefe8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10},"bgcolor":"#ddefe8"},{"color":"#000100","bgcolor":"#fffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#fffff"},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#fffff"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#fffff"},{"textwrap":true,"bgcolor":"#fffff"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#fffff"},{"color":"#000100","bgcolor":"#ffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#ffff"},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffff"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffff"},{"textwrap":true,"bgcolor":"#ffff"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffff"},{"color":"#000100","bgcolor":"#fff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#fff"},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#fff"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#fff"},{"textwrap":true,"bgcolor":"#fff"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#fff"},{"color":"#000100","bgcolor":"#ff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#ff"},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ff"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ff"},{"textwrap":true,"bgcolor":"#ff"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ff"},{"color":"#000100","bgcolor":"#f","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#f"},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f"},{"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f"},{"textwrap":true,"bgcolor":"#f"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f"},{"color":"#000100","bgcolor":"#","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#"},{"textwrap":true,"bgcolor":"#"},{"color":"#000100","bgcolor":"#ddefe8","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"textwrap":true,"bgcolor":"#ddefe8"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"color":"#000100","font":{"size":9},"bgcolor":"#ddefe8"},{"bgcolor":"#ddefe8","font":{"size":9}},{"font":{"size":9},"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"font":{"size":9},"align":"center","bgcolor":"#ddefe8"},{"textwrap":true,"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"bgcolor":"#ddefe8"},{"bgcolor":"#ddefe8","font":{"size":9},"align":"center","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"textwrap":true,"font":{"size":9},"bgcolor":"#ddefe8","color":"#000100","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9}},{"textwrap":true,"font":{"size":9},"bgcolor":"#ddefe8","color":"#000100","align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"textwrap":true,"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"size":9},"bgcolor":"#ddefe8"},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9}},{"textwrap":true,"bgcolor":"#ddefe8","font":{"size":9}},{"align":"center","bgcolor":"#aedac8"},{"bgcolor":"#aedac8"},{"bgcolor":"#fffff"},{"bgcolor":"#ffff"},{"bgcolor":"#fff"},{"bgcolor":"#ff"},{"bgcolor":"#f"},{"align":"center","bgcolor":"#aedac8","font":{"size":8}},{"align":"center","bgcolor":"#aedac8","font":{"size":9}},{"align":"center","bgcolor":"#aedac8","font":{"size":9},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Arial"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8,"name":"Microsoft YaHei"},"align":"center","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#aedac8","font":{"size":9}},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"bold":false,"size":9}},{"bgcolor":"#02a274","font":{"size":9},"align":"center","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":""},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"aedac8"},{"align":"center","bgcolor":"aedac8"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","color":"#ffffff"},{"align":"center","bgcolor":"#aedac8","color":"#ffffff"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","color":"#ffffff","font":{"size":9}},{"align":"center","bgcolor":"#aedac8","color":"#ffffff","font":{"size":9}},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","color":"#000100","font":{"size":9}},{"align":"center","bgcolor":"#aedac8","color":"#000100","font":{"size":9}},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","color":"#000100","font":{"size":8}},{"align":"center","bgcolor":"#aedac8","color":"#000100","font":{"size":8}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"##aedac8"},{"bgcolor":"##aedac8"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","font":{"size":8}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","font":{"size":8},"align":"center"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","font":{"size":9}},{"bgcolor":"#aedac8","font":{"size":8}},{"bgcolor":"#aedac8","font":{"size":8},"align":"left"},{"bgcolor":"#aedac8","font":{"size":8},"align":"left","valign":"middle"},{"align":"center","bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"bold":false,"size":10}},{"bgcolor":"#02a274","font":{"size":10},"align":"center","color":"#ffffff","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"bgcolor":"#ddefe8","font":{"size":10}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"align":"center","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"Microsoft YaHei"},"align":"center"},{"align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","color":"#000100","font":{"size":10}},{"align":"center","bgcolor":"#aedac8","color":"#000100","font":{"size":10}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"bgcolor":"#aedac8","font":{"size":10},"align":"center"},{"align":"center","bgcolor":"#aedac8","font":{"size":10}},{"textwrap":true,"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":10}},{"textwrap":true,"bgcolor":"#ddefe8","font":{"size":10}},{"bgcolor":"#aedac8","font":{"size":10},"align":"left","valign":"middle"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"font":{"size":9},"align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"font":{"size":8}}],"validations":[],"isGroup":true,"cols":{"0":{"width":20},"1":{"width":84},"2":{"width":132},"3":{"width":75},"4":{"width":63},"5":{"width":59},"6":{"width":70},"7":{"width":61},"8":{"width":60},"9":{"width":75},"10":{"width":75},"11":{"width":64},"12":{"width":70},"13":{"width":63},"14":{"width":86},"15":{"width":64},"16":{"width":58},"17":{"width":63},"18":{"width":60},"19":{"width":63},"20":{"width":59},"21":{"width":73},"22":{"width":82},"23":{"width":73},"24":{"width":86},"len":50},"merges":["B1:X1","D3:D6","E5:E6","F5:F6","E4:F4","G4:G6","H4:H6","I5:I6","J5:K5","I4:K4","E3:K3","L3:L6","D2:L2","M4:M6","N5:N6","O5:O6","P5:P6","Q5:Q6","N4:Q4","M3:Q3","R4:R6","R3:T3","S4:T4","S5:S6","T5:T6","U4:U6","V4:W4","V5:V6","W5:W6","X4:Y4","X5:X6","Y5:Y6","U3:Y3","M2:T2","U2:Y2","B2:B6","C2:C6","B8:C8"]}', NULL, N'https://static.jeecg.com/designreport/images/jingfei_1607069843358.png', N'admin', N'2020-12-03 16:54:17.0000000', N'admin', N'2021-02-03 13:59:08.0000000', N'0', NULL, NULL, N'1', N'436', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1334457419857793024', N'20201203192154', N'超市各地区销售额', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":1,"sci":26,"eri":4,"eci":28,"width":300,"height":100},"excel_config_id":"1334457419857793024","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"1":{"text":"各地区商品销售额一栏表","merge":[0,18],"style":13}},"height":82},"1":{"cells":{"1":{"text":"地区/类别/时间","merge":[1,1],"style":46},"3":{"text":"2020年","style":46,"merge":[0,12]},"16":{"text":"2019年","style":46,"merge":[0,9]}}},"2":{"cells":{"3":{"text":"12月","style":46},"4":{"text":"11月","style":46},"5":{"text":"10月","style":46},"6":{"text":"9月","style":46},"7":{"text":"8月","style":46},"8":{"text":"7月","style":46},"9":{"text":"6月","style":46},"10":{"text":"5月","style":46},"11":{"text":"4月","style":46},"12":{"text":"3月","style":46},"13":{"text":"2月","style":46},"14":{"text":"1月","style":46},"15":{"text":"本年小计","style":46},"16":{"text":"12月","style":46},"17":{"text":"11月","style":46},"18":{"text":"10月","style":46},"19":{"text":"9月","style":46},"20":{"text":"8月","style":46},"21":{"text":"7月","style":46},"22":{"text":"6月","style":46},"23":{"text":"5月","style":46},"24":{"text":"4月","style":46},"25":{"text":"本年小计","style":46}}},"3":{"cells":{"1":{"text":"#{xiaoshou.group(diqu)}","style":51,"aggregate":"group"},"2":{"text":"#{xiaoshou.class}","style":51},"3":{"text":"#{xiaoshou.sales_11}","style":20},"4":{"text":"#{xiaoshou.sales_12}","style":20},"5":{"text":"#{xiaoshou.sales_13}","style":20},"6":{"text":"#{xiaoshou.sales_14}","style":20},"7":{"text":"#{xiaoshou.sales_15}","style":20},"8":{"text":"#{xiaoshou.sales_16}","style":20},"9":{"text":"#{xiaoshou.sales_17}","style":20},"10":{"text":"#{xiaoshou.sales_18}","style":20},"11":{"text":"#{xiaoshou.sales_19}","style":20},"12":{"text":"#{xiaoshou.sales_20}","style":20},"13":{"text":"#{xiaoshou.sales_21}","style":20},"14":{"text":"#{xiaoshou.sales_22}","style":20},"15":{"style":48,"text":"=SUM(D4:O4)"},"16":{"text":"#{xiaoshou.sales_31}","style":20},"17":{"text":"#{xiaoshou.sales_32}","style":20},"18":{"text":"#{xiaoshou.sales_33}","style":20},"19":{"text":"#{xiaoshou.sales_34}","style":20},"20":{"text":"#{xiaoshou.sales_35}","style":20},"21":{"text":"#{xiaoshou.sales_36}","style":20},"22":{"text":"#{xiaoshou.sales_37}","style":20},"23":{"text":"#{xiaoshou.sales_38}","style":20},"24":{"text":"#{xiaoshou.sales_39}","style":20},"25":{"style":48,"text":"=SUM(Q4:Y4)"}},"isDrag":true},"4":{"cells":{"1":{"text":"合计","style":52,"rendered":"","merge":[0,1]},"3":{"text":"=SUM(D4)","style":55},"4":{"text":"=SUM(E4)","style":55},"5":{"text":"=SUM(F4)","style":55},"6":{"text":"=SUM(G4)","style":55},"7":{"text":"=SUM(H4)","style":55},"8":{"text":"=SUM(I4)","style":55},"9":{"text":"=SUM(J4)","style":55},"10":{"text":"=SUM(K4)","style":55},"11":{"text":"=SUM(L4)","style":55},"12":{"text":"=SUM(M4)","style":55},"13":{"text":"=SUM(N4)","style":55},"14":{"text":"=SUM(O4)","style":55},"15":{"text":"=SUM(P4)","style":55},"16":{"text":"=SUM(Q4)","style":55},"17":{"text":"=SUM(R4)","style":55},"18":{"text":"=SUM(S4)","style":55},"19":{"text":"=SUM(T4)","style":55},"20":{"text":"=SUM(U4)","style":55},"21":{"text":"=SUM(V4)","style":55},"22":{"text":"=SUM(W4)","style":55},"23":{"text":"=SUM(X4)","style":55},"24":{"text":"=SUM(Y4)","style":55},"25":{"text":"=SUM(Z4)","style":55}},"isDrag":true},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"groupField":"xiaoshou.diqu","freeze":"A1","dataRectWidth":2464,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"bgcolor":"#"},{"bgcolor":"#d7f2f9"},{"bgcolor":"#d7f2f9","align":"center"},{"align":"center"},{"align":"center","bgcolor":"#"},{"bgcolor":"#d7f2f9","align":"center","border":{"bottom":["thin","2896ea"],"top":["thin","2896ea"],"left":["thin","2896ea"],"right":["thin","2896ea"]}},{"align":"center","border":{"bottom":["thin","2896ea"],"top":["thin","2896ea"],"left":["thin","2896ea"],"right":["thin","2896ea"]}},{"border":{"bottom":["thin","2896ea"],"top":["thin","2896ea"],"left":["thin","2896ea"],"right":["thin","2896ea"]}},{"bgcolor":"#d7f2f9","align":"center","border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]}},{"align":"center","border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]}},{"border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]}},{"font":{"bold":true}},{"font":{"bold":true,"size":16}},{"font":{"bold":true,"size":16},"align":"center"},{"border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]},"font":{"size":8}},{"border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#2896ea"],"top":["thin","#2896ea"],"left":["thin","#2896ea"],"right":["thin","#2896ea"]}},{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]}},{"border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#9cc2e6"],"top":["thin","#9cc2e6"],"left":["thin","#9cc2e6"],"right":["thin","#9cc2e6"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]}},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#e7e5e6"],"top":["thin","#e7e5e6"],"left":["thin","#e7e5e6"],"right":["thin","#e7e5e6"]}},{"border":{"bottom":["thin","#e7e5e6"],"top":["thin","#e7e5e6"],"left":["thin","#e7e5e6"],"right":["thin","#e7e5e6"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#e7e5e6"],"top":["thin","#e7e5e6"],"left":["thin","#e7e5e6"],"right":["thin","#e7e5e6"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#d0cecf"],"top":["thin","#d0cecf"],"left":["thin","#d0cecf"],"right":["thin","#d0cecf"]}},{"border":{"bottom":["thin","#d0cecf"],"top":["thin","#d0cecf"],"left":["thin","#d0cecf"],"right":["thin","#d0cecf"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#d0cecf"],"top":["thin","#d0cecf"],"left":["thin","#d0cecf"],"right":["thin","#d0cecf"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#d0cecf"],"top":["thin","#d0cecf"],"left":["thin","#d0cecf"],"right":["thin","#d0cecf"]},"color":"#ffffff"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#afabac"],"top":["thin","#afabac"],"left":["thin","#afabac"],"right":["thin","#afabac"]},"color":"#ffffff"},{"border":{"bottom":["thin","#afabac"],"top":["thin","#afabac"],"left":["thin","#afabac"],"right":["thin","#afabac"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#afabac"],"top":["thin","#afabac"],"left":["thin","#afabac"],"right":["thin","#afabac"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#f2f2f2"],"top":["thin","#f2f2f2"],"left":["thin","#f2f2f2"],"right":["thin","#f2f2f2"]},"color":"#ffffff"},{"border":{"bottom":["thin","#f2f2f2"],"top":["thin","#f2f2f2"],"left":["thin","#f2f2f2"],"right":["thin","#f2f2f2"]},"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#f2f2f2"],"top":["thin","#f2f2f2"],"left":["thin","#f2f2f2"],"right":["thin","#f2f2f2"]},"font":{"size":8},"align":"center","format":"number"},{"bgcolor":"#5b9cd6","align":"center","border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"color":"#ffffff"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":8},"align":"center","bgcolor":"#d7f2f9"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":8},"align":"center","format":"number","bgcolor":"#deeaf6"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":8},"align":"center","format":"number","bgcolor":"#bdd7ee"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":10},"align":"center","bgcolor":"#d7f2f9"},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"font":{"size":9},"align":"center","bgcolor":"#d7f2f9"},{"align":"center","bgcolor":"#bdd7ee"},{"bgcolor":"#bdd7ee"},{"bgcolor":"#bdd7ee","format":"number"},{"bgcolor":"#bdd7ee","format":"number","align":"center"}],"validations":[],"isGroup":true,"cols":{"0":{"width":21},"1":{"width":63},"2":{"width":85},"3":{"width":95},"4":{"width":83},"5":{"width":81},"6":{"width":88},"7":{"width":89},"8":{"width":87},"9":{"width":95},"10":{"width":92},"11":{"width":95},"12":{"width":96},"13":{"width":98},"14":{"width":98},"15":{"width":78},"16":{"width":110},"17":{"width":111},"18":{"width":102},"19":{"width":102},"20":{"width":114},"21":{"width":111},"22":{"width":113},"23":{"width":107},"24":{"width":115},"25":{"width":135},"len":49},"merges":["D2:P2","B2:C3","Q2:Z2","B1:T1","B5:C5"]}', NULL, N'https://static.jeecg.com/designreport/images/chaoshi_1607069609875.png', N'admin', N'2020-12-03 19:21:55.0000000', N'admin', N'2021-04-05 18:47:20.0000000', N'0', NULL, NULL, N'1', N'372', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1334696790477377536', N'20201204111149', N'学校收入一览表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":1,"sci":24,"eri":5,"eci":24,"width":100,"height":138},"excel_config_id":"1334696790477377536","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"1":{"text":"学校收入一览表","merge":[0,13],"style":25}},"height":71},"1":{"cells":{"1":{"text":"校园信息","merge":[1,2],"style":40},"4":{"text":"学生信息","merge":[1,2],"style":40},"7":{"merge":[1,5],"style":42,"text":"收款信息"},"13":{"merge":[0,10],"text":"确认收入信息","style":43}},"height":23},"2":{"cells":{"13":{"merge":[0,3],"text":"2020.09","style":46},"17":{"merge":[0,3],"text":"2020.10","style":46},"21":{"text":"合计","style":46,"merge":[0,2]}},"height":40},"3":{"cells":{"1":{"text":"所属城际","style":50},"2":{"text":"所属校园","style":50},"3":{"text":"NC帐套","style":50},"4":{"text":"学号","style":50},"5":{"text":"姓名","style":50},"6":{"text":"性质","style":50},"7":{"text":"缴费金额","style":50},"8":{"text":"缴费时间","style":50},"9":{"text":"缴费性质","style":50},"10":{"text":"缴费所属期间","style":50},"11":{"text":"缴费月份数","style":50},"12":{"text":"缴费方式","style":50},"13":{"text":"全部","style":50},"14":{"text":"学费","style":50},"15":{"text":"餐费","style":50},"16":{"text":"校车费","style":50},"17":{"text":"全部","style":50},"18":{"text":"学费","style":50},"19":{"text":"餐费","style":50},"20":{"text":"校车费","style":50},"21":{"text":"全部","style":50},"22":{"text":"学费","style":50},"23":{"text":"餐费","style":50}}},"4":{"cells":{"1":{"text":"#{shouru.group(city)}","style":45,"aggregate":"group"},"2":{"text":"#{shouru.group(school)}","style":45,"aggregate":"group"},"3":{"text":"#{shouru.group(ncnum)}","style":35,"aggregate":"group"},"4":{"text":"#{shouru.num}","style":35},"5":{"text":"#{shouru.name}","style":35},"6":{"text":"#{shouru.class}","style":35},"7":{"text":"#{shouru.pay}","style":35},"8":{"text":"#{shouru.paytime}","style":35},"9":{"text":"#{shouru.payclass}","style":35},"10":{"text":"#{shouru.pay1}","style":35},"11":{"text":"#{shouru.paymoth}","style":35},"12":{"text":"#{shouru.pay2}","style":35},"13":{"style":33,"text":"=SUM(O5:Q5)"},"14":{"text":"#{shouru.tuition_09}","style":35},"15":{"text":"#{shouru.meals_09}","style":35},"16":{"text":"#{shouru.busfee_09}","style":35},"17":{"style":33,"text":"=SUM(S5:U5)"},"18":{"text":"#{shouru.tuition_10}","style":35},"19":{"text":"#{shouru.meals_10}","style":35},"20":{"text":"#{shouru.busfee_10}","style":35},"21":{"style":33,"text":"=SUM(W5,X5)"},"22":{"style":35,"text":"=SUM(O5,S5)"},"23":{"style":35,"text":"=SUM(P5,T5)"}},"isDrag":true,"height":25},"5":{"cells":{"1":{"style":66,"text":"合计"},"2":{"text":" ","style":66},"3":{"style":66,"text":" "},"4":{"style":66,"text":" "},"5":{"style":66,"text":" "},"6":{"style":66,"text":" "},"7":{"style":66,"text":" "},"8":{"style":66,"text":" "},"9":{"style":66,"text":" "},"10":{"style":66,"text":" "},"11":{"style":66,"text":" "},"12":{"style":66,"text":" "},"13":{"style":66,"text":" "},"14":{"style":66,"text":" "},"15":{"style":66,"text":" "},"16":{"style":66,"text":" "},"17":{"style":66,"text":" "},"18":{"text":" ","style":66},"19":{"style":66,"text":" "},"20":{"style":66,"text":" "},"21":{"style":15,"text":"=SUM(V5)"},"22":{"style":15,"text":"=SUM(W5)"},"23":{"style":15,"text":"=SUM(X5)"}}},"9":{"cells":{}},"11":{"cells":{}},"len":101},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"groupField":"shouru.city","freeze":"A1","dataRectWidth":1881,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","bgcolor":"#"},{"align":"center","bgcolor":"#309fc6"},{"bgcolor":"#ffffff"},{"align":"center","bgcolor":"#309fc6","color":"#ffffff"},{"align":"center","bgcolor":"#b2ddec"},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","font":{"size":8}},{"align":"center","bgcolor":"#b2ddec","font":{"size":8}},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","font":{"size":9}},{"align":"center","bgcolor":"#b2ddec","font":{"size":9}},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","font":{"size":10}},{"align":"center","bgcolor":""},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","font":{"size":10},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#b2ddec","font":{"size":9},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#b2ddec","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"font":{"size":9}},{"align":"center","font":{"size":9}},{"align":"center","bgcolor":"#dff2f9"},{"bgcolor":""},{"bgcolor":"#309fc6"},{"align":"center","color":"#ffffff"},{"align":"center","bgcolor":"#dff2f9","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"bold":true}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#b2ddec"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#dff2f9"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"b2ddec"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"¥b2ddec"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center"},{"align":"center","font":{"size":8}},{"align":"center","bgcolor":"#b2ddec","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"align":"center","bgcolor":"#dff2f9","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"size":8}},{"align":"center","bgcolor":"#dff2f9","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"size":9}},{"align":"center","bgcolor":"","color":"#ffffff","font":{"size":10},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff","font":{"size":10},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"bgcolor":"#5b9cd6"},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#5b9cd6","color":"#ffffff"},{"align":"center","bgcolor":"#d7f2f9","font":{"size":9},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#d7f2f9","font":{"size":8},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#5b9cd6","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","bgcolor":"#5b9cd6"},{"align":"center","bgcolor":"#bdd7ee","font":{"size":9},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"font":{"size":8}},{"align":"center","bgcolor":"#bdd7ee","font":{"size":8},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"font":{"size":10}},{"align":"center","bgcolor":"#bdd7ee","font":{"size":10},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","font":{"size":10}},{"align":"center","bgcolor":"#d7f2f9","font":{"size":10},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"size":10}},{"font":{"size":12}},{"align":"center","bgcolor":"#bdd7ee","font":{"size":12},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","font":{"size":12}},{"align":"center","bgcolor":"#d7f2f9","font":{"size":12},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"size":12}},{"font":{"size":10.5}},{"align":"center","bgcolor":"#bdd7ee","font":{"size":10.5},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"center","font":{"size":10.5}},{"align":"center","bgcolor":"#d7f2f9","font":{"size":10.5},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"size":10.5}},{"align":"left","bgcolor":"#b2ddec","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"align":"left"}],"validations":[],"isGroup":true,"cols":{"0":{"width":37},"1":{"width":79},"2":{"width":87},"3":{"width":79},"4":{"width":92},"5":{"width":90},"6":{"width":77},"7":{"width":83},"8":{"width":89},"9":{"width":79},"10":{"width":89},"11":{"width":84},"12":{"width":76},"13":{"width":67},"14":{"width":74},"15":{"width":69},"16":{"width":74},"17":{"width":68},"18":{"width":76},"19":{"width":79},"20":{"width":78},"21":{"width":74},"22":{"width":81},"len":49},"merges":["B2:D3","E2:G3","H2:M3","N3:Q3","R3:U3","V3:X3","N2:X2","B1:O1"]}', NULL, N'https://static.jeecg.com/designreport/images/xuexiao_1607069724407.png', N'admin', N'2020-12-04 11:11:50.0000000', N'admin', N'2021-04-01 02:46:23.0000000', N'0', NULL, NULL, N'1', N'429', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1334757703079301120', N'20201204151358', N'车间零件完工一览表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":false,"printElWidth":718,"excel_config_id":"1334757703079301120","printElHeight":1047,"rows":{"0":{"cells":{"1":{"text":"车间零件完工一览表","merge":[0,12],"style":23}},"height":81},"1":{"cells":{"0":{"style":11},"1":{"text":"车间","style":22},"2":{"text":"成品名称","style":22},"3":{"text":"半成品名称","style":22},"4":{"text":"完工时间","style":22},"5":{"text":"状态","style":22},"6":{"text":"成品属性","style":22},"7":{"text":"工单号","style":22},"8":{"text":"工单数量","style":22},"9":{"text":"计划数量","style":22},"10":{"text":"完成数量","style":22},"11":{"text":"UPH","style":22},"12":{"text":"H/C","style":22},"13":{"text":"计划时间","style":22},"14":{"text":"良率","style":22},"15":{"text":"备注","style":22},"16":{"style":11},"17":{"style":11},"18":{"style":11},"19":{"style":11},"20":{"style":11},"21":{"style":11},"22":{"style":11},"23":{"style":11},"24":{"style":11},"25":{"style":11},"26":{"style":11}},"height":55},"2":{"cells":{"0":{"style":13},"1":{"text":"#{chejian.group(city)}","style":16,"aggregate":"group"},"2":{"text":"#{chejian.finish}","style":14},"3":{"text":"#{chejian.semifinish}","style":14},"4":{"text":"#{chejian.time}","style":14},"5":{"text":"#{chejian.state}","style":14},"6":{"text":"#{chejian.attribute}","style":14},"7":{"text":"#{chejian.num}","style":14},"8":{"text":"#{chejian.gnum}","style":14},"9":{"text":"#{chejian.jnum}","style":14},"10":{"text":"#{chejian.wnum}","style":14},"11":{"text":"#{chejian.uph}","style":14},"12":{"text":"#{chejian.hc}","style":14},"13":{"text":"#{chejian.jtime}","style":14},"14":{"text":"#{chejian.yield}","style":14},"15":{"text":"#{chejian.beizhu}","style":14},"16":{"style":13},"17":{"style":13},"18":{"style":13},"19":{"style":13},"20":{"style":13},"21":{"style":13},"22":{"style":13},"23":{"style":13},"24":{"style":13},"25":{"style":13},"26":{"style":13}},"isDrag":true,"height":35},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"groupField":"chejian.city","freeze":"A1","dataRectWidth":1494,"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","bgcolor":"#"},{"align":"center","bgcolor":"#309fc6"},{"align":"center","bgcolor":"#309fc6","color":"#ffffff"},{"bgcolor":"#309fc6"},{"bgcolor":"#309fc6","color":"#ffffff"},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"bgcolor":"#309fc6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"font":{"bold":true}},{"font":{"bold":true,"size":16}},{"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","bgcolor":"#"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","bgcolor":"#b2ddec"},{"font":{"size":8}},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"font":{"size":8},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"align":"center","bgcolor":"#b2ddec"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8},"align":"center"},{"align":"center","bgcolor":"#309fc6","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"font":{"bold":true,"size":16},"align":"center"}],"validations":[],"isGroup":true,"cols":{"0":{"width":45},"1":{"width":106},"2":{"width":121},"3":{"width":124},"4":{"width":87},"5":{"width":76},"6":{"width":82},"7":{"width":81},"8":{"width":69},"9":{"width":76},"10":{"width":81},"15":{"width":146},"len":50},"merges":["B1:N1"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20201216185352_1608116050060.png', N'admin', N'2020-12-04 15:13:58.0000000', N'admin', N'2021-04-05 18:47:24.0000000', N'0', NULL, NULL, N'1', N'519', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1338370016550195200', N'20201214142804', N'条形码报表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":false,"printElWidth":718,"excel_config_id":"1338370016550195200","printElHeight":1047,"rows":{"0":{"cells":{"1":{"merge":[1,3],"text":"居民身份证申领登记表","style":39},"2":{"style":39},"3":{"style":39},"4":{"style":39},"5":{"merge":[0,2],"text":"","rendered":"","display":"text"},"-1":{"text":"${tm.tp}"}},"height":27},"1":{"cells":{"1":{"style":39},"2":{"style":39},"3":{"style":39},"4":{"style":39},"5":{"style":2,"virtual":"ZiOFmILaRjdmVs6E","rendered":"NUsGZXpylLVeKQ7J","display":"barcode","text":"${tm.tm}","merge":[0,2]}},"height":52},"2":{"cells":{"1":{"text":"受理单位(盖章)珠海市公安局","merge":[0,3],"style":36},"2":{"style":36},"3":{"style":36},"4":{"style":36},"5":{"style":6},"6":{"style":6},"7":{"style":6},"8":{"text":"","rendered":""}},"height":34},"3":{"cells":{"1":{"text":"姓名","style":24},"2":{"text":"${tm.name}","style":7,"rendered":""},"3":{"text":"性别","style":16},"4":{"text":"${tm.sex}","style":7,"isDict":1,"dictCode":"sex1","rendered":""},"5":{"text":"民族","style":16},"6":{"text":"${tm.nation}","style":7},"7":{"text":"${tm.tp}","style":7,"merge":[2,0],"rendered":"ftkUSZOje4A5gVO3","display":"img"},"9":{"text":"","rendered":""}},"isDrag":true,"height":47},"4":{"cells":{"1":{"text":"出生日期","style":24},"2":{"text":"${tm.birth}","style":32,"merge":[0,4]},"3":{"style":33},"4":{"style":33},"5":{"style":33},"6":{"style":33},"8":{"text":"","rendered":""}},"isDrag":true,"height":51},"5":{"cells":{"1":{"text":"常住户口所在地住址","style":21},"2":{"text":"${tm.zhuzhi}","style":7,"merge":[0,4]},"8":{"text":"","rendered":""}},"isDrag":true,"height":62},"6":{"cells":{"1":{"text":"公民身份证","style":24},"2":{"text":"${tm.card}","style":7,"merge":[0,5]}},"isDrag":true,"height":55},"7":{"cells":{"1":{"text":"有限期限","style":24},"2":{"text":"${tm.ydate}","style":34,"merge":[0,1]},"3":{"style":35},"4":{"text":"签发机关","style":24},"5":{"text":"${tm.qfjg}","style":7,"merge":[0,2]}},"isDrag":true,"height":52},"8":{"cells":{"1":{"text":"申领原因","style":24},"2":{"text":"${tm.slyy}","style":7,"merge":[0,5]}},"isDrag":true,"height":55},"9":{"cells":{"1":{"text":"受理时间","style":24},"2":{"text":"${tm.sdate}","style":32,"merge":[0,1]},"3":{"style":33},"4":{"text":"受理号","style":24},"5":{"text":"${tm.shao}","style":7,"merge":[0,2]}},"isDrag":true,"height":49},"10":{"cells":{"1":{"text":"承办人","style":24},"2":{"text":"${tm.cbr}","style":7,"merge":[0,1]},"4":{"text":"受理单位领导","style":24},"5":{"text":"${tm.sld}","style":7,"merge":[0,2]}},"isDrag":true,"height":42},"11":{"cells":{"1":{"text":"申请(监护)人签名","style":21},"2":{"text":"${tm.sr}","style":7,"merge":[0,1]},"4":{"text":"申请(监护)人联系电话","style":21},"5":{"text":"${tm.jphone}","style":7,"merge":[0,2]}},"isDrag":true,"height":59},"12":{"cells":{"1":{"text":"领证人签名","style":24},"2":{"text":"${tm.lzr}","style":7,"merge":[0,1]},"4":{"text":"领证时间","style":24},"5":{"text":"${tm.ldate}","style":32,"merge":[0,2]},"6":{"style":33},"7":{"style":33}},"isDrag":true,"height":57},"13":{"cells":{"1":{"text":"是否通过邮政特快专递方式领取二代","merge":[0,1],"style":24},"2":{"text":" ","style":25},"3":{"text":"${tm.sk}","style":7,"merge":[0,4]}},"isDrag":true,"height":50},"14":{"cells":{"1":{"text":"投递地址","style":24},"2":{"text":"${tm.dizhi}","style":7,"merge":[0,2]},"5":{"text":"收件人","style":24},"6":{"style":7,"text":" ","merge":[0,1]}},"isDrag":true,"height":53},"15":{"cells":{"1":{"text":"邮政编码","style":24},"2":{"text":"","style":7,"merge":[0,1]},"4":{"text":"备注","style":24},"5":{"text":"","style":7,"merge":[0,2]}},"isDrag":true,"height":47},"16":{"cells":{"1":{"merge":[0,6],"text":"公安部治安管理局治","style":31},"2":{"style":31},"3":{"style":31},"4":{"style":31},"5":{"style":31},"6":{"style":31},"7":{"style":31}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":["sex1","sex1","sex1"],"freeze":"A1","dataRectWidth":704,"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"size":16}},{"font":{"size":16},"align":"center"},{"align":"center"},{"textwrap":true},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"font":{"name":"宋体","size":9}},{"font":{"name":"宋体","size":9},"color":"#3f3f3f"},{"font":{"name":"宋体","size":9},"color":"#0c0c0c"},{"font":{"name":"宋体","size":9},"color":"#7f7f7f"},{"font":{"name":"宋体","size":9},"color":"#595959"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"align":"right"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":true}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":false}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":false}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":false},"align":"center"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":true}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":true},"align":"center"},{"font":{"name":"宋体","bold":true}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":true},"align":"right"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体","bold":true},"align":"center"},{"font":{"name":"宋体","bold":true},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"align":"center"},{"font":{"size":8}},{"font":{"size":8},"align":"center"},{"font":{"size":8},"align":"right"},{"font":{"size":10},"align":"right"},{"font":{"size":10},"align":"right","color":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"format":"date2"},{"format":"date2"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"format":"date"},{"format":"date"},{"font":{"name":"宋体","size":9},"color":"#595959","valign":"bottom"},{"align":"center","font":{"bold":true}},{"align":"center","font":{"bold":true,"size":16}},{"align":"center","font":{"bold":true,"size":16},"valign":"bottom"}],"validations":[],"cols":{"0":{"width":16},"1":{"width":103},"2":{"width":156},"3":{"width":51},"4":{"width":96},"5":{"width":61},"6":{"width":106},"7":{"width":115},"8":{"width":135},"len":50},"merges":["B3:E3","B14:C14","C6:G6","C5:G5","C7:H7","C8:D8","F8:H8","C9:H9","D14:H14","C10:D10","F10:H10","C11:D11","F11:H11","C13:D13","C12:D12","F12:H12","F13:H13","C15:E15","G15:H15","F16:H16","C16:D16","B17:H17","H4:H6","B1:E2","F1:H1","F2:H2"]}', NULL, N'https://static.jeecg.com/designreport/images/未标题-1_1608118350039.png', N'admin', N'2020-12-14 14:28:04.0000000', N'admin', N'2021-02-03 13:58:47.0000000', N'0', NULL, NULL, N'1', N'762', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1338744112815411200', N'20201215151426', N'简单条件查询报表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":false,"printElWidth":718,"excel_config_id":"1338744112815411200","printElHeight":1047,"rows":{"1":{"cells":{"1":{"text":"职务","style":51},"2":{"text":"雇员ID","style":51},"3":{"text":"姓名","style":51},"4":{"text":"性别","style":51},"5":{"text":"雇佣日期","style":51},"6":{"text":"家庭电话","style":51},"7":{"text":"出生日期","style":51},"8":{"text":"户口所在地","style":51},"9":{"text":"联系地址","style":51},"10":{"text":"紧急联系人","style":52}},"height":37},"2":{"cells":{"0":{"style":18},"1":{"style":21,"text":"#{jdcx.group(update_by)}","aggregate":"group"},"2":{"style":21,"text":"#{jdcx.id}"},"3":{"style":21,"text":"#{jdcx.name}"},"4":{"style":21,"text":"#{jdcx.sex}"},"5":{"style":24,"text":"#{jdcx.gtime}"},"6":{"style":21,"text":"#{jdcx.jphone}"},"7":{"style":24,"text":"#{jdcx.birth}"},"8":{"style":21,"text":"#{jdcx.hukou}"},"9":{"style":21,"text":"#{jdcx.laddress}"},"10":{"style":56,"text":"#{jdcx.jperson}"},"11":{"style":18},"12":{"style":18},"13":{"style":18},"14":{"style":18},"15":{"style":18},"16":{"style":18},"17":{"style":18},"18":{"style":18},"19":{"style":18},"20":{"style":18},"21":{"style":18},"22":{"style":18},"23":{"style":18},"24":{"style":18},"25":{"style":18},"26":{"style":18},"27":{"style":18},"28":{"style":18},"29":{"style":18},"30":{"style":18},"31":{"style":18},"32":{"style":18},"33":{"style":18},"34":{"style":18},"35":{"style":18},"36":{"style":18},"37":{"style":18},"38":{"style":18},"39":{"style":18},"40":{"style":18},"41":{"style":18},"42":{"style":18},"43":{"style":18},"44":{"style":18},"45":{"style":18},"46":{"style":18},"47":{"style":18},"48":{"style":18}},"height":34},"3":{"cells":{"0":{"style":39},"1":{"style":39},"2":{"style":39},"3":{"style":39},"4":{"style":39},"5":{"style":39},"6":{"style":39},"7":{"style":39},"8":{"style":39},"9":{"style":39},"10":{"style":39},"11":{"style":39},"12":{"style":39},"13":{"style":39},"14":{"style":39},"15":{"style":39},"16":{"style":39},"17":{"style":39},"18":{"style":39},"19":{"style":39},"20":{"style":39},"21":{"style":39},"22":{"style":39},"23":{"style":39},"24":{"style":39}}},"4":{"cells":{"1":{"text":"备注:","style":62},"2":{"style":63,"text":" "},"3":{"style":63,"text":" "},"4":{"style":63,"text":" "},"5":{"style":63,"text":" "},"6":{"style":63,"text":" "},"7":{"style":64,"text":" "}}},"5":{"cells":{"1":{"text":"1、支持模糊查询需要输入 “*+字符串”或 “字符串+* ”或“*+字符串+*”,如:张* / *丽 / *亚*","style":65,"merge":[0,6]}}},"6":{"cells":{"1":{"text":"2、以上“出生日期”为时间类型","style":65,"merge":[0,6]}}},"7":{"cells":{"1":{"text":"3、以上“雇佣日期”为日期类型","style":65,"merge":[0,6]}}},"8":{"cells":{"1":{"text":"4、以上“姓名”为字符串类型支持精准查询和模糊查询","style":67,"merge":[0,6]}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"groupField":"jdcx.update_by","freeze":"A1","dataRectWidth":1242,"background":false,"name":"sheet1","autofilter":{},"styles":[{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"color":"#ffffff"},{"align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","format":"date"},{"align":"center","font":{"name":"宋体"}},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"date"},{"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"date"},{"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"name":"Microsoft YaHei"}},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"Microsoft YaHei"}},{"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date2"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"normal"},{"align":"center","bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"size":9}},{"border":{"top":["thin","#000100"],"left":["thin","#000100"]}},{"border":{"top":["thin","#000100"]}},{"border":{"top":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"top":["thin","#000100"],"left":["thin","#000100"]},"font":{"name":"宋体"}},{"border":{"top":["thin","#000100"]},"font":{"name":"宋体"}},{"border":{"top":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"}},{"border":{"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"}},{"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","format":"number"}],"validations":[],"isGroup":true,"cols":{"0":{"width":40},"1":{"width":88},"2":{"width":86},"3":{"width":97},"4":{"width":67},"5":{"width":103},"6":{"width":115},"7":{"width":90},"8":{"width":239},"9":{"width":217},"len":50},"merges":["B6:H6","B7:H7","B8:H8","B9:H9"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20201216112919_1608089379396.png', N'admin', N'2020-12-15 15:14:27.0000000', N'admin', N'2021-02-03 13:58:44.0000000', N'0', NULL, NULL, N'1', N'1053', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1338769064067076098', N'202012151514266124', N'多选条件查询报表', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":false,"printElWidth":718,"excel_config_id":"1338769064067076098","printElHeight":1047,"rows":{"0":{"cells":{"0":{"style":49},"1":{"style":49},"2":{"style":49},"3":{"style":49},"4":{"style":49},"5":{"style":49},"6":{"style":49},"7":{"style":49},"8":{"style":49},"9":{"style":49},"10":{"style":49},"11":{"style":49},"12":{"style":49},"13":{"style":49},"14":{"style":49},"15":{"style":49},"16":{"style":49},"17":{"style":49},"18":{"style":49},"19":{"style":49},"20":{"style":49},"21":{"style":49},"22":{"style":49},"23":{"style":49},"24":{"style":49},"25":{"style":49}}},"1":{"cells":{"0":{"style":50},"1":{"text":"职务","style":51},"2":{"text":"雇员ID","style":51},"3":{"text":"姓名","style":51},"4":{"style":51,"text":"性别"},"5":{"text":"雇佣日期","style":51},"6":{"text":"家庭电话","style":51},"7":{"text":"出生日期","style":51},"8":{"text":"户口所在地","style":51},"9":{"text":"联系地址","style":51},"10":{"text":"紧急联系人","style":51},"11":{"style":50},"12":{"style":50},"13":{"style":50},"14":{"style":50},"15":{"style":50},"16":{"style":50},"17":{"style":50},"18":{"style":50},"19":{"style":50},"20":{"style":50},"21":{"style":50},"22":{"style":50},"23":{"style":50},"24":{"style":50},"25":{"style":50}},"height":46},"2":{"cells":{"0":{"style":52},"1":{"text":"#{pop.group(update_by)}","style":53,"aggregate":"group"},"2":{"text":"#{pop.group(id)}","style":54,"aggregate":"group"},"3":{"text":"#{pop.group(name)}","style":54,"aggregate":"group"},"4":{"text":"#{pop.sex}","style":55},"5":{"text":"#{pop.gtime}","style":56},"6":{"text":"#{pop.jphone}","style":57},"7":{"text":"#{pop.birth}","style":56},"8":{"text":"#{pop.hukou}","style":58},"9":{"text":"#{pop.laddress}","style":57},"10":{"text":"#{pop.jperson}","style":57},"11":{"style":52},"12":{"style":52},"13":{"style":52},"14":{"style":52},"15":{"style":52},"16":{"style":52},"17":{"style":52},"18":{"style":52},"19":{"style":52},"20":{"style":52},"21":{"style":52},"22":{"style":52},"23":{"style":52},"24":{"style":52},"25":{"style":52}},"isDrag":true,"height":35},"5":{"cells":{"2":{"text":""}},"isDrag":true},"len":99},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"groupField":"pop.update_by","freeze":"A1","dataRectWidth":1494,"background":false,"name":"sheet1","autofilter":{},"styles":[{"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6","color":"#ffffff"},{"color":"#ffffff"},{"align":"center"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center"},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8"},{"font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":8}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":8}},{"font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9}},{"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9},"align":"center","format":"date"},{"align":"center","font":{"name":"宋体"}},{"bgcolor":"#02a274","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"date"},{"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#f1f9f6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ddefe8","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"left"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"date"},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#9cc2e6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":10,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":10,"name":"宋体"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":9,"name":"宋体"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"宋体"},"align":"center","format":"normal"},{"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"name":"Microsoft YaHei"}},{"bgcolor":"#5b9cd6","color":"#ffffff","align":"center","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"name":"Microsoft YaHei"}},{"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#deeaf6","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#bdd7ee","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#ffffff","font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"normal"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center"},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"font":{"size":9,"name":"Microsoft YaHei"},"align":"center","format":"date2"}],"validations":[],"isGroup":true,"cols":{"0":{"width":48},"1":{"width":107},"3":{"width":91},"4":{"width":142},"5":{"width":130},"6":{"width":131},"7":{"width":235},"8":{"width":230},"9":{"width":148},"10":{"width":132},"len":50},"merges":[]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20201216185224_1608116008543.png', N'admin', N'2020-12-15 16:53:13.0000000', N'admin', N'2021-02-03 13:58:41.0000000', N'0', NULL, NULL, N'1', N'901', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1347373863746539520', N'20210108104603', N'实习证明', NULL, NULL, N'printinfo', N'{"loopBlockList":[],"area":{"sri":16,"sci":5,"eri":16,"eci":5,"width":147,"height":25},"excel_config_id":"1347373863746539520","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10,"layout":"portrait"},"rows":{"0":{"cells":{"0":{"text":""},"1":{"text":""}}},"1":{"cells":{"0":{"text":""}}},"3":{"cells":{"2":{"text":"","rendered":""}}},"5":{"cells":{},"height":29},"6":{"cells":{"2":{"text":"","style":2}},"height":34},"7":{"cells":{"2":{"merge":[0,4],"text":"实习证明","style":2}},"height":41},"8":{"cells":{"1":{"text":"","style":3},"2":{"text":""}}},"9":{"cells":{"1":{"text":"","style":3},"2":{"text":"","style":3},"3":{"text":""}},"isDrag":true,"height":33},"10":{"cells":{"2":{"text":"${tt.name}","style":11},"3":{"text":"同学在我公司与 2020年4月1日 至 2020年5月1日 实习。","style":19,"merge":[0,3],"height":34}},"height":34},"11":{"cells":{},"height":28},"12":{"cells":{"1":{"text":"","style":6},"2":{"style":13,"text":"${tt.pingjia}","merge":[3,4],"height":129}},"height":36},"13":{"cells":{},"height":29},"14":{"cells":{},"height":33},"15":{"cells":{},"height":31},"16":{"cells":{}},"17":{"cells":{"1":{"text":""},"2":{"text":"特此证明!","style":12}}},"20":{"cells":{"2":{"text":""},"3":{"text":"","style":3},"4":{"text":""}}},"21":{"cells":{"4":{"text":""}}},"22":{"cells":{"3":{"text":"","style":3},"4":{"text":"证明人:","style":11},"5":{"text":"${tt.lingdao}","style":12}}},"23":{"cells":{"4":{"text":""},"5":{"text":"${tt.shijian}","style":15}}},"len":100},"dbexps":[],"dicts":[],"freeze":"A1","dataRectWidth":576,"displayConfig":{},"background":{"path":"https://static.jeecg.com/designreport/images/11_1611283832037.png","repeat":"no-repeat","width":"","height":""},"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","font":{"size":14}},{"align":"center","font":{"size":16}},{"align":"right"},{"align":"left"},{"align":"left","valign":"top"},{"align":"left","valign":"top","textwrap":true},{"font":{"size":16}},{"align":"left","valign":"top","textwrap":false},{"textwrap":false},{"textwrap":true},{"align":"right","font":{"size":12}},{"font":{"size":12}},{"align":"left","valign":"top","textwrap":true,"font":{"size":12}},{"textwrap":true,"font":{"size":12}},{"align":"left","font":{"size":12}},{"font":{"size":12},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":14}},{"font":{"size":10}},{"textwrap":false,"font":{"size":12}}],"validations":[],"cols":{"0":{"width":69},"1":{"width":41},"4":{"width":119},"5":{"width":147},"6":{"width":31},"len":50},"merges":["C8:G8","D11:G11","C13:G16"]}', NULL, N'https://static.jeecg.com/designreport/images/未标题-1_1610074948259.png', N'admin', N'2021-01-08 10:46:04.0000000', N'admin', N'2021-04-05 18:47:08.0000000', N'0', NULL, NULL, N'1', N'122', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1347454742040809472', N'20210108161240', N'实例:年度各月份佣金收入', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":false,"printElWidth":718,"excel_config_id":"1347454742040809472","printElHeight":1047,"rows":{"1":{"cells":{"1":{"text":" ","virtual":"pZTpI3BKFw0lh6D7"},"2":{"text":"年度各月份佣金收入","style":23,"merge":[0,3],"virtual":"pZTpI3BKFw0lh6D7"},"3":{"style":24},"4":{"style":24},"5":{"style":24},"6":{"text":" "}},"height":37},"2":{"cells":{"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "}}},"4":{"cells":{"1":{"text":"查询年度2019"},"4":{"text":"查询机构:总公司"},"6":{"text":"单位:元"}}},"6":{"cells":{"1":{"text":"月份","style":12},"2":{"text":"佣金/主营业收入","style":12},"3":{"text":"累计","style":12},"4":{"text":"历史最低水平","style":12},"5":{"text":"历史平均水平","style":12},"6":{"text":"历史最高水平","style":12}}},"7":{"cells":{"1":{"text":"#{tmp_report_data_1.monty}","style":0},"2":{"text":"#{tmp_report_data_1.main_income}","style":0},"3":{"text":"#{tmp_report_data_1.total}","style":18},"4":{"text":"#{tmp_report_data_1.his_lowest}","style":0},"5":{"text":"#{tmp_report_data_1.his_average}","style":0},"6":{"text":"#{tmp_report_data_1.his_highest}","style":0}},"isDrag":true},"9":{"cells":{"1":{"merge":[1,1]}}},"len":99},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":678,"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true}},{"font":{"bold":true}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":false}},{"font":{"bold":false}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true},"align":"center"},{"font":{"bold":true},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true,"size":15},"align":"center"},{"font":{"bold":true,"size":15},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#01b0f1"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#33CCCC"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#33CCCC","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#33CCCC","align":"left"},{"font":{"bold":true,"size":16}},{"font":{"bold":true,"size":24}},{"font":{"bold":true,"size":22}},{"font":{"bold":true,"size":22},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"format":"usd"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"format":"rmb"},{"font":{"bold":true,"name":"黑体"}},{"font":{"bold":true,"name":"黑体","size":22}},{"font":{"bold":true,"name":"宋体","size":22}},{"font":{"bold":true,"name":"楷体","size":22}},{"font":{"bold":true,"name":"楷体","size":22},"align":"center"},{"align":"center"}],"validations":[],"cols":{"0":{"width":29},"1":{"width":111},"2":{"width":116},"4":{"width":122},"len":50},"merges":["B10:C11","C2:F2"],"imgList":[{"row":1,"col":1,"width":"148","height":"56","src":"https://static.jeecg.com/designreport/images/kunlunlog_1610591367645.png","layer_id":"pZTpI3BKFw0lh6D7","offsetX":0,"offsetY":0,"virtualCellRange":[[1,1],[1,2]]}]}', NULL, NULL, N'admin', N'2021-01-08 16:12:40.0000000', N'admin', N'2021-02-03 13:58:38.0000000', N'0', NULL, NULL, N'1', N'50', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1347459370216198144', N'20210108164121', N'实例:来源收入统计', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"chartList":[{"row":1,"col":1,"width":"624","height":"281","config":"{\"legend\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":\"12\"},\"top\":\"top\",\"left\":\"right\",\"orient\":\"vertical\",\"padding\":[25,20,25,10],\"data\":[\"中国石油全资(集团所属)\",\"中国石油全资(股份所属)\",\"中石油控股或有控股权\",\"中石油参股\",\"非中石油\"],\"show\":true},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"中国石油全资(集团所属)\",\"value\":38460270.57,\"itemStyle\":{\"color\":\"#E46C8A\"}},{\"name\":\"中国石油全资(股份所属)\",\"value\":227595.77,\"itemStyle\":{\"color\":\"#FCDE43\"}},{\"name\":\"中石油控股或有控股权\",\"value\":679926.75,\"itemStyle\":{\"color\":\"#01A8E1\"}},{\"name\":\"中石油参股\",\"value\":72062.75,\"itemStyle\":{\"color\":\"#99CC00\"}},{\"name\":\"非中石油\",\"value\":1698597.62,\"itemStyle\":{\"color\":\"#800080\"}}],\"isRadius\":false,\"roseType\":\"\",\"notCount\":false,\"center\":[320,180],\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":\"55%\",\"autoSort\":false}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"},\"formatter\":\"{b} : {c}\",\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"来源收入统计\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"center\",\"padding\":[5,20,5,10]},\"backgroundColor\":\"#fff\"}","url":"","extData":{"dataType":"sql","apiStatus":"","apiUrl":"","dataId":"4af57d343f1d6521b71b85097b580786","axisX":"biz_income","axisY":"total","series":"","yText":"total","xText":"biz_income","dbCode":"tmp_report_data_income","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"pie.simple","id":""},"layer_id":"nVUy533exgQ70OPb","offsetX":0,"offsetY":0,"virtualCellRange":[[1,1],[1,2],[1,3],[1,4],[1,5],[1,6],[1,7],[1,8]]}],"area":{"sri":8,"sci":5,"eri":8,"eci":5,"width":63,"height":25},"excel_config_id":"1347459370216198144","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"1":{"cells":{"1":{"text":" ","virtual":"nVUy533exgQ70OPb"},"2":{"text":" ","virtual":"nVUy533exgQ70OPb"},"3":{"text":" ","virtual":"nVUy533exgQ70OPb"},"4":{"text":" ","virtual":"nVUy533exgQ70OPb"},"5":{"text":" ","virtual":"nVUy533exgQ70OPb"},"6":{"text":" ","virtual":"nVUy533exgQ70OPb"},"7":{"text":" ","virtual":"nVUy533exgQ70OPb"},"8":{"text":" ","virtual":"nVUy533exgQ70OPb"}}},"3":{"cells":{}},"16":{"cells":{"1":{"text":"业务来源","style":1},"2":{"text":"保险经纪佣金费","style":1},"3":{"text":"风险咨询费","style":1},"4":{"text":"承保公证评估费","style":1},"5":{"text":"保险公证费","style":1},"6":{"text":"投标咨询费","style":1},"7":{"text":"内控咨询费","style":1},"8":{"text":"总计","style":1}}},"17":{"cells":{"1":{"text":"#{tmp_report_data_income.biz_income}","style":0},"2":{"text":"#{tmp_report_data_income.bx_jj_yongjin}","style":0},"3":{"text":"#{tmp_report_data_income.bx_zx_money}","style":0},"4":{"text":"#{tmp_report_data_income.chengbao_gz_money}","style":0},"5":{"text":"#{tmp_report_data_income.bx_gg_moeny}","style":0},"6":{"text":"#{tmp_report_data_income.tb_zx_money}","style":0},"7":{"text":"#{tmp_report_data_income.neikong_zx_money}","style":0},"8":{"text":"#{tmp_report_data_income.total}","style":0}},"isDrag":true,"height":24},"len":58},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":702,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#33CCCC"}],"validations":[],"cols":{"0":{"width":16},"1":{"width":105},"2":{"width":119},"3":{"width":87},"4":{"width":61},"5":{"width":63},"6":{"width":60},"7":{"width":91},"len":50},"merges":[]}', NULL, NULL, N'admin', N'2021-01-08 16:41:21.0000000', N'admin', N'2021-04-01 02:36:13.0000000', N'0', NULL, NULL, N'1', N'53', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1352160857479581696', N'20210121154924', N'redis', NULL, NULL, N'chartinfo', N'{"loopBlockList":[],"chartList":[{"row":1,"col":7,"width":"551","height":"350","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#211F1E\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#211E1E\"}},\"show\":false,\"name\":\"数量\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#171515\",\"fontSize\":12},\"rotate\":0,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#171515\"}},\"data\":[\"15:02:38\",\"15:02:39\",\"15:02:40\",\"15:02:41\",\"15:02:42\"],\"show\":true,\"name\":\"时间\"},\"grid\":{\"top\":60,\"left\":60,\"bottom\":60,\"right\":60},\"series\":[{\"areaStyle\":{\"color\":\"rgba(231,69,193,1)\",\"opacity\":0.2},\"data\":[59,59,59,59,59],\"showSymbol\":true,\"lineStyle\":{\"width\":5},\"symbolSize\":5,\"isArea\":true,\"name\":\"销量\",\"itemStyle\":{\"color\":\"rgba(241,71,214,1)\"},\"step\":false,\"label\":{\"show\":true,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":true}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":18}},\"title\":{\"show\":true,\"top\":0,\"text\":\"redis数量\",\"textStyle\":{\"color\":\"#9031C2\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"center\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"d4a29dfda94357308faf62be2b94db08","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"keysSizeForReport","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"line.area","id":"NbjJrEsYcliaQRGO"},"layer_id":"NbjJrEsYcliaQRGO","offsetX":0,"offsetY":0,"virtualCellRange":[[1,7],[1,8],[1,9],[1,10],[1,11],[1,12]]},{"row":1,"col":1,"width":"597","height":"350","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#2692DD\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#469BDC\"}},\"show\":false,\"name\":\"内存kb\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"splitLine\":{\"lineStyle\":{\"color\":\"#00FFF2\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"axisLabel\":{\"textStyle\":{\"color\":\"#398DD3\",\"fontSize\":12},\"rotate\":0,\"interval\":0},\"axisLine\":{\"lineStyle\":{\"color\":\"#1E88D0\"}},\"data\":[\"15:02:38\",\"15:02:39\",\"15:02:40\",\"15:02:41\",\"15:02:42\"],\"show\":true,\"name\":\"时间\"},\"grid\":{\"top\":60,\"left\":60,\"bottom\":60,\"right\":60},\"series\":[{\"areaStyle\":{\"color\":\"#74BCFF\",\"opacity\":0.3},\"data\":[875,875,875,875,875],\"showSymbol\":true,\"lineStyle\":{\"width\":5},\"symbolSize\":5,\"isArea\":true,\"name\":\"销量\",\"itemStyle\":{\"color\":\"#1890FF\"},\"step\":false,\"label\":{\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"},\"show\":true,\"position\":\"top\"},\"type\":\"line\",\"smooth\":true}],\"tooltip\":{\"textStyle\":{\"color\":\"#fff\",\"fontSize\":18},\"formatter\":\"{b} : {c}\",\"show\":true},\"title\":{\"show\":true,\"top\":5,\"text\":\"redis内存占用情况\",\"textStyle\":{\"color\":\"#4C87E4\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"center\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"6a1d22ca4c95e8fab655d3ceed43a84d","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"memoryForReport","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"line.area","id":"YW0FQUwafBUTagh3"},"layer_id":"YW0FQUwafBUTagh3","offsetX":0,"offsetY":0,"virtualCellRange":[[1,1],[1,2],[1,3],[1,4],[1,5],[1,6]]}],"area":false,"printElWidth":1565,"excel_config_id":"1352160857479581696","printElHeight":1047,"rows":{"1":{"cells":{"1":{"text":" ","virtual":"YW0FQUwafBUTagh3","style":19,"merge":[0,1]},"2":{"text":" ","virtual":"YW0FQUwafBUTagh3"},"3":{"style":19,"virtual":"YW0FQUwafBUTagh3"},"4":{"style":19,"virtual":"YW0FQUwafBUTagh3"},"5":{"style":19,"virtual":"YW0FQUwafBUTagh3"},"6":{"style":19,"virtual":"YW0FQUwafBUTagh3"},"7":{"text":" ","virtual":"NbjJrEsYcliaQRGO"},"8":{"text":" ","virtual":"NbjJrEsYcliaQRGO"},"9":{"text":" ","virtual":"NbjJrEsYcliaQRGO"},"10":{"text":" ","virtual":"NbjJrEsYcliaQRGO"},"11":{"text":" ","virtual":"NbjJrEsYcliaQRGO"},"12":{"text":" ","virtual":"NbjJrEsYcliaQRGO"}}},"2":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"3":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"4":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"5":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"6":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"7":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"8":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"9":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"10":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"11":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"12":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"13":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"14":{"cells":{"1":{"style":19},"2":{"style":19},"3":{"style":19},"4":{"style":19},"5":{"style":19},"6":{"style":19},"7":{"text":" "}}},"17":{"cells":{"1":{}}},"18":{"cells":{"1":{"text":"redis详细信息","style":5,"merge":[1,1]}}},"19":{"cells":{}},"20":{"cells":{"1":{"text":"key","merge":[0,1],"style":46},"2":{"text":" ","style":47},"3":{"merge":[0,1],"style":46,"text":"value"},"4":{"text":" ","style":47},"5":{"merge":[0,9],"style":46,"text":"desc"},"6":{"text":" ","style":47},"7":{"text":" ","style":47},"8":{"text":" ","style":47},"9":{"text":" ","style":47},"10":{"text":" ","style":47},"11":{"text":" ","style":47},"12":{"text":" ","style":47},"13":{"text":" ","style":47},"14":{"text":" ","style":47}}},"21":{"cells":{"1":{"merge":[0,1],"text":"#{infoForReport.key}","style":52},"2":{"text":" ","style":53},"3":{"merge":[0,1],"text":"#{infoForReport.value}","style":52},"4":{"text":" ","style":53},"5":{"text":"#{infoForReport.description}","style":52,"merge":[0,9]}}},"len":98},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":1500,"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"bold":true}},{"font":{"bold":true},"align":"center"},{"align":"center"},{"font":{"bold":true,"size":18},"align":"center"},{"align":"center","font":{"size":18}},{"font":{"bold":true,"size":14},"align":"center"},{"align":"center","font":{"size":14}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d8d8d8"},{"bgcolor":"#d8d8d8"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d8d8d8","align":"center"},{"bgcolor":"#d8d8d8","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#f2f2f2","align":"center"},{"bgcolor":"#f2f2f2","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#a5a5a5","align":"center"},{"bgcolor":"#a5a5a5","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#bfbfbf","align":"center"},{"bgcolor":"#bfbfbf","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff"},{"bgcolor":"#ffffff"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#f2f2f2"},{"bgcolor":"#f2f2f2"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#5b9cd6"},{"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#deeaf6","align":"center"},{"bgcolor":"#deeaf6","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#9cc2e6"},{"bgcolor":"#9cc2e6"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#93d051","align":"center"},{"bgcolor":"#93d051","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#a7d08c","align":"center"},{"bgcolor":"#a7d08c","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#c5e0b3","align":"center"},{"bgcolor":"#c5e0b3","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#deeaf6"},{"bgcolor":"#deeaf6"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#d5dce4"},{"bgcolor":"#d5dce4"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#93d051"},{"bgcolor":"#93d051"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#756f6f"},{"bgcolor":"#756f6f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#c5e0b3"},{"bgcolor":"#c5e0b3"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#a7d08c"},{"bgcolor":"#a7d08c"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#71ae47"},{"bgcolor":"#71ae47"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#01b0f1"},{"bgcolor":"#01b0f1"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#0170c1"},{"bgcolor":"#0170c1"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#8eaada"},{"bgcolor":"#8eaada"}],"validations":[],"cols":{"len":50},"merges":["D19:E19","F19:M19","D20:E20","F20:M20","B2:C2","B19:C20","B22:C22","D22:E22","B21:C21","D21:E21","F21:O21","F22:O22"]}', NULL, NULL, N'admin', N'2021-01-21 15:49:25.0000000', N'admin', N'2021-06-01 19:21:17.0000000', N'1', NULL, NULL, N'0', N'113', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'1cd9d574d0c42f3915046dc61d9f33bd', N'202012171553133795', N'企业实时报表副本3795', NULL, NULL, N'chartinfo', N'{"chartList":[{"row":6,"col":1,"width":"302","height":"337","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"江苏\",\"山东\",\"安徽\",\"江西\",\"河北\",\"吉林\",\"黑龙江\",\"重庆\",\"广东\",\"上海\",\"哈尔滨\",\"福建\",\"四川\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":false,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":20,\"left\":45,\"bottom\":16,\"right\":46},\"series\":[{\"barWidth\":13,\"data\":[100,800,1200,1700,2500,4000,5800,6500,7000,7500,8000,8800,9500],\"name\":\"销售额\",\"itemStyle\":{\"barBorderRadius\":5,\"color\":\"rgba(67,184,251,1)\"},\"label\":{\"show\":true,\"position\":\"right\",\"textStyle\":{\"color\":\"#689AFB\",\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[],\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"销售额省份排名\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339491107951640577","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"xiaoshoue","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"bar.multi.horizontal","chartId":"pie.doughnut"},"layer_id":"IFj1lg5S5aNG1wPx","offsetX":0,"offsetY":0,"virtualCellRange":[[6,1],[6,2],[6,3],[6,4]]},{"row":6,"col":10,"width":"247","height":"124","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"销售额\",\"value\":6000000,\"itemStyle\":{\"color\":\"rgba(43,193,254,1)\"}},{\"name\":\"其他\",\"value\":3400879,\"itemStyle\":{\"color\":\"rgba(42,45,76,0.59)\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"45%\",\"55%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"销售进度\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339498906765000705","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"xsjd","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"pie.doughnut","chartId":"pie.doughnut"},"layer_id":"Yb2TIGEAxnvN9ITx","offsetX":0,"offsetY":0,"virtualCellRange":[[6,10],[6,11]]},{"row":6,"col":12,"width":"244","height":"128","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"北京\",\"青岛\",\"合肥\",\"深圳\",\"石家庄\",\"重庆\",\"保定\",\"邯郸\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":false,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":10,\"left\":49,\"bottom\":16,\"right\":45},\"series\":[{\"barWidth\":9,\"data\":[80,500,800,1000,1200,1500,1600,2000],\"name\":\"销售额\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"rgba(146,119,252,1)\"},\"label\":{\"show\":true,\"position\":\"right\",\"textStyle\":{\"color\":\"#689AFB\",\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[],\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"销售额城市排名\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339495346077728770","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"chengshi","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"bar.multi.horizontal","chartId":"bar.multi.horizontal"},"layer_id":"qQHpevWlqElpRQUl","offsetX":0,"offsetY":0,"virtualCellRange":[[6,12],[6,13],[6,14]]},{"row":6,"col":15,"width":"230","height":"127","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"北京\",\"青岛\",\"合肥\",\"深圳\",\"石家庄\",\"重庆\",\"保定\",\"邯郸\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":false,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":10,\"left\":49,\"bottom\":20,\"right\":48},\"series\":[{\"barWidth\":9,\"data\":[80,500,800,1000,1200,1500,1600,2000],\"name\":\"销售额\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"rgba(146,119,252,1)\"},\"label\":{\"show\":true,\"position\":\"right\",\"textStyle\":{\"color\":\"#689AFB\",\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[],\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"某站点用户访问来源\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339495346077728770","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"chengshi","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"bar.multi.horizontal","chartId":"bar.multi.horizontal"},"layer_id":"phTmhkjHLebYlOEQ","offsetX":0,"offsetY":0,"virtualCellRange":[[6,15],[6,16],[6,17],[6,18]]},{"row":7,"col":5,"width":"430","height":"293","config":"{\"geo\":{\"map\":\"china\",\"zoom\":0.5,\"label\":{\"color\":\"#FFFFFF\",\"fontSize\":\"8\",\"show\":true},\"itemStyle\":{\"borderWidth\":0.5,\"areaColor\":\"#8284FB\",\"borderColor\":\"#000\"},\"emphasis\":{\"label\":{\"color\":\"#fff\"},\"itemStyle\":{\"areaColor\":\"#4195EF\"}},\"regions\":[],\"layoutSize\":600,\"roam\":true,\"layoutCenter\":[\"50%\",\"50%\"]},\"series\":[{\"encode\":{\"value\":[2]},\"data\":[{\"name\":\"河北\",\"value\":[114.502461,38.045474,279]},{\"name\":\"海南\",\"value\":[110.33119,20.031971,273]},{\"name\":\"山东\",\"value\":[117.000923,36.675807,229]},{\"name\":\"甘肃\",\"value\":[103.823557,36.058039,194]},{\"name\":\"宁夏\",\"value\":[106.278179,38.46637,193]},{\"name\":\"浙江\",\"value\":[120.153576,30.287459,177]},{\"name\":\"湖南\",\"value\":[112.982279,28.19409,119]},{\"name\":\"湖北\",\"value\":[114.298572,30.584355,79]},{\"name\":\"河南\",\"value\":[113.665412,34.757975,67]},{\"name\":\"北京\",\"value\":[116.405285,39.904989,58]},{\"name\":\"天津\",\"value\":[117.190182,39.125596,59]},{\"name\":\"上海\",\"value\":[121.472644,31.231706,63]}],\"name\":\"\",\"emphasis\":{\"label\":{\"show\":true}},\"itemStyle\":{\"color\":\"#FF1205\"},\"coordinateSystem\":\"geo\",\"label\":{\"formatter\":\"{b}\",\"show\":false,\"position\":\"right\"},\"type\":\"scatter\",\"symbolSize\":5}],\"chartType\":\"map\",\"tooltip\":{\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"主要城市空气质量\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"chartType":"map.scatter"},"layer_id":"YTri6J59av4gj1CY","offsetX":0,"offsetY":0,"virtualCellRange":[[7,5],[7,6],[7,7],[7,8]]},{"row":14,"col":12,"width":"244","height":"138","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"销售额\",\"value\":6000000,\"itemStyle\":{\"color\":\"rgba(43,193,254,1)\"}},{\"name\":\"其他\",\"value\":3400879,\"itemStyle\":{\"color\":\"rgba(42,45,76,0.59)\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"50%\",\"60%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339498906765000705","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"xsjd","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"pie.doughnut","chartId":"pie.doughnut"},"layer_id":"ARuuHLfjqV9l1tQD","offsetX":0,"offsetY":0,"virtualCellRange":[[14,12],[14,13],[14,14]]},{"row":14,"col":15,"width":"230","height":"139","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\",\"其他\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"销售额\",\"value\":6000000,\"itemStyle\":{\"color\":\"rgba(43,193,254,1)\"}},{\"name\":\"其他\",\"value\":3400879,\"itemStyle\":{\"color\":\"rgba(42,45,76,0.59)\"}}],\"isRadius\":true,\"roseType\":\"\",\"notCount\":false,\"name\":\"访问来源\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"color\":\"\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":[\"45%\",\"55%\"],\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"某站点用户访问来源\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339498906765000705","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"xsjd","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"pie.doughnut","chartId":""},"layer_id":"bcrMtWqTd2AJIjLd","offsetX":0,"offsetY":0,"virtualCellRange":[[14,15],[14,16],[14,17],[14,18]]},{"row":14,"col":10,"width":"244","height":"138","config":"{\"yAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"data\":[\"北京\",\"青岛\",\"合肥\",\"深圳\",\"石家庄\",\"重庆\",\"保定\",\"邯郸\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type\":\"category\"},\"xAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"axisLine\":{\"lineStyle\":{\"color\":\"#333\"}},\"show\":false,\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false},\"type \":\"value\"},\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"销售额\"],\"top\":\"top\",\"orient\":\"horizontal\",\"left\":\"center\",\"show\":false,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"grid\":{\"top\":10,\"left\":49,\"bottom\":15,\"right\":45},\"series\":[{\"barWidth\":9,\"data\":[80,500,800,1000,1200,1500,1600,2000],\"name\":\"销售额\",\"itemStyle\":{\"barBorderRadius\":0,\"color\":\"rgba(146,119,252,1)\"},\"label\":{\"show\":true,\"position\":\"right\",\"textStyle\":{\"color\":\"#698AFB\",\"fontSize\":\"10\",\"fontWeight\":\"normal\"}},\"type\":\"bar\",\"barMinHeight\":2,\"typeData\":[],\"textStyle\":{\"color\":\"black\",\"fontWeight\":\"bolder\"}}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":false,\"top\":5,\"text\":\"某站点用户访问来源\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"left\",\"padding\":[5,20,5,20]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339495346077728770","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"chengshi","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"bar.multi.horizontal","chartId":"bar.multi.horizontal"},"layer_id":"Y1kgYOWBHIVQdSN5","offsetX":0,"offsetY":0,"virtualCellRange":[[14,10],[14,11]]},{"row":20,"col":1,"width":"743","height":"150","config":"{\"yAxis\":{\"axisLabel\":{\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":\"10\"}},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"interval\":0,\"textStyle\":{\"color\":\"#FEFEFE\",\"fontSize\":\"10\"}},\"data\":[\"2020-01-09\",\"2020-01-12\",\"2020-01-14\",\"2020-01-16\",\"2020-01-18\"],\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"show\":true,\"name\":\"\",\"splitLine\":{\"lineStyle\":{\"color\":\"red\",\"width\":1,\"type\":\"solid\"},\"show\":false}},\"grid\":{\"top\":53,\"left\":22,\"bottom\":37,\"right\":20},\"series\":[{\"areaStyle\":{\"color\":\"#43B8FB\",\"opacity\":0.7},\"data\":[2,6,7,5,6],\"showSymbol\":true,\"lineStyle\":{\"width\":2},\"symbolSize\":5,\"isArea\":true,\"name\":\"销量\",\"itemStyle\":{\"color\":\"#43B8FB\"},\"step\":false,\"label\":{\"show\":false,\"position\":\"top\",\"textStyle\":{\"color\":\"black\",\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"line\",\"smooth\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":\"10\"}},\"title\":{\"show\":true,\"top\":14,\"text\":\"销售额增速\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontWeight\":\"normal\",\"fontSize\":\"14\"},\"left\":\"left\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"api","apiStatus":"1","dataId":"1339538388453195777","axisX":"name","axisY":"value","series":"type","yText":"","xText":"","dbCode":"zhexian","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"line.area","chartId":""},"layer_id":"uChrZaHYoV04MQpT","offsetX":0,"offsetY":0,"virtualCellRange":[[20,1],[20,2],[20,3],[20,4],[20,5],[20,6],[20,7],[20,8],[20,9]]}],"area":{"sri":4,"sci":5,"eri":4,"eci":5,"width":105,"height":38},"printElWidth":1800,"excel_config_id":"1339478701846433792","printElHeight":1047,"rows":{"0":{"cells":{}},"2":{"cells":{"1":{"merge":[0,17],"text":"企业实时销售数据","style":3}}},"3":{"cells":{},"height":35},"4":{"cells":{"1":{"text":" 销售额省份排名","style":32,"merge":[0,1],"virtual":"IFj1lg5S5aNG1wPx"},"2":{"style":32,"virtual":"IFj1lg5S5aNG1wPx"},"5":{"text":" 销售总额","style":69},"10":{"text":" 销售进度","style":43},"11":{"text":"","style":43},"13":{"text":" 销售额城市排名","style":32,"merge":[0,1]},"14":{"style":32},"15":{"text":" 个人业绩排名","style":32,"merge":[0,1]},"16":{"style":32},"17":{"text":"","style":32,"merge":[0,1]},"18":{"style":32}},"height":38},"5":{"cells":{"1":{"text":" Sales ranking points","virtual":"IFj1lg5S5aNG1wPx","style":62,"merge":[0,1]},"2":{"style":31},"5":{"text":"12436025","style":52,"merge":[1,0]},"6":{"merge":[1,0],"text":"元","style":22},"10":{"text":" Sales progress","style":33},"11":{"text":"","virtual":"Yb2TIGEAxnvN9ITx","style":33},"13":{"text":" Sales ranking","virtual":"qQHpevWlqElpRQUl","style":31},"14":{"style":32},"15":{"text":" Personal ranking","style":62,"merge":[0,1]},"16":{"style":62},"17":{"text":"","style":62,"merge":[0,1]},"18":{"style":62}},"height":24},"6":{"cells":{"1":{"text":"","merge":[0,1],"style":31,"virtual":"IFj1lg5S5aNG1wPx"},"2":{"style":31,"virtual":"IFj1lg5S5aNG1wPx"},"3":{"text":" ","virtual":"IFj1lg5S5aNG1wPx"},"4":{"text":" ","virtual":"IFj1lg5S5aNG1wPx"},"5":{"style":53},"6":{"style":22},"10":{"text":" ","virtual":"Yb2TIGEAxnvN9ITx"},"11":{"text":"","style":33,"virtual":"Yb2TIGEAxnvN9ITx"},"12":{"text":" ","virtual":"qQHpevWlqElpRQUl"},"13":{"text":"","virtual":"qQHpevWlqElpRQUl","style":31},"14":{"text":" ","virtual":"qQHpevWlqElpRQUl"},"15":{"text":" ","virtual":"phTmhkjHLebYlOEQ"},"16":{"text":" ","virtual":"phTmhkjHLebYlOEQ"},"17":{"text":" ","style":31,"virtual":"phTmhkjHLebYlOEQ"},"18":{"text":" ","virtual":"phTmhkjHLebYlOEQ"}}},"7":{"cells":{"5":{"style":53,"virtual":"YTri6J59av4gj1CY"},"6":{"style":22,"virtual":"YTri6J59av4gj1CY"},"7":{"text":" ","virtual":"YTri6J59av4gj1CY"},"8":{"text":" ","virtual":"YTri6J59av4gj1CY"}}},"8":{"cells":{"5":{"style":18,"text":"","virtual":"YTri6J59av4gj1CY"}}},"9":{"cells":{"5":{"style":21,"text":""}}},"10":{"cells":{"5":{"text":"","style":17}}},"12":{"cells":{"10":{"text":" 品类销售排名","style":43},"11":{"text":"","style":43},"13":{"text":" 品类销售额占比","style":43,"merge":[0,1]},"14":{"style":54},"15":{"text":" 一季度销售季度","style":43,"merge":[0,1]},"16":{"style":54},"17":{"text":"","style":43,"merge":[0,1]},"18":{"style":54}}},"13":{"cells":{"10":{"text":" Category Sales ranking","style":31},"11":{"text":"","style":31},"13":{"text":" Type of Sales ","style":31},"15":{"text":" Quarterly sales progree","style":58,"merge":[0,1]},"16":{"style":58},"17":{"text":"","style":58,"merge":[0,1]},"18":{"style":58}}},"14":{"cells":{"10":{"text":" ","virtual":"Y1kgYOWBHIVQdSN5"},"11":{"text":" ","virtual":"Y1kgYOWBHIVQdSN5"},"12":{"text":" ","virtual":"ARuuHLfjqV9l1tQD"},"13":{"text":" ","virtual":"ARuuHLfjqV9l1tQD"},"14":{"text":" ","virtual":"ARuuHLfjqV9l1tQD"},"15":{"text":" ","virtual":"bcrMtWqTd2AJIjLd"},"16":{"text":" ","virtual":"bcrMtWqTd2AJIjLd"},"17":{"text":" ","virtual":"bcrMtWqTd2AJIjLd"},"18":{"text":" ","virtual":"bcrMtWqTd2AJIjLd"}}},"15":{"cells":{},"height":15},"16":{"cells":{"11":{"text":"","style":43},"13":{"text":"","style":43,"merge":[0,1]},"14":{"style":54},"17":{"text":"","style":43,"merge":[0,1]},"18":{"style":54}}},"17":{"cells":{"11":{"text":"","style":31},"13":{"text":"","style":31},"17":{"text":"","merge":[0,1],"style":58},"18":{"style":58}}},"18":{"cells":{}},"20":{"cells":{"1":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"2":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"3":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"4":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"5":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"6":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"7":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"8":{"text":" ","virtual":"uChrZaHYoV04MQpT"},"9":{"text":" ","virtual":"uChrZaHYoV04MQpT"}},"height":39},"22":{"cells":{"10":{"text":"企业经营指标","style":74},"11":{"text":"1201043元","style":73},"13":{"text":"企业经营指标","style":74},"14":{"text":"1201043元","style":73},"16":{"text":"企业经营指标","style":74},"17":{"text":"1201043元","style":73}}},"23":{"cells":{"10":{"text":"企业经营指标1","style":74},"11":{"text":"1201043元","style":73},"13":{"text":"企业经营指标1","style":74},"14":{"text":"1201043元","style":73},"16":{"text":"企业经营指标1","style":74},"17":{"text":"1201043元","style":73}}},"26":{"cells":{},"height":33},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":1584,"background":{"path":"https://static.jeecg.com/designreport/images/bg55_1608205385382.png","repeat":"no-repeat","width":"1525","height":"700"},"name":"sheet1","autofilter":{},"styles":[{"color":"#ffffff"},{"color":"#ffffff","font":{"size":16}},{"color":"#ffffff","font":{"size":16},"align":"center"},{"color":"#ffffff","font":{"size":18},"align":"center"},{"font":{"size":18}},{"color":"#67b1ee"},{"color":"#67b1ee","font":{"size":14}},{"color":"#67b1ee","font":{"size":12}},{"font":{"size":14}},{"font":{"size":18},"bgcolor":"#ffffff"},{"font":{"size":18},"bgcolor":"#ffffff","color":"#ffffff"},{"font":{"size":16},"bgcolor":"#ffffff","color":"#ffffff"},{"color":"#67b1ee","font":{"size":12},"align":"right"},{"font":{"size":16},"bgcolor":"#ffffff","color":"#ffffff","align":"right"},{"color":"#67b1ee","font":{"size":12},"align":"center"},{"font":{"size":16}},{"font":{"size":16},"color":"#fe0000"},{"font":{"size":16},"color":"#fe0000","align":"center"},{"color":"#67b1ee","font":{"size":12},"align":"left"},{"align":"left"},{"align":"left","font":{"size":14}},{"align":"left","font":{"size":14},"color":"#ffffff"},{"font":{"size":14},"color":"#ffffff"},{"font":{"size":12},"color":"#ffffff"},{"font":{"size":12,"bold":true},"color":"#ffffff"},{"font":{"size":12,"bold":false},"color":"#ffffff"},{"font":{"size":11,"bold":false},"color":"#ffffff"},{"font":{"size":8}},{"font":{"size":9}},{"font":{"size":9},"color":"#67b1ee"},{"font":{"size":9},"color":"#67b1ee","valign":"top"},{"font":{"size":8},"color":"#67b1ee","valign":"top"},{"font":{"size":11,"bold":false},"color":"#ffffff","valign":"bottom"},{"font":{"size":8},"color":"#67b1ee"},{"color":"#67b1ee","font":{"size":12},"align":"left","valign":"bottom"},{"align":"left","valign":"bottom"},{"color":"#67b1ee","font":{"size":12},"align":"center","valign":"bottom"},{"align":"center","valign":"bottom"},{"color":"#67b1ee","font":{"size":12},"align":"left","valign":"middle"},{"align":"left","valign":"middle"},{"font":{"size":11}},{"font":{"size":11},"color":"#ffffff"},{"font":{"size":11},"color":"#ffffff","valign":"middle"},{"font":{"size":11},"color":"#ffffff","valign":"bottom"},{"color":"#ffffff","font":{"size":12},"align":"left","valign":"middle"},{"align":"left","valign":"middle","color":"#ffffff"},{"color":"#67b1ee","font":{"size":16}},{"color":"#ffff01","font":{"size":16}},{"color":"#ffffff","font":{"size":11},"align":"left","valign":"middle"},{"color":"#ffffff","font":{"size":14},"align":"left","valign":"middle"},{"color":"#ffff01","font":{"size":14},"align":"left","valign":"middle"},{"font":{"size":14},"color":"#ffff01"},{"color":"#ffff01","font":{"size":14},"align":"right","valign":"middle"},{"font":{"size":14},"color":"#ffff01","align":"right"},{"color":"#ffffff","valign":"bottom"},{"font":{"size":8},"bgcolor":"#67b1ee"},{"font":{"size":8},"bgcolor":"#ffffff"},{"font":{"size":8},"bgcolor":"#ffffff","color":"#67b1ee"},{"font":{"size":8},"bgcolor":"#ffffff","color":"#67b1ee","valign":"top"},{"font":{"size":8,"bold":false},"color":"#ffffff","valign":"bottom"},{"font":{"size":8,"bold":false},"color":"#ffffff","valign":"top"},{"font":{"size":8},"valign":"top"},{"font":{"size":8,"bold":false},"color":"#67b1ee","valign":"top"},{"color":"#ffffff","font":{"size":11},"align":"center","valign":"middle"},{"align":"center"},{"color":"#ffffff","font":{"size":11},"align":"right","valign":"middle"},{"align":"right"},{"color":"#ffffff","font":{"size":14},"align":"right","valign":"middle"},{"align":"right","font":{"size":14}},{"color":"#ffffff","font":{"size":11},"align":"left","valign":"bottom"},{"color":"#67b1ee","font":{"size":11}},{"color":"#67b1ee","font":{"size":11},"align":"center"},{"font":{"size":12}},{"font":{"size":12},"color":"#ffff01"},{"color":"#67b1ee","font":{"size":11},"align":"right"}],"validations":[],"cols":{"0":{"width":10},"3":{"width":102},"4":{"width":9},"5":{"width":105},"6":{"width":102},"8":{"width":124},"9":{"width":14},"10":{"width":136},"11":{"width":114},"12":{"width":15},"13":{"width":113},"14":{"width":129},"15":{"width":11},"len":27},"merges":["B7:C7","N17:O17","R17:S17","R18:S18","B3:S3","R6:S6","B5:C5","B6:C6","F6:F7","G6:G7","N5:O5","R5:S5","N13:O13","R13:S13","R14:S14","P5:Q5","P6:Q6","P14:Q14","P13:Q13"]}', NULL, N'https://static.jeecg.com/designreport/images/QQ截图20201218200943_1608293404719.png', N'admin', N'2021-01-18 13:21:10.0000000', N'admin', N'2021-02-03 14:01:28.0000000', N'0', NULL, NULL, N'0', N'660', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'519c1c6f4d1f584ae8fa5b43b45acdc7', N'56623333333', N'销售单', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":false,"excel_config_id":"519c1c6f4d1f584ae8fa5b43b45acdc7","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"1":{"text":"销售单","style":40,"merge":[0,6]}},"height":99},"1":{"cells":{"1":{"text":"商品编码","style":62},"2":{"text":"商品名称","style":62},"3":{"text":"销售时间","style":62},"4":{"text":"销售数量","style":62},"5":{"text":"定价","style":62},"6":{"text":"优惠价","style":62},"7":{"text":"付款金额","style":62}},"height":39},"2":{"cells":{"1":{"text":"#{xiaoshou.bianma}","style":61},"2":{"text":"#{xiaoshou.cname}","style":61},"3":{"text":"#{xiaoshou.ctime}","style":61},"4":{"text":"#{xiaoshou.cnum}","style":61},"5":{"text":"#{xiaoshou.cprice}","style":61},"6":{"text":"#{xiaoshou.yprice}","style":61},"7":{"text":"#{xiaoshou.ctotal}","style":61}},"isDrag":true,"height":35},"3":{"cells":{"1":{"style":44,"text":""},"5":{"style":44,"text":""},"6":{"text":"","style":45},"7":{"style":46,"text":"=SUM(H3)"}},"isDrag":true,"height":73},"5":{"cells":{},"isDrag":true},"6":{"cells":{},"isDrag":true},"7":{"cells":{"2":{"text":""}},"isDrag":true},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":703,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","color":"#000100"},{"align":"center","color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]}},{"border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]},"bgcolor":"#01b0f1"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#01b0f1"},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"size":18}},{"align":"center","font":{"size":18,"bold":true}},{"align":"center","font":{"size":16,"bold":true}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#fed964"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#fdc101"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#fdc101"},{"border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"align":"center"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#ffe59a"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#ffc001"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#fed964"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#ed7d31"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#5b9cd6"},{"align":"center","color":"#000100","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"align":"center"},{"font":{"size":8}},{"font":{"size":8},"color":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"bgcolor":"#9cc2e6"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#9cc2e6"},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]}},{"font":{"bold":true}},{"font":{"bold":true,"size":12}},{"font":{"bold":true,"size":16}},{"font":{"bold":true,"size":18}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"right"},{"align":"right"},{"align":"left"},{"align":"right","font":{"size":16}},{"align":"left","font":{"size":16}},{"align":"right","font":{"size":14}},{"align":"left","font":{"size":14}},{"align":"center","font":{"size":18,"bold":true,"name":"宋体"}},{"font":{"name":"宋体"}},{"align":"center","color":"#000100","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"align":"center","font":{"name":"宋体"}},{"align":"right","font":{"name":"宋体"}},{"align":"right","font":{"size":14,"name":"宋体"}},{"align":"left","font":{"size":14,"name":"宋体"}},{"align":"center","color":"#000100","border":{"bottom":["thin","#2e75b5"],"top":["thin","#2e75b5"],"left":["thin","#2e75b5"],"right":["thin","#2e75b5"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"align":"center","color":"#000100","bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center","font":{"name":"宋体"}},{"border":{"bottom":["thin","#ffff01"],"top":["thin","#ffff01"],"left":["thin","#ffff01"],"right":["thin","#ffff01"]},"align":"center","font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"宋体"}},{"align":"right","font":{"size":14,"name":"宋体"},"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","color":"#000100","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","color":"#000100","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","color":"#ffffff","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","color":"#ffffff","border":{"bottom":["thin","#2e75b5"],"top":["thin","#2e75b5"],"left":["thin","#2e75b5"],"right":["thin","#2e75b5"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","bgcolor":"#5b9cd6","font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}}],"validations":[],"cols":{"0":{"width":18},"1":{"width":102},"2":{"width":132},"3":{"width":147},"4":{"width":66},"5":{"width":66},"6":{"width":84},"7":{"width":88},"8":{"width":121},"len":50},"merges":["B1:H1"]}', N'', N'https://static.jeecg.com/designreport/images/xiaoshou_1607310086160.png', N'jeecg', N'2020-07-28 16:54:44.0000000', N'admin', N'2021-04-01 03:09:25.0000000', N'0', NULL, NULL, N'1', N'2085', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'537446834339098624', N'20210401114849', N'oo', NULL, NULL, N'printinfo', N'{"loopBlockList":[],"area":{"sri":3,"sci":4,"eri":3,"eci":4,"width":100,"height":25},"excel_config_id":"537446834339098624","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"3":{"cells":{"1":{"text":"#{pp.id}"},"2":{"text":"#{pp.cname}"},"3":{"text":"#{pp.cnum}"},"4":{"text":"#{pp.cprice}"}}},"len":98,"-1":{"cells":{"-1":{"text":"#{tt.id}"}}}},"dbexps":[],"dicts":[],"freeze":"A1","dataRectWidth":512,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[],"validations":[],"cols":{"2":{"width":109},"3":{"width":103},"len":50},"merges":[]}', NULL, NULL, N'admin', N'2021-04-01 03:48:50.0000000', N'admin', N'2021-04-01 05:56:45.0000000', N'1', NULL, NULL, N'0', N'49', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'53c82a76f837d5661dceec7d93afafec', N'5678', N'阜阳检票数查询', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":false,"printElWidth":718,"excel_config_id":"53c82a76f837d5661dceec7d93afafec","printElHeight":1047,"rows":{"0":{"cells":{"0":{"style":58},"1":{"text":"","style":66},"2":{"style":66},"3":{"style":67,"merge":[0,3],"text":"阜阳火车站检票数"},"4":{"style":67},"5":{"style":67},"6":{"style":67},"7":{"style":66},"8":{"style":66},"9":{"style":58}},"height":63},"1":{"cells":{"0":{"style":58},"1":{"style":66},"2":{"style":66},"3":{"style":66},"4":{"style":66},"5":{"style":66},"6":{"style":66},"7":{"style":66},"8":{"style":66},"9":{"style":58}},"height":20},"2":{"cells":{"0":{"style":58},"1":{"text":"日期:","style":68},"2":{"text":"${gongsi.tdata}","style":69},"3":{"style":66},"4":{"style":66,"text":"制表人:"},"5":{"text":"${gongsi.gname}","style":66},"6":{"style":66},"7":{"text":"","merge":[0,1],"style":70},"8":{"style":70},"9":{"style":58}},"isDrag":true},"3":{"cells":{"0":{"style":58},"1":{"text":"班次","merge":[1,0],"style":71},"2":{"text":"发车时间","merge":[1,0],"style":71},"3":{"text":"是否放空","merge":[1,0],"style":71},"4":{"text":"路线","merge":[0,1],"style":71},"5":{"style":72},"6":{"text":"核载座位数","merge":[1,0],"style":71},"7":{"merge":[1,0],"style":71,"text":"检票数"},"8":{"merge":[1,0],"style":71,"text":"实载率(%"},"9":{"style":58}}},"4":{"cells":{"0":{"style":58},"1":{"style":72},"2":{"style":71},"3":{"style":72},"4":{"text":"从","style":71},"5":{"text":"到","style":71},"6":{"style":72},"7":{"style":71},"8":{"style":72},"9":{"style":58}},"height":25},"5":{"cells":{"0":{"style":58},"1":{"style":73,"text":"#{jianpiao.bnum}"},"2":{"style":73,"text":"#{jianpiao.ftime}"},"3":{"style":73,"text":"#{jianpiao.sfkong}"},"4":{"style":73,"text":"#{jianpiao.kaishi}"},"5":{"style":73,"text":"#{jianpiao.jieshu}"},"6":{"style":73,"text":"#{jianpiao.hezairen}"},"7":{"style":73,"text":"#{jianpiao.jpnum}"},"8":{"style":73,"text":"#{jianpiao.shihelv}"},"9":{"style":58}},"height":33},"6":{"cells":{"1":{"text":"","style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}},"isDrag":true},"7":{"cells":{"1":{"style":11},"2":{"style":11,"text":""},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"8":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"9":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"10":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"11":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"12":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"13":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"14":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"len":96,"-1":{"cells":{"-1":{"text":"${gongsi.id}"}},"isDrag":true}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":701,"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"],"bottom":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"],"left":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"border":{"top":["thin","#000100"],"left":["thin","#000100"]}},{"border":{"top":["thin","#000100"]}},{"border":{"top":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"left":["thin","#000100"]}},{"border":{"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"left":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"top":["thin","#7f7f7f"]}},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"right":["thin","#7f7f7f"],"bottom":["thin","#7f7f7f"]}},{"border":{"bottom":["thin","#7f7f7f"]}},{"border":{"right":["thin","#7f7f7f"]}},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"bold":true}},{"font":{"bold":true}},{"font":{"bold":false}},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":true}},{"align":"center","font":{"bold":true}},{"align":"right"},{"align":"center","font":{"size":14,"bold":true}},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":true},"bgcolor":"#4371c6"},{"align":"center","font":{"bold":true},"bgcolor":"#4371c6"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#4371c6"},{"align":"center","font":{"bold":false},"bgcolor":"#4371c6"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#2e75b5"},{"align":"center","font":{"bold":false},"bgcolor":"#2e75b5"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#5b9cd6"},{"align":"center","font":{"bold":false},"bgcolor":"#5b9cd6"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#0170c1"},{"align":"center","font":{"bold":false},"bgcolor":"#0170c1"},{"font":{"bold":false},"color":"#7f7f7f"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#9cc2e6"},{"align":"center","font":{"bold":false},"bgcolor":"#9cc2e6"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#01b0f1"},{"align":"center","font":{"bold":false},"bgcolor":"#01b0f1"},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"bold":false},"bgcolor":"#5b9cd6"},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"bold":false},"bgcolor":"#9cc2e6"},{"align":"center","font":{"size":16,"bold":true},"valign":"bottom"},{"align":"center","font":{"size":22,"bold":true},"valign":"bottom"},{"align":"center","font":{"size":18,"bold":true},"valign":"bottom"},{"font":{"bold":false},"color":"#7f7f7f","align":"right"},{"color":"#7f7f7f"},{"font":{"name":"宋体"}},{"align":"center","font":{"size":18,"bold":true,"name":"宋体"},"valign":"bottom"},{"font":{"bold":false,"name":"宋体"},"color":"#7f7f7f","align":"right"},{"color":"#7f7f7f","font":{"name":"宋体"}},{"align":"right","font":{"name":"宋体"}},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"bold":false,"name":"宋体"},"bgcolor":"#9cc2e6"},{"align":"center","font":{"bold":false,"name":"宋体"},"bgcolor":"#9cc2e6"},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"name":"宋体"}},{"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"size":18,"bold":true,"name":"Microsoft YaHei"},"valign":"bottom"},{"font":{"bold":false,"name":"Microsoft YaHei"},"color":"#7f7f7f","align":"right"},{"color":"#7f7f7f","font":{"name":"Microsoft YaHei"}},{"align":"right","font":{"name":"Microsoft YaHei"}},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"bold":false,"name":"Microsoft YaHei"},"bgcolor":"#9cc2e6"},{"align":"center","font":{"bold":false,"name":"Microsoft YaHei"},"bgcolor":"#9cc2e6"},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"name":"Microsoft YaHei"}}],"validations":[],"cols":{"0":{"width":17},"1":{"width":118},"2":{"width":75},"3":{"width":54},"4":{"width":95},"5":{"width":109},"6":{"width":75},"7":{"width":75},"8":{"width":83},"9":{"width":30},"len":50},"merges":["E4:F4","B4:B5","C4:C5","D4:D5","G4:G5","H4:H5","I4:I5","D1:G1","H3:I3"]}', N'', N'https://static.jeecg.com/designreport/images/25_1597233573577.png', N'jeecg', N'2020-06-16 15:01:42.0000000', N'admin', N'2021-02-03 12:11:37.0000000', N'0', NULL, NULL, N'1', N'689', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'5485950d88c9918d03dece2ad24b4d72', N'202101081612408899', N'实例年度各月份佣金收入副本8899', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"area":{"sri":11,"sci":7,"eri":11,"eci":7,"width":100,"height":25},"printElWidth":749,"excel_config_id":"1347454742040809472","printElHeight":1047,"rows":{"1":{"cells":{"1":{"text":" ","virtual":"pZTpI3BKFw0lh6D7"},"2":{"text":"年度各月份佣金收入","style":23,"merge":[0,3],"virtual":"pZTpI3BKFw0lh6D7"},"3":{"style":24},"4":{"style":24},"5":{"style":24},"6":{"text":" "}},"height":37},"2":{"cells":{"1":{"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "}}},"4":{"cells":{"1":{"text":"查询年度2019"},"4":{"text":"查询机构:总公司"},"6":{"text":"单位:元"}}},"6":{"cells":{"1":{"text":"月份","style":12},"2":{"text":"佣金/主营业收入","style":12},"3":{"text":"累计","style":12},"4":{"text":"历史最低水平","style":12},"5":{"text":"历史平均水平","style":12},"6":{"text":"历史最高水平","style":12}}},"7":{"cells":{"1":{"text":"#{tmp_report_data_1.monty}","style":0},"2":{"text":"#{tmp_report_data_1.main_income}","style":0},"3":{"text":"#{tmp_report_data_1.total}","style":18},"4":{"text":"#{tmp_report_data_1.his_lowest}","style":0},"5":{"text":"#{tmp_report_data_1.his_average}","style":0},"6":{"text":"#{tmp_report_data_1.his_highest}","style":0}},"isDrag":true},"9":{"cells":{"1":{"merge":[1,1]}}},"len":99},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":703,"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true}},{"font":{"bold":true}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":false}},{"font":{"bold":false}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true},"align":"center"},{"font":{"bold":true},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true,"size":15},"align":"center"},{"font":{"bold":true,"size":15},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#01b0f1"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#33CCCC"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#33CCCC","align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#33CCCC","align":"left"},{"font":{"bold":true,"size":16}},{"font":{"bold":true,"size":24}},{"font":{"bold":true,"size":22}},{"font":{"bold":true,"size":22},"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"format":"usd"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"format":"rmb"},{"font":{"bold":true,"name":"黑体"}},{"font":{"bold":true,"name":"黑体","size":22}},{"font":{"bold":true,"name":"宋体","size":22}},{"font":{"bold":true,"name":"楷体","size":22}},{"font":{"bold":true,"name":"楷体","size":22},"align":"center"},{"align":"center"}],"validations":[],"cols":{"0":{"width":54},"1":{"width":111},"2":{"width":116},"4":{"width":122},"len":26},"merges":["B10:C11","C2:F2"],"imgList":[{"row":1,"col":1,"width":"148","height":"56","src":"https://static.jeecg.com/designreport/images/kunlunlog_1610591367645.png","layer_id":"pZTpI3BKFw0lh6D7","offsetX":0,"offsetY":0,"virtualCellRange":[[1,1],[1,2]]}]}', NULL, NULL, N'admin', N'2021-01-19 10:45:44.0000000', N'admin', N'2021-02-03 12:02:25.0000000', N'1', NULL, NULL, N'0', N'43', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'6059e405dd9c66a6d38e00841d2e40cc', N'566777', N'处方笺', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":{"sri":9,"sci":3,"eri":9,"eci":11,"width":593,"height":25},"printElWidth":718,"excel_config_id":"6059e405dd9c66a6d38e00841d2e40cc","printElHeight":1047,"rows":{"0":{"cells":{"3":{"style":80,"text":" "}},"height":96},"1":{"cells":{"1":{"style":24,"text":" "},"2":{"style":25,"text":" "},"3":{"style":25,"text":" "},"4":{"style":25,"text":" "},"5":{"style":25,"text":" "},"6":{"style":25,"text":" "},"7":{"style":25,"text":" "},"8":{"style":25,"text":" "},"9":{"style":25,"text":" "},"10":{"style":25,"text":" "},"11":{"style":25,"text":" "},"12":{"style":26,"text":" "}},"height":18},"2":{"cells":{"1":{"text":" ","style":27},"2":{"merge":[0,9],"text":"智能医学院处方笺","style":38},"3":{"style":12,"text":" "},"4":{"style":12,"text":" "},"5":{"style":12,"text":" "},"6":{"style":12,"text":" "},"7":{"style":12,"text":" "},"8":{"style":12,"text":" "},"9":{"text":" "},"10":{"style":12,"text":" "},"11":{"style":12,"text":" "},"12":{"style":28,"text":" "},"13":{"style":80,"text":" "}},"height":124},"3":{"cells":{"1":{"text":" ","style":46},"2":{"merge":[0,1],"text":"姓名:","style":4},"3":{"style":4,"text":" "},"4":{"text":"${yonghu.yphone}"},"5":{"text":"性别:","style":42},"6":{"text":"${yonghu.ysex}","style":42},"7":{"text":"年龄:","style":47},"8":{"text":"${yonghu.yage}"},"9":{"text":" "},"10":{"text":" ","style":42},"11":{"style":69,"text":" ","merge":[0,1]},"12":{"style":43,"text":" "},"13":{"style":80,"text":" "}},"isDrag":true},"4":{"cells":{"1":{"text":" ","style":74},"2":{"style":4,"merge":[0,1],"text":"单位:"},"3":{"style":4,"text":" "},"4":{"text":"${yonghu.danwei}"},"5":{"text":"电话:"},"6":{"text":"${yonghu.yphone}","merge":[0,5]},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "},"15":{"text":""}},"isDrag":true,"height":29},"5":{"cells":{"1":{"style":31,"text":" "},"2":{"merge":[0,1],"text":"初步诊断:","style":4},"3":{"text":" ","style":4},"4":{"text":"${yonghu.yjieguo}","merge":[0,7]},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "}},"isDrag":true,"height":34},"6":{"cells":{"1":{"text":" RP","merge":[0,2],"style":79},"2":{"style":11,"text":" "},"3":{"style":11,"text":" "},"4":{"style":39,"text":" "},"5":{"style":0,"text":" "},"6":{"style":0,"text":" "},"7":{"style":0,"text":" "},"8":{"style":0,"text":" "},"9":{"text":" "},"10":{"style":0,"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "},"14":{},"16":{}},"height":79},"7":{"cells":{"1":{"text":".","style":48},"2":{"text":"","style":1},"3":{"text":"#{yaopin.name}","merge":[0,1]},"5":{},"6":{},"7":{"text":"#{yaopin.percent}","merge":[0,1]},"9":{},"10":{},"11":{"text":""},"12":{"style":28,"text":" "},"14":{}},"isDrag":true,"height":37},"8":{"cells":{"1":{"style":31,"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "}},"height":27},"9":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"医嘱:","style":76},"3":{"text":"${yonghu.yizhu}","style":6,"merge":[0,8]},"12":{"style":28,"text":" "}},"isDrag":true},"10":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"药品费","style":6,"merge":[0,1]},"3":{"text":" "},"4":{"text":"${yonghu.yprice}","style":6},"5":{"text":"中成药费","style":6,"rendered":"","merge":[0,1]},"7":{"style":6,"text":" "},"8":{"text":"治疗费","merge":[0,2],"style":6},"9":{"text":" "},"10":{"text":" "},"11":{"style":6,"text":" "},"12":{"style":28,"text":" "}},"isDrag":true},"11":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"检查费","style":6,"merge":[0,1]},"3":{"text":" "},"4":{"style":6,"text":" "},"5":{"text":"换药费","style":6,"merge":[0,1]},"7":{"style":6,"text":" "},"8":{"merge":[0,2],"text":"诊疗费","style":6},"9":{"text":" "},"10":{"text":" "},"11":{"text":"${yonghu.yzhenliao}","style":6},"12":{"style":28,"text":" "}},"isDrag":true},"12":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"注射费","style":6,"merge":[0,1]},"3":{"text":" "},"4":{"style":6,"merge":[0,3],"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"merge":[0,2],"text":"其他","style":6},"9":{"text":" "},"10":{"text":" "},"11":{"style":6,"text":" "},"12":{"style":28,"text":" "}}},"13":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"合计","style":6,"merge":[0,1]},"3":{"text":" "},"4":{"text":"${yonghu.ytotal}","style":6,"merge":[0,7]},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "}},"isDrag":true},"14":{"cells":{"1":{"style":31,"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "},"13":{"style":80,"text":" "}},"height":9},"15":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"医师:","style":4,"rendered":"","merge":[0,1]},"4":{"text":"${yonghu.yishe}","style":80},"5":{"style":80,"text":" "},"6":{"style":80,"text":" "},"7":{"style":80,"text":" "},"8":{"text":"日期:","style":4},"9":{"text":"${yonghu.kdata}","style":80,"merge":[0,2]},"12":{"style":71,"text":" "},"13":{"style":80,"text":" "}},"isDrag":true,"height":43},"16":{"cells":{"1":{"style":31,"text":" "},"2":{"style":80,"text":" "},"3":{"style":80,"text":" "},"4":{"style":80,"text":" "},"5":{"style":80,"text":" "},"6":{"style":80,"text":" "},"7":{"style":80,"text":" "},"8":{"style":80,"text":" "},"9":{"style":80,"text":" "},"10":{"style":80,"text":" "},"11":{"style":80,"text":" "},"12":{"style":28,"text":" "}},"height":17},"17":{"cells":{"1":{"text":" ","style":32},"2":{"text":" ","style":33},"3":{"style":33,"text":" "},"4":{"text":" ","style":33},"5":{"text":" ","style":33},"6":{"text":" ","style":33},"7":{"text":" ","style":33},"8":{"text":" ","style":33},"9":{"text":" ","style":33},"10":{"text":" ","style":33},"11":{"text":" ","style":33},"12":{"text":" ","style":34}}},"18":{"cells":{"11":{"text":""}},"isDrag":true},"len":94,"-1":{"cells":{"-1":{"text":"#{yaopin.key1}"}},"isDrag":true},"":{"cells":{"NaN":{"text":"","rendered":""}}}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":709,"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"size":12}},{"font":{"size":10}},{"font":{"size":12},"align":"right"},{"font":{"size":14}},{"align":"right"},{"font":{"size":10},"align":"right"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center"},{"align":"center"},{"font":{"size":12},"align":"center"},{"font":{"size":12,"bold":true},"align":"center"},{"align":"center","font":{"bold":true}},{"font":{"size":14,"bold":true},"align":"center"},{"border":{"top":["thin","#000"],"left":["thin","#000"]}},{"border":{"top":["thin","#000"]}},{"border":{"top":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":14,"bold":true},"align":"center","border":{"left":["thin","#000"]}},{"border":{"right":["thin","#000"]}},{"font":{"size":12},"border":{"left":["thin","#000"]}},{"font":{"size":10},"border":{"left":["thin","#000"]}},{"border":{"left":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"]}},{"border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"right":["thin","#000"]}},{"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":14,"bold":true},"align":"center","border":{"left":["thick","#000"]}},{"border":{"right":["thick","#000"]}},{"font":{"size":12},"border":{"left":["thick","#000"]}},{"font":{"size":10},"border":{"left":["thick","#000"]}},{"border":{"left":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]}},{"border":{"bottom":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":15},"border":{"left":["thick","#000"]}},{"font":{"size":15}},{"align":"left"},{"font":{"size":14,"bold":true},"align":"center","border":{"bottom":["thick","#000"]}},{"font":{"size":12,"bold":true}},{"font":{"size":12,"bold":true},"align":"center","border":{"bottom":["thick","#000"]}},{"font":{"size":10},"border":{"left":["thick","#000"]},"valign":"bottom"},{"font":{"size":10},"valign":"bottom"},{"valign":"bottom"},{"align":"right","border":{"top":["thick","#000"]}},{"align":"left","border":{"top":["thick","#000"]}},{"font":{"size":10},"border":{"left":["thick","#000"]},"valign":"bottom","align":"right"},{"font":{"size":10},"valign":"bottom","align":"right"},{"font":{"size":10},"border":{"left":["thick","#000"]},"align":"right"},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":true},{"font":{"size":10},"textwrap":true},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":false},{"font":{"size":10},"textwrap":false},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":false,"align":"right"},{"font":{"size":10},"textwrap":false,"align":"right"},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":false,"align":"left"},{"font":{"size":10},"textwrap":false,"align":"left"},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":false,"align":"center"},{"font":{"size":10},"textwrap":false,"align":"center"},{"font":{"size":15},"border":{"left":["thick","#000"]},"align":"right"},{"font":{"size":15},"align":"right"},{"font":{"size":15},"border":{"left":["thick","#000"]},"align":"center"},{"font":{"size":10},"border":{"left":["thin","#000"]},"valign":"bottom","align":"right"},{"font":{"size":10},"valign":"bottom","border":{"right":["thin","#000"]}},{"font":{"size":10},"border":{"left":["thin","#000"]},"align":"right"},{"font":{"size":10},"border":{"left":["thin","#000"]},"textwrap":false,"align":"left"},{"font":{"size":10},"border":{"right":["thin","#000"]}},{"font":{"size":15},"border":{"left":["thin","#000"]},"align":"center"},{"align":"left","border":{"right":["thin","#000"]}},{"font":{"size":10},"valign":"bottom","border":{"right":["thick","#000"]}},{"font":{"size":10},"border":{"right":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]}},{"font":{"size":10},"align":"left"},{"border":{"left":["thick","#000"]},"align":"center"},{"border":{"left":["thick","#000"]},"align":"right"},{"border":{"bottom":["thick","#000"],"top":["thick","#000"],"left":["thick","#000"],"right":["thick","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right"},{"font":{"size":10},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":10},"align":"left","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":15,"bold":true},"border":{"left":["thick","#000"]},"align":"center"},{},{"font":{"size":15,"bold":true},"align":"center"},{"align":"right","border":{"top":["thin","#000"],"left":["thin","#000"]}},{"font":{"size":14,"bold":true},"align":"center","border":{"bottom":["thick","#000"],"top":["thick","#000"],"left":["thick","#000"],"right":["thick","#000"]}}],"validations":[],"cols":{"0":{"width":23},"1":{"width":14},"2":{"width":56},"3":{"width":40},"4":{"width":156},"5":{"width":41},"6":{"width":18},"7":{"width":92},"8":{"width":58},"9":{"width":20},"10":{"width":20},"11":{"width":148},"12":{"width":12},"13":{"width":11},"len":50},"merges":["C3:E3","C7:E7","H3:I3","H7:I7","C7:E7","H7:I7","I11:K11","I12:K12","I13:K13","E13:H13","C11:D11","C12:D12","C13:D13","C14:D14","L4:M4","C3:L3","B7:D7","C4:D4","C5:D5","E14:L14","G5:L5","C6:D6","E6:L6","D8:E8","H8:I8","C16:D16","J16:L16","F11:G11","F12:G12","D10:L10"]}', N'', N'https://static.jeecg.com/designreport/images/处方_1607071731580.png', N'jeecg', N'2020-07-10 17:12:16.0000000', N'admin', N'2021-02-03 14:03:05.0000000', N'0', NULL, NULL, N'1', N'846', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'6d6bdcb5e820c301ea32789e3ae43c44', N'1223', N'供电公司抢修单', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":{"sri":14,"sci":8,"eri":14,"eci":8,"width":100,"height":67},"printElWidth":718,"excel_config_id":"6d6bdcb5e820c301ea32789e3ae43c44","printElHeight":1047,"rows":{"0":{"cells":{},"height":11},"1":{"cells":{"1":{"text":"供电公司抢修竣工单","merge":[0,5],"style":39},"2":{"style":39},"3":{"style":39},"4":{"style":39},"5":{"style":39},"6":{"style":39}},"height":56},"2":{"cells":{"1":{"text":"填报单位:","style":26},"2":{"text":"#{qiangxiu.danwei}","style":27},"3":{"style":27},"4":{"text":"","style":27},"5":{"text":"填报日期:","style":26},"6":{"text":"#{qiangxiu.time}","style":27}}},"3":{"cells":{"1":{"text":"填报名称:","style":26},"2":{"text":"#{qiangxiu.ktime}","style":27},"3":{"style":27},"4":{"style":27},"5":{"text":"项目编号:","style":26},"6":{"text":"#{qiangxiu.wtime}","style":27}}},"4":{"cells":{"1":{"style":28},"2":{"style":28},"3":{"style":28},"4":{"style":28},"5":{"style":28},"6":{"style":28}},"height":10},"5":{"cells":{"1":{"text":"项目批准核算","style":29},"2":{"text":"#{qiangxiu.yusuan}","style":30,"merge":[0,4]}},"height":89},"6":{"cells":{"1":{"text":"开工日期","style":32},"2":{"style":33,"text":"#{qiangxiu.ktime}","merge":[0,1]},"3":{"style":28},"4":{"style":34,"text":"完工日期"},"5":{"style":33,"merge":[0,1],"text":"#{qiangxiu.wtime}"},"6":{"style":28}},"height":31},"7":{"cells":{"1":{"text":"完工主要内容","style":32},"2":{"style":33,"text":"#{qiangxiu.neirong}","merge":[0,4]}},"height":71},"8":{"cells":{"1":{"text":"形成能力","style":32},"2":{"style":33,"merge":[0,4],"text":"#{qiangxiu.nengli}"},"3":{"style":28},"4":{"style":28},"5":{"style":28},"6":{"style":28}},"height":49},"9":{"cells":{"1":{"text":"目标效益验收意见","style":32},"2":{"style":35,"text":"#{qiangxiu.yijian}","rendered":"","merge":[0,4]}},"height":100},"10":{"cells":{"1":{"style":37,"text":" ","merge":[0,3]},"2":{"style":28},"3":{"style":28},"4":{"style":28},"5":{"style":37,"text":"#{qiangxiu.time1}","merge":[0,1]},"6":{"style":28}}},"11":{"cells":{"1":{"text":"实施质量验收评价","style":32},"2":{"style":35,"text":"#{qiangxiu.pingjia}","merge":[0,4]}},"height":99},"12":{"cells":{"1":{"style":33,"merge":[0,3]},"2":{"style":28},"3":{"style":28},"4":{"style":28},"5":{"style":33,"merge":[0,1],"text":"#{qiangxiu.time1}"},"6":{"style":28}}},"13":{"cells":{"1":{"text":"验收总结","style":32},"2":{"style":35,"text":"#{qiangxiu.zongjie}","merge":[0,4],"rendered":""}},"height":80},"14":{"cells":{"1":{"text":"责任单位意见","style":32},"2":{"style":33,"merge":[0,4],"text":"#{qiangxiu.zongjie}"}},"height":67},"15":{"cells":{"1":{"text":"责任单位审核人","style":32},"2":{"style":33,"merge":[0,1],"text":"#{qiangxiu.dshenhe}"},"3":{"style":28},"4":{"style":34,"text":"日期"},"5":{"style":33,"text":"#{qiangxiu.time3}","merge":[0,1]},"6":{"style":28}},"height":42},"16":{"cells":{"1":{"text":"生技部审批意见","style":32},"2":{"style":33,"text":"#{qiangxiu.dshenhe}","merge":[0,4]}},"height":107},"17":{"cells":{"1":{"text":"生技部主任","style":32},"2":{"style":33,"merge":[0,1],"text":"#{qiangxiu.zhuren}"},"3":{"style":28},"4":{"style":34,"text":"日期"},"5":{"style":33,"text":"#{qiangxiu.time4}","merge":[0,1]},"6":{"style":28}},"height":41},"18":{"cells":{"1":{"style":28},"2":{"style":28},"3":{"style":28},"4":{"style":28},"5":{"style":28},"6":{"style":28}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":699,"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#9cc2e6"},{"bgcolor":"#9cc2e6"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff"},{"bgcolor":"#ffffff"},{"align":"center"},{"align":"center","font":{"size":14}},{"align":"center","font":{"size":14,"bold":true}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right"},{"align":"right"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"left"},{"align":"left"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true},{"textwrap":true},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":false},{"textwrap":false},{"align":"center","font":{"size":18,"bold":true}},{"align":"center","font":{"size":16,"bold":true}},{"align":"right","color":"#7f7f7f"},{"color":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff","font":{"bold":true}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff","font":{"bold":false}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":false}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right","font":{"bold":true}},{"align":"center","font":{"size":16,"bold":true,"name":"宋体"}},{"align":"right","color":"#7f7f7f","font":{"name":"宋体"}},{"color":"#7f7f7f","font":{"name":"宋体"}},{"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff","font":{"bold":true,"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#ffffff","font":{"name":"宋体"}},{"bgcolor":"#ffffff","font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"bold":true,"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right","font":{"bold":true,"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"宋体"}},{"textwrap":true,"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"left","font":{"name":"宋体"}},{"align":"center","font":{"size":16,"bold":false,"name":"宋体"}},{"align":"center","font":{"size":18,"bold":true,"name":"宋体"}}],"validations":[],"cols":{"0":{"width":23},"1":{"width":117},"3":{"width":108},"4":{"width":127},"5":{"width":76},"6":{"width":148},"7":{"width":13},"len":50},"merges":["C7:D7","F7:G7","B2:G2","C9:G9","B11:E11","F11:G11","B13:E13","F13:G13","C16:D16","C18:D18","F16:G16","F18:G18","C10:G10","C8:G8","C6:G6","C12:G12","C14:G14","C15:G15","C17:G17"]}', N'', N'https://static.jeecg.com/designreport/images/222_1607311944321.png', N'jeecg', N'2020-07-20 19:37:54.0000000', N'admin', N'2021-02-03 14:00:39.0000000', N'0', NULL, NULL, N'1', N'177', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'6df599d933df24de007764d0e98eb105', N'5667774539', N'处方笺副本4539', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":false,"printElWidth":718,"excel_config_id":"6df599d933df24de007764d0e98eb105","printElHeight":1047,"rows":{"0":{"cells":{"3":{"style":80,"text":" "}},"height":96},"1":{"cells":{"1":{"style":24,"text":" "},"2":{"style":25,"text":" "},"3":{"style":25,"text":" "},"4":{"style":25,"text":" "},"5":{"style":25,"text":" "},"6":{"style":25,"text":" "},"7":{"style":25,"text":" "},"8":{"style":25,"text":" "},"9":{"style":25,"text":" "},"10":{"style":25,"text":" "},"11":{"style":25,"text":" "},"12":{"style":26,"text":" "}},"height":18},"2":{"cells":{"1":{"text":" ","style":27},"2":{"merge":[0,9],"text":"智能医学院处方笺","style":38},"3":{"style":12,"text":" "},"4":{"style":12,"text":" "},"5":{"style":12,"text":" "},"6":{"style":12,"text":" "},"7":{"style":12,"text":" "},"8":{"style":12,"text":" "},"9":{"text":" "},"10":{"style":12,"text":" "},"11":{"style":12,"text":" "},"12":{"style":28,"text":" "},"13":{"style":80,"text":" "}},"height":124},"3":{"cells":{"1":{"text":" ","style":46},"2":{"merge":[0,1],"text":"姓名:","style":4},"3":{"style":4,"text":" "},"4":{"text":"${yonghu.yphone}"},"5":{"text":"性别:","style":42},"6":{"text":"${yonghu.ysex}","style":42},"7":{"text":"年龄:","style":47},"8":{"text":"${yonghu.yage}"},"9":{"text":" "},"10":{"text":" ","style":42},"11":{"style":69,"text":" ","merge":[0,1]},"12":{"style":43,"text":" "},"13":{"style":80,"text":" "}},"isDrag":true},"4":{"cells":{"1":{"text":" ","style":74},"2":{"style":4,"merge":[0,1],"text":"单位:"},"3":{"style":4,"text":" "},"4":{"text":"${yonghu.danwei}"},"5":{"text":"电话:"},"6":{"text":"${yonghu.yphone}","merge":[0,5]},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "},"15":{"text":""}},"isDrag":true,"height":29},"5":{"cells":{"1":{"style":31,"text":" "},"2":{"merge":[0,1],"text":"初步诊断:","style":4},"3":{"text":" ","style":4},"4":{"text":"${yonghu.yjieguo}","merge":[0,7]},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "}},"isDrag":true,"height":34},"6":{"cells":{"1":{"text":" RP","merge":[0,2],"style":79},"2":{"style":11,"text":" "},"3":{"style":11,"text":" "},"4":{"style":39,"text":" "},"5":{"style":0,"text":" "},"6":{"style":0,"text":" "},"7":{"style":0,"text":" "},"8":{"style":0,"text":" "},"9":{"text":" "},"10":{"style":0,"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "},"14":{},"16":{}},"height":79},"7":{"cells":{"1":{"text":".","style":48},"2":{"text":"","style":1},"3":{"text":"#{yaopin.name}","merge":[0,1]},"5":{},"6":{},"7":{"text":"#{yaopin.percent}","merge":[0,1]},"9":{},"10":{},"11":{"text":""},"12":{"style":28,"text":" "},"14":{}},"isDrag":true,"height":37},"8":{"cells":{"1":{"style":31,"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "}},"height":27},"9":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"医嘱:","style":76},"3":{"text":"${yonghu.yizhu}","style":6,"merge":[0,8]},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "}},"isDrag":true},"10":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"药品费","style":6,"merge":[0,1]},"3":{"text":" "},"4":{"text":"${yonghu.yprice}","style":6},"5":{"merge":[0,1],"text":"中成药费","style":6},"6":{"text":" "},"7":{"style":6,"text":" "},"8":{"text":"治疗费","merge":[0,2],"style":6},"9":{"text":" "},"10":{"text":" "},"11":{"style":6,"text":" "},"12":{"style":28,"text":" "}},"isDrag":true},"11":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"检查费","style":6,"merge":[0,1]},"3":{"text":" "},"4":{"style":6,"text":" "},"5":{"merge":[0,1],"text":"换药费","style":6},"6":{"text":" "},"7":{"style":6,"text":" "},"8":{"merge":[0,2],"text":"诊疗费","style":6},"9":{"text":" "},"10":{"text":" "},"11":{"text":"${yonghu.yzhenliao}","style":6},"12":{"style":28,"text":" "}},"isDrag":true},"12":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"注射费","style":6,"merge":[0,1]},"3":{"text":" "},"4":{"style":6,"merge":[0,3],"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"merge":[0,2],"text":"其他","style":6},"9":{"text":" "},"10":{"text":" "},"11":{"style":6,"text":" "},"12":{"style":28,"text":" "}}},"13":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"合计","style":6,"merge":[0,1]},"3":{"text":" "},"4":{"text":"${yonghu.ytotal}","style":6,"merge":[0,7]},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "}},"isDrag":true},"14":{"cells":{"1":{"style":31,"text":" "},"2":{"text":" "},"3":{"text":" "},"4":{"text":" "},"5":{"text":" "},"6":{"text":" "},"7":{"text":" "},"8":{"text":" "},"9":{"text":" "},"10":{"text":" "},"11":{"text":" "},"12":{"style":28,"text":" "},"13":{"style":80,"text":" "}},"height":9},"15":{"cells":{"1":{"style":31,"text":" "},"2":{"text":"医师:","style":4,"merge":[0,1]},"3":{"text":" "},"4":{"text":"${yonghu.yishe}","style":80},"5":{"style":80,"text":" "},"6":{"style":80,"text":" "},"7":{"style":80,"text":" "},"8":{"text":"日期:","style":4},"9":{"text":"${yonghu.kdata}","style":80,"merge":[0,2]},"10":{"text":" "},"11":{"text":" "},"12":{"style":71,"text":" "},"13":{"style":80,"text":" "}},"isDrag":true,"height":43},"16":{"cells":{"1":{"style":31,"text":" "},"2":{"style":80,"text":" "},"3":{"style":80,"text":" "},"4":{"style":80,"text":" "},"5":{"style":80,"text":" "},"6":{"style":80,"text":" "},"7":{"style":80,"text":" "},"8":{"style":80,"text":" "},"9":{"style":80,"text":" "},"10":{"style":80,"text":" "},"11":{"style":80,"text":" "},"12":{"style":28,"text":" "}},"height":17},"17":{"cells":{"1":{"text":" ","style":32},"2":{"text":" ","style":33},"3":{"style":33,"text":" "},"4":{"text":" ","style":33},"5":{"text":" ","style":33},"6":{"text":" ","style":33},"7":{"text":" ","style":33},"8":{"text":" ","style":33},"9":{"text":" ","style":33},"10":{"text":" ","style":33},"11":{"text":" ","style":33},"12":{"text":" ","style":34}}},"18":{"cells":{"11":{"text":""}},"isDrag":true},"len":94,"-1":{"cells":{"-1":{"text":"#{yaopin.key1}"}},"isDrag":true},"":{"cells":{"NaN":{"text":"","rendered":""}}}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":798,"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"size":12}},{"font":{"size":10}},{"font":{"size":12},"align":"right"},{"font":{"size":14}},{"align":"right"},{"font":{"size":10},"align":"right"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center"},{"align":"center"},{"font":{"size":12},"align":"center"},{"font":{"size":12,"bold":true},"align":"center"},{"align":"center","font":{"bold":true}},{"font":{"size":14,"bold":true},"align":"center"},{"border":{"top":["thin","#000"],"left":["thin","#000"]}},{"border":{"top":["thin","#000"]}},{"border":{"top":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":14,"bold":true},"align":"center","border":{"left":["thin","#000"]}},{"border":{"right":["thin","#000"]}},{"font":{"size":12},"border":{"left":["thin","#000"]}},{"font":{"size":10},"border":{"left":["thin","#000"]}},{"border":{"left":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"]}},{"border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"right":["thin","#000"]}},{"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":14,"bold":true},"align":"center","border":{"left":["thick","#000"]}},{"border":{"right":["thick","#000"]}},{"font":{"size":12},"border":{"left":["thick","#000"]}},{"font":{"size":10},"border":{"left":["thick","#000"]}},{"border":{"left":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]}},{"border":{"bottom":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":15},"border":{"left":["thick","#000"]}},{"font":{"size":15}},{"align":"left"},{"font":{"size":14,"bold":true},"align":"center","border":{"bottom":["thick","#000"]}},{"font":{"size":12,"bold":true}},{"font":{"size":12,"bold":true},"align":"center","border":{"bottom":["thick","#000"]}},{"font":{"size":10},"border":{"left":["thick","#000"]},"valign":"bottom"},{"font":{"size":10},"valign":"bottom"},{"valign":"bottom"},{"align":"right","border":{"top":["thick","#000"]}},{"align":"left","border":{"top":["thick","#000"]}},{"font":{"size":10},"border":{"left":["thick","#000"]},"valign":"bottom","align":"right"},{"font":{"size":10},"valign":"bottom","align":"right"},{"font":{"size":10},"border":{"left":["thick","#000"]},"align":"right"},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":true},{"font":{"size":10},"textwrap":true},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":false},{"font":{"size":10},"textwrap":false},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":false,"align":"right"},{"font":{"size":10},"textwrap":false,"align":"right"},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":false,"align":"left"},{"font":{"size":10},"textwrap":false,"align":"left"},{"font":{"size":10},"border":{"left":["thick","#000"]},"textwrap":false,"align":"center"},{"font":{"size":10},"textwrap":false,"align":"center"},{"font":{"size":15},"border":{"left":["thick","#000"]},"align":"right"},{"font":{"size":15},"align":"right"},{"font":{"size":15},"border":{"left":["thick","#000"]},"align":"center"},{"font":{"size":10},"border":{"left":["thin","#000"]},"valign":"bottom","align":"right"},{"font":{"size":10},"valign":"bottom","border":{"right":["thin","#000"]}},{"font":{"size":10},"border":{"left":["thin","#000"]},"align":"right"},{"font":{"size":10},"border":{"left":["thin","#000"]},"textwrap":false,"align":"left"},{"font":{"size":10},"border":{"right":["thin","#000"]}},{"font":{"size":15},"border":{"left":["thin","#000"]},"align":"center"},{"align":"left","border":{"right":["thin","#000"]}},{"font":{"size":10},"valign":"bottom","border":{"right":["thick","#000"]}},{"font":{"size":10},"border":{"right":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]}},{"font":{"size":10},"align":"left"},{"border":{"left":["thick","#000"]},"align":"center"},{"border":{"left":["thick","#000"]},"align":"right"},{"border":{"bottom":["thick","#000"],"top":["thick","#000"],"left":["thick","#000"],"right":["thick","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right"},{"font":{"size":10},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":10},"align":"left","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":15,"bold":true},"border":{"left":["thick","#000"]},"align":"center"},{},{"font":{"size":15,"bold":true},"align":"center"},{"align":"right","border":{"top":["thin","#000"],"left":["thin","#000"]}},{"font":{"size":14,"bold":true},"align":"center","border":{"bottom":["thick","#000"],"top":["thick","#000"],"left":["thick","#000"],"right":["thick","#000"]}}],"validations":[],"cols":{"0":{"width":23},"1":{"width":14},"2":{"width":56},"3":{"width":40},"4":{"width":156},"5":{"width":41},"6":{"width":18},"7":{"width":92},"8":{"width":58},"9":{"width":20},"10":{"width":20},"11":{"width":148},"12":{"width":12},"len":50},"merges":["C3:E3","C7:E7","H3:I3","H7:I7","C7:E7","H7:I7","F11:G11","I11:K11","F12:G12","I12:K12","I13:K13","E13:H13","C11:D11","C12:D12","C13:D13","C14:D14","C16:D16","L4:M4","C3:L3","B7:D7","C4:D4","C5:D5","E14:L14","J16:L16","D10:L10","G5:L5","C6:D6","E6:L6","D8:E8","H8:I8"]}', N'', N'https://static.jeecg.com/designreport/images/处方_1607071731580.png', N'admin', N'2021-02-02 20:13:47.0000000', N'admin', N'2021-02-03 14:01:33.0000000', N'0', NULL, NULL, N'0', N'834', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'7905022412733a0c68dc7b4ef8947489', N'8996445', N'介绍信', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":false,"excel_config_id":"7905022412733a0c68dc7b4ef8947489","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"1":{},"12":{}},"height":11},"1":{"cells":{},"height":24},"2":{"cells":{},"isDrag":true,"height":43},"3":{"cells":{"0":{"text":"","style":46},"1":{"merge":[0,10],"text":"介绍信","style":337}},"height":216},"4":{"cells":{"1":{"text":"${jieshaoxin.name}","style":338,"merge":[0,3]},"5":{"text":"","style":339}},"isDrag":true,"height":80},"5":{"cells":{"1":{"text":"兹介绍我局","style":340,"merge":[0,5]},"7":{"text":"${jieshaoxin.value}","style":341},"8":{"text":"同志","style":339},"9":{"text":"#{jieshaoxin.percent}","style":339},"10":{"text":"人,前往你处","style":339,"merge":[0,1]}},"isDrag":true,"height":42},"6":{"cells":{"1":{"text":"${jieshaoxin.shiqing}","style":342,"merge":[0,5]},"15":{"text":""}},"isDrag":true,"height":48},"7":{"cells":{"1":{"style":343,"text":""},"2":{"style":344,"merge":[0,5],"text":"请予接洽并给予帮助。"}},"height":56},"8":{"cells":{},"height":15},"9":{"cells":{},"height":11},"10":{"cells":{"8":{"text":"","style":316,"merge":[0,3]}},"height":39},"11":{"cells":{"8":{"merge":[0,2],"text":"单位盖章","style":347},"11":{"merge":[0,1],"style":316}},"height":84},"12":{"cells":{"1":{"merge":[0,2],"text":"","style":317},"4":{"merge":[0,2],"text":"","style":346},"7":{"text":"(有效时间:至","style":317},"8":{"text":"${jieshaoxin.gdata}","style":316,"merge":[0,2]},"11":{"style":348,"text":"止)"}},"isDrag":true,"height":30},"13":{"cells":{"1":{"merge":[12,11]}}},"17":{"cells":{},"isDrag":true},"len":89},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":688,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"left"},{"align":"left","underline":true},{"underline":true},{"align":"center","underline":true},{"align":"center"},{"align":"center","underline":false},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]}},{"align":"left","border":{"bottom":["thin","#000"]}},{"align":"left","font":{"size":16}},{"font":{"size":16}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16}},{"align":"center","underline":false,"font":{"size":16}},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16}},{"align":"left","font":{"size":16,"bold":true}},{"font":{"size":16,"bold":true}},{"align":"center","underline":false,"font":{"size":16,"bold":true}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":true}},{"font":{"bold":true}},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":true}},{"align":"left","font":{"size":16,"bold":false}},{"font":{"size":16,"bold":false}},{"align":"center","underline":false,"font":{"size":16,"bold":false}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false}},{"font":{"bold":false}},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false}},{"align":"left","font":{"size":16,"bold":false},"color":"#3f3f3f"},{"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"font":{"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"font":{"size":12}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f"},{"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"font":{"size":12,"bold":false},"color":"#3f3f3f","align":"center"},{"font":{"size":12},"align":"center"},{"font":{"size":8}},{"font":{"size":10}},{"font":{"size":10,"bold":true}},{"font":{"size":10,"bold":true},"align":"center"},{"font":{"size":18,"bold":true},"align":"center"},{"align":"center","font":{"size":18}},{"font":{"size":16,"bold":true},"align":"center"},{"align":"center","font":{"size":16}},{"font":{"size":12},"valign":"bottom"},{"font":{"size":12},"valign":"middle"},{"font":{"size":12},"border":{"top":["thin","#000"],"left":["thin","#000"]}},{"font":{"size":12},"border":{"top":["thin","#000"]}},{"border":{"top":["thin","#000"]}},{"font":{"size":12},"border":{"top":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":12},"border":{"left":["thin","#000"]}},{"font":{"size":12},"border":{"right":["thin","#000"]}},{"font":{"size":12},"valign":"middle","border":{"right":["thin","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thin","#000"],"right":["thin","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thin","#000"]}},{"align":"center","underline":false,"border":{"right":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","border":{"right":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"right":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"]}},{"border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":12},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]}},{"font":{"size":12},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12},"border":{"left":["thick","#000"]}},{"font":{"size":12},"border":{"right":["thick","#000"]}},{"font":{"size":12},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"right":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]}},{"border":{"bottom":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]}},{"align":"center","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"border":{"left":["thin","#000"]}},{"border":{"left":["dashed","#000"]}},{"border":{"left":["thick","#000"]}},{"border":{"right":["thick","#000"]}},{"align":"left","border":{"bottom":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"font":{"size":12},"border":{"left":["thick","#000"]},"align":"center"},{"font":{"size":12,"bold":true},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true}},{"font":{"size":14,"bold":true},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14}},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Arial"}},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Arial"}},{"font":{"size":14,"bold":true,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Arial"}},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Arial"}},{"font":{"name":"Arial"}},{"font":{"size":12,"name":"Arial"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Arial"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Arial"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Arial"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Arial"}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Source Sans Pro"}},{"font":{"size":14,"bold":true,"name":"Source Sans Pro"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Source Sans Pro"}},{"font":{"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Source Sans Pro"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Comic Sans MS"}},{"font":{"size":14,"bold":true,"name":"Comic Sans MS"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Comic Sans MS"}},{"font":{"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Comic Sans MS"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Courier New"}},{"font":{"size":14,"bold":true,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Courier New"}},{"font":{"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Courier New"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Courier New"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Courier New"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"color":"#000100"},{"font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Arial"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"color":"#000100"},{"font":{"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Helvetica"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"color":"#000100"},{"font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Lato"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"color":"#000100"},{"font":{"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"font":{"size":10,"name":"Lato"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"color":"#000100","align":"center"},{"font":{"size":10,"name":"Lato"},"valign":"middle","color":"#000100"},{"align":"center","underline":false,"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{},{"font":{"size":12,"name":"Lato","bold":true},"color":"#000100","align":"center"},{"align":"center","font":{"name":"Lato","bold":true},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","align":"right"},{"align":"right"},{"align":"right","font":{"size":12}},{"align":"left","font":{"size":12}},{"font":{"size":12},"border":{"bottom":["thin","#000"]}},{"font":{"size":12},"border":{"bottom":["thin","#000"]},"align":"center"},{"valign":"top"},{"valign":"top","align":"center"},{"valign":"top","align":"center","font":{"size":12}},{"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","align":"right"},{"font":{"size":14}},{"align":"right","font":{"size":14}},{"font":{"size":14},"border":{"bottom":["thin","#000"]}},{"font":{"size":14,"bold":true}},{"align":"right","font":{"size":9}},{"font":{"size":9}},{"font":{"size":9},"align":"center"},{"font":{"size":9},"align":"left"},{"align":"left","font":{"bold":true,"size":14}},{"align":"center","font":{"bold":true,"size":14},"valign":"top"},{"align":"center","font":{"bold":true,"size":16},"valign":"top"},{"align":"center","font":{"bold":true,"size":18},"valign":"top"},{"align":"right","font":{"size":10}},{"font":{"size":10},"align":"center"},{"align":"left","font":{"size":10}},{"align":"right","font":{"size":12},"valign":"bottom"},{"valign":"bottom"},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","align":"right","valign":"bottom"},{"font":{"size":12},"border":{"bottom":["thin","#000"]},"align":"center","valign":"bottom"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","valign":"bottom"},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","valign":"bottom"},{"align":"center","font":{"bold":true,"size":22},"valign":"top"},{"align":"right","font":{"size":14},"valign":"bottom"},{"font":{"size":14},"valign":"bottom"},{"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","align":"right","valign":"bottom"},{"font":{"size":14},"border":{"bottom":["thin","#000"]},"align":"center","valign":"bottom"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","valign":"bottom"},{"align":"left","font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","valign":"bottom"},{"font":{"size":14,"name":"Lato"},"color":"#000100"},{"font":{"size":14},"align":"center"},{"valign":"top","align":"center","font":{"size":14}},{"align":"left","font":{"size":14}}],"validations":[],"cols":{"0":{"width":23},"1":{"width":46},"2":{"width":24},"3":{"width":15},"4":{"width":37},"5":{"width":13},"6":{"width":83},"7":{"width":256},"8":{"width":42},"9":{"width":18},"10":{"width":77},"11":{"width":54},"12":{"width":28},"13":{"width":62},"16":{"width":55},"len":50},"merges":["C0:D0","G11:H11","G12:H12","B5:E5","B6:G6","C8:H8","I12:K12","B4:L4","K6:L6","B13:D13","E13:G13","I11:L11","L12:M12","B14:M26","I13:K13","B7:G7"]}', N'', N'https://static.jeecg.com/designreport/images/介绍xin_1607072641405.png', N'jeecg', N'2020-07-10 13:38:40.0000000', N'admin', N'2021-04-01 03:15:11.0000000', N'0', NULL, NULL, N'1', N'831', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'7acddbc92bc73d06c7f62ff55dfdca19', N'566233333333867', N'销售单副本3867', N'', NULL, N'printinfo', N'{"area":{"sri":6,"sci":7,"eri":6,"eci":7,"width":88,"height":25},"printElWidth":794,"excel_config_id":"519c1c6f4d1f584ae8fa5b43b45acdc7","printElHeight":1047,"rows":{"0":{"cells":{"1":{"text":"销售单","style":40,"merge":[0,6]},"2":{"style":41},"3":{"style":41},"4":{"style":41},"5":{"style":41},"6":{"style":41},"7":{"style":41}},"height":99},"1":{"cells":{"1":{"text":"商品编码","style":62},"2":{"text":"商品名称","style":62},"3":{"text":"销售时间","style":62},"4":{"text":"销售数量","style":62},"5":{"text":"定价","style":62},"6":{"text":"优惠价","style":62},"7":{"text":"付款金额","style":62}},"height":39},"2":{"cells":{"1":{"text":"#{xiaoshou.bianma}","style":61},"2":{"text":"#{xiaoshou.cname}","style":61},"3":{"text":"#{xiaoshou.ctime}","style":61},"4":{"text":"#{xiaoshou.cnum}","style":61},"5":{"text":"#{xiaoshou.cprice}","style":61},"6":{"text":"#{xiaoshou.yprice}","style":61},"7":{"text":"#{xiaoshou.ctotal}","style":61}},"isDrag":true,"height":35},"3":{"cells":{"1":{"style":44,"text":""},"2":{"style":44},"3":{"style":44},"4":{"style":44},"5":{"style":44,"text":""},"6":{"text":"","style":45},"7":{"style":46,"text":"=SUM(H3)"}},"isDrag":true,"height":73},"5":{"cells":{},"isDrag":true},"6":{"cells":{},"isDrag":true},"7":{"cells":{"2":{"text":""}},"isDrag":true},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":754,"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","color":"#000100"},{"align":"center","color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]}},{"border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]},"bgcolor":"#01b0f1"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#01b0f1"},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"size":18}},{"align":"center","font":{"size":18,"bold":true}},{"align":"center","font":{"size":16,"bold":true}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#fed964"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#fdc101"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#fdc101"},{"border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"align":"center"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#ffe59a"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#ffc001"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#fed964"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#ed7d31"},{"align":"center","color":"#000100","border":{"bottom":["thin","#fdc101"],"top":["thin","#fdc101"],"left":["thin","#fdc101"],"right":["thin","#fdc101"]},"bgcolor":"#5b9cd6"},{"align":"center","color":"#000100","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"align":"center"},{"font":{"size":8}},{"font":{"size":8},"color":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"bgcolor":"#9cc2e6"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#9cc2e6"},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]}},{"font":{"bold":true}},{"font":{"bold":true,"size":12}},{"font":{"bold":true,"size":16}},{"font":{"bold":true,"size":18}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"right"},{"align":"right"},{"align":"left"},{"align":"right","font":{"size":16}},{"align":"left","font":{"size":16}},{"align":"right","font":{"size":14}},{"align":"left","font":{"size":14}},{"align":"center","font":{"size":18,"bold":true,"name":"宋体"}},{"font":{"name":"宋体"}},{"align":"center","color":"#000100","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"align":"center","font":{"name":"宋体"}},{"align":"right","font":{"name":"宋体"}},{"align":"right","font":{"size":14,"name":"宋体"}},{"align":"left","font":{"size":14,"name":"宋体"}},{"align":"center","color":"#000100","border":{"bottom":["thin","#2e75b5"],"top":["thin","#2e75b5"],"left":["thin","#2e75b5"],"right":["thin","#2e75b5"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"align":"center","color":"#000100","bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center","font":{"name":"宋体"}},{"border":{"bottom":["thin","#ffff01"],"top":["thin","#ffff01"],"left":["thin","#ffff01"],"right":["thin","#ffff01"]},"align":"center","font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"宋体"}},{"align":"right","font":{"size":14,"name":"宋体"},"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","color":"#000100","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","color":"#000100","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","color":"#ffffff","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","color":"#ffffff","border":{"bottom":["thin","#2e75b5"],"top":["thin","#2e75b5"],"left":["thin","#2e75b5"],"right":["thin","#2e75b5"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","border":{"bottom":["thin","#4371c6"],"top":["thin","#4371c6"],"left":["thin","#4371c6"],"right":["thin","#4371c6"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]}},{"border":{"bottom":["thin","#d8d8d8"],"top":["thin","#d8d8d8"],"left":["thin","#d8d8d8"],"right":["thin","#d8d8d8"]},"align":"center","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","bgcolor":"#9cc2e6","font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","bgcolor":"#5b9cd6","font":{"name":"宋体"},"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]}}],"validations":[],"cols":{"0":{"width":31},"1":{"width":102},"2":{"width":170},"3":{"width":147},"4":{"width":66},"5":{"width":66},"6":{"width":84},"7":{"width":88},"8":{"width":121},"len":26},"merges":["B1:H1"]}', N'', N'https://static.jeecg.com/designreport/images/xiaoshou_1607310086160.png', N'admin', N'2021-01-19 10:46:18.0000000', N'admin', N'2021-02-02 19:01:02.0000000', N'1', NULL, NULL, N'0', N'2096', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'7c02c224a2db56d0350069650033f702', N'895666', N'核查评估表', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":{"sri":5,"sci":18,"eri":5,"eci":18,"width":53,"height":46},"printElWidth":1399,"excel_config_id":"7c02c224a2db56d0350069650033f702","printElHeight":790,"rows":{"0":{"cells":{"1":{"text":"XX县市、区YY低保第三方核查评估汇总表","merge":[0,21],"style":386},"2":{"style":386},"3":{"style":386},"4":{"style":386},"5":{"style":386},"6":{"style":386},"7":{"style":386},"8":{"style":386},"9":{"style":386},"10":{"style":386},"11":{"style":386},"12":{"style":386},"13":{"style":386},"14":{"style":386},"15":{"style":386},"16":{"style":386},"17":{"style":386},"18":{"style":386},"19":{"style":386},"20":{"style":386},"21":{"style":386},"22":{"style":386}},"height":70},"1":{"cells":{"1":{"merge":[0,2],"style":403,"text":" 北京市林翠社区"},"2":{"style":398,"text":" "},"3":{"style":398,"text":" "},"4":{"merge":[0,2],"text":"镇(乡、街道办事处)","style":399},"5":{"style":399},"6":{"style":399},"7":{"style":399,"merge":[0,7]},"8":{"style":400},"9":{"style":400},"10":{"style":400},"11":{"style":400},"12":{"style":400},"13":{"style":400},"14":{"style":400},"15":{"merge":[0,7],"text":"单位:人、元、套、平方米","style":398},"16":{"style":401},"17":{"style":401},"18":{"style":401},"19":{"style":401},"20":{"style":401},"21":{"style":401},"22":{"style":401}}},"2":{"cells":{"1":{"style":114},"2":{"style":114},"3":{"style":114},"4":{"style":114},"5":{"style":114},"6":{"style":114},"7":{"style":114},"8":{"style":114},"9":{"style":114},"10":{"style":114},"11":{"style":114},"12":{"style":114},"13":{"style":114},"14":{"style":114},"15":{"style":114},"16":{"style":114},"17":{"style":114},"18":{"style":114},"19":{"style":114},"20":{"style":114},"21":{"style":114},"22":{"style":114}},"height":14},"3":{"cells":{"1":{"style":406,"text":"村(社区)名称","merge":[1,0]},"2":{"style":407,"text":"户主名称","merge":[1,0]},"3":{"style":407,"text":"保障编号","merge":[1,0]},"4":{"style":408,"text":"家庭人口","merge":[1,0]},"5":{"style":409,"text":"家庭住址","merge":[1,0]},"6":{"style":409,"text":"联系电话","merge":[1,0]},"7":{"style":408,"text":"身份证号码","merge":[1,0]},"8":{"style":409,"text":"原保障","merge":[0,2]},"9":{"style":377,"text":" "},"10":{"style":377,"text":" "},"11":{"text":"核减后月人均收入","style":408,"merge":[1,0]},"12":{"merge":[0,5],"text":"保障建议","style":410},"13":{"style":379,"text":" "},"14":{"style":379,"text":" "},"15":{"style":379,"text":" "},"16":{"style":379,"text":" "},"17":{"style":379,"text":" "},"18":{"text":"是否新增对象","style":411,"merge":[1,0]},"19":{"text":"建议取消原因","style":409,"merge":[0,3]},"20":{"style":377,"text":" "},"21":{"style":377,"text":" "},"22":{"style":377,"text":" "}}},"4":{"cells":{"1":{"style":381,"text":" "},"2":{"style":407,"text":" "},"3":{"style":382,"text":" "},"4":{"style":408,"text":" "},"5":{"style":377,"text":" "},"6":{"style":409,"text":" "},"7":{"style":383,"text":" "},"8":{"text":"户数","style":412},"9":{"style":411,"text":"人口"},"10":{"style":413,"text":"金额"},"11":{"style":383,"text":" "},"12":{"text":"保障类型","style":408},"13":{"style":413,"text":"人口"},"14":{"style":408,"text":"差额补助"},"15":{"style":408,"text":"全额补助"},"16":{"style":408,"text":"增发补助"},"17":{"style":408,"text":"合计补助"},"18":{"style":411,"text":" "},"19":{"style":408,"text":"收入超标"},"20":{"style":406,"text":"机动车超标"},"21":{"style":410,"text":"死亡"},"22":{"style":410,"text":"其他"}},"height":50},"5":{"cells":{"1":{"text":"#{hecha.name}","style":414,"rendered":""},"2":{"text":"#{hecha.hname}","style":414},"3":{"text":"#{hecha.num}","style":414},"4":{"text":"#{hecha.knum}","style":414},"5":{"text":"#{hecha.zhuzhi}","style":414},"6":{"text":"#{hecha.phone}","style":414},"7":{"text":"#{hecha.scard}","style":414},"8":{"text":"#{hecha.yhnum}","style":414},"9":{"text":"#{hecha.yren}","style":414},"10":{"text":"#{hecha.yjine}","style":414},"11":{"text":"#{hecha.yjine}","style":414},"12":{"text":"#{hecha.type}","style":414},"13":{"text":"#{hecha.rk}","style":414},"14":{"text":"#{hecha.cbz}","style":414},"15":{"text":"#{hecha.cbz}","style":414},"16":{"text":"#{hecha.cbz}","style":414},"17":{"text":"#{hecha.cbz}","style":414},"18":{"text":"#{hecha.sf1}","style":414},"19":{"text":"#{hecha.sf2}","style":414},"20":{"text":"#{hecha.sf3}","style":414},"21":{"text":"#{hecha.sf4}","style":414},"22":{"text":"#{hecha.bz}","style":414}},"isDrag":true,"height":46},"6":{"cells":{"1":{"style":114},"2":{"style":114},"3":{"style":114},"4":{"style":114},"5":{"style":114},"6":{"style":114},"7":{"style":114},"8":{"style":114},"9":{"style":114},"10":{"style":114},"11":{"style":114},"12":{"style":114},"13":{"style":114},"14":{"style":114},"15":{"style":114},"16":{"style":114},"17":{"style":114},"18":{"style":114},"19":{"style":114},"20":{"style":114},"21":{"style":114},"22":{"style":114}},"height":46},"7":{"cells":{"1":{"style":114},"2":{"style":114},"3":{"style":114},"4":{"style":114},"5":{"style":114},"6":{"style":114},"7":{"style":114},"8":{"style":114},"9":{"style":114},"10":{"style":114},"11":{"style":114},"12":{"style":114},"13":{"style":114},"14":{"style":114},"15":{"style":114},"16":{"style":114},"17":{"style":114},"18":{"style":114},"19":{"style":114},"20":{"style":114},"21":{"style":114},"22":{"style":114}},"height":46},"8":{"cells":{"1":{"text":""},"2":{"style":114},"3":{"style":114},"4":{"style":114},"5":{"style":114},"6":{"style":114},"7":{"style":114},"8":{"style":114},"9":{"style":114},"10":{"style":114},"11":{"style":114},"12":{"style":114},"13":{"style":114},"14":{"style":114},"15":{"style":114},"16":{"style":114},"17":{"style":114},"18":{"style":114},"19":{"style":114},"20":{"style":114},"21":{"style":114},"22":{"style":114}},"isDrag":true},"len":102},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":1378,"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true},{"textwrap":true},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":false},{"textwrap":false},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center"},{"textwrap":true,"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center"},{"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle"},{"textwrap":true,"align":"center","valign":"middle"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"middle"},{"textwrap":true,"valign":"middle"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":false,"valign":"middle"},{"textwrap":false,"valign":"middle"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom"},{"textwrap":true,"align":"center","valign":"bottom"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top"},{"textwrap":true,"align":"center","valign":"top"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom"},{"textwrap":true,"valign":"bottom"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"top"},{"border":{"bottom":["medium","#000"]}},{"border":{"bottom":["thin","#000"]}},{"align":"center","font":{"size":18}},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"bold":true}},{"align":"center","font":{"size":16,"bold":true,"name":"Helvetica"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"Helvetica"}},{"font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Helvetica"}},{"align":"center","font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Helvetica"}},{"textwrap":true,"font":{"name":"Helvetica"}},{"textwrap":true,"align":"center","font":{"name":"Helvetica"}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Helvetica"}},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom","font":{"name":"Helvetica"}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Helvetica"}},{"align":"center","font":{"size":16,"bold":true,"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Source Sans Pro"}},{"align":"center","font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Source Sans Pro"}},{"textwrap":true,"font":{"name":"Source Sans Pro"}},{"textwrap":true,"align":"center","font":{"name":"Source Sans Pro"}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Source Sans Pro"}},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom","font":{"name":"Source Sans Pro"}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Source Sans Pro"}},{"align":"center","font":{"size":16,"bold":true,"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"Comic Sans MS"}},{"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Comic Sans MS"}},{"align":"center","font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Comic Sans MS"}},{"textwrap":true,"font":{"name":"Comic Sans MS"}},{"textwrap":true,"align":"center","font":{"name":"Comic Sans MS"}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Comic Sans MS"}},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom","font":{"name":"Comic Sans MS"}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Comic Sans MS"}},{"align":"center","font":{"size":16,"bold":true,"name":"Courier New"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"Courier New"}},{"font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Courier New"}},{"align":"center","font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Courier New"}},{"textwrap":true,"font":{"name":"Courier New"}},{"textwrap":true,"align":"center","font":{"name":"Courier New"}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Courier New"}},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom","font":{"name":"Courier New"}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Courier New"}},{"align":"center","font":{"size":16,"bold":true,"name":"Verdana"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"Verdana"}},{"font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Verdana"}},{"align":"center","font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Verdana"}},{"textwrap":true,"font":{"name":"Verdana"}},{"textwrap":true,"align":"center","font":{"name":"Verdana"}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Verdana"}},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Verdana"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom","font":{"name":"Verdana"}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Verdana"}},{"align":"center","font":{"size":16,"bold":true,"name":"Lato"}},{"border":{"bottom":["thin","#000"]},"font":{"name":"Lato"}},{"font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"}},{"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"}},{"textwrap":true,"font":{"name":"Lato"}},{"textwrap":true,"align":"center","font":{"name":"Lato"}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"}},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"textwrap":true,"font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"textwrap":true,"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"}},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"textwrap":true,"font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"textwrap":true,"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"}},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"align":"center","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"}},{"align":"center","valign":"middle"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","valign":"middle"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":false,"font":{"name":"Lato"}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"font":{"name":"Lato"},"valign":"middle"},{"align":"center","font":{"size":16,"bold":true,"name":"Lato"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"textwrap":true,"font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"textwrap":true,"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"},"bgcolor":"#5b9cd6"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato"},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"top","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]},"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","valign":"middle"},{"align":"center","border":{"right":["thin","#ffffff"]}},{"align":"center","border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]}},{"align":"center","valign":"middle","border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]}},{"align":"center","font":{"name":"Lato"},"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]}},{"border":{"bottom":["thin","#ffffff"],"top":["thin","#ffffff"],"left":["thin","#ffffff"],"right":["thin","#ffffff"]}},{"align":"center","valign":"middle","border":{"right":["thin","#ffffff"]}},{"align":"center","font":{"name":"Lato"},"border":{"right":["thin","#ffffff"]}},{"border":{"right":["thin","#ffffff"]}},{"align":"center","valign":"middle","border":{"right":["thin","#000100"]}},{"align":"center","border":{"right":["thin","#000100"]}},{"align":"center","font":{"name":"Lato"},"border":{"right":["thin","#000100"]}},{"border":{"right":["thin","#000100"]}},{"align":"center","valign":"middle","border":{"left":["thin","#000100"]}},{"align":"center","valign":"middle","border":{"bottom":["thin","#000100"]}},{"align":"center","border":{"bottom":["thin","#000100"]}},{"align":"center","font":{"name":"Lato"},"border":{"bottom":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"]}},{"font":{"name":"Lato"},"border":{"top":["thin","#000100"]}},{"align":"center","valign":"middle","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"align":"center","border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"font":{"name":"Lato"},"border":{"bottom":["thin","#7f7f7f"]}},{"font":{"name":"Lato"},"border":{"bottom":["thin","#000100"]}},{"font":{"name":"Lato"},"border":{"bottom":["thin","#000100"]},"align":"right"},{"font":{"name":"Lato"},"align":"right"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff"},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","valign":"middle"},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#5b9cd6","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center"},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff"},{"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100"},{"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#000100","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626"},{"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#f4b184","color":"#262626","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626"},{"font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#9cc2e6","color":"#262626","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626"},{"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#262626","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff"},{"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#00b04e","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]},"align":"center"},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff"},{"font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#a7d08c","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff"},{"font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":8},"bgcolor":"#71ae47","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]},"align":"center","font":{"size":8}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff"},{"font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#71ae47","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff"},{"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff"},{"textwrap":true,"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff"},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff"},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#00b04e"],"top":["thin","#00b04e"],"left":["thin","#00b04e"],"right":["thin","#00b04e"]}},{"align":"center","font":{"size":15,"bold":true,"name":"Lato"}},{"align":"center","font":{"name":"Lato","size":9},"border":{"bottom":["thin","#000100"]}},{"align":"center","font":{"name":"Lato","size":9}},{"font":{"name":"Lato","size":9}},{"font":{"size":9}},{"align":"center","font":{"size":9}},{"align":"center","font":{"name":"Lato","size":9},"border":{"bottom":["thin","#000100"]},"color":"#a5a5a5"},{"align":"center","font":{"name":"Lato","size":9},"color":"#a5a5a5"},{"font":{"name":"Lato","size":9},"color":"#a5a5a5"},{"font":{"size":9},"color":"#a5a5a5"},{"align":"center","font":{"size":9},"color":"#a5a5a5"},{"align":"center","font":{"name":"Lato","size":9},"border":{"bottom":["thin","#000100"]},"color":"#7f7f7f"},{"align":"center","font":{"name":"Lato","size":9},"color":"#7f7f7f"},{"font":{"name":"Lato","size":9},"color":"#7f7f7f"},{"font":{"size":9},"color":"#7f7f7f"},{"align":"center","font":{"size":9},"color":"#7f7f7f"},{"align":"center","font":{"name":"Lato","size":9},"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]},"color":"#7f7f7f"},{"align":"center","font":{"name":"Lato","size":9},"border":{"bottom":["thin","#7f7f7f"]},"color":"#7f7f7f"},{"border":{"bottom":["thin","#d8d8d8"]},"align":"center","font":{"size":8}},{"border":{"bottom":["thin","#a5a5a5"]},"align":"center","font":{"size":8}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"textwrap":true,"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"textwrap":true,"align":"center","valign":"middle","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"align":"center","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"textwrap":true,"align":"center","valign":"bottom","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"textwrap":true,"valign":"bottom","font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"textwrap":true,"font":{"name":"Lato","size":10},"bgcolor":"#02a274","color":"#ffffff","valign":"middle","border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]}},{"border":{"bottom":["thin","#a5a5a5"],"top":["thin","#a5a5a5"],"left":["thin","#a5a5a5"],"right":["thin","#a5a5a5"]},"align":"center","font":{"size":8}}],"validations":[],"cols":{"0":{"width":30},"1":{"width":68},"2":{"width":86},"3":{"width":93},"4":{"width":91},"5":{"width":156},"6":{"width":95},"7":{"width":85},"8":{"width":37},"9":{"width":30},"10":{"width":43},"11":{"width":66},"12":{"width":38},"13":{"width":41},"14":{"width":54},"15":{"width":49},"16":{"width":45},"17":{"width":49},"18":{"width":53},"19":{"width":40},"20":{"width":50},"21":{"width":40},"22":{"width":39},"len":50},"merges":["M4:R4","B4:B5","C4:C5","D4:D5","E4:E5","F4:F5","G4:G5","H4:H5","I4:K4","L4:L5","S4:S5","T4:W4","E2:G2","B2:D2","B1:W1","P2:W2","H2:O2"]}', N'', N'https://static.jeecg.com/designreport/images/QQ截图20201207113312_1607312171402.png', N'jeecg', N'2020-07-14 16:41:42.0000000', N'admin', N'2021-02-03 14:01:17.0000000', N'0', NULL, NULL, N'1', N'260', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'94b04a1ed7c17f8e96baa6d89fb90758', N'3698522', N'员工请假单', N'', NULL, N'printinfo', N'{"area":false,"printElWidth":794,"excel_config_id":"94b04a1ed7c17f8e96baa6d89fb90758","printElHeight":1047,"rows":{"1":{"cells":{"0":{"text":"员工请假单","style":100,"merge":[0,7]},"1":{"style":100},"2":{"style":100},"3":{"style":100},"4":{"style":100},"5":{"style":100},"6":{"style":100},"7":{"style":100}},"height":65},"2":{"cells":{"0":{"text":"单位:北极星","style":101,"merge":[0,2]},"1":{"style":101},"2":{"style":101},"3":{"style":102},"4":{"style":102},"5":{"style":102},"6":{"style":102},"7":{"style":102}},"height":38},"3":{"cells":{"0":{"text":"姓名","style":119},"1":{"style":119,"text":" "},"2":{"text":"工作岗位","style":120},"3":{"style":119,"text":" "},"4":{"text":"工作时间","style":119},"5":{"style":119,"text":" "},"6":{"text":"出生日期","style":119},"7":{"style":119,"text":" "}}},"4":{"cells":{"0":{"text":"请选择假类型","style":121,"merge":[4,0]},"1":{"text":"年休假","style":120},"2":{"style":120,"text":"病、事假"},"3":{"style":120,"text":"探亲假"},"4":{"style":119,"merge":[0,1],"text":"婚、丧假"},"5":{"style":107,"text":" "},"6":{"style":119,"merge":[0,1],"text":"生育假"},"7":{"style":107,"text":" "}},"height":29},"5":{"cells":{"0":{"style":0},"1":{"text":"1、公岭满1~9年5天","style":122},"2":{"style":119,"text":"1、病假"},"3":{"style":119,"text":"1、未婚探父母20天"},"4":{"style":119,"merge":[0,1],"text":"1、婚假3天"},"5":{"style":107,"text":" "},"6":{"style":119,"merge":[0,1],"text":"1、流产"},"7":{"style":107,"text":" "}},"height":25},"6":{"cells":{"0":{"style":0},"1":{"style":123,"text":"2、公岭满10~19年10天"},"2":{"style":119,"text":"2、事假"},"3":{"style":119,"text":"2、已婚探父母20天"},"4":{"style":119,"merge":[0,1],"text":"2、晚婚假13天"},"5":{"style":107,"text":" "},"6":{"style":119,"merge":[0,1],"text":"2、产假"},"7":{"style":107,"text":" "}}},"7":{"cells":{"0":{"style":0},"1":{"style":123,"text":"3、公岭满20年15天"},"2":{"style":119,"text":" "},"3":{"style":119,"text":"3、探配偶30天"},"4":{"style":119,"merge":[0,1],"text":"3、丧假3天"},"5":{"style":107,"text":" "},"6":{"style":119,"merge":[0,1],"text":"3、哺乳假"},"7":{"style":107,"text":" "}}},"8":{"cells":{"0":{"style":0},"1":{"style":119,"text":" "},"2":{"style":119,"text":" "},"3":{"style":119,"text":"探亲地点:","merge":[0,2]},"4":{"style":107,"text":" "},"5":{"style":107,"text":" "},"6":{"style":119,"merge":[0,1],"text":"4、陪护假"},"7":{"style":107,"text":" "},"8":{"style":15},"9":{"style":15},"10":{"style":15},"11":{"style":15},"12":{"style":15},"13":{"style":15},"14":{"style":15},"15":{"style":15},"16":{"style":15},"17":{"style":15},"18":{"style":15},"19":{"style":15},"20":{"style":15},"21":{"style":15},"22":{"style":15},"23":{"style":5},"24":{"style":5},"25":{"style":5}}},"9":{"cells":{"0":{"style":124,"text":"请假时间"},"1":{"style":125,"merge":[0,6],"text":"2020年02-30 至2020年02-03-30"},"2":{"style":115,"text":" "},"3":{"style":115,"text":" "},"4":{"style":115,"text":" "},"5":{"style":115,"text":" "},"6":{"style":115,"text":" "},"7":{"style":115,"text":" "}},"height":46},"10":{"cells":{"0":{"style":126,"text":"审批人员及意见"},"1":{"merge":[0,6],"style":127,"text":"同意"},"2":{"style":118,"text":" "},"3":{"style":118,"text":" "},"4":{"style":118,"text":" "},"5":{"style":118,"text":" "},"6":{"style":118,"text":" "},"7":{"style":118,"text":" "}},"height":89},"11":{"cells":{"0":{"text":"备注","style":119},"1":{"style":119,"text":" "},"2":{"text":"请假人签名","style":119},"3":{"merge":[0,4],"style":119,"text":" "},"4":{"style":107,"text":" "},"5":{"style":107,"text":" "},"6":{"style":107,"text":" "},"7":{"style":107,"text":" "}},"height":90},"12":{"cells":{"0":{"merge":[0,7],"style":120,"text":"请假审批表一式两份,考勤员与人力资源部门各存一份"},"1":{"style":106,"text":" "},"2":{"style":106,"text":" "},"3":{"style":106,"text":" "},"4":{"style":106,"text":" "},"5":{"style":106,"text":" "},"6":{"style":106,"text":" "},"7":{"style":106,"text":" "}},"height":25},"len":101},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":789,"background":false,"name":"sheet1","autofilter":{},"styles":[{"textwrap":true},{"textwrap":false},{"textwrap":true,"valign":"middle"},{"textwrap":false,"valign":"middle"},{"align":"center"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":false,"valign":"middle","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":false,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":false,"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"left"},{},{"font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"align":"center","font":{"name":"Helvetica"}},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Helvetica"}},{"font":{"name":"Arial"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Arial"}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Arial"}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Arial"}},{"align":"center","font":{"name":"Arial"}},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Arial"}},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Arial"}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Arial"}},{"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"align":"center","font":{"name":"Source Sans Pro"}},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Source Sans Pro"}},{"font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"align":"center","font":{"name":"Courier New"}},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"font":{"name":"Courier New"},"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"name":"Courier New"},"border":{"left":["thin","#000"],"right":["thin","#000"]}},{"textwrap":true,"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"}},{"textwrap":true,"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"align":"center"},{"font":{"name":"Courier New"},"border":{"left":["thin","#000"],"right":["thin","#000"]},"align":"center"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"align":"center"},{"align":"center","font":{"name":"Courier New","size":14}},{"align":"center","font":{"size":14}},{"align":"center","font":{"name":"Courier New","size":14,"bold":true}},{"align":"center","font":{"size":14,"bold":true}},{"font":{"name":"Courier New"},"color":"#7f7f7f"},{"color":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"textwrap":true,"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Courier New"},"color":"#000100"},{"font":{"name":"Courier New"},"color":"#000100"},{"font":{"name":"Courier New"},"border":{"left":["thin","#000"],"right":["thin","#000"]},"align":"center","color":"#000100"},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"align":"center","color":"#000100"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100"},{"align":"center","color":"#000100"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100"},{"color":"#000100"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"textwrap":true,"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Lato"},"color":"#000100"},{"font":{"name":"Lato"},"color":"#000100"},{"font":{"name":"Lato"},"border":{"left":["thin","#000"],"right":["thin","#000"]},"align":"center","color":"#000100"},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"align":"center","color":"#000100"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"Lato"}},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"Lato"},"valign":"middle"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"Lato"},"valign":"bottom"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"Lato"},"valign":"top"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100","valign":"top"},{"align":"center","font":{"name":"Lato"},"color":"#000100","valign":"top"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100","valign":"middle"},{"align":"center","font":{"name":"Lato"},"color":"#000100","valign":"middle"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100","valign":"bottom"},{"align":"center","font":{"name":"Lato"},"color":"#000100","valign":"bottom"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100","textwrap":true},{"align":"center","font":{"name":"Lato"},"color":"#000100","textwrap":true},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"Lato"},"color":"#000100","textwrap":false},{"align":"center","font":{"name":"Lato"},"color":"#000100","textwrap":false},{"textwrap":false,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"Lato"}},{"align":"center","font":{"name":"宋体","size":14,"bold":true}},{"font":{"name":"宋体"},"color":"#7f7f7f"},{"font":{"name":"宋体"}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100"},{"textwrap":true,"border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"align":"center","color":"#000100"},{"align":"center","font":{"name":"宋体"},"color":"#000100"},{"font":{"name":"宋体"},"color":"#000100"},{"font":{"name":"宋体"},"border":{"left":["thin","#000"],"right":["thin","#000"]},"align":"center","color":"#000100"},{"textwrap":false,"valign":"middle","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100"},{"textwrap":false,"border":{"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"align":"center","color":"#000100"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"宋体"},"valign":"top"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100","valign":"top"},{"align":"center","font":{"name":"宋体"},"color":"#000100","valign":"top"},{"textwrap":true,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","font":{"name":"宋体"},"valign":"bottom"},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"name":"宋体"},"color":"#000100","textwrap":false},{"align":"center","font":{"name":"宋体"},"color":"#000100","textwrap":false},{"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"color":"#000100"},{"textwrap":true,"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"align":"center","color":"#000100"},{"textwrap":false,"valign":"middle","border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"color":"#000100"},{"textwrap":false,"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"color":"#000100"},{"textwrap":true,"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"color":"#000100","font":{"name":"宋体"},"valign":"top"},{"align":"center","border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"color":"#000100","valign":"top"},{"textwrap":true,"border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"color":"#000100","font":{"name":"宋体"},"valign":"bottom"},{"align":"center","border":{"bottom":["thin","#262626"],"top":["thin","#262626"],"left":["thin","#262626"],"right":["thin","#262626"]},"font":{"name":"宋体"},"color":"#000100","textwrap":false}],"validations":[],"cols":{"0":{"width":35},"1":{"width":195},"2":{"width":77},"3":{"width":168},"4":{"width":62},"6":{"width":70},"7":{"width":82},"len":26},"merges":["D9:F9","E5:F5","E6:F6","E7:F7","E8:F8","G5:H5","G6:H6","G7:H7","G8:H8","G9:H9","B10:H10","B11:H11","D12:H12","A13:H13","A3:C3","A2:H2","A5:A9"]}', N'', N'https://static.jeecg.com/designreport/images/QQ截图20201207135257_1607320433681.png', N'jeecg', N'2020-07-10 18:29:39.0000000', N'admin', N'2021-02-03 14:01:12.0000000', N'0', NULL, NULL, N'1', N'142', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'961455b47c0b86dc961e90b5893bff05', N'56780774', N'阜阳检票数查询副本0774', N'', NULL, N'printinfo', N'{"area":{"sri":8,"sci":6,"eri":8,"eci":6,"width":75,"height":25},"printElWidth":794,"excel_config_id":"53c82a76f837d5661dceec7d93afafec","printElHeight":1047,"rows":{"0":{"cells":{"0":{"style":58},"1":{"text":"","style":66},"2":{"style":66},"3":{"style":67,"merge":[0,3],"text":"阜阳火车站检票数"},"4":{"style":67},"5":{"style":67},"6":{"style":67},"7":{"style":66},"8":{"style":66},"9":{"style":58}},"height":63},"1":{"cells":{"0":{"style":58},"1":{"style":66},"2":{"style":66},"3":{"style":66},"4":{"style":66},"5":{"style":66},"6":{"style":66},"7":{"style":66},"8":{"style":66},"9":{"style":58}},"height":20},"2":{"cells":{"0":{"style":58},"1":{"text":"日期:","style":68},"2":{"text":"${gongsi.tdata}","style":69},"3":{"style":66},"4":{"style":66,"text":"制表人:"},"5":{"text":"${gongsi.gname}","style":66},"6":{"style":66},"7":{"text":"","merge":[0,1],"style":70},"8":{"style":70},"9":{"style":58}},"isDrag":true},"3":{"cells":{"0":{"style":58},"1":{"text":"班次","merge":[1,0],"style":71},"2":{"text":"发车时间","merge":[1,0],"style":71},"3":{"text":"是否放空","merge":[1,0],"style":71},"4":{"text":"路线","merge":[0,1],"style":71},"5":{"style":72},"6":{"text":"核载座位数","merge":[1,0],"style":71},"7":{"merge":[1,0],"style":71,"text":"检票数"},"8":{"merge":[1,0],"style":71,"text":"实载率(%"},"9":{"style":58}}},"4":{"cells":{"0":{"style":58},"1":{"style":72},"2":{"style":71},"3":{"style":72},"4":{"text":"从","style":71},"5":{"text":"到","style":71},"6":{"style":72},"7":{"style":71},"8":{"style":72},"9":{"style":58}},"height":25},"5":{"cells":{"0":{"style":58},"1":{"style":73,"text":"#{jianpiao.bnum}"},"2":{"style":73,"text":"#{jianpiao.ftime}"},"3":{"style":73,"text":"#{jianpiao.sfkong}"},"4":{"style":73,"text":"#{jianpiao.kaishi}"},"5":{"style":73,"text":"#{jianpiao.jieshu}"},"6":{"style":73,"text":"#{jianpiao.hezairen}"},"7":{"style":73,"text":"#{jianpiao.jpnum}"},"8":{"style":73,"text":"#{jianpiao.shihelv}"},"9":{"style":58}},"height":33},"6":{"cells":{"1":{"text":"","style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}},"isDrag":true},"7":{"cells":{"1":{"style":11},"2":{"style":11,"text":""},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"8":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"9":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"10":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"11":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"12":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"13":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"14":{"cells":{"1":{"style":11},"2":{"style":11},"3":{"style":11},"4":{"style":11},"5":{"style":11},"6":{"style":11},"7":{"style":11},"8":{"style":11}}},"len":96,"-1":{"cells":{"-1":{"text":"${gongsi.id}"}},"isDrag":true}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":737,"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"],"bottom":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"],"left":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{},{"border":{"bottom":["thin","#7f7f7f"],"top":["thin","#7f7f7f"],"left":["thin","#7f7f7f"],"right":["thin","#7f7f7f"]}},{"border":{"top":["thin","#000100"],"left":["thin","#000100"]}},{"border":{"top":["thin","#000100"]}},{"border":{"top":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"left":["thin","#000100"]}},{"border":{"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"left":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"top":["thin","#7f7f7f"]}},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]}},{"border":{"right":["thin","#7f7f7f"],"bottom":["thin","#7f7f7f"]}},{"border":{"bottom":["thin","#7f7f7f"]}},{"border":{"right":["thin","#7f7f7f"]}},{"align":"center","font":{"size":16}},{"align":"center","font":{"size":16,"bold":true}},{"font":{"bold":true}},{"font":{"bold":false}},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":true}},{"align":"center","font":{"bold":true}},{"align":"right"},{"align":"center","font":{"size":14,"bold":true}},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":true},"bgcolor":"#4371c6"},{"align":"center","font":{"bold":true},"bgcolor":"#4371c6"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#4371c6"},{"align":"center","font":{"bold":false},"bgcolor":"#4371c6"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#2e75b5"},{"align":"center","font":{"bold":false},"bgcolor":"#2e75b5"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#5b9cd6"},{"align":"center","font":{"bold":false},"bgcolor":"#5b9cd6"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#0170c1"},{"align":"center","font":{"bold":false},"bgcolor":"#0170c1"},{"font":{"bold":false},"color":"#7f7f7f"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#9cc2e6"},{"align":"center","font":{"bold":false},"bgcolor":"#9cc2e6"},{"align":"center","border":{"bottom":["thin","#000100"],"top":["thin","#000100"],"left":["thin","#000100"],"right":["thin","#000100"]},"font":{"bold":false},"bgcolor":"#01b0f1"},{"align":"center","font":{"bold":false},"bgcolor":"#01b0f1"},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"bold":false},"bgcolor":"#5b9cd6"},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"bold":false},"bgcolor":"#9cc2e6"},{"align":"center","font":{"size":16,"bold":true},"valign":"bottom"},{"align":"center","font":{"size":22,"bold":true},"valign":"bottom"},{"align":"center","font":{"size":18,"bold":true},"valign":"bottom"},{"font":{"bold":false},"color":"#7f7f7f","align":"right"},{"color":"#7f7f7f"},{"font":{"name":"宋体"}},{"align":"center","font":{"size":18,"bold":true,"name":"宋体"},"valign":"bottom"},{"font":{"bold":false,"name":"宋体"},"color":"#7f7f7f","align":"right"},{"color":"#7f7f7f","font":{"name":"宋体"}},{"align":"right","font":{"name":"宋体"}},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"bold":false,"name":"宋体"},"bgcolor":"#9cc2e6"},{"align":"center","font":{"bold":false,"name":"宋体"},"bgcolor":"#9cc2e6"},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"name":"宋体"}},{"font":{"name":"Microsoft YaHei"}},{"align":"center","font":{"size":18,"bold":true,"name":"Microsoft YaHei"},"valign":"bottom"},{"font":{"bold":false,"name":"Microsoft YaHei"},"color":"#7f7f7f","align":"right"},{"color":"#7f7f7f","font":{"name":"Microsoft YaHei"}},{"align":"right","font":{"name":"Microsoft YaHei"}},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"bold":false,"name":"Microsoft YaHei"},"bgcolor":"#9cc2e6"},{"align":"center","font":{"bold":false,"name":"Microsoft YaHei"},"bgcolor":"#9cc2e6"},{"align":"center","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"font":{"name":"Microsoft YaHei"}}],"validations":[],"cols":{"0":{"width":53},"1":{"width":118},"2":{"width":75},"3":{"width":54},"4":{"width":95},"5":{"width":109},"6":{"width":75},"7":{"width":75},"8":{"width":83},"9":{"width":30},"len":27},"merges":["E4:F4","B4:B5","C4:C5","D4:D5","G4:G5","H4:H5","I4:I5","D1:G1","H3:I3"]}', N'', N'https://static.jeecg.com/designreport/images/25_1597233573577.png', N'admin', N'2021-01-19 10:46:45.0000000', N'admin', N'2021-02-03 13:58:22.0000000', N'0', NULL, NULL, N'0', N'695', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'9dbadaee8720767efe3164a7d018c870', N'45566', N'发票打印', N'', NULL, N'printinfo', N'{"area":{"sri":8,"sci":4,"eri":8,"eci":4,"width":100,"height":25},"printElWidth":794,"excel_config_id":"9dbadaee8720767efe3164a7d018c870","printElHeight":500,"rows":{"0":{"cells":{"0":{"text":"","virtual":"RTA6TUIKs1pmgVOM"},"1":{"text":" ","virtual":"RTA6TUIKs1pmgVOM"},"2":{"text":" ","virtual":"RTA6TUIKs1pmgVOM"},"3":{"text":" ","virtual":"RTA6TUIKs1pmgVOM"},"4":{"text":" ","virtual":"RTA6TUIKs1pmgVOM"},"5":{"text":" ","virtual":"RTA6TUIKs1pmgVOM"},"6":{"text":" ","virtual":"RTA6TUIKs1pmgVOM"},"7":{"text":" ","virtual":"RTA6TUIKs1pmgVOM"},"8":{"text":" ","virtual":"RTA6TUIKs1pmgVOM"}}},"2":{"cells":{},"height":11},"3":{"cells":{"2":{"text":""},"5":{"text":""}},"height":18},"4":{"cells":{"2":{"text":"182123434","style":0},"5":{"text":"12345678"}},"height":15},"5":{"cells":{"2":{"text":""}}},"7":{"cells":{}},"8":{"cells":{"1":{"text":"餐饮"},"2":{"text":" A11"},"3":{"text":" 333 3"},"4":{"text":" 3 4"},"5":{"text":" 1"},"6":{"text":"3333"}}},"9":{"cells":{"1":{"text":"测试"},"2":{"text":" mmm"},"3":{"text":" 33 5"}}},"10":{"cells":{},"height":22},"11":{"cells":{"2":{"text":" "},"3":{"text":"343434"},"6":{"text":"3434"}},"height":45},"12":{"cells":{"4":{"text":" 刮开中奖"}},"height":12},"13":{"cells":{"2":{"text":""},"4":{"text":" "},"5":{"text":"备注"}},"height":31},"14":{"cells":{"1":{"text":" 张三"},"3":{"text":"完成"},"4":{"text":" 李思"}},"height":41},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":847,"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"size":8}}],"validations":[],"cols":{"0":{"width":93},"1":{"width":74},"2":{"width":80},"len":26},"merges":[],"imgList":[{"row":0,"col":0,"width":"832","height":"480","src":"https://static.jeecg.com/designreport/images/套打_1609313052910.png","isBackend":true,"commonBackend":true,"layer_id":"RTA6TUIKs1pmgVOM","offsetX":0,"offsetY":0,"virtualCellRange":[[0,0],[0,1],[0,2],[0,3],[0,4],[0,5],[0,6],[0,7],[0,8]]}]}', N'', N'https://static.jeecg.com/designreport/images/QQ截图20201207113651_1607312223499.png', N'jeecg', N'2020-07-20 18:55:59.0000000', N'admin', N'2021-02-03 13:38:49.0000000', N'0', NULL, NULL, N'0', N'1124', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'a250846887abe01217aab173d3006489', N'56663', N'不动产打印', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":false,"excel_config_id":"a250846887abe01217aab173d3006489","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":true,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"0":{"text":" ","virtual":"BJ9o6oelCr85EpT2"},"1":{"text":" ","virtual":"BJ9o6oelCr85EpT2"},"2":{"text":" ","virtual":"BJ9o6oelCr85EpT2"},"3":{"text":" ","virtual":"BJ9o6oelCr85EpT2"},"4":{"text":" ","virtual":"BJ9o6oelCr85EpT2"},"5":{"text":" ","virtual":"BJ9o6oelCr85EpT2"},"6":{"text":" ","virtual":"BJ9o6oelCr85EpT2"},"7":{"text":" ","virtual":"BJ9o6oelCr85EpT2"},"8":{"text":" ","virtual":"BJ9o6oelCr85EpT2"},"9":{"text":" ","virtual":"BJ9o6oelCr85EpT2"}},"isDrag":true,"height":45},"1":{"cells":{},"height":23},"2":{"cells":{"0":{"text":"","style":0},"1":{"text":" ${budong.yname}","style":21,"merge":[0,2]}},"isDrag":true,"height":34},"3":{"cells":{"1":{"text":" ${budong.chanquan}","style":0,"merge":[0,2]},"5":{"text":"${budong.beizhu}","merge":[5,3]}},"isDrag":true,"height":39},"4":{"cells":{"1":{"text":" ${budong.zhuzhi}","style":39,"merge":[0,2]}},"isDrag":true,"height":33},"5":{"cells":{"1":{"text":" ${budong.danyuan}","style":0,"merge":[0,2]}},"isDrag":true,"height":53},"6":{"cells":{"1":{"text":" ${budong.type}","style":0,"merge":[0,2]}},"isDrag":true,"height":47},"7":{"cells":{"1":{"text":" ${budong.xtype}","style":0,"merge":[0,2]}},"isDrag":true,"height":38},"8":{"cells":{"1":{"text":" ${budong.suoyou}","style":0,"merge":[0,2]}},"isDrag":true,"height":31},"9":{"cells":{"1":{"text":" ${budong.mianji}","style":0,"merge":[0,2]}},"isDrag":true,"height":45},"10":{"cells":{"1":{"text":" ${budong.riqi}","style":0,"merge":[0,2]}},"isDrag":true,"height":26},"11":{"cells":{"1":{"text":"","style":0,"merge":[0,2]}},"height":35},"12":{"cells":{"1":{"text":"","style":0},"2":{"text":"${budong.chanquan}","style":0,"merge":[4,1]}},"isDrag":true},"13":{"cells":{}},"14":{"cells":{}},"15":{"cells":{}},"16":{"cells":{},"height":5},"17":{"cells":{"2":{"text":"","style":0}},"isDrag":true,"height":33},"18":{"cells":{"2":{"style":0,"text":""}}},"len":100,"-1":{"cells":{"0":{"text":"#{budong.zhuzhi}"},"-1":{"text":"#{budong.suoyou}"}},"isDrag":true}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":1024,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"font":{"bold":true}},{"font":{"italic":true}},{"font":{"italic":true,"bold":true}},{"font":{"italic":true,"bold":false}},{"font":{"italic":false,"bold":false}},{"font":{"italic":false,"bold":true}},{"align":"left"},{"align":"center"},{"align":"right"},{"align":"left","valign":"top"},{"align":"left","valign":"top","font":{"bold":true}},{"font":{"bold":false}},{"align":"left","valign":"bottom"},{"valign":"bottom"},{"align":"center","valign":"bottom"},{"textwrap":true},{"font":{"bold":true},"valign":"bottom"},{"font":{"italic":false,"bold":true},"valign":"top"},{"valign":"top"},{"textwrap":true,"font":{"bold":true}},{"align":"center","valign":"bottom","font":{"bold":true}},{"align":"left","valign":"bottom","font":{"bold":true}},{"align":"left","valign":"bottom","font":{"bold":true,"size":8}},{"font":{"bold":true,"size":8},"valign":"bottom"},{"align":"center","valign":"bottom","font":{"bold":true,"size":8}},{"align":"left","valign":"middle","font":{"bold":true}},{"align":"left","valign":"middle"},{"font":{"italic":false,"bold":true},"valign":"bottom"},{"font":{"italic":false,"bold":true},"valign":"middle"},{"valign":"middle"},{"font":{"italic":true,"bold":true},"valign":"middle"},{"valign":"middle","font":{"italic":true}},{"valign":"middle","font":{"italic":false}},{"font":{"italic":false,"bold":false},"valign":"middle"},{"align":"center","valign":"middle","font":{"bold":true,"size":8}},{"font":{"bold":true,"size":8},"valign":"middle"},{"align":"left","valign":"middle","font":{"bold":true,"size":8}},{"align":"right","valign":"middle","font":{"bold":true,"size":8}},{"font":{"italic":false,"bold":true},"valign":"middle","align":"center"},{"font":{"italic":false,"bold":true},"valign":"middle","align":"left"},{"align":"right","valign":"bottom"},{"align":"right","valign":"bottom","font":{"bold":true,"size":8}},{"align":"center","valign":"middle"}],"validations":[],"cols":{"0":{"width":107},"1":{"width":54},"2":{"width":135},"3":{"width":180},"6":{"width":123},"8":{"width":25},"len":50},"merges":["B1:B2","B12:D12","B9:D9","B7:D7","B6:D6","B5:D5","B3:D3","B11:D11","B8:D8","B10:D10","C13:D17","C1:C2","B4:D4","F4:I9","D1:D2"],"imgList":[{"row":0,"col":0,"width":"950","height":"683","src":"https://jimureport.oss-cn-beijing.aliyuncs.com/designreport/images/38_1610456500965_1617247643815.jpg","isBackend":true,"commonBackend":true,"layer_id":"BJ9o6oelCr85EpT2","offsetX":0,"offsetY":0,"virtualCellRange":[[0,0],[0,1],[0,2],[0,3],[0,4],[0,5],[0,6],[0,7],[0,8],[0,9]]}]}', N'', N'https://static.jeecg.com/designreport/images/24_1597233568822.png', N'jeecg', N'2020-07-09 10:48:22.0000000', N'admin', N'2021-04-01 03:27:28.0000000', N'0', NULL, NULL, N'1', N'1413', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'a9f068972508920cd4aab831814f0c04', N'23445', N'逮捕证', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":false,"excel_config_id":"a9f068972508920cd4aab831814f0c04","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"2":{"text":"","merge":[0,9],"style":324},"12":{}},"isDrag":true,"height":55},"1":{"cells":{"1":{"style":410,"merge":[0,13],"text":"兰州市经济侦查大队"},"15":{"style":324,"text":" "}},"height":128},"2":{"cells":{"1":{"style":411,"merge":[0,13],"text":"逮捕令"},"15":{"style":324,"text":" "}},"height":41},"3":{"cells":{"1":{"style":412,"merge":[0,12],"text":"第123459663号"},"14":{"style":413,"text":" "}},"height":60},"4":{"cells":{"1":{"style":414,"text":" "},"2":{"text":" 根据《中华人民共和国刑事诉讼法》第七十八条之规定,","style":341,"merge":[0,11]},"14":{"style":413,"text":" "}},"height":43},"5":{"cells":{"1":{"style":414,"text":" "},"2":{"style":341,"text":"经","merge":[0,1]},"4":{"text":"${pdaibu.pname}","style":342,"merge":[0,9]},"14":{"style":413,"text":" "}},"isDrag":true,"height":47},"6":{"cells":{"1":{"style":414,"text":" "},"2":{"style":344,"text":" ","merge":[0,2]},"5":{"merge":[0,3],"text":"批准,兹由我局对涉嫌","style":338},"9":{"text":"${pdaibu.shiqing}","style":347,"merge":[0,4]},"14":{"style":413,"text":" "}},"isDrag":true,"height":49},"7":{"cells":{"1":{"style":414,"text":" "},"2":{"style":341,"text":"的"},"3":{"text":"${pdaibu.fname}","style":345,"merge":[0,1]},"5":{"text":"(性别","style":343},"6":{"text":"${pdaibu.fsex}","style":347,"merge":[0,1]},"8":{"style":346,"text":"出生日期"},"9":{"text":"${pdaibu.cdata}","style":345,"merge":[0,4]},"14":{"style":413,"text":" "}},"isDrag":true,"height":51},"8":{"cells":{"1":{"style":414,"text":" "},"2":{"text":"${pdaibu.zhuzhi}","style":345,"merge":[0,7]},"10":{"style":341,"text":"执行逮捕,送兰州","merge":[0,3]},"14":{"style":413,"text":" "}},"isDrag":true,"height":51},"9":{"cells":{"1":{"style":414,"text":" "},"2":{"style":341,"merge":[0,6],"text":"市经济侦查大队羁押。"},"9":{"style":341,"text":" "},"10":{"style":341,"merge":[5,1],"text":" "},"14":{"style":413,"text":" "}},"height":57},"10":{"cells":{"1":{"style":414,"text":" "},"4":{"style":338,"virtual":"DId4FGTLnP3vfp4y","text":" "},"5":{"style":338,"virtual":"DId4FGTLnP3vfp4y","text":" "},"6":{"style":338,"virtual":"DId4FGTLnP3vfp4y","text":" "},"14":{"style":413,"text":" "}},"height":61},"11":{"cells":{"1":{"style":414,"text":" "},"6":{"style":376,"merge":[0,2],"text":" "},"14":{"style":413,"text":" "}},"height":83},"12":{"cells":{"1":{"style":414,"text":" "},"2":{"merge":[0,6],"style":338,"text":" "},"14":{"style":413,"text":" "}},"height":14},"13":{"cells":{"1":{"style":414,"text":" "},"2":{"style":351,"merge":[0,5],"text":" "},"8":{"style":380,"text":"公安局印"},"9":{"text":" ","virtual":"XefZfpEcdS3wI6Ae"},"10":{"text":" ","virtual":"XefZfpEcdS3wI6Ae"},"11":{"text":" ","virtual":"XefZfpEcdS3wI6Ae"},"14":{"style":413,"text":" "}},"height":89},"14":{"cells":{"1":{"style":414,"text":" "},"14":{"style":413,"text":" "}},"height":21},"15":{"cells":{"1":{"style":415,"text":" "},"2":{"style":416,"text":" "},"3":{"style":417,"text":" "},"4":{"style":417,"text":" "},"5":{"style":417,"text":" "},"6":{"text":"${pdaibu.gdata}","style":421,"merge":[0,6]},"13":{"style":417,"text":" "},"14":{"style":419,"text":" "}},"isDrag":true,"height":168},"len":88,"-1":{"cells":{"1":{"text":"#{daibu.fdata}"},"-1":{"text":"#{pdaibu.shiqing}"}},"isDrag":true}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":709,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"left"},{"align":"left","underline":true},{"underline":true},{"align":"center","underline":true},{"align":"center"},{"align":"center","underline":false},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]}},{"align":"left","border":{"bottom":["thin","#000"]}},{"align":"left","font":{"size":16}},{"font":{"size":16}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16}},{"align":"center","underline":false,"font":{"size":16}},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16}},{"align":"left","font":{"size":16,"bold":true}},{"font":{"size":16,"bold":true}},{"align":"center","underline":false,"font":{"size":16,"bold":true}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":true}},{"font":{"bold":true}},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":true}},{"align":"left","font":{"size":16,"bold":false}},{"font":{"size":16,"bold":false}},{"align":"center","underline":false,"font":{"size":16,"bold":false}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false}},{"font":{"bold":false}},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false}},{"align":"left","font":{"size":16,"bold":false},"color":"#3f3f3f"},{"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"font":{"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":16,"bold":false},"color":"#3f3f3f"},{"font":{"size":12}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f"},{"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"font":{"size":12,"bold":false},"color":"#3f3f3f","align":"center"},{"font":{"size":12},"align":"center"},{"font":{"size":8}},{"font":{"size":10}},{"font":{"size":10,"bold":true}},{"font":{"size":10,"bold":true},"align":"center"},{"font":{"size":18,"bold":true},"align":"center"},{"align":"center","font":{"size":18}},{"font":{"size":16,"bold":true},"align":"center"},{"align":"center","font":{"size":16}},{"font":{"size":12},"valign":"bottom"},{"font":{"size":12},"valign":"middle"},{"font":{"size":12},"border":{"top":["thin","#000"],"left":["thin","#000"]}},{"font":{"size":12},"border":{"top":["thin","#000"]}},{"border":{"top":["thin","#000"]}},{"font":{"size":12},"border":{"top":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":12},"border":{"left":["thin","#000"]}},{"font":{"size":12},"border":{"right":["thin","#000"]}},{"font":{"size":12},"valign":"middle","border":{"right":["thin","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thin","#000"],"right":["thin","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thin","#000"]}},{"align":"center","underline":false,"border":{"right":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","border":{"right":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"right":["thin","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"border":{"bottom":["thin","#000"],"left":["thin","#000"]}},{"border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":12},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]}},{"font":{"size":12},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12},"border":{"left":["thick","#000"]}},{"font":{"size":12},"border":{"right":["thick","#000"]}},{"font":{"size":12},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"right":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"center","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]}},{"border":{"bottom":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]}},{"align":"center","font":{"size":12,"bold":false},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"border":{"left":["thin","#000"]}},{"border":{"left":["dashed","#000"]}},{"border":{"left":["thick","#000"]}},{"border":{"right":["thick","#000"]}},{"align":"left","border":{"bottom":["thick","#000"]},"font":{"size":12,"bold":false},"color":"#3f3f3f"},{"font":{"size":12},"border":{"left":["thick","#000"]},"align":"center"},{"font":{"size":12,"bold":true},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true}},{"font":{"size":14,"bold":true},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14}},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Arial"}},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Arial"}},{"font":{"size":14,"bold":true,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Arial"}},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Arial"}},{"font":{"name":"Arial"}},{"font":{"size":12,"name":"Arial"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Arial"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Arial"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Arial"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Arial"}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Source Sans Pro"}},{"font":{"size":14,"bold":true,"name":"Source Sans Pro"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Source Sans Pro"}},{"font":{"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Source Sans Pro"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Source Sans Pro"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Source Sans Pro"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Source Sans Pro"}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Comic Sans MS"}},{"font":{"size":14,"bold":true,"name":"Comic Sans MS"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Comic Sans MS"}},{"font":{"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Comic Sans MS"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Comic Sans MS"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Comic Sans MS"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Comic Sans MS"}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"]},"font":{"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"name":"Courier New"}},{"font":{"size":14,"bold":true,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center"},{"align":"center","font":{"bold":true,"size":14,"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Courier New"}},{"font":{"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"valign":"middle","border":{"right":["thick","#000"]}},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#3f3f3f"},{"font":{"size":12,"name":"Courier New"},"border":{"right":["thick","#000"]}},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Courier New"}},{"border":{"bottom":["thick","#000"]},"font":{"name":"Courier New"}},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Courier New"}},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Courier New"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"color":"#000100"},{"font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Courier New"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Courier New"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Arial"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Arial"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"color":"#000100"},{"font":{"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Arial"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Arial"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Helvetica"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"color":"#000100"},{"font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Helvetica"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Helvetica"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"top":["thick","#000"],"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"top":["thick","#000"]},"color":"#000100"},{"border":{"top":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"top":["thick","#000"],"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"name":"Lato"},"color":"#000100"},{"font":{"size":14,"bold":true,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100"},{"align":"center","font":{"bold":true,"size":14,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"color":"#000100"},{"font":{"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","align":"center"},{"align":"center","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"left","border":{"right":["thick","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"right":["thick","#000"]},"color":"#000100"},{"border":{"bottom":["thick","#000"],"left":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"border":{"bottom":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"border":{"bottom":["thick","#000"],"right":["thick","#000"]},"font":{"name":"Lato"},"color":"#000100"},{"font":{"size":10,"name":"Lato"},"valign":"middle","border":{"right":["thick","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"color":"#000100","align":"center"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"color":"#000100","align":"right"},{"align":"right"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"left","color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"left","color":"#000100","valign":"top"},{"align":"left","valign":"top"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"left","color":"#000100","valign":"middle"},{"align":"left","valign":"middle"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"left","color":"#000100","valign":"bottom"},{"align":"left","valign":"bottom"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"center","color":"#000100","valign":"bottom"},{"font":{"size":12,"name":"Lato"},"border":{"left":["thick","#000"]},"align":"right","color":"#000100","valign":"bottom"},{"font":{"size":12,"name":"Lato"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","color":"#000100"},{"font":{"size":14,"bold":true,"name":"Lato"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","color":"#000100"},{"font":{"size":12,"name":"Lato"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right","color":"#000100","valign":"bottom"},{"align":"left","font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","underline":false,"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"name":"Lato"},"color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":12,"name":"Lato"},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100","align":"right"},{"font":{"size":12,"name":"Lato","bold":true},"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"color":"#000100"},{"border":{"right":["thin","#000"]}},{},{"font":{"size":12,"name":"Lato"},"border":{"bottom":["thin","#000"]},"color":"#000100","align":"right"},{"font":{"size":12,"name":"Lato","bold":true},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"align":"right","color":"#000100","valign":"bottom"},{"align":"center","underline":false,"font":{"size":12,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":12},"align":"center","border":{"bottom":["thin","#000"]}},{"align":"left","font":{"name":"Lato"},"color":"#000100"},{"font":{"size":12,"name":"Lato"},"color":"#000100","align":"right"},{"border":{"bottom":["thin","#000"]},"font":{"size":12}},{"align":"center","font":{"bold":false}},{"align":"center","font":{"bold":false,"size":12}},{"align":"center","font":{"bold":false,"size":12},"border":{"bottom":["thin","#000"]}},{"align":"center","valign":"top"},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"center"},{"font":{"size":14}},{"align":"center","font":{"bold":true,"size":16,"name":"Lato"},"color":"#000100"},{"font":{"size":14,"name":"Lato"},"align":"right","color":"#000100","valign":"bottom"},{"align":"left","font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"center","font":{"bold":false,"size":14},"border":{"bottom":["thin","#000"]}},{"font":{"name":"Lato","size":14},"color":"#000100"},{"align":"left","border":{"bottom":["thin","#000"]},"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100"},{"align":"center","border":{"bottom":["thin","#000"]},"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100"},{"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","align":"center"},{"font":{"size":14},"align":"center","border":{"bottom":["thin","#000"]}},{"border":{"bottom":["thin","#000"]},"font":{"size":14}},{"align":"left","font":{"size":14}},{"align":"left","font":{"name":"Lato","size":14},"color":"#000100"},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"right"},{"align":"left","valign":"top","font":{"size":14}},{"border":{"top":["thick","#000"],"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"center","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"align":"center","font":{"bold":true,"size":16,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":14,"name":"Lato"},"align":"right","color":"#000100","valign":"bottom","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"align":"left","font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"],"right":["thick","#000"]}},{"align":"left","font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","border":{"left":["thick","#000"]}},{"align":"center","font":{"bold":false,"size":14},"border":{"right":["thick","#000"]}},{"align":"center","border":{"right":["thick","#000"]},"font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100"},{"border":{"right":["thick","#000"]},"font":{"size":14}},{"align":"left","font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","border":{"right":["thick","#000"]}},{"font":{"name":"Lato","size":14},"color":"#000100","border":{"left":["thick","#000"]}},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"center","border":{"left":["thick","#000"]}},{"font":{"size":14},"border":{"left":["thick","#000"]}},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"right","border":{"left":["thick","#000"]}},{"font":{"size":12,"name":"Lato"},"color":"#000100","align":"right","border":{"bottom":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":14},"border":{"bottom":["thick","#000"]}},{"align":"center","font":{"bold":false,"size":14}},{"font":{"size":14},"align":"center"},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"center","border":{"top":["thick","#000"],"left":["thick","#000"],"right":["thick","#000"]}},{"border":{"top":["thick","#000"],"left":["thick","#000"]}},{"font":{"size":14,"name":"Lato"},"color":"#000100","align":"center","border":{"top":["thick","#000"]}},{"border":{"top":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":12,"name":"Lato"},"color":"#000100","align":"right","border":{"bottom":["thick","#000"]}},{"font":{"size":14},"align":"right"},{"border":{"bottom":["thick","#000"]},"font":{"size":12}},{"font":{"size":14},"border":{"bottom":["thick","#000"]},"align":"center"},{"border":{"bottom":["thick","#000"]},"font":{"size":12},"align":"center"},{"align":"left","valign":"middle","font":{"size":14}},{"border":{"top":["thick","#000"]},"font":{"size":24}},{"font":{"size":24}},{"border":{"top":["thick","#000"]},"font":{"size":22}},{"font":{"size":22}},{"border":{"top":["thick","#000"]},"font":{"size":18}},{"font":{"size":18}},{"border":{"top":["thick","#000"]},"font":{"size":18,"bold":true}},{"font":{"size":18,"bold":true}},{"border":{"top":["thick","#000"]},"font":{"size":18,"bold":true},"align":"center"},{"border":{"top":["thick","#000"]},"font":{"size":18,"bold":false},"align":"center"},{"font":{"size":18,"bold":false},"align":"center"},{"font":{"size":14,"bold":true}},{"border":{"top":["thick","#000"]},"font":{"size":18,"bold":false},"align":"center","valign":"bottom"},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom"},{"valign":"bottom"},{"valign":"bottom","align":"right"},{"valign":"bottom","align":"right","font":{"size":14}},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom","border":{"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","font":{"bold":true,"size":14},"border":{"left":["thin","#000"],"right":["thin","#000"]}},{"valign":"bottom","align":"right","font":{"size":14},"border":{"left":["thin","#000"],"right":["thin","#000"]}},{"align":"left","font":{"size":14,"bold":false,"name":"Lato"},"color":"#000100","border":{"right":["thin","#000"]}},{"align":"center","font":{"bold":false,"size":14},"border":{"right":["thin","#000"]}},{"font":{"size":14},"align":"center","border":{"right":["thin","#000"]}},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom","border":{"top":["thick","#000"],"left":["thick","#000"],"right":["thick","#000"]}},{"align":"center","font":{"bold":true,"size":14},"border":{"left":["thick","#000"],"right":["thick","#000"]}},{"valign":"bottom","align":"right","font":{"size":14},"border":{"left":["thick","#000"],"right":["thick","#000"]}},{"font":{"size":14},"align":"center","border":{"right":["thick","#000"]}},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom","border":{"top":["thick","#000"],"left":["thick","#000"]}},{"valign":"bottom","align":"right","font":{"size":14},"border":{"left":["thick","#000"]}},{"font":{"size":18,"bold":false},"align":"center","valign":"bottom","border":{"top":["medium","#000"],"left":["medium","#000"],"right":["medium","#000"]}},{"align":"center","font":{"bold":true,"size":14},"border":{"left":["medium","#000"],"right":["medium","#000"]}},{"valign":"bottom","align":"right","font":{"size":14},"border":{"left":["medium","#000"]}},{"border":{"right":["medium","#000"]}},{"border":{"left":["medium","#000"]}},{"border":{"bottom":["medium","#000"],"left":["medium","#000"]}},{"font":{"size":12,"name":"Lato"},"color":"#000100","align":"right","border":{"bottom":["medium","#000"]}},{"border":{"bottom":["medium","#000"]}},{"font":{"size":12},"align":"center","border":{"bottom":["medium","#000"]}},{"border":{"bottom":["medium","#000"],"right":["medium","#000"]}},{"align":"center","font":{"bold":false,"size":14},"border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"font":{"size":12},"align":"right","border":{"bottom":["medium","#000"]}},{"font":{"size":12},"align":"right"}],"validations":[],"cols":{"0":{"width":18},"1":{"width":21},"2":{"width":27},"3":{"width":6},"4":{"width":87},"5":{"width":51},"6":{"width":51},"7":{"width":1},"8":{"width":86},"9":{"width":163},"10":{"width":1},"11":{"width":60},"12":{"width":45},"13":{"width":49},"14":{"width":23},"15":{"width":20},"len":50},"merges":["D8:E8","C6:D6","C10:I10","G8:H8","C9:J9","C1:L1","K10:L15","C13:I13","C14:H14","F7:I7","G12:I12","G16:M16","B4:N4","C5:N5","E6:N6","J7:N7","C7:E7","K9:N9","B2:O2","B3:O3","J8:N8"],"imgList":[{"row":13,"col":9,"width":"168","height":"158","src":"https://static.jeecg.com/designreport/images/QQ截图20210105214919_1610075317075.png","layer_id":"XefZfpEcdS3wI6Ae","offsetX":0,"offsetY":0,"virtualCellRange":[[13,9],[13,10],[13,11]]}]}', N'', N'https://static.jeecg.com/designreport/images/逮捕令_1607070625878.png', N'jeecg', N'2020-07-10 13:38:40.0000000', N'admin', N'2021-04-05 18:47:36.0000000', N'0', NULL, NULL, N'1', N'2506', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'dd482bfd6ca470a0f49d9bb4e61ec694', N'202101081046034402', N'实习证明副本4402', NULL, NULL, N'printinfo', N'{"area":false,"printElWidth":570,"excel_config_id":"1347373863746539520","printElHeight":1047,"rows":{"6":{"cells":{"2":{"merge":[0,1],"text":"实习证明","style":2},"3":{"style":2}},"height":50},"8":{"cells":{"1":{"text":"#{tt.name}","style":3},"2":{"merge":[0,2],"text":"同学在我公司与 2020年4月1日 至 2020年5月1日 实习。"}}},"9":{"cells":{"1":{"text":""}},"isDrag":true},"12":{"cells":{"1":{"merge":[4,3],"text":"#{tt.pingjia}","style":6},"2":{"style":6},"3":{"style":6},"4":{"style":6}}},"13":{"cells":{"1":{"style":6},"2":{"style":6},"3":{"style":6},"4":{"style":6}}},"14":{"cells":{"1":{"style":6},"2":{"style":6},"3":{"style":6},"4":{"style":6}}},"15":{"cells":{"1":{"style":6},"2":{"style":6},"3":{"style":6},"4":{"style":6}}},"16":{"cells":{"1":{"style":6},"2":{"style":6},"3":{"style":6},"4":{"style":6}}},"17":{"cells":{"1":{"text":"特此证明!"}}},"20":{"cells":{"2":{"text":""},"3":{"text":"","style":3},"4":{"text":""}}},"21":{"cells":{"4":{"text":""}}},"22":{"cells":{"3":{"text":"证明人:","style":3},"4":{"text":"#{tt.lingdao}"}}},"23":{"cells":{"4":{"text":"#{tt.shijian}"}}},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":487,"background":{"path":"https://static.jeecg.com/designreport/images/report_1595906079684_1610075686629.png","repeat":"no-repeat","width":"","height":""},"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","font":{"size":14}},{"align":"center","font":{"size":16}},{"align":"right"},{"align":"left"},{"align":"left","valign":"top"},{"align":"left","valign":"top","textwrap":true}],"validations":[],"cols":{"0":{"width":82},"1":{"width":86},"4":{"width":119},"len":26},"merges":["C7:D7","C9:E9","B13:E17"]}', NULL, N'https://static.jeecg.com/designreport/images/未标题-1_1610074948259.png', N'admin', N'2021-01-18 13:21:18.0000000', N'admin', N'2021-02-02 19:01:05.0000000', N'1', NULL, NULL, N'0', N'94', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'f5f275b5e28b45256ef24587ec792f0c', N'202101081641215447', N'实例:来源收入统计副本5447', NULL, NULL, N'datainfo', N'{"loopBlockList":[],"chartList":[{"row":1,"col":1,"colspan":0,"rowspan":0,"width":"624","height":"281","config":"{\"legend\":{\"padding\":[25,20,25,10],\"data\":[\"中国石油全资(集团所属)\",\"中国石油全资(股份所属)\",\"中石油控股或有控股权\",\"中石油参股\",\"非中石油\"],\"top\":\"top\",\"orient\":\"vertical\",\"left\":\"right\",\"show\":true,\"textStyle\":{\"color\":\"#333\",\"fontSize\":12}},\"series\":[{\"isRose\":false,\"data\":[{\"name\":\"中国石油全资(集团所属)\",\"value\":38460270.57,\"itemStyle\":{\"color\":\"#E46C8A\"}},{\"name\":\"中国石油全资(股份所属)\",\"value\":227595.77,\"itemStyle\":{\"color\":\"#FCDE43\"}},{\"name\":\"中石油控股或有控股权\",\"value\":679926.75,\"itemStyle\":{\"color\":\"#01A8E1\"}},{\"name\":\"中石油参股\",\"value\":72062.75,\"itemStyle\":{\"color\":\"#99CC00\"}},{\"name\":\"非中石油\",\"value\":1698597.62,\"itemStyle\":{\"color\":\"#800080\"}}],\"isRadius\":false,\"roseType\":\"\",\"notCount\":false,\"center\":[320,180],\"name\":\"total\",\"minAngle\":0,\"label\":{\"show\":false,\"position\":\"outside\",\"textStyle\":{\"fontSize\":16,\"fontWeight\":\"bolder\"}},\"type\":\"pie\",\"radius\":\"55%\",\"autoSort\":false}],\"tooltip\":{\"formatter\":\"{b} : {c}\",\"show\":true,\"textStyle\":{\"color\":\"#fff\",\"fontSize\":18}},\"title\":{\"show\":true,\"top\":5,\"text\":\"来源收入统计\",\"textStyle\":{\"color\":\"#c23531\",\"fontWeight\":\"bolder\",\"fontSize\":18},\"left\":\"center\",\"padding\":[5,20,5,10]}}","url":"","extData":{"dataType":"sql","apiStatus":"","apiUrl":"","dataId":"4af57d343f1d6521b71b85097b580786","axisX":"biz_income","axisY":"total","series":"","yText":"total","xText":"biz_income","dbCode":"tmp_report_data_income","dataId1":"","source":"","target":"","isTiming":true,"intervalTime":"5","chartType":"pie.simple","id":""},"layer_id":"nVUy533exgQ70OPb","offsetX":0,"offsetY":0,"backgroud":{"enabled":false,"color":"#fff","image":""},"virtualCellRange":[[1,1],[1,2],[1,3],[1,4],[1,5],[1,6],[1,7],[1,8]]}],"area":{"sri":20,"sci":6,"eri":20,"eci":6,"width":60,"height":25},"excel_config_id":"f5f275b5e28b45256ef24587ec792f0c","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"zonedEditionList":[],"rows":{"1":{"cells":{"1":{"text":" ","virtual":"nVUy533exgQ70OPb"},"2":{"text":" ","virtual":"nVUy533exgQ70OPb"},"3":{"text":" ","virtual":"nVUy533exgQ70OPb"},"4":{"text":" ","virtual":"nVUy533exgQ70OPb"},"5":{"text":" ","virtual":"nVUy533exgQ70OPb"},"6":{"text":" ","virtual":"nVUy533exgQ70OPb"},"7":{"text":" ","virtual":"nVUy533exgQ70OPb"},"8":{"text":" ","virtual":"nVUy533exgQ70OPb"}}},"13":{"cells":{"2":{}}},"16":{"cells":{"1":{"text":"业务来源","style":1},"2":{"text":"保险经纪佣金费","style":1},"3":{"text":"风险咨询费","style":1},"4":{"text":"承保公证评估费","style":1},"5":{"text":"保险公证费","style":1},"6":{"text":"投标咨询费","style":1},"7":{"text":"内控咨询费","style":1},"8":{"text":"总计","style":1}}},"17":{"cells":{"1":{"text":"#{tmp_report_data_income.biz_income}","style":0},"2":{"text":"#{tmp_report_data_income.bx_jj_yongjin}","style":0},"3":{"text":"#{tmp_report_data_income.bx_zx_money}","style":0},"4":{"text":"#{tmp_report_data_income.chengbao_gz_money}","style":0},"5":{"text":"#{tmp_report_data_income.bx_gg_moeny}","style":0},"6":{"text":"#{tmp_report_data_income.tb_zx_money}","style":0},"7":{"text":"#{tmp_report_data_income.neikong_zx_money}","style":0},"8":{"text":"#{tmp_report_data_income.total}","style":0}},"isDrag":true,"height":24},"len":58},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"rpbar":{"show":true,"pageSize":"","btnList":[]},"freeze":"A1","dataRectWidth":701,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#33CCCC"}],"validations":[],"cols":{"0":{"width":15},"1":{"width":105},"2":{"width":119},"3":{"width":87},"4":{"width":61},"5":{"width":63},"6":{"width":60},"7":{"width":91},"len":50},"merges":[]}', NULL, NULL, N'admin', N'2021-01-18 13:21:14.0000000', N'admin', N'2022-09-22 19:39:56.0000000', N'0', NULL, NULL, N'0', N'65', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'f6ee801e8bdc28ba9d63f95dc65ccd79', N'4556633', N'采购单', N'', NULL, N'printinfo', N'{"loopBlockList":[],"area":false,"excel_config_id":"f6ee801e8bdc28ba9d63f95dc65ccd79","printConfig":{"paper":"A4","width":210,"height":297,"definition":1,"isBackend":false,"marginX":10,"marginY":10},"rows":{"0":{"cells":{"1":{"text":"采购单","style":21,"merge":[0,6]}},"height":89},"1":{"cells":{"1":{"text":"产品名称","style":23},"2":{"text":"产品数量","style":23},"3":{"text":"单价","style":23},"4":{"text":"库存量","style":23},"5":{"text":"库存总值","style":23},"6":{"text":"订购量","style":23},"7":{"text":"二次订购量","style":23}},"height":45},"2":{"cells":{"1":{"style":24,"text":"#{caigou.cname}"},"2":{"style":24,"text":"#{caigou.cnum}"},"3":{"style":24,"text":"#{caigou.cprice}"},"4":{"style":24,"text":"#{caigou.ctotal}"},"5":{"style":24,"text":"#{caigou.tp}"},"6":{"style":24,"text":"#{caigou.dtotal}"},"7":{"style":24,"text":"#{caigou.ztotal}"}},"height":26},"5":{"cells":{"1":{"text":""}},"isDrag":true},"6":{"cells":{"1":{"text":""}},"isDrag":true},"7":{"cells":{"1":{"text":""},"2":{"text":""}},"isDrag":true},"len":100},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":718,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":682,"displayConfig":{},"background":false,"name":"sheet1","autofilter":{},"styles":[{"align":"center"},{"align":"center","color":"#000100"},{"align":"center","color":"#000100","border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]}},{"border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]}},{"align":"center","color":"#000100","border":{"bottom":["thin","#01b0f1"],"top":["thin","#01b0f1"],"left":["thin","#01b0f1"],"right":["thin","#01b0f1"]},"bgcolor":"#01b0f1"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#01b0f1"},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]}},{"align":"center","font":{"size":18}},{"align":"center","font":{"size":18,"bold":true}},{"align":"center","font":{"size":16,"bold":true}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center"},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#9cc2e6"},{"font":{"name":"宋体"}},{"align":"center","font":{"size":16,"bold":true,"name":"宋体"}},{"align":"center","color":"#000100","border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"border":{"bottom":["thin","#5b9cd6"],"top":["thin","#5b9cd6"],"left":["thin","#5b9cd6"],"right":["thin","#5b9cd6"]},"align":"center","font":{"name":"宋体"}},{"align":"center","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#9cc2e6","font":{"name":"宋体"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"name":"宋体"}},{"align":"center","color":"#000100","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#5b9cd6","font":{"name":"宋体"}},{"align":"center","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#5b9cd6","font":{"name":"宋体"}},{"align":"center","font":{"size":16,"bold":true,"name":"Microsoft YaHei"}},{"font":{"name":"Microsoft YaHei"}},{"align":"center","color":"#ffffff","border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"bgcolor":"#5b9cd6","font":{"name":"Microsoft YaHei"}},{"border":{"bottom":["thin","#bfbfbf"],"top":["thin","#bfbfbf"],"left":["thin","#bfbfbf"],"right":["thin","#bfbfbf"]},"align":"center","font":{"name":"Microsoft YaHei"}}],"validations":[],"cols":{"0":{"width":43},"1":{"width":114},"2":{"width":109},"3":{"width":78},"4":{"width":77},"5":{"width":84},"6":{"width":82},"7":{"width":95},"len":50},"merges":["B1:H1"]}', N'', N'https://static.jeecg.com/designreport/images/caigou_1607310279439.png', N'jeecg', N'2020-07-28 16:54:44.0000000', N'admin', N'2021-04-01 03:09:41.0000000', N'0', NULL, NULL, N'1', N'1249', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report] ([id], [code], [name], [note], [status], [type], [json_str], [api_url], [thumb], [create_by], [create_time], [update_by], [update_time], [del_flag], [api_method], [api_code], [template], [view_count], [css_str], [js_str], [tenant_id]) VALUES (N'ff9bd143582a6dfed897ba8b6f93b175', N'56696', N'销售公司出库单', N'', NULL, N'printinfo', N'{"area":{"sri":4,"sci":0,"eri":4,"eci":0,"width":32,"height":25},"printElWidth":794,"excel_config_id":"ff9bd143582a6dfed897ba8b6f93b175","printElHeight":800,"rows":{"0":{"cells":{"0":{"style":11,"text":"医疗器械销售公司出货单","merge":[0,9]}},"height":83},"1":{"cells":{"0":{"text":"供货单位:","style":20,"merge":[0,1]},"1":{"style":30},"2":{"text":"${gongsi.gname}","style":19},"3":{"style":19},"4":{"text":"供货日期:","style":19},"5":{"text":"${gongsi.gdata}","style":19,"merge":[0,1]},"6":{"style":19},"7":{"text":"编号:","style":20},"8":{"text":"${gongsi.num}","style":19,"merge":[0,1]},"9":{"style":19}},"isDrag":true},"2":{"cells":{"0":{"text":"行号","style":39},"1":{"text":"产品代码","style":39},"2":{"text":"产品名称","style":39},"3":{"text":"规格型号","style":39},"4":{"text":"单位","style":39},"5":{"text":"实发数量","style":39},"6":{"text":"销售单价(元)","style":39},"7":{"text":"折扣率(%","style":39},"8":{"text":"销售金额(元)","style":39},"9":{"text":"备注","style":39}}},"3":{"cells":{"0":{"style":35,"text":"#{xiaoshou.id}"},"1":{"style":35,"text":"#{xiaoshou.hnum}"},"2":{"style":35,"text":"#{xiaoshou.hname}"},"3":{"style":35,"text":"#{xiaoshou.xinghao}"},"4":{"style":35,"text":"#{xiaoshou.danwei}"},"5":{"style":35,"text":"#{xiaoshou.num}"},"6":{"style":35,"text":"#{xiaoshou.danjia}"},"7":{"style":35,"text":"#{xiaoshou.zhekoulv}"},"8":{"style":35,"text":"#{xiaoshou.xiaoshoujine}"},"9":{"style":35,"text":"#{xiaoshou.xiaoshoujine}"}}},"4":{"cells":{"0":{"style":4},"1":{}},"isDrag":true},"len":84,"-1":{"cells":{"0":{"text":"#{gongsi.gdata}"},"-1":{"text":"#{gongsi.didian}"}},"isDrag":true}},"dbexps":[],"toolPrintSizeObj":{"printType":"A4","widthPx":794,"heightPx":1047},"dicts":[],"freeze":"A1","dataRectWidth":794,"background":false,"name":"sheet1","autofilter":{},"styles":[{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center"},{"font":{"size":16}},{"font":{"size":16},"align":"center"},{"align":"center"},{"border":{"top":["thin","#000"],"bottom":["thin","#000"],"left":["thin","#000"]}},{"border":{"top":["thin","#000"],"bottom":["thin","#000"]}},{"border":{"top":["thin","#000"],"bottom":["thin","#000"],"right":["thin","#000"]}},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"right"},{"align":"right"},{"align":"center","font":{"size":14}},{"align":"center","font":{"size":14,"bold":true}},{"align":"center","font":{"size":9}},{"font":{"size":9}},{"align":"right","font":{"size":9}},{"align":"center","font":{"size":8}},{"font":{"size":8}},{"align":"right","font":{"size":8}},{"align":"center","font":{"size":8},"color":"#7f7f7f"},{"font":{"size":8},"color":"#7f7f7f"},{"align":"right","font":{"size":8},"color":"#7f7f7f"},{"align":"center","font":{"size":8},"color":"#3f3f3f"},{"font":{"size":8},"color":"#3f3f3f"},{"align":"right","font":{"size":8},"color":"#3f3f3f"},{"align":"center","font":{"size":8},"color":"#262626"},{"font":{"size":8},"color":"#262626"},{"align":"right","font":{"size":8},"color":"#262626"},{"align":"center","font":{"size":8},"color":"#0c0c0c"},{"font":{"size":8},"color":"#0c0c0c"},{"align":"right","font":{"size":8},"color":"#0c0c0c"},{"align":"right","color":"#7f7f7f"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"align":"center","bgcolor":"#71ae47"},{"border":{"bottom":["thin","#000"],"top":["thin","#000"],"left":["thin","#000"],"right":["thin","#000"]},"bgcolor":"#71ae47"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"align":"center","bgcolor":"#71ae47"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"bgcolor":"#71ae47"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"align":"center"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]}},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"align":"center","bgcolor":"#c5e0b3"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"bgcolor":"#c5e0b3"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"align":"center","bgcolor":"#a7d08c"},{"border":{"bottom":["thin","#538136"],"top":["thin","#538136"],"left":["thin","#538136"],"right":["thin","#538136"]},"bgcolor":"#a7d08c"}],"validations":[],"cols":{"0":{"width":32},"1":{"width":65},"2":{"width":115},"3":{"width":70},"4":{"width":52},"5":{"width":70},"6":{"width":93},"7":{"width":86},"8":{"width":75},"9":{"width":136},"10":{"width":81},"len":24},"merges":["F2:G2","F2:G2","I2:J2","A2:B2","C2:D2","A2:B2","A1:J1"]}', N'', N'https://static.jeecg.com/designreport/images/医疗器械_1607070355110.png', N'jeecg', N'2020-06-16 11:54:02.0000000', N'admin', N'2021-02-02 19:34:39.0000000', N'0', NULL, NULL, N'0', N'764', NULL, NULL, NULL)
GO
-- ----------------------------
-- Table structure for jimu_report_data_source
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_report_data_source]') AND type IN ('U'))
DROP TABLE [dbo].[jimu_report_data_source]
GO
CREATE TABLE [dbo].[jimu_report_data_source] (
[id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[report_id] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[remark] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL,
[db_type] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL,
[db_driver] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[db_url] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL,
[db_username] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[db_password] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[connect_times] int NULL,
[tenant_id] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL,
[type] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[jimu_report_data_source] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据源名称',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_data_source',
'COLUMN', N'name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'报表_id',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_data_source',
'COLUMN', N'report_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'编码',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_data_source',
'COLUMN', N'code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'备注',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_data_source',
'COLUMN', N'remark'
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据库类型',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_data_source',
'COLUMN', N'db_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'驱动类',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_data_source',
'COLUMN', N'db_driver'
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据源地址',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_data_source',
'COLUMN', N'db_url'
GO
EXEC sp_addextendedproperty
'MS_Description', N'用户名',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_data_source',
'COLUMN', N'db_username'
GO
EXEC sp_addextendedproperty
'MS_Description', N'密码',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_data_source',
'COLUMN', N'db_password'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_data_source',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_data_source',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_data_source',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_data_source',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'连接失败次数',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_data_source',
'COLUMN', N'connect_times'
GO
EXEC sp_addextendedproperty
'MS_Description', N'多租户标识',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_data_source',
'COLUMN', N'tenant_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'类型(report:报表;drag:仪表盘)',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_data_source',
'COLUMN', N'type'
GO
-- ----------------------------
-- Records of jimu_report_data_source
-- ----------------------------
INSERT INTO [dbo].[jimu_report_data_source] ([id], [name], [report_id], [code], [remark], [db_type], [db_driver], [db_url], [db_username], [db_password], [create_by], [create_time], [update_by], [update_time], [connect_times], [tenant_id], [type]) VALUES (N'1324261983692902402', N'jeewx', N'1324261770294071296', N'', NULL, N'MYSQL', N'com.mysql.jdbc.Driver', N'jdbc:mysql://127.0.0.1:3306/jeewx-boot?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8', N'root', N'root', N'jeecg', N'2020-11-05 16:07:15.0000000', NULL, N'2020-11-05 16:07:15.0000000', N'0', NULL, N'report')
GO
INSERT INTO [dbo].[jimu_report_data_source] ([id], [name], [report_id], [code], [remark], [db_type], [db_driver], [db_url], [db_username], [db_password], [create_by], [create_time], [update_by], [update_time], [connect_times], [tenant_id], [type]) VALUES (N'26d21fe4f27920d2f56abc8d90a8e527', N'oracle', N'1308645288868712448', N'', NULL, N'ORACLE', N'oracle.jdbc.OracleDriver', N'jdbc:oracle:thin:@192.168.1.199:1521:helowin', N'jeecgbootbpm', N'jeecg196283', N'admin', N'2021-01-05 19:26:24.0000000', NULL, N'2021-01-05 19:26:24.0000000', N'0', NULL, N'report')
GO
INSERT INTO [dbo].[jimu_report_data_source] ([id], [name], [report_id], [code], [remark], [db_type], [db_driver], [db_url], [db_username], [db_password], [create_by], [create_time], [update_by], [update_time], [connect_times], [tenant_id], [type]) VALUES (N'8f90daf47d15d35ca6cf420748b8b9ba', N'localhost', N'1316944968992034816', N'', NULL, N'MYSQL5.7', N'com.mysql.cj.jdbc.Driver', N'jdbc:mysql://127.0.0.1:3306/jeecg-boot?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8', N'root', N'root', N'admin', N'2021-01-13 14:34:00.0000000', NULL, N'2021-01-13 14:34:00.0000000', N'0', NULL, N'report')
GO
-- ----------------------------
-- Table structure for jimu_report_db
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_report_db]') AND type IN ('U'))
DROP TABLE [dbo].[jimu_report_db]
GO
CREATE TABLE [dbo].[jimu_report_db] (
[id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[jimu_report_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_time] datetime2(7) NULL,
[db_code] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[db_ch_name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[db_type] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[db_table_name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[db_dyn_sql] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL,
[db_key] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[tb_db_key] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[tb_db_table_name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[java_type] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[java_value] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[api_url] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[api_method] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[is_list] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL,
[is_page] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL,
[db_source] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[db_source_type] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[json_data] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL,
[api_convert] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[jimu_report_db] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'id',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键字段',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db',
'COLUMN', N'jimu_report_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据集编码',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db',
'COLUMN', N'db_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据集名字',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db',
'COLUMN', N'db_ch_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据源类型',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db',
'COLUMN', N'db_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据库表名',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db',
'COLUMN', N'db_table_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'动态查询SQL',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db',
'COLUMN', N'db_dyn_sql'
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据源KEY',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db',
'COLUMN', N'db_key'
GO
EXEC sp_addextendedproperty
'MS_Description', N'填报数据源',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db',
'COLUMN', N'tb_db_key'
GO
EXEC sp_addextendedproperty
'MS_Description', N'填报数据表',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db',
'COLUMN', N'tb_db_table_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'java类数据集 类型spring:springkey,class:java类名',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db',
'COLUMN', N'java_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'java类数据源 数值bean key/java类名',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db',
'COLUMN', N'java_value'
GO
EXEC sp_addextendedproperty
'MS_Description', N'请求地址',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db',
'COLUMN', N'api_url'
GO
EXEC sp_addextendedproperty
'MS_Description', N'请求方法0-get,1-post',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db',
'COLUMN', N'api_method'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否是列表0否1是 默认0',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db',
'COLUMN', N'is_list'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否作为分页,0:不分页1:分页',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db',
'COLUMN', N'is_page'
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据源',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db',
'COLUMN', N'db_source'
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据库类型 MYSQL ORACLE SQLSERVER',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db',
'COLUMN', N'db_source_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'json数据直接解析json内容',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db',
'COLUMN', N'json_data'
GO
EXEC sp_addextendedproperty
'MS_Description', N'api转换器',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db',
'COLUMN', N'api_convert'
GO
-- ----------------------------
-- Records of jimu_report_db
-- ----------------------------
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1272834687525482497', N'53c82a76f837d5661dceec7d93afafec', N'admin', NULL, N'2021-01-04 20:42:17.0000000', N'2021-01-04 20:42:17.0000000', N'jianpiao', N'jianpiao', N'0', NULL, N'select * from rep_demo_jianpiao where s_id=''${id}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'1', NULL, N'MYSQL', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1272858455908073473', N'ff9bd143582a6dfed897ba8b6f93b175', N'admin', NULL, N'2020-12-14 16:21:09.0000000', N'2020-12-14 16:21:09.0000000', N'xiaoshou', N'xiaoshou', N'0', NULL, N'select * from rep_demo_xiaoshou where s_id=''${id}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'1', NULL, N'MYSQL', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1273495682564534273', N'ff9bd143582a6dfed897ba8b6f93b175', N'admin', NULL, N'2020-09-28 10:18:07.0000000', N'2020-12-14 16:21:09.0000000', N'gongsi', N'gongsi', N'0', NULL, N'select * from rep_demo_gongsi where id=''${id}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', NULL, N'MYSQL', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1283730831482937345', N'6059e405dd9c66a6d38e00841d2e40cc', N'admin', NULL, N'2020-12-04 16:53:38.0000000', N'2020-12-04 16:53:38.0000000', N'yaopin', N'yaopin', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/chufangjian', N'0', N'0', N'0', NULL, N'MYSQL', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1283957016150249473', N'6059e405dd9c66a6d38e00841d2e40cc', NULL, NULL, N'2020-07-17 10:49:42.0000000', NULL, N'yonghu', N'yonghu', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/yonghu', N'0', N'0', NULL, NULL, N'MYSQL', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1284070508744257537', N'a250846887abe01217aab173d3006489', NULL, NULL, N'2020-07-17 15:33:53.0000000', N'2020-07-20 17:50:49.0000000', N'budong', N'budong', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/budongchan', N'0', N'0', NULL, NULL, N'MYSQL', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1285157606524002305', N'a9f068972508920cd4aab831814f0c04', N'admin', N'admin', N'2021-04-01 02:44:48.0000000', N'2021-04-01 02:44:48.0000000', N'pdaibu', N'pdaibu', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/daibu', N'0', N'0', N'0', N'', N'MYSQL', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1285164420728692737', N'7905022412733a0c68dc7b4ef8947489', NULL, NULL, N'2020-07-20 18:47:30.0000000', NULL, N'jieshaoxin', N'jieshaoxin', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/jieshaoxin', N'0', N'0', NULL, NULL, N'MYSQL', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1285178919099637762', N'6d6bdcb5e820c301ea32789e3ae43c44', NULL, NULL, N'2020-07-20 19:45:06.0000000', NULL, N'qiangxiu', N'qiangxiu', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/qiangxiu', N'0', N'0', NULL, NULL, N'MYSQL', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1288038655293661186', N'f6ee801e8bdc28ba9d63f95dc65ccd79', N'admin', N'admin', N'2021-04-01 03:09:40.0000000', N'2021-04-01 03:09:40.0000000', N'caigou', N'caigou', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/caigou?pageNo=''${pageNo}''&pageSize=''${pageSize}''', N'0', N'1', N'1', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1289140698221678593', N'519c1c6f4d1f584ae8fa5b43b45acdc7', N'admin', N'admin', N'2021-04-01 03:09:23.0000000', N'2021-04-01 03:09:23.0000000', N'xiaoshou', N'xiaoshou', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/xiaoshou?pageNo=''${pageNo}''&pageSize=''${pageSize}''', N'0', N'1', N'1', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1290104038414721025', N'53c82a76f837d5661dceec7d93afafec', N'admin', NULL, N'2021-01-04 20:47:07.0000000', N'2021-01-04 20:47:07.0000000', N'gongsi', N'gongsi', N'0', NULL, N'select * from rep_demo_gongsi where id=''${id}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', N'', N'MYSQL', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1316987047604514817', N'1314846205892759552', N'admin', NULL, N'2021-01-08 10:36:58.0000000', N'2021-01-08 10:36:58.0000000', N'yuangongjiben', N'yuangongjiben', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/yuangongjiben', N'0', N'0', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1316997232402231298', N'1316944968992034816', N'admin', NULL, N'2021-01-13 14:34:06.0000000', N'2021-01-13 14:34:06.0000000', N'employee', N'employee', N'0', NULL, N'select * from rep_demo_employee where id=''${id}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'', N'', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1317006713165049858', N'1314846205892759552', N'admin', NULL, N'2021-01-11 14:38:14.0000000', N'2021-01-11 14:38:14.0000000', N'xueli', N'xueli', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/xueli', N'0', N'1', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1317007979484147714', N'1314846205892759552', N'admin', NULL, N'2021-01-08 10:40:31.0000000', N'2021-01-08 10:40:31.0000000', N'uu', N'uu', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/gongzuojingli', N'0', N'1', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1317009166140829698', N'1314846205892759552', N'admin', NULL, N'2020-10-16 15:47:09.0000000', N'2021-01-05 15:33:58.0000000', N'zhengshu', N'zhengshu', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/zhengshu', N'0', N'0', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1317013474634756097', N'1314846205892759552', N'admin', NULL, N'2020-10-16 16:04:16.0000000', N'2021-01-05 15:33:58.0000000', N'jtcy', N'jtcy', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/jtcy', N'0', N'0', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1317015169494282241', N'1314846205892759552', N'admin', NULL, N'2020-10-16 16:11:00.0000000', N'2021-01-05 15:33:58.0000000', N'jiangli', N'jiangli', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/jiangli', N'0', N'0', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331511745851731969', N'1331503965770223616', N'admin', NULL, N'2020-11-25 16:15:13.0000000', N'2020-11-25 16:15:13.0000000', N'chengjiao', N'chengjiao', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/chengjiao', N'0', N'0', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331514838211407873', N'1331503965770223616', N'admin', NULL, N'2020-11-25 16:27:30.0000000', N'2020-11-25 16:27:30.0000000', N'cjpaihang', N'cjpaihang', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/cjpaihang', N'0', N'0', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331514935028527106', N'1331503965770223616', N'admin', NULL, N'2020-11-25 16:27:54.0000000', N'2020-11-25 16:27:54.0000000', N'cjjine', N'cjjine', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/cjjine', N'0', N'0', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331872643531526146', N'1331503965770223616', N'admin', NULL, N'2020-11-26 16:09:18.0000000', N'2020-11-26 16:09:18.0000000', N'chengjiao1', N'chengjiao1', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/chengjiao1', N'0', N'0', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331878107552010242', N'1331503965770223616', N'admin', NULL, N'2020-11-26 16:31:01.0000000', N'2020-11-26 16:31:01.0000000', N'zhuangxiu', N'zhuangxiu', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/zhuangxiu', N'0', N'0', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331916030221602818', N'1331503965770223616', N'admin', NULL, N'2020-11-26 19:01:42.0000000', N'2020-11-26 19:01:42.0000000', N'btchanquan', N'btchanquan', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/btchanquan', N'0', N'0', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331919172472524801', N'1331503965770223616', N'admin', NULL, N'2020-11-26 19:14:11.0000000', N'2020-11-26 19:14:11.0000000', N'huxingxiaoshou', N'huxingxiaoshou', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/huxingxiaoshou', N'0', N'0', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331922734933987329', N'1331503965770223616', N'admin', NULL, N'2020-11-26 19:28:21.0000000', N'2020-11-26 19:28:21.0000000', N'fangyuan', N'fangyuan', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/fangyuan', N'0', N'0', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1331926127597441025', N'1331503965770223616', N'admin', NULL, N'2020-11-26 19:41:49.0000000', N'2020-11-26 19:41:49.0000000', N'qingkuang', N'qingkuang', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/qingkuang', N'0', N'0', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334390762455965697', N'1334378897302753280', N'admin', NULL, N'2021-01-06 11:43:35.0000000', N'2021-01-06 11:43:35.0000000', N'quyuxiaoshou', N'quyuxiaoshou', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/quyuxiaoshou', N'0', N'1', N'1', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334440263732436994', N'1334420681185566722', N'admin', NULL, N'2021-01-04 21:28:19.0000000', N'2021-01-04 21:28:19.0000000', N'laiyuan', N'laiyuan', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/laiyuan', N'0', N'1', N'1', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334465135435063298', N'1334457419857793024', N'admin', NULL, N'2021-01-04 21:29:28.0000000', N'2021-01-04 21:29:28.0000000', N'xiaoshou', N'xiaoshou', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/xiaoshou', N'0', N'1', N'1', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334708015269490689', N'1334696790477377536', N'admin', NULL, N'2021-01-04 21:30:29.0000000', N'2021-01-04 21:30:29.0000000', N'shouru', N'shouru', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/shouru', N'0', N'1', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1334763434197200897', N'1334757703079301120', N'admin', NULL, N'2020-12-04 15:40:31.0000000', N'2020-12-04 15:40:31.0000000', N'chejian', N'chejian', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/chejian', N'0', N'0', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'1338756341933543425', N'1338744112815411200', N'admin', NULL, N'2021-02-02 19:20:56.0000000', N'2021-02-02 19:20:56.0000000', N'jdcx', N'jdcx', N'0', NULL, N'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'', N'MYSQL', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'22f025b781ee9fe4746438621e82674f', N'01a1e07ed4b12348b29d5a47ac7f0228', N'admin', NULL, N'2020-12-14 16:21:09.0000000', N'2020-12-14 16:21:09.0000000', N'xiaoshou', N'xiaoshou', N'0', NULL, N'select * from rep_demo_xiaoshou where s_id=''${id}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'1', NULL, N'MYSQL', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'2324fac242b35938678a05bbbba345e2', N'7acddbc92bc73d06c7f62ff55dfdca19', N'admin', NULL, N'2021-01-11 14:25:45.0000000', N'2021-01-11 14:25:45.0000000', N'xiaoshou', N'xiaoshou', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/xiaoshou?pageNo=''${pageNo}''&pageSize=''${pageSize}''', N'0', N'1', N'1', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'28e0b01cc3e2b0d361107661527bfdff', N'6df599d933df24de007764d0e98eb105', N'admin', NULL, N'2020-12-04 16:53:38.0000000', N'2020-12-04 16:53:38.0000000', N'yaopin', N'yaopin', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/chufangjian', N'0', N'0', N'0', NULL, N'MYSQL', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'4af57d343f1d6521b71b85097b580786', N'1347459370216198144', N'admin', NULL, N'2021-01-08 17:26:57.0000000', N'2021-01-08 17:26:57.0000000', N'tmp_report_data_income', N'来源收入统计', N'0', NULL, N'select * from tmp_report_data_income', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'1', N'', N'MYSQL', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'4dc208eb92fd1a84ef7b4723251e3e51', N'5485950d88c9918d03dece2ad24b4d72', N'admin', NULL, N'2021-01-08 16:24:16.0000000', N'2021-01-08 16:24:16.0000000', N'tmp_report_data_1', N'年度佣金收入', N'0', NULL, N'select monty,main_income,total,his_lowest,his_average,his_highest from tmp_report_data_1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'', N'MYSQL', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'537477711022567424', N'537446834339098624', N'admin', N'admin', N'2021-04-01 05:54:42.0000000', N'2021-04-01 05:54:42.0000000', N'yy', N'yy', N'0', NULL, N'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'1', N'', N'MYSQL', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'537478337278291968', N'537446834339098624', N'admin', N'admin', N'2021-04-01 05:54:37.0000000', N'2021-04-01 05:54:37.0000000', N'tt', N'tt', N'0', NULL, N'select * from SYS_DATA_LOG', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'26d21fe4f27920d2f56abc8d90a8e527', N'ORACLE', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'537478706314129408', N'537446834339098624', N'admin', N'admin', N'2021-04-01 05:56:44.0000000', N'2021-04-01 05:56:44.0000000', N'pp', N'pp', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/caigou', N'0', N'1', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'6011955e58d89040fca52e7f962d0bf4', N'961455b47c0b86dc961e90b5893bff05', N'admin', NULL, N'2021-01-04 20:47:07.0000000', N'2021-01-04 20:47:07.0000000', N'gongsi', N'gongsi', N'0', NULL, N'select * from rep_demo_gongsi where id=''${id}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', N'', N'MYSQL', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'60b3feffadc55eb49baa5a48fdf1ff0e', N'1352160857479581696', N'admin', N'admin', N'2021-05-19 19:20:44.0000000', N'2021-05-19 19:20:44.0000000', N'infoForReport', N'信息', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'{{ domainURL }}/sys/actuator/redis/infoForReport', N'0', N'1', N'1', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'629609c4d540cb4675e9064af8955296', N'7c02c224a2db56d0350069650033f702', N'admin', NULL, N'2021-02-02 19:33:09.0000000', N'2021-02-02 19:33:09.0000000', N'hecha', N'hecha', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/hecha', N'0', N'1', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'654609e4247a0469e0b2befbc69b00f9', N'1cd9d574d0c42f3915046dc61d9f33bd', N'admin', NULL, N'2020-12-17 16:42:21.0000000', N'2020-12-17 19:50:14.0000000', N'xiaoshoue', N'销售额', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/xiaoshoue', N'0', N'0', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'6a1d22ca4c95e8fab655d3ceed43a84d', N'1352160857479581696', N'admin', N'admin', N'2021-05-19 19:20:50.0000000', N'2021-05-19 19:20:50.0000000', N'memoryForReport', N'内存', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'{{ domainURL }}/sys/actuator/redis/memoryForReport', N'0', N'1', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'7911bd189c2d53e182693bd599a315a2', N'1cd9d574d0c42f3915046dc61d9f33bd', N'admin', NULL, N'2020-12-17 16:59:12.0000000', N'2020-12-17 19:50:14.0000000', N'chengshi', N'城市', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/chengshi', N'0', N'0', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'7b20679054449c554cde856ef24126ab', N'1347454742040809472', N'admin', NULL, N'2021-01-08 16:24:16.0000000', N'2021-01-08 16:24:16.0000000', N'tmp_report_data_1', N'年度佣金收入', N'0', NULL, N'select monty,main_income,total,his_lowest,his_average,his_highest from tmp_report_data_1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'', N'MYSQL', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'94bcd8202bc6bc467efd0d679dadd7bb', N'1338370016550195200', N'admin', NULL, N'2021-02-02 19:27:31.0000000', N'2021-02-02 19:27:31.0000000', N'tm', N'tm', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/tiaoma1', N'0', N'0', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'9b75c161322e0b7e29b3ffc84239a72c', N'1cd9d574d0c42f3915046dc61d9f33bd', N'admin', NULL, N'2020-12-17 17:13:21.0000000', N'2020-12-17 19:50:14.0000000', N'xsjd', N'销售进度', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/xsjd', N'0', N'0', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'9b7d28336b01f9a6b1a613957c3d7cda', N'1338769064067076098', N'admin', NULL, N'2021-02-02 19:12:55.0000000', N'2021-02-02 19:12:55.0000000', N'pop', N'pop', N'0', NULL, N'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'0', N'', N'MYSQL', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'a543d8dd40f4d26839b78bd604be659e', N'f5f275b5e28b45256ef24587ec792f0c', N'admin', NULL, N'2021-01-08 17:26:57.0000000', N'2021-01-08 17:26:57.0000000', N'tmp_report_data_income', N'来源收入统计', N'0', NULL, N'select * from tmp_report_data_income', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'1', N'', N'MYSQL', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'bbc5d5ab143d59f0beab484682361aa5', N'dd482bfd6ca470a0f49d9bb4e61ec694', N'admin', NULL, N'2021-01-08 10:47:52.0000000', N'2021-01-08 10:47:52.0000000', N'tt', N'tt', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/shixi', N'0', N'0', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'c9bdb6b7ac68accfecb366718bf78f79', N'01a1e07ed4b12348b29d5a47ac7f0228', N'admin', NULL, N'2020-09-28 10:18:07.0000000', N'2020-12-14 16:21:09.0000000', N'gongsi', N'gongsi', N'0', NULL, N'select * from rep_demo_gongsi where id=''${id}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'0', NULL, N'MYSQL', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'd4a29dfda94357308faf62be2b94db08', N'1352160857479581696', N'admin', N'admin', N'2021-05-19 19:21:03.0000000', N'2021-05-19 19:21:03.0000000', N'keysSizeForReport', N'数量', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'{{ domainURL }}/sys/actuator/redis/keysSizeForReport', N'0', N'1', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'e0fe1d693625c906c1171d7de706a47c', N'6df599d933df24de007764d0e98eb105', NULL, NULL, N'2020-07-17 10:49:42.0000000', NULL, N'yonghu', N'yonghu', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/yonghu', N'0', N'0', NULL, NULL, N'MYSQL', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'e4cec9ff15bc0ea42f536a442a6d1335', N'961455b47c0b86dc961e90b5893bff05', N'admin', NULL, N'2021-01-04 20:42:17.0000000', N'2021-01-04 20:42:17.0000000', N'jianpiao', N'jianpiao', N'0', NULL, N'select * from rep_demo_jianpiao where s_id=''${id}''', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'1', N'1', NULL, N'MYSQL', NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'f7649b77cfc9e0a9dacdac370cd4036b', N'1347373863746539520', N'admin', NULL, N'2021-01-08 10:47:52.0000000', N'2021-01-08 10:47:52.0000000', N'tt', N'tt', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/baobiao/shixi', N'0', N'0', N'0', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db] ([id], [jimu_report_id], [create_by], [update_by], [create_time], [update_time], [db_code], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [tb_db_table_name], [java_type], [java_value], [api_url], [api_method], [is_list], [is_page], [db_source], [db_source_type], [json_data], [api_convert]) VALUES (N'fb70a91730f087f8023afd88d24f9697', N'1cd9d574d0c42f3915046dc61d9f33bd', N'admin', NULL, N'2020-12-17 19:50:14.0000000', N'2020-12-17 19:50:14.0000000', N'zhexian', N'zhexian', N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'http://api.jeecg.com/mock/26/zhexian', N'0', N'1', N'1', N'', NULL, NULL, NULL)
GO
-- ----------------------------
-- Table structure for jimu_report_db_field
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_report_db_field]') AND type IN ('U'))
DROP TABLE [dbo].[jimu_report_db_field]
GO
CREATE TABLE [dbo].[jimu_report_db_field] (
[id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[jimu_report_db_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[field_name] nvarchar(80) COLLATE Chinese_PRC_CI_AS NULL,
[field_text] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[widget_type] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[widget_width] int NULL,
[order_num] int NULL,
[search_flag] int NULL,
[search_mode] int NULL,
[dict_code] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[search_value] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[search_format] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[ext_json] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[jimu_report_db_field] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'id',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_field',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_field',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_field',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_field',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_field',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据源ID',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_field',
'COLUMN', N'jimu_report_db_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'字段名',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_field',
'COLUMN', N'field_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'字段文本',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_field',
'COLUMN', N'field_text'
GO
EXEC sp_addextendedproperty
'MS_Description', N'控件类型',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_field',
'COLUMN', N'widget_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'控件宽度',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_field',
'COLUMN', N'widget_width'
GO
EXEC sp_addextendedproperty
'MS_Description', N'排序',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_field',
'COLUMN', N'order_num'
GO
EXEC sp_addextendedproperty
'MS_Description', N'查询标识0否1是 默认0',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_field',
'COLUMN', N'search_flag'
GO
EXEC sp_addextendedproperty
'MS_Description', N'查询模式1简单2范围',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_field',
'COLUMN', N'search_mode'
GO
EXEC sp_addextendedproperty
'MS_Description', N'字典编码支持从表中取数据',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_field',
'COLUMN', N'dict_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'查询默认值',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_field',
'COLUMN', N'search_value'
GO
EXEC sp_addextendedproperty
'MS_Description', N'查询时间格式化表达式',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_field',
'COLUMN', N'search_format'
GO
EXEC sp_addextendedproperty
'MS_Description', N'参数配置',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_field',
'COLUMN', N'ext_json'
GO
-- ----------------------------
-- Records of jimu_report_db_field
-- ----------------------------
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'00a67b539ac15446c1bd658104e1020a', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'c9bdb6b7ac68accfecb366718bf78f79', N'gdata', N'gdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'014179e260e0adf1706c616a3ad6e552', NULL, N'2021-01-08 16:10:28.0000000', NULL, NULL, N'7b20679054449c554cde856ef24126ab', N'main_income', N'main_income', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'01cb1f61f836aae43bca333dbaf293be', NULL, N'2021-01-11 14:38:14.0000000', NULL, NULL, N'1317006713165049858', N'zhuanye', N'zhuanye', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'0470c07d386940053253fe8a8c200225', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'4af57d343f1d6521b71b85097b580786', N'chengbao_gz_money', N'chengbao_gz_money', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'0680555456f0e579a0065c4ca5dd8d06', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'06b24135f3670ea4f4c7f554d2521a39', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'a543d8dd40f4d26839b78bd604be659e', N'biz_income', N'biz_income', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'08a3043298245b914eec1444906f6acd', NULL, N'2021-02-02 19:13:46.0000000', NULL, NULL, N'1338756341933543425', N'name', N'姓名', N'string', NULL, N'2', N'1', NULL, N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'08e22bbf63e81198c0d2585dce8ee8f9', NULL, N'2021-02-02 19:10:15.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'jperson', N'jperson', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'0c82931edb766ad89ead9e98a998d43f', NULL, N'2021-01-11 14:38:14.0000000', NULL, NULL, N'1317006713165049858', N'kdate', N'kdate', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'0c9f65f5f754f1251070f51a2a19905d', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'hname', N'hname', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'0e47a8aa98116f10c53c3a366b9c2324', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'dizhi', N'dizhi', N'String', NULL, N'21', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'0fb03c8e2330e051564f3dd1de54512f', NULL, N'2021-01-11 14:38:14.0000000', NULL, NULL, N'1317006713165049858', N'jstudent', N'jstudent', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'10e61155dcf655d7843ebc01cc90c8b1', NULL, N'2021-01-08 16:10:28.0000000', NULL, NULL, N'7b20679054449c554cde856ef24126ab', N'total', N'total', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'115c1ac01462ca1fbecb3c0a55218395', NULL, N'2021-01-08 16:10:28.0000000', NULL, NULL, N'7b20679054449c554cde856ef24126ab', N'his_highest', N'his_highest', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'11713370900fa3c1455cac7e8db61fe1', NULL, N'2021-01-08 10:47:52.0000000', NULL, NULL, N'bbc5d5ab143d59f0beab484682361aa5', N'pingjia', N'pingjia', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'11d3a082d297adeffecd86690e28cf39', NULL, N'2021-01-05 15:09:15.0000000', NULL, NULL, N'2324fac242b35938678a05bbbba345e2', N'ctotal', N'ctotal', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'123772e3abf28b00bd43bf81a824b525', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'slyy', N'slyy', N'String', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1260eb03ab66bd12766b2102e343d280', NULL, N'2021-01-21 17:07:16.0000000', NULL, NULL, N'6a1d22ca4c95e8fab655d3ceed43a84d', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907562864641', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'1272834687525482497', N'id', N'id', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907567058946', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'1272834687525482497', N'bnum', N'bnum', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907571253250', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'1272834687525482497', N'ftime', N'ftime', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907571253251', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'1272834687525482497', N'sfkong', N'sfkong', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907571253252', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'1272834687525482497', N'kaishi', N'kaishi', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907571253253', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'1272834687525482497', N'jieshu', N'jieshu', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907571253254', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'1272834687525482497', N'hezairen', N'hezairen', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907571253255', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'1272834687525482497', N'jpnum', N'jpnum', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1272834907575447554', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'1272834687525482497', N'shihelv', N'shihelv', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016175415297', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'yphone', N'yphone', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016183803906', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'yzhenliao', N'yzhenliao', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016187998209', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'ysex', N'ysex', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016192192513', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'danwei', N'danwei', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016196386818', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'kdata', N'kdata', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016204775425', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'yname', N'yname', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016208969729', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'yprice', N'yprice', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016213164033', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'ytotal', N'ytotal', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016217358337', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'yishe', N'yishe', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016221552641', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'yizhu', N'yizhu', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016225746946', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'yage', N'yage', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1283957016229941249', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'1283957016150249473', N'yjieguo', N'yjieguo', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155649130497', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'xtype', N'xtype', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155686879234', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'danyuan', N'danyuan', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155691073538', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'chanquan', N'chanquan', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155695267841', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'zhuzhi', N'zhuzhi', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155699462145', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'fujian', N'fujian', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155707850754', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'didian', N'didian', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155707850755', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'type', N'type', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155712045058', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'suoyou', N'suoyou', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155716239361', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'name', N'name', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155716239362', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'bianhao', N'bianhao', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155720433666', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'yname', N'yname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155720433667', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'riqi', N'riqi', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155724627969', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'beizhu', N'beizhu', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155728822274', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'time', N'time', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285150155728822275', NULL, N'2020-07-20 17:50:49.0000000', NULL, NULL, N'1284070508744257537', N'mianji', N'mianji', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285159608326889474', N'admin', N'2021-04-01 02:44:48.0000000', NULL, NULL, N'1285157606524002305', N'fsex', N'fsex', N'string', NULL, NULL, N'0', NULL, N'sex', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285159608335278082', N'admin', N'2021-04-01 02:44:48.0000000', NULL, NULL, N'1285157606524002305', N'fname', N'fname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285159608339472385', N'admin', N'2021-04-01 02:44:48.0000000', NULL, NULL, N'1285157606524002305', N'shiqing', N'shiqing', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285159608339472386', N'admin', N'2021-04-01 02:44:48.0000000', NULL, NULL, N'1285157606524002305', N'pname', N'pname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285159608339472387', N'admin', N'2021-04-01 02:44:48.0000000', NULL, NULL, N'1285157606524002305', N'zhuzhi', N'zhuzhi', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285159608339472388', N'admin', N'2021-04-01 02:44:48.0000000', NULL, NULL, N'1285157606524002305', N'gdata', N'gdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285159608343666690', N'admin', N'2021-04-01 02:44:48.0000000', NULL, NULL, N'1285157606524002305', N'cdata', N'cdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285164420749664258', NULL, N'2020-07-20 18:47:30.0000000', NULL, NULL, N'1285164420728692737', N'shiqing', N'shiqing', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285164420753858561', NULL, N'2020-07-20 18:47:30.0000000', NULL, NULL, N'1285164420728692737', N'name', N'name', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285164420758052866', NULL, N'2020-07-20 18:47:30.0000000', NULL, NULL, N'1285164420728692737', N'gdata', N'gdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285164420758052867', NULL, N'2020-07-20 18:47:30.0000000', NULL, NULL, N'1285164420728692737', N'value', N'value', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285164420758052868', NULL, N'2020-07-20 18:47:30.0000000', NULL, NULL, N'1285164420728692737', N'percent', N'percent', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285164420762247169', NULL, N'2020-07-20 18:47:30.0000000', NULL, NULL, N'1285164420728692737', N'tdata', N'tdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919124803585', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'ktime', N'ktime', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919133192193', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'danwei', N'danwei', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919133192194', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'wtime', N'wtime', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919133192195', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'yusuan', N'yusuan', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919133192196', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'dshenhe', N'dshenhe', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919133192197', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'zhuren', N'zhuren', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919137386498', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'neirong', N'neirong', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919137386499', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'yijian', N'yijian', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919137386500', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'time1', N'time1', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919137386501', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'time2', N'time2', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919137386502', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'time3', N'time3', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919141580801', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'time4', N'time4', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919141580802', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'pingjia', N'pingjia', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919141580803', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'name', N'name', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919141580804', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'bianhao', N'bianhao', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919141580805', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'zongjie', N'zongjie', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919145775105', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'nengli', N'nengli', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285178919145775106', NULL, N'2020-07-20 19:45:06.0000000', NULL, NULL, N'1285178919099637762', N'time', N'time', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285473875810967553', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'1273495682564534273', N'id', N'id', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285473875823550466', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'1273495682564534273', N'gname', N'gname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285473875823550467', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'1273495682564534273', N'gdata', N'gdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285473875823550468', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'1273495682564534273', N'tdata', N'tdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285473875827744769', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'1273495682564534273', N'didian', N'didian', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285473875827744770', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'1273495682564534273', N'zhaiyao', N'zhaiyao', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1285473875827744771', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'1273495682564534273', N'num', N'num', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288038655394324482', N'admin', N'2021-04-01 03:09:40.0000000', NULL, NULL, N'1288038655293661186', N'ctotal', N'库存量', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288038655402713090', N'admin', N'2021-04-01 03:09:40.0000000', NULL, NULL, N'1288038655293661186', N'cname', N'产品名称', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288038655406907393', N'admin', N'2021-04-01 03:09:40.0000000', NULL, NULL, N'1288038655293661186', N'cprice', N'单价', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288038655411101697', N'admin', N'2021-04-01 03:09:40.0000000', NULL, NULL, N'1288038655293661186', N'dtotal', N'订购量', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288038655411101698', N'admin', N'2021-04-01 03:09:40.0000000', NULL, NULL, N'1288038655293661186', N'tp', N'库存总值', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288038655415296002', N'admin', N'2021-04-01 03:09:40.0000000', NULL, NULL, N'1288038655293661186', N'ztotal', N'二次订购量', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288038655415296003', N'admin', N'2021-04-01 03:09:40.0000000', NULL, NULL, N'1288038655293661186', N'cnum', N'产品数量', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288048290843074561', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'1272858455908073473', N'id', N'id', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288048290847268865', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'1272858455908073473', N'hnum', N'hnum', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288048290851463170', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'1272858455908073473', N'hname', N'hname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288048290851463171', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'1272858455908073473', N'xinghao', N'xinghao', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288048290851463172', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'1272858455908073473', N'fahuocangku', N'fahuocangku', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288048290851463173', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'1272858455908073473', N'danwei', N'danwei', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288048290851463174', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'1272858455908073473', N'num', N'num', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288048290851463175', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'1272858455908073473', N'danjia', N'danjia', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288048290851463176', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'1272858455908073473', N'zhekoulv', N'zhekoulv', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288048290855657473', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'1272858455908073473', N'xiaoshoujine', N'xiaoshoujine', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288048290859851778', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'1272858455908073473', N'beizhu', N'beizhu', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1288048290859851779', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'1272858455908073473', N's_id', N's_id', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1290104038439886849', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'1290104038414721025', N'id', N'id', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1290104038448275458', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'1290104038414721025', N'gname', N'gname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1290104038448275459', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'1290104038414721025', N'gdata', N'gdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1290104038448275460', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'1290104038414721025', N'tdata', N'tdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1290104038452469761', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'1290104038414721025', N'didian', N'didian', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1290104038452469762', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'1290104038414721025', N'zhaiyao', N'zhaiyao', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1290104038452469763', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'1290104038414721025', N'num', N'num', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317007979534479361', NULL, N'2020-10-16 15:42:26.0000000', NULL, NULL, N'1317007979484147714', N'zmphone', N'zmphone', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317007979534479362', NULL, N'2020-10-16 15:42:26.0000000', NULL, NULL, N'1317007979484147714', N'jstudent', N'jstudent', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317007979534479363', NULL, N'2020-10-16 15:42:26.0000000', NULL, NULL, N'1317007979484147714', N'kdate', N'kdate', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317007979534479364', NULL, N'2020-10-16 15:42:26.0000000', NULL, NULL, N'1317007979484147714', N'jdate', N'jdate', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317007979534479365', NULL, N'2020-10-16 15:42:26.0000000', NULL, NULL, N'1317007979484147714', N'zmname', N'zmname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317009166149218305', NULL, N'2020-10-16 15:47:09.0000000', NULL, NULL, N'1317009166140829698', N'zcname', N'zcname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317009166149218306', NULL, N'2020-10-16 15:47:09.0000000', NULL, NULL, N'1317009166140829698', N'danwei', N'danwei', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317009166149218307', NULL, N'2020-10-16 15:47:09.0000000', NULL, NULL, N'1317009166140829698', N'fdate', N'fdate', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317009166149218308', NULL, N'2020-10-16 15:47:09.0000000', NULL, NULL, N'1317009166140829698', N'jibie', N'jibie', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317009166149218309', NULL, N'2020-10-16 15:47:09.0000000', NULL, NULL, N'1317009166140829698', N'beizhu', N'beizhu', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317013474643144706', NULL, N'2020-10-16 16:04:16.0000000', NULL, NULL, N'1317013474634756097', N'danwei', N'danwei', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317013474643144707', NULL, N'2020-10-16 16:04:16.0000000', NULL, NULL, N'1317013474634756097', N'phone', N'phone', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317013474643144708', NULL, N'2020-10-16 16:04:16.0000000', NULL, NULL, N'1317013474634756097', N'name', N'name', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317013474643144709', NULL, N'2020-10-16 16:04:16.0000000', NULL, NULL, N'1317013474634756097', N'zzmm', N'zzmm', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317013474643144710', NULL, N'2020-10-16 16:04:16.0000000', NULL, NULL, N'1317013474634756097', N'guanxi', N'guanxi', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317013474643144711', NULL, N'2020-10-16 16:04:16.0000000', NULL, NULL, N'1317013474634756097', N'age', N'age', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317015169502670849', NULL, N'2020-10-16 16:11:00.0000000', NULL, NULL, N'1317015169494282241', N'date', N'date', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317015169502670850', NULL, N'2020-10-16 16:11:00.0000000', NULL, NULL, N'1317015169494282241', N'mingcheng', N'mingcheng', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1317015169502670851', NULL, N'2020-10-16 16:11:00.0000000', NULL, NULL, N'1317015169494282241', N'didian', N'didian', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331511745855926274', NULL, N'2020-11-25 16:15:13.0000000', NULL, NULL, N'1331511745851731969', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331511745855926275', NULL, N'2020-11-25 16:15:13.0000000', NULL, NULL, N'1331511745851731969', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331511745855926276', NULL, N'2020-11-25 16:15:13.0000000', NULL, NULL, N'1331511745851731969', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331514838215602178', NULL, N'2020-11-25 16:27:30.0000000', NULL, NULL, N'1331514838211407873', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331514838215602179', NULL, N'2020-11-25 16:27:30.0000000', NULL, NULL, N'1331514838211407873', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331514838215602180', NULL, N'2020-11-25 16:27:30.0000000', NULL, NULL, N'1331514838211407873', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331514935032721409', NULL, N'2020-11-25 16:27:54.0000000', NULL, NULL, N'1331514935028527106', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331514935032721410', NULL, N'2020-11-25 16:27:54.0000000', NULL, NULL, N'1331514935028527106', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331514935032721411', NULL, N'2020-11-25 16:27:54.0000000', NULL, NULL, N'1331514935028527106', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331872643539914754', NULL, N'2020-11-26 16:09:18.0000000', NULL, NULL, N'1331872643531526146', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331872643539914755', NULL, N'2020-11-26 16:09:18.0000000', NULL, NULL, N'1331872643531526146', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331872643539914756', NULL, N'2020-11-26 16:09:18.0000000', NULL, NULL, N'1331872643531526146', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331878107560398849', NULL, N'2020-11-26 16:31:01.0000000', NULL, NULL, N'1331878107552010242', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331878107560398850', NULL, N'2020-11-26 16:31:01.0000000', NULL, NULL, N'1331878107552010242', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331916030229991425', NULL, N'2020-11-26 19:01:42.0000000', NULL, NULL, N'1331916030221602818', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331916030229991426', NULL, N'2020-11-26 19:01:42.0000000', NULL, NULL, N'1331916030221602818', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331916030229991427', NULL, N'2020-11-26 19:01:42.0000000', NULL, NULL, N'1331916030221602818', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331919172480913409', NULL, N'2020-11-26 19:14:11.0000000', NULL, NULL, N'1331919172472524801', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331919172480913410', NULL, N'2020-11-26 19:14:11.0000000', NULL, NULL, N'1331919172472524801', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331922734942375938', NULL, N'2020-11-26 19:28:21.0000000', NULL, NULL, N'1331922734933987329', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331922734942375939', NULL, N'2020-11-26 19:28:21.0000000', NULL, NULL, N'1331922734933987329', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331926127605829634', NULL, N'2020-11-26 19:41:49.0000000', NULL, NULL, N'1331926127597441025', N'cjl', N'cjl', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331926127605829635', NULL, N'2020-11-26 19:41:49.0000000', NULL, NULL, N'1331926127597441025', N'cjje', N'cjje', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331926127605829636', NULL, N'2020-11-26 19:41:49.0000000', NULL, NULL, N'1331926127597441025', N'xsmj', N'xsmj', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331926127605829637', NULL, N'2020-11-26 19:41:49.0000000', NULL, NULL, N'1331926127597441025', N'cjjj', N'cjjj', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331926127605829638', NULL, N'2020-11-26 19:41:49.0000000', NULL, NULL, N'1331926127597441025', N'sfyj', N'sfyj', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1331926127605829639', NULL, N'2020-11-26 19:41:49.0000000', NULL, NULL, N'1331926127597441025', N'ydkh', N'ydkh', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825602', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'class', N'class', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825603', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'school', N'school', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825604', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'lv', N'lv', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825605', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'renyuan_jy', N'renyuan_jy', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825606', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'richang_jy', N'richang_jy', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825607', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'biaozhun_jy', N'biaozhun_jy', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825608', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'xinxi_jy', N'xinxi_jy', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825609', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'jichubokuan_jy', N'jichubokuan_jy', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825610', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'renyuan_ct', N'renyuan_ct', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825611', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'richang_ct', N'richang_ct', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825612', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'xiangmu_ct', N'xiangmu_ct', N'String', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825613', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'jichubokuan_ct', N'jichubokuan_ct', N'String', NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825614', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'xiangmu_sh', N'xiangmu_sh', N'String', NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825615', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'jichubokuan_sh', N'jichubokuan_sh', N'String', NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825616', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'diannao', N'diannao', N'String', NULL, N'15', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334440263740825617', NULL, N'2020-12-03 18:12:06.0000000', NULL, NULL, N'1334440263732436994', N'xiaoyuanwang', N'xiaoyuanwang', N'String', NULL, N'16', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451905', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'diqu', N'diqu', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451906', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'class', N'class', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451907', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_11', N'sales_11', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451908', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_12', N'sales_12', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451909', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_13', N'sales_13', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451910', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_14', N'sales_14', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451911', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_15', N'sales_15', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451912', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_16', N'sales_16', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135443451913', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_17', N'sales_17', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646210', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_18', N'sales_18', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646211', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_19', N'sales_19', N'String', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646212', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_20', N'sales_20', N'String', NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646213', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_21', N'sales_21', N'String', NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646214', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_22', N'sales_22', N'String', NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646215', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_31', N'sales_31', N'String', NULL, N'15', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646216', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_32', N'sales_32', N'String', NULL, N'16', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646217', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_33', N'sales_33', N'String', NULL, N'17', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646218', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_34', N'sales_34', N'String', NULL, N'18', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646219', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_35', N'sales_35', N'String', NULL, N'19', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646220', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_36', N'sales_36', N'String', NULL, N'20', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646221', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_37', N'sales_37', N'String', NULL, N'21', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646222', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_38', N'sales_38', N'String', NULL, N'22', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646223', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_39', N'sales_39', N'String', NULL, N'23', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646224', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_40', N'sales_40', N'String', NULL, N'24', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646225', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_41', N'sales_41', N'String', NULL, N'25', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334465135447646226', NULL, N'2020-12-03 19:50:56.0000000', NULL, NULL, N'1334465135435063298', N'sales_42', N'sales_42', N'String', NULL, N'26', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015277879297', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'city', N'city', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073601', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'school', N'school', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073602', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'ncnum', N'ncnum', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073603', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'num', N'num', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073604', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'name', N'name', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073605', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'class', N'class', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073606', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'pay', N'pay', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073607', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'paytime', N'paytime', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073608', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'payclass', N'payclass', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073609', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'pay1', N'pay1', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073610', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'paymoth', N'paymoth', N'String', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073611', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'pay2', N'pay2', N'String', NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073612', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'tuition_09', N'tuition_09', N'String', NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073613', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'meals_09', N'meals_09', N'String', NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073614', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'busfee_09', N'busfee_09', N'String', NULL, N'15', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073615', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'tuition_10', N'tuition_10', N'String', NULL, N'16', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073616', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'meals_10', N'meals_10', N'String', NULL, N'17', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334708015282073617', NULL, N'2020-12-04 11:56:03.0000000', NULL, NULL, N'1334708015269490689', N'busfee_10', N'busfee_10', N'String', NULL, N'18', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504126402561', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'city', N'city', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596866', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'finish', N'finish', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596867', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'semifinish', N'semifinish', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596868', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'time', N'time', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596869', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'state', N'state', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596870', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'attribute', N'attribute', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596871', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'num', N'num', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596872', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'gnum', N'gnum', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596873', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'jnum', N'jnum', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596874', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'wnum', N'wnum', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596875', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'uph', N'uph', N'String', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596876', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'hc', N'hc', N'String', NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596877', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'jtime', N'jtime', N'String', NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596878', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'yield', N'yield', N'String', NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334764504130596879', NULL, N'2020-12-04 15:40:31.0000000', NULL, NULL, N'1334763434197200897', N'beizhu', N'beizhu', N'String', NULL, N'15', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334782903430754305', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'1283730831482937345', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334782903430754306', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'1283730831482937345', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334782903430754307', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'1283730831482937345', N'key1', N'key1', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334782903430754308', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'1283730831482937345', N'key2', N'key2', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334782903430754309', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'1283730831482937345', N'key3', N'key3', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334782903430754310', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'1283730831482937345', N'key4', N'key4', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334782903430754311', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'1283730831482937345', N'key5', N'key5', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334782903430754312', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'1283730831482937345', N'key6', N'key6', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334782903430754313', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'1283730831482937345', N'key7', N'key7', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1334782903430754314', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'1283730831482937345', N'percent', N'percent', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'141dc952421a55e66fcddb94adddc48b', NULL, N'2021-02-02 19:10:15.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'sex', N'性别', N'String', NULL, N'10', N'1', N'1', N'sex', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'15eb0c90635e9b9427a6e0a2d87f31b6', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'a543d8dd40f4d26839b78bd604be659e', N'chengbao_gz_money', N'chengbao_gz_money', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'16cca55134a7951fe6724e5d98787498', NULL, N'2021-01-05 15:09:15.0000000', NULL, NULL, N'2324fac242b35938678a05bbbba345e2', N'yprice', N'yprice', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'175e76d9da7c88d8c2c0d7708b308e6c', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'28e0b01cc3e2b0d361107661527bfdff', N'key7', N'key7', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'17a278c53299d1342c56a8eb1614a44e', N'admin', N'2021-04-01 03:09:23.0000000', NULL, NULL, N'1289140698221678593', N'ctime', N'ctime', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'19e6fe3dc95b352d97f460648dc93e15', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'proportion_z', N'proportion_z', N'String', NULL, N'23', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1a1487eb23cc0008b933537c69d51bd9', NULL, N'2021-01-05 15:09:15.0000000', NULL, NULL, N'2324fac242b35938678a05bbbba345e2', N'cname', N'cname', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1aee61147ee0eb946574db960bc77aec', NULL, N'2021-01-08 10:47:52.0000000', NULL, NULL, N'bbc5d5ab143d59f0beab484682361aa5', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1b09540b3d8deddc06ebdbec26f6ae87', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'political', N'political', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1b53581fa4096f4a05c7e8d73c7a7af9', NULL, N'2021-02-02 19:13:46.0000000', NULL, NULL, N'1338756341933543425', N'jphone', N'jphone', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1b6fbe11728a1c4633eeea8ffb12bc25', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'update_by', N'update_by', N'String', NULL, N'30', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1c649cbddf0506464e08ae84c20ea20d', NULL, N'2021-01-21 18:00:57.0000000', NULL, NULL, N'60b3feffadc55eb49baa5a48fdf1ff0e', N'key', N'key', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1d21c72184f2e06ca1be3dc95fbcc259', NULL, N'2021-01-11 14:38:14.0000000', NULL, NULL, N'1317006713165049858', N'zhiwu', N'zhiwu', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1d4cc138f277f5d78e1fe3f5241db7f2', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'a543d8dd40f4d26839b78bd604be659e', N'tb_zx_money', N'tb_zx_money', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1ee3018b4d0c305e2c06f77e1e5f3c4c', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'sales_3', N'sales_3', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'1fac3f8219222b8963dc6b85870ffd86', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'telphone', N'telphone', NULL, NULL, N'16', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'218fb9e81e6255a6589c52ddd8279c40', NULL, N'2021-02-02 19:13:46.0000000', NULL, NULL, N'1338756341933543425', N'laddress', N'laddress', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'21f7de0326129dbbbc03d64aceb4d3f7', N'admin', N'2021-04-01 03:09:23.0000000', NULL, NULL, N'1289140698221678593', N'yprice', N'yprice', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'2309090975648b8765ef36ff16c09270', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'e0fe1d693625c906c1171d7de706a47c', N'danwei', N'danwei', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'2330620c6a26ff9e2840fcdcb2fd22af', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'e0fe1d693625c906c1171d7de706a47c', N'yphone', N'yphone', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'240f3415fa8e7b3876c0b422d468c90d', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'6011955e58d89040fca52e7f962d0bf4', N'gname', N'gname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'26ee0ad4aea9dcd4604f98ea168aa1be', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'22f025b781ee9fe4746438621e82674f', N'xiaoshoujine', N'xiaoshoujine', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'27bd70e2e4a08009edf64fac0fba5119', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'e0fe1d693625c906c1171d7de706a47c', N'yizhu', N'yizhu', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'284f03aead3848cf0994f71a64ce1eba', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'28e0b01cc3e2b0d361107661527bfdff', N'key1', N'key1', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'298cfe65d8b484624f8a28199dc800e7', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'sr', N'sr', N'String', NULL, N'16', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'29fcb4292d4782888e9fd0496bd8ddc8', N'admin', N'2021-04-01 03:09:23.0000000', NULL, NULL, N'1289140698221678593', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'2a20af47c214fc8ad9570c9c6ba585c2', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'e0fe1d693625c906c1171d7de706a47c', N'yzhenliao', N'yzhenliao', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'2a3b35b4830f1b1eff84a5a9bceed0b6', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'gift_z', N'gift_z', N'String', NULL, N'22', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'2a613408420925ed9cf9618eb77a05cf', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'e0fe1d693625c906c1171d7de706a47c', N'yage', N'yage', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'2baefff331206f29a9c3bf895982473a', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'e0fe1d693625c906c1171d7de706a47c', N'kdata', N'kdata', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'2be25d6c7e3ac28abec99854618d0e3d', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'birthday', N'birthday', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'2f94a4be25426f3f4013c50103559969', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'sales_4', N'sales_4', N'String', NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'30034c384d47b0193e04b19b3068b89b', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'28e0b01cc3e2b0d361107661527bfdff', N'key4', N'key4', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'30f8183ff4ec5a6b30724a1da7fbbed0', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'pworktime', N'pworktime', NULL, NULL, N'18', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'30fc020c8d14776e96350edb479f40ac', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'zhuzhi', N'zhuzhi', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'31649efb1fbc69009bdbb41f388c7d7f', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'e0fe1d693625c906c1171d7de706a47c', N'ysex', N'ysex', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'31bd06f8bc201628d8c9c56b29f0621e', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'e0fe1d693625c906c1171d7de706a47c', N'yjieguo', N'yjieguo', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'32545e398eea7bf89791cc78dd16ab12', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'yhnum', N'yhnum', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3331f86002c128555443d8e7b79c70d2', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'334ffa2aec9300ff712a1f3f3143a4cd', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'4af57d343f1d6521b71b85097b580786', N'bx_gg_moeny', N'bx_gg_moeny', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'34c933903ddf6ba5bad588d913c487c5', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'gift_4', N'gift_4', N'String', NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'350be7312c299482acfe44fb086f91c1', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'sales_5', N'sales_5', N'String', NULL, N'15', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'35c224f8acfb063af6828b31e31f3967', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'28e0b01cc3e2b0d361107661527bfdff', N'percent', N'percent', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'35d9204189dd1d1f142a7587f89ab46c', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'email', N'email', N'String', NULL, N'18', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'37868bf0bad09f6d2084340e0b05333d', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'sf4', N'sf4', N'String', NULL, N'18', N'0', NULL, N'ttype', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'38b2955e0ef75d384d0d9ff8417e4945', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'sf3', N'sf3', N'String', NULL, N'17', N'0', NULL, N'ttype', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'39878a3df0fe2cafc481469b8eb71ea5', NULL, N'2021-02-02 19:13:46.0000000', NULL, NULL, N'1338756341933543425', N'sex', N'sex', N'String', NULL, N'10', N'0', NULL, N'sex', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3c2a8313af79dbecba4c5687b65a66ab', N'admin', N'2021-04-01 03:09:23.0000000', NULL, NULL, N'1289140698221678593', N'cnum', N'cnum', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3c71c10a0d27796808cb201e30024fe8', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'school', N'school', N'String', NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3c7597c1efa73ca9400cdc36a9a48e23', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'gift_1', N'gift_1', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3cd9d09176d10d3225e4fe86b4538739', NULL, N'2020-12-17 16:59:12.0000000', NULL, NULL, N'7911bd189c2d53e182693bd599a315a2', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3d0f4b223f7ada50a7363235ae39e675', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'22f025b781ee9fe4746438621e82674f', N'hnum', N'hnum', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3ec76a981ff5353d4a65052963166477', NULL, N'2020-12-17 17:13:21.0000000', NULL, NULL, N'9b75c161322e0b7e29b3ffc84239a72c', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3f5a04060285392287f4e7f6d59988c6', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'6011955e58d89040fca52e7f962d0bf4', N'tdata', N'tdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'3f7ce1ee2ad20770e64016384f2c1cd5', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'homephone', N'homephone', NULL, NULL, N'17', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'42225abb0677e51111a8e9e7b001332c', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'yjine', N'yjine', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'445c1d5a76a45fb0137425d1a51be6d7', NULL, N'2021-01-08 16:10:28.0000000', NULL, NULL, N'4dc208eb92fd1a84ef7b4723251e3e51', N'main_income', N'main_income', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'450316da5f9b7d8505944e16f1284a38', NULL, N'2021-01-08 16:10:28.0000000', NULL, NULL, N'7b20679054449c554cde856ef24126ab', N'monty', N'monty', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'467edbfc6ca934a7a4d600391ed0fb75', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'4af57d343f1d6521b71b85097b580786', N'bx_jj_yongjin', N'bx_jj_yongjin', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'468acf3a75a559a283e8f424db3ac4a8', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'28e0b01cc3e2b0d361107661527bfdff', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'46a4074647a27aaee0e5263d5f6bcf5a', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'tp', N'tp', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'46f68d27013cff9b09c5d059c79fbf28', NULL, N'2021-02-02 19:10:15.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'gtime', N'雇佣时间', N'date', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'472e430a024d9648a7ab8a125419b161', NULL, N'2021-01-05 15:09:15.0000000', NULL, NULL, N'2324fac242b35938678a05bbbba345e2', N'cprice', N'cprice', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'48b03a60cab1f280d4b304da6b27dae2', NULL, N'2021-01-05 15:09:15.0000000', NULL, NULL, N'2324fac242b35938678a05bbbba345e2', N'ctime', N'ctime', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'4942cc4d04ac7330799ecc3fec48ac8b', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'id_card', N'id_card', N'String', NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'49def4afc641cb52775ff03fdba3007a', NULL, N'2021-01-08 16:10:28.0000000', NULL, NULL, N'7b20679054449c554cde856ef24126ab', N'his_lowest', N'his_lowest', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'49fa04e98f2ed62966d7f6141611dd7e', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'children', N'children', NULL, NULL, N'24', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'49febadfe1eb3a59bfbe802d506aa590', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'data', N'data', NULL, NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'4b9e347c71a67de7a7a466b07109a101', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'c9bdb6b7ac68accfecb366718bf78f79', N'zhaiyao', N'zhaiyao', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'4d782de2bf10be3a79f04e8841053f00', NULL, N'2021-01-08 10:47:52.0000000', NULL, NULL, N'f7649b77cfc9e0a9dacdac370cd4036b', N'pingjia', N'pingjia', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'4d7dd94ecf26b5fa69f9a1f811583340', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'address', N'address', N'String', NULL, N'16', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'502a0a66b4dbf8689ed36e56ab272c2f', NULL, N'2021-02-02 19:10:15.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'birth', N'出生日期', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'52444b20f2fcdfe43461a5a49079e4dc', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'health', N'health', N'String', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537477711047733248', N'admin', N'2021-04-01 05:54:42.0000000', NULL, NULL, N'537477711022567424', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537477711056121856', N'admin', N'2021-04-01 05:54:42.0000000', NULL, NULL, N'537477711022567424', N'name', N'name', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537477711064510464', N'admin', N'2021-04-01 05:54:42.0000000', NULL, NULL, N'537477711022567424', N'gtime', N'gtime', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537477711072899072', N'admin', N'2021-04-01 05:54:42.0000000', NULL, NULL, N'537477711022567424', N'update_by', N'update_by', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537477711077093376', N'admin', N'2021-04-01 05:54:42.0000000', NULL, NULL, N'537477711022567424', N'jphone', N'jphone', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537477711085481984', N'admin', N'2021-04-01 05:54:42.0000000', NULL, NULL, N'537477711022567424', N'birth', N'birth', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537477711093870592', N'admin', N'2021-04-01 05:54:42.0000000', NULL, NULL, N'537477711022567424', N'hukou', N'hukou', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537477711102259200', N'admin', N'2021-04-01 05:54:42.0000000', NULL, NULL, N'537477711022567424', N'laddress', N'laddress', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537477711106453504', N'admin', N'2021-04-01 05:54:42.0000000', NULL, NULL, N'537477711022567424', N'jperson', N'jperson', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537477711110647808', N'admin', N'2021-04-01 05:54:42.0000000', NULL, NULL, N'537477711022567424', N'sex', N'sex', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478337303457792', N'admin', N'2021-04-01 05:54:37.0000000', NULL, NULL, N'537478337278291968', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478337320235008', N'admin', N'2021-04-01 05:54:37.0000000', NULL, NULL, N'537478337278291968', N'create_by', N'create_by', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478337328623616', N'admin', N'2021-04-01 05:54:37.0000000', NULL, NULL, N'537478337278291968', N'create_time', N'create_time', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478337332817920', N'admin', N'2021-04-01 05:54:37.0000000', NULL, NULL, N'537478337278291968', N'update_by', N'update_by', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478337341206528', N'admin', N'2021-04-01 05:54:37.0000000', NULL, NULL, N'537478337278291968', N'update_time', N'update_time', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478337349595136', N'admin', N'2021-04-01 05:54:37.0000000', NULL, NULL, N'537478337278291968', N'data_table', N'data_table', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478337353789440', N'admin', N'2021-04-01 05:54:37.0000000', NULL, NULL, N'537478337278291968', N'data_id', N'data_id', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478337362178048', N'admin', N'2021-04-01 05:54:37.0000000', NULL, NULL, N'537478337278291968', N'data_content', N'data_content', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478337370566656', N'admin', N'2021-04-01 05:54:37.0000000', NULL, NULL, N'537478337278291968', N'data_version', N'data_version', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478337378955264', N'admin', N'2021-04-01 05:54:37.0000000', NULL, NULL, N'537478337278291968', N'rownum_', N'rownum_', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478706330906624', N'admin', N'2021-04-01 05:56:44.0000000', NULL, NULL, N'537478706314129408', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478706343489536', N'admin', N'2021-04-01 05:56:44.0000000', NULL, NULL, N'537478706314129408', N'cname', N'cname', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478706351878144', N'admin', N'2021-04-01 05:56:44.0000000', NULL, NULL, N'537478706314129408', N'cnum', N'cnum', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478706356072448', N'admin', N'2021-04-01 05:56:44.0000000', NULL, NULL, N'537478706314129408', N'cprice', N'cprice', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478706360266752', N'admin', N'2021-04-01 05:56:44.0000000', NULL, NULL, N'537478706314129408', N'ctotal', N'ctotal', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478706368655360', N'admin', N'2021-04-01 05:56:44.0000000', NULL, NULL, N'537478706314129408', N'tp', N'tp', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478706377043968', N'admin', N'2021-04-01 05:56:44.0000000', NULL, NULL, N'537478706314129408', N'dtotal', N'dtotal', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478706381238272', N'admin', N'2021-04-01 05:56:44.0000000', NULL, NULL, N'537478706314129408', N'ztotal', N'ztotal', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'537478706389626880', N'admin', N'2021-04-01 05:56:44.0000000', NULL, NULL, N'537478706314129408', N'd_id', N'd_id', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'538563757aa1a49935824ce14568f27c', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'archivesdi', N'archivesdi', NULL, NULL, N'34', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'53bb8b7ef4c8d8dc9b151f07929fb587', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'22f025b781ee9fe4746438621e82674f', N'xinghao', N'xinghao', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'5406c33ff49384c2bcad5b85a9701355', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'province', N'province', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'558e3bb304d51582f225ec1d911cb4b8', NULL, N'2021-01-05 15:09:15.0000000', NULL, NULL, N'2324fac242b35938678a05bbbba345e2', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'5648f5a00640e3adf57fb9bbf27269f4', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'tm', N'tm', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'56749103eb4a60e7046dea34453b439e', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'shao', N'shao', N'String', NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'57ee0e6ffe7135a943dde2408d424c97', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'proportion_1', N'proportion_1', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'589a5a4fe61fc71aa1bf45d3bd73974b', NULL, N'2020-12-17 19:50:14.0000000', NULL, NULL, N'fb70a91730f087f8023afd88d24f9697', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'5a88459afcf01cc20ac5a50322b35fd6', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'hukounum', N'hukounum', NULL, NULL, N'26', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'5b7f7bebf0c3951b891026e7c2ac90cb', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'6011955e58d89040fca52e7f962d0bf4', N'didian', N'didian', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'5bc99af9cfddd240794167a6765a1517', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'4af57d343f1d6521b71b85097b580786', N'neikong_zx_money', N'neikong_zx_money', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'5bf6aee0bd8f676a218e0210e9e6fa0e', NULL, N'2020-12-17 16:59:12.0000000', NULL, NULL, N'7911bd189c2d53e182693bd599a315a2', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'5cf4a1ca15691d6340e522e1831dc3ac', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'sales_6', N'sales_6', N'String', NULL, N'18', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'5e4e8b7531a88f4db1a0d133de159494', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'6011955e58d89040fca52e7f962d0bf4', N'num', N'num', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6020e457162b86b75a2d335999ab06ec', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'nation', N'nation', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'631632bc2243018788d11d4f8348bfd2', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'socialsecurity', N'socialsecurity', NULL, NULL, N'30', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6394ea45a090ca79cfbfdbbfe2016d95', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'e0fe1d693625c906c1171d7de706a47c', N'yprice', N'yprice', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'64ff8b4e61a58a0ca3e34108c9bd97c0', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'a543d8dd40f4d26839b78bd604be659e', N'bx_gg_moeny', N'bx_gg_moeny', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'665f13c7fcebac6c35c894d885c4b344', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'proportion_6', N'proportion_6', N'String', NULL, N'20', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'677bf4d6400fc465067b0d5bd6ad2a58', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'gift_2', N'gift_2', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6a3544cc8c028e94692bb1b448620ec2', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'e0fe1d693625c906c1171d7de706a47c', N'yname', N'yname', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6b2db5f824af08166e5074feea82ab52', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'sex', N'sex', N'String', NULL, N'2', N'0', NULL, N'sex', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6c2b1c9e4cfd3f6b79d0fb26fea72cec', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'6011955e58d89040fca52e7f962d0bf4', N'zhaiyao', N'zhaiyao', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6c8250304aa25753f64c6f4723e6d2d8', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'22f025b781ee9fe4746438621e82674f', N'fahuocangku', N'fahuocangku', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6d4b24ab2f685556d6161a86658329c8', NULL, N'2021-01-21 16:25:09.0000000', NULL, NULL, N'd4a29dfda94357308faf62be2b94db08', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6dae70a5323b3d517c8f13278f0e1d5f', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'proportion_5', N'proportion_5', N'String', NULL, N'17', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'6ec41a06e2dee9ec8f07a894ddcaaae5', NULL, N'2021-02-02 19:10:15.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'jphone', N'jphone', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'70abaf24c413f38ff6a3c315ad8824b2', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'height', N'height', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'710104c3e0541602a151d5e00fc2ee29', NULL, N'2020-12-17 16:42:21.0000000', NULL, NULL, N'654609e4247a0469e0b2befbc69b00f9', N'type', N'type', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'718a062a1e42276c1913c7d7836b1bee', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'hobby', N'hobby', NULL, NULL, N'32', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'71cb567cd27fda05d55d80324c7b59e1', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'del_flag', N'del_flag', N'String', NULL, N'32', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'729c2d2c70da0f3bc092f4aab4432244', NULL, N'2020-12-17 16:42:21.0000000', NULL, NULL, N'654609e4247a0469e0b2befbc69b00f9', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'732c8b168ade2e34974c9db6396df61f', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'type', N'type', N'String', NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'742954cf518d8026db68cc87c017ad2a', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'bz', N'bz', N'String', NULL, N'19', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'765d95a760a36d0c853bec639af85302', NULL, N'2021-01-05 15:09:15.0000000', NULL, NULL, N'2324fac242b35938678a05bbbba345e2', N'bianma', N'bianma', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'768fb670937ab4aadde39842df36bfd3', N'admin', N'2021-04-01 03:09:23.0000000', NULL, NULL, N'1289140698221678593', N'cprice', N'cprice', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'796408f2959fc40edd9b460a1a5bdfb8', NULL, N'2021-02-02 19:13:46.0000000', NULL, NULL, N'1338756341933543425', N'gtime', N'雇佣日期', N'date', NULL, N'3', N'1', N'2', NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'79f29ea3b1c7ec966077941fdd004e4d', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'a543d8dd40f4d26839b78bd604be659e', N'bx_zx_money', N'bx_zx_money', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'7b794ecee6f61f64839eb1094a7c20bb', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'region', N'region', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'7c2c06cc52978c4e5665deac1784535d', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'yren', N'yren', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'7df83cf21e083451a47f2f731a225a7e', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'22f025b781ee9fe4746438621e82674f', N'num', N'num', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'7e564f212697079394030ac0563df496', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'e4cec9ff15bc0ea42f536a442a6d1335', N'id', N'id', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'7f5570e3056d82210d7d4e79b861560c', NULL, N'2021-02-02 19:10:15.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'laddress', N'laddress', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'80017f23232ea91ae32e4718eb10e8c3', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'proportion_4', N'proportion_4', N'String', NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'80b5e3fd550d9be1a8c8ea69a2a593f8', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'birth', N'birth', NULL, NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'81dea8f0ccba2b3530038ebcf92b36b1', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'name', N'name', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'81f2de244fa1e6b5f28419f60c4db169', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'e4cec9ff15bc0ea42f536a442a6d1335', N'bnum', N'bnum', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'824a22cf80849d110e04fd5c573f40de', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'jphone', N'jphone', N'String', NULL, N'17', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'83da395758d9bca23b2c5b9f54e79eed', NULL, N'2021-01-21 16:25:09.0000000', NULL, NULL, N'd4a29dfda94357308faf62be2b94db08', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'84391d55c9bd4185c4abbc0d9a8a3f9b', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'native_place', N'native_place', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'85263a305fba4c7e7a991ed3b416e006', NULL, N'2020-12-17 16:42:21.0000000', NULL, NULL, N'654609e4247a0469e0b2befbc69b00f9', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'865ca077977b78934e5e82e733ef4e47', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'major', N'major', N'String', NULL, N'15', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'8749d00c6c3cf873841a227a5206478a', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'sales_1', N'sales_1', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'87f43f4f5220c34a95d55ff3fa9de0c1', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'health', N'health', NULL, NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'8875e4280c1a62759ec4b3719b5f9566', NULL, N'2021-01-08 10:47:52.0000000', NULL, NULL, N'bbc5d5ab143d59f0beab484682361aa5', N'lingdao', N'lingdao', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'88b19703dac5a5ae8c01c68101cd8b5b', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'cbz', N'cbz', N'String', NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'89bd5c1f5b37b82ab2d56d8c9e50a674', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'sex', N'sex', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'8a122291db744a6109a93af5d289787f', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'computer_level', N'computer_level', N'String', NULL, N'22', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'8ab8d51dfb792cdc767e68d7e9370f3d', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'num', N'num', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'8bfc84f6d610581d736fcccc5f04a863', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'scard', N'scard', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'8d186f249df9e1c1c549fbdc6a0a4d77', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'currentdi', N'currentdi', NULL, NULL, N'28', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'8db810062e3a19eb83fca651691b848e', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'sales_2', N'sales_2', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'8e39d42a7fad183fe75ce1a56f148db1', N'admin', N'2021-04-01 03:09:23.0000000', NULL, NULL, N'1289140698221678593', N'bianma', N'bianma', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'8fb12c3929ea745f94cc4a90df9d5181', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'idcard', N'idcard', NULL, NULL, N'21', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9168272dc8fa019a861f11b81bea1dc2', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'a543d8dd40f4d26839b78bd604be659e', N'bx_jj_yongjin', N'bx_jj_yongjin', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9238ae757fb73c0ef546d7e0e91aa662', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'22f025b781ee9fe4746438621e82674f', N's_id', N's_id', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9282683fd000d19b205ad6841f0f7b6e', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'4af57d343f1d6521b71b85097b580786', N'total', N'total', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'92da818568d6c8e1e499abf51e439870', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'lzr', N'lzr', N'String', NULL, N'18', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'94fc5c2791e2e218383864b80095c89c', NULL, N'2021-02-02 19:10:15.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'95486ef4c7e0f3f3ac4ce249b1c761a1', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'22f025b781ee9fe4746438621e82674f', N'id', N'id', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'95650b0335c6981bf0d657e11b1b2082', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'hysr', N'hysr', N'String', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9a5f78c12595cb66d3b630962f7cd7bf', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'sf1', N'sf1', N'String', NULL, N'15', N'0', NULL, N'ttype', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9b77e74bed080cbd798d223bb0177c5d', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'c9bdb6b7ac68accfecb366718bf78f79', N'didian', N'didian', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9bb9b5329f79564ec030694a639ffd7f', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'4af57d343f1d6521b71b85097b580786', N'bx_zx_money', N'bx_zx_money', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9bf1e9bc4e887eb0816365262d0e9c8e', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'22f025b781ee9fe4746438621e82674f', N'zhekoulv', N'zhekoulv', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9d3986d3a32e9b4672dc2b29174749f3', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'rk', N'rk', N'String', NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9d6a3a8b9cf5c659e7d752028b70da8b', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'sf2', N'sf2', N'String', NULL, N'16', N'0', NULL, N'ttype', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9d9b437037bb304f5def5b97d4c2b4c4', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'zhuzhi', N'zhuzhi', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9ddf87596d6701eda383c3d8d7853b2b', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'education', N'education', N'String', NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9e28f1951ea83b6e6dae4e3892baea90', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'positional_titles', N'positional_titles', N'String', NULL, N'25', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'9f15fef9efd35f5a5c1418ce5a6eceb0', NULL, N'2021-02-02 19:13:46.0000000', NULL, NULL, N'1338756341933543425', N'birth', N'出生日期', N'datetime', NULL, N'6', N'1', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a15e649faa93fbae15a66f5266bd9336', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'phone', N'phone', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a17a61990a30e0cfbe4c7169dafcd85d', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'c9bdb6b7ac68accfecb366718bf78f79', N'id', N'id', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a1b7ffeb00d30e7c0a1a1f466dd1fe06', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'28e0b01cc3e2b0d361107661527bfdff', N'key2', N'key2', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a200ec7a67ded4302744ee7e4e156d13', NULL, N'2021-01-08 16:10:28.0000000', NULL, NULL, N'4dc208eb92fd1a84ef7b4723251e3e51', N'monty', N'monty', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a2e680c356e712b43343d589539da011', NULL, N'2021-01-08 10:47:52.0000000', NULL, NULL, N'f7649b77cfc9e0a9dacdac370cd4036b', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a379ebc1ac4dd2d567eee55c403ab2a3', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'c9bdb6b7ac68accfecb366718bf78f79', N'gname', N'gname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a42eed89da67da0653650edcc1576f8c', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'currentnum', N'currentnum', NULL, NULL, N'29', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a93ce07361b9d6ec02a58cf7f6b94664', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'political', N'political', NULL, NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a949c4beac3fec79e96309a6d2d8f5bb', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'entrytime', N'entrytime', NULL, NULL, N'19', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a97ee04d3e745b3be9ee48cb16fdb419', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'birth', N'birth', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a9c7c96a412537b4da3df68ff8e93cc8', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'post', N'post', NULL, NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'a9e4bf3b458d821307e0749f6e119f8d', NULL, N'2021-01-08 16:10:28.0000000', NULL, NULL, N'4dc208eb92fd1a84ef7b4723251e3e51', N'total', N'total', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'aa26aca6685baef7b24189214866f370', NULL, N'2021-01-21 18:00:57.0000000', NULL, NULL, N'60b3feffadc55eb49baa5a48fdf1ff0e', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ab0aabf8cc08327a4510420bd553e6c0', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'providentfund', N'providentfund', NULL, NULL, N'31', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ab4ee4418e54c4a4fef3c14ad8e98fa5', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'a543d8dd40f4d26839b78bd604be659e', N'neikong_zx_money', N'neikong_zx_money', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ad0b3d410c53378134428afb1b063758', NULL, N'2021-01-08 16:10:28.0000000', NULL, NULL, N'4dc208eb92fd1a84ef7b4723251e3e51', N'his_average', N'his_average', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ad146af051ba273a480223d49f59358b', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'hukoustreet', N'hukoustreet', NULL, NULL, N'25', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ad1d1fe2ee182c2d3a263a127fea041e', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'proportion_2', N'proportion_2', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ad2cc52cc14e9aabc04ac79d9a10b530', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'ldate', N'ldate', N'String', NULL, N'19', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ae5ec6e56478a098b36587e93b1d8908', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'arrival_time', N'arrival_time', N'String', NULL, N'24', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'aee0188ab2bf9849607f6ef34b36713e', NULL, N'2020-12-17 17:13:21.0000000', NULL, NULL, N'9b75c161322e0b7e29b3ffc84239a72c', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'aee106a24b11b0f8ca10bc88b62189d7', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'6011955e58d89040fca52e7f962d0bf4', N'gdata', N'gdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'aee31ce5eb6271601bc4e6f8affaceb0', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'e4cec9ff15bc0ea42f536a442a6d1335', N'hezairen', N'hezairen', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b14588abed341d314a08d316dfde553f', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'work_experience', N'work_experience', N'String', NULL, N'27', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b1de05c2d02cdde59c1e2a93e45964f9', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'create_time', N'create_time', N'String', NULL, N'29', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b2176d9680c08a7aa040aec9f71ff236', NULL, N'2021-02-02 19:13:46.0000000', NULL, NULL, N'1338756341933543425', N'id', N'id', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b279ab8f7d20ebbeec67f5bf2109ba22', NULL, N'2021-01-08 16:10:28.0000000', NULL, NULL, N'7b20679054449c554cde856ef24126ab', N'his_average', N'his_average', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b2c01550c60da7b1babf36d8535fcaed', NULL, N'2021-01-08 10:47:52.0000000', NULL, NULL, N'bbc5d5ab143d59f0beab484682361aa5', N'shijian', N'shijian', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b3c98ed9cb9e4a234273aa4921efd545', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'e4cec9ff15bc0ea42f536a442a6d1335', N'jpnum', N'jpnum', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b450669f376fa9f075ac403c7d7f2ee9', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'proportion_3', N'proportion_3', N'String', NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b46d80bfe53372b6ff92a6f8e8bf38df', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'hukoudi', N'hukoudi', NULL, NULL, N'27', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b5afa6c7c63f649460d4d45b7d697098', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'zip_code', N'zip_code', N'String', NULL, N'17', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b5df568754994e67a15a8f5b8d4bc297', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'phone', N'phone', N'String', NULL, N'19', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b60fbeff0c77080cb73aa6aaf6dd8715', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'22f025b781ee9fe4746438621e82674f', N'danjia', N'danjia', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b6884ea117811c5161ff1eb11502cf19', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'c9bdb6b7ac68accfecb366718bf78f79', N'num', N'num', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b81d3a495af538759aa6dbaf752c48db', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'28e0b01cc3e2b0d361107661527bfdff', N'key6', N'key6', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b863f83ac64327d86f36c8796a00f777', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'e4cec9ff15bc0ea42f536a442a6d1335', N'jieshu', N'jieshu', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'b8aafd56ddcf6902909722c7d2529797', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'department', N'department', NULL, NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ba83ad8a89105b198aa49798f2940c29', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'foreign_language', N'foreign_language', N'String', NULL, N'20', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'bb8db85fed8034645c5517b6283addc7', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'28e0b01cc3e2b0d361107661527bfdff', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'bd09800edb1343880b05b65974875597', NULL, N'2020-07-21 15:17:10.0000000', NULL, NULL, N'c9bdb6b7ac68accfecb366718bf78f79', N'tdata', N'tdata', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'bef01b3169ec05f63c9f92245b61bedf', NULL, N'2021-02-02 19:13:46.0000000', NULL, NULL, N'1338756341933543425', N'jperson', N'jperson', NULL, NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c17be48ad3705f848acdb28cbe3bc1b7', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'22f025b781ee9fe4746438621e82674f', N'hname', N'hname', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c1913cffe0a0a65b8f76ef280af93038', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'4af57d343f1d6521b71b85097b580786', N'tb_zx_money', N'tb_zx_money', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c2b7ed56f87bc4cb95c8e1e0300e51ff', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'e0fe1d693625c906c1171d7de706a47c', N'ytotal', N'ytotal', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c357b23ae68c0ee6c9dab322507dce0b', NULL, N'2021-01-11 14:38:14.0000000', NULL, NULL, N'1317006713165049858', N'jdate', N'jdate', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c3b0443ebecc7152343c5ea3ef32a38f', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'graduation_time', N'graduation_time', N'String', NULL, N'23', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c3d8cd6e68c605fd6d6ac217fed5c8d4', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'weight', N'weight', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c3fe8f62ea0c6ce9990bfa22dc0265b6', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'major', N'major', NULL, NULL, N'13', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c40fe2cf7a74a6e96575f73ef5e7d205', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'nation', N'nation', NULL, NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c4d6132699dcdff382c93ab10d64551a', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'education_experience', N'education_experience', N'String', NULL, N'26', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c578969584d9b639d249bcd981bc5a08', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'ydate', N'ydate', N'String', NULL, N'9', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c57bd36c25b13a8149268496e54052ae', NULL, N'2020-12-17 19:50:14.0000000', NULL, NULL, N'fb70a91730f087f8023afd88d24f9697', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c5a801ff78f2ca6b1b7a03b3222fdd61', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'4af57d343f1d6521b71b85097b580786', N'biz_income', N'biz_income', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c6144f2ca7422a71e951abea1bce6aaf', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'education', N'education', NULL, NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c6820a1e3308badb60582998805a0645', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'e4cec9ff15bc0ea42f536a442a6d1335', N'shihelv', N'shihelv', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c74ee42894f54c0ebc1a64a79395aa06', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'28e0b01cc3e2b0d361107661527bfdff', N'key3', N'key3', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c8d1276d19bdd946e9fc18b83aacda15', N'admin', N'2021-04-01 03:09:23.0000000', NULL, NULL, N'1289140698221678593', N'cname', N'cname', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c904e40b35f065cbefd0b22fd5937b38', NULL, N'2021-01-21 18:00:57.0000000', NULL, NULL, N'60b3feffadc55eb49baa5a48fdf1ff0e', N'description', N'description', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'c98a41c7d5edcba47273e192b9d66b9b', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'22f025b781ee9fe4746438621e82674f', N'beizhu', N'beizhu', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'cb99a516d392d1efb87141ec42168aa9', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'card', N'card', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'cc91f43bf975f056944b5ec19266ec9c', NULL, N'2020-12-17 16:59:12.0000000', NULL, NULL, N'7911bd189c2d53e182693bd599a315a2', N'value', N'value', N'String', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ce81562be14047bcbc29c0a66782fc42', NULL, N'2021-01-21 17:07:16.0000000', NULL, NULL, N'6a1d22ca4c95e8fab655d3ceed43a84d', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'cec893b2241134ba9b03ed6d4edf2919', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'marital', N'marital', NULL, NULL, N'23', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'cf9d32fea2f67e4b11cd2823dbbefbad', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'6011955e58d89040fca52e7f962d0bf4', N'id', N'id', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'd076942aecee8f5197b66eb382ba1995', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'sbtype', N'sbtype', NULL, NULL, N'33', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'd1d67bf8aea628bba4d28dfede489d55', NULL, N'2021-01-08 16:10:28.0000000', NULL, NULL, N'4dc208eb92fd1a84ef7b4723251e3e51', N'his_highest', N'his_highest', N'String', NULL, N'6', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'd3ef9876d3c56889157747be606f70fc', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'gift_6', N'gift_6', N'String', NULL, N'19', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'd5b7b92023a2fb09fed9d36a4ac7b3e3', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'sales_z', N'sales_z', N'String', NULL, N'21', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'd6accb7bb835271d1284d8a3dc394c1f', NULL, N'2020-07-28 17:46:58.0000000', NULL, NULL, N'22f025b781ee9fe4746438621e82674f', N'danwei', N'danwei', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'da9d0a2565cea7578415076a4d8e6c4c', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'sdate', N'sdate', N'String', NULL, N'12', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'db503c31de99f35cbcb1f66a69f9964c', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'mailbox', N'mailbox', NULL, NULL, N'15', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'dbc452a77ba1449096852d21c2959f34', NULL, N'2021-02-02 19:13:46.0000000', NULL, NULL, N'1338756341933543425', N'hukou', N'hukou', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'dd5697ec6eddcca16cca47080e9b801d', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'sld', N'sld', N'String', NULL, N'15', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'dd56fbd98db5c1cda9dd77637ba1c7e6', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'create_by', N'create_by', N'String', NULL, N'28', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ddcf7ade58e0a8a520b44fc94e0602bb', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'sk', N'sk', N'String', NULL, N'20', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'dfbc8bba6261dcd4ceb3da5f517a0d58', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'school', N'school', NULL, NULL, N'20', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'e1c77285c7ca39ebee455895ed081245', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'nation', N'nation', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'e1fffff7030dd37d70d7b5a138046fac', NULL, N'2020-12-04 16:53:38.0000000', NULL, NULL, N'28e0b01cc3e2b0d361107661527bfdff', N'key5', N'key5', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'e28cc14c4e1bc2c889f04a6cf30f9196', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'cbr', N'cbr', N'String', NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'e52e7896193ad09d700599d2ef6fa8ae', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'knum', N'knum', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'e757987004087de43f1ccab14092361f', NULL, N'2020-07-17 10:49:42.0000000', NULL, NULL, N'e0fe1d693625c906c1171d7de706a47c', N'yishe', N'yishe', NULL, NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'e7f6104183a7b2408f72b91f4638e9e2', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'gift_3', N'gift_3', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'e8c0f052d6bca9045fdb6197b197a92d', NULL, N'2021-02-02 19:13:46.0000000', NULL, NULL, N'1338756341933543425', N'update_by', N'update_by', N'String', NULL, N'4', N'0', NULL, N'zhiwu', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ea6018bdbd9fb192b1d3f9e832b5d382', NULL, N'2021-02-02 19:10:15.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'name', N'姓名', N'string', NULL, N'2', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ec6c6f56c64de5f4de16166000f31d19', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'e4cec9ff15bc0ea42f536a442a6d1335', N'ftime', N'ftime', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ef685270770a69bddb4f24e37eed9dc0', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'office', N'office', NULL, NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'efe17d82b5daaa3f95364e9afaeffd1c', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'register', N'register', NULL, NULL, N'11', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'efe4e0110a61d9791e18308aed422aa7', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'name', N'name', NULL, NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f0a83c77c0448a9f7c8c0bc3c7f42f13', NULL, N'2021-02-02 19:23:18.0000000', NULL, NULL, N'94bcd8202bc6bc467efd0d679dadd7bb', N'qfjg', N'qfjg', N'String', NULL, N'10', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f110f1f947e0f895b552f7edd133a60a', N'admin', N'2021-04-01 03:09:23.0000000', NULL, NULL, N'1289140698221678593', N'ctotal', N'ctotal', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f11af753ccbf495818e9c23c1b083ae2', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'foreign_language_level', N'foreign_language_level', N'String', NULL, N'21', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f1905f7a175f8e56afd8f6c2969582e6', NULL, N'2021-01-06 11:43:35.0000000', NULL, NULL, N'1334390762455965697', N'gift_5', N'gift_5', N'String', NULL, N'16', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f192c538d9cb0dc88e537b11a37551c8', NULL, N'2021-01-08 16:10:28.0000000', NULL, NULL, N'4dc208eb92fd1a84ef7b4723251e3e51', N'his_lowest', N'his_lowest', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f31715d024bad06ea8862ba383e87f5b', NULL, N'2021-01-05 15:09:15.0000000', NULL, NULL, N'2324fac242b35938678a05bbbba345e2', N'cnum', N'cnum', N'String', NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f3b4e31c7ff6a365c4130cbc695e2621', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'num', N'num', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f430837a3f4c08f425bcd1de46d3a2d3', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'sex', N'sex', NULL, NULL, N'5', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f53143608c570f9886861442be87b5ff', NULL, N'2021-02-02 19:10:15.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'update_by', N'职务', N'String', NULL, N'4', N'1', N'3', N'zhiwu', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f82904af04e557b12dcfe3562900597c', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'gdata', N'gdata', NULL, NULL, N'14', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f9154d882408b868253ed8fb87879220', NULL, N'2021-02-02 19:30:23.0000000', NULL, NULL, N'629609c4d540cb4675e9064af8955296', N'name', N'name', N'String', NULL, N'1', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f95dd09a118b93cc7884b12118448ed4', NULL, N'2021-02-02 19:10:15.0000000', NULL, NULL, N'9b7d28336b01f9a6b1a613957c3d7cda', N'hukou', N'hukou', N'String', NULL, N'7', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f978117e8eda0daee2c00223f9df4b48', NULL, N'2021-01-13 11:59:53.0000000', NULL, NULL, N'1316997232402231298', N'update_time', N'update_time', N'String', NULL, N'31', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'f984ef26fe0a505b279a0e4a3b27201f', NULL, N'2021-01-08 10:47:52.0000000', NULL, NULL, N'f7649b77cfc9e0a9dacdac370cd4036b', N'shijian', N'shijian', N'String', NULL, N'4', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'fa6fce04eaee2480faa8a14393ffe15a', NULL, N'2021-01-08 16:29:02.0000000', NULL, NULL, N'a543d8dd40f4d26839b78bd604be659e', N'total', N'total', N'String', NULL, N'8', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'fac871f69237c6c25abe8c4332eabcbf', NULL, N'2021-01-08 10:47:52.0000000', NULL, NULL, N'f7649b77cfc9e0a9dacdac370cd4036b', N'lingdao', N'lingdao', N'String', NULL, N'3', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'fc07c053ed0ecbfcc45041640acf6cb1', NULL, N'2021-01-05 15:33:07.0000000', NULL, NULL, N'1316987047604514817', N'party', N'party', NULL, NULL, N'22', N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'fe3b1449ce346836f47234ca65949aea', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'e4cec9ff15bc0ea42f536a442a6d1335', N'sfkong', N'sfkong', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_field] ([id], [create_by], [create_time], [update_by], [update_time], [jimu_report_db_id], [field_name], [field_text], [widget_type], [widget_width], [order_num], [search_flag], [search_mode], [dict_code], [search_value], [search_format], [ext_json]) VALUES (N'ffb5fbe81d2cf48ca45a815c676fd9eb', NULL, N'2020-06-16 18:14:25.0000000', NULL, NULL, N'e4cec9ff15bc0ea42f536a442a6d1335', N'kaishi', N'kaishi', N'string', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
-- ----------------------------
-- Table structure for jimu_report_db_param
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_report_db_param]') AND type IN ('U'))
DROP TABLE [dbo].[jimu_report_db_param]
GO
CREATE TABLE [dbo].[jimu_report_db_param] (
[id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[jimu_report_head_id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[param_name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[param_txt] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[param_value] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL,
[order_num] int NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[search_flag] int NULL,
[widget_type] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[search_mode] int NULL,
[dict_code] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[search_format] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[ext_json] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[jimu_report_db_param] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'动态报表ID',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_param',
'COLUMN', N'jimu_report_head_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'参数字段',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_param',
'COLUMN', N'param_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'参数文本',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_param',
'COLUMN', N'param_txt'
GO
EXEC sp_addextendedproperty
'MS_Description', N'参数默认值',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_param',
'COLUMN', N'param_value'
GO
EXEC sp_addextendedproperty
'MS_Description', N'排序',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_param',
'COLUMN', N'order_num'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_param',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_param',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_param',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_param',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'查询标识0否1是 默认0',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_param',
'COLUMN', N'search_flag'
GO
EXEC sp_addextendedproperty
'MS_Description', N'查询控件类型',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_param',
'COLUMN', N'widget_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'查询模式1简单2范围',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_param',
'COLUMN', N'search_mode'
GO
EXEC sp_addextendedproperty
'MS_Description', N'字典',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_param',
'COLUMN', N'dict_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'查询时间格式化表达式',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_param',
'COLUMN', N'search_format'
GO
EXEC sp_addextendedproperty
'MS_Description', N'参数配置',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_db_param',
'COLUMN', N'ext_json'
GO
-- ----------------------------
-- Records of jimu_report_db_param
-- ----------------------------
INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'078d99565feef91904c84b42b43f5174', N'1273495682564534273', N'id', N'id', N'1', N'1', NULL, N'2020-08-03 09:55:26.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'0d91170e4546cdbebbc3e9cc7879ce79', N'22f025b781ee9fe4746438621e82674f', N'id', N'id', N'1', N'1', NULL, N'2020-07-21 15:31:51.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'1324279360203526146', N'1324279359998005250', N'pageSize', N'pageSize', N'10', N'2', NULL, N'2020-08-03 15:19:54.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'1324279360220303361', N'1324279359998005250', N'pageNo', N'pageNo', N'1', N'1', NULL, N'2020-08-03 15:19:54.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'143f8c164072ddbdeafec5c5b1466827', N'1272858455908073473', N'id', N'id', N'1', N'1', NULL, N'2020-07-21 15:31:51.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'173c869cc45b683a9cfe25826110cead', N'1272834687525482497', N'id', N'id', N'1', N'1', NULL, N'2020-08-03 09:57:08.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'1805eb351a966dc3c039b5239b6faa49', N'1291310198925840385', N'sex', N'sex', N'男', N'2', NULL, N'2020-06-08 15:21:09.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'256eb2f8582ce4d74559b1fc1e2917ca', N'1291310198925840385', N'id', N'id', N'111', N'1', NULL, N'2020-06-08 15:21:09.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'3957799c20fcc696d680cca9649897bb', N'e4cec9ff15bc0ea42f536a442a6d1335', N'id', N'id', N'1', N'1', NULL, N'2020-08-03 09:57:08.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'3a9efc51a6b6723d5a0ddf109aacb2b5', N'1288038655293661186', N'pageNo', N'pageNo', N'1', N'1', N'admin', N'2021-04-01 03:09:40.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'3ced36c7a2cce40c667cc485bf59cd11', N'1291217511962902530', N'pageSize', N'pageSize', N'10', N'2', NULL, N'2020-08-03 15:19:54.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'49bd3f212cd6c406c8584e6bb0d9cf93', N'1291549569390243841', N'pageSize', N'pageSize', N'10', N'2', NULL, N'2020-07-30 17:26:29.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'52db6da75ea733ae741c62cc54c85d92', N'6011955e58d89040fca52e7f962d0bf4', N'id', N'id', N'1', N'1', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'57165a6fe5f2b700d4ef19518de4defd', N'1290104038414721025', N'id', N'id', N'1', N'1', NULL, N'2020-08-03 09:55:46.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'7569e95c1fa73d5438aceb19c1b85ef0', N'1288038655293661186', N'pageSize', N'pageSize', N'20', N'2', N'admin', N'2021-04-01 03:09:40.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'7d7765754aadaddab91bf1257447ae73', N'1291549569390243841', N'pageNo', N'pageNo', N'1', N'1', NULL, N'2020-07-30 17:26:29.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'8bff26e0c3fe48ddd41cf8d939ad4f2c', N'2324fac242b35938678a05bbbba345e2', N'pageSize', N'pageSize', N'10', N'2', NULL, N'2020-08-03 15:19:54.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'90b22a058cc331146b548bc93f09b5cd', N'1289140698221678593', N'pageSize', N'pageSize', N'20', N'2', N'admin', N'2021-04-01 03:09:23.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'944eaee4cb7639a435aadbf2ad7469a0', N'2324fac242b35938678a05bbbba345e2', N'pageNo', N'pageNo', N'1', N'1', NULL, N'2020-08-03 15:19:54.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'a29c10ed01c6608e899e1368f2d5d7e3', N'1316997232402231298', N'id', N'id', N'1', N'1', NULL, N'2021-01-13 14:31:13.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'a803707f3383dd9f4685fadc7efa07f4', N'1224643501392728065', N'sex', N'sex', N'男', N'2', NULL, N'2020-06-08 15:21:09.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'b7c34e8a3c2804715825af4bdbcf857a', N'1224643501392728065', N'id', N'id', N'111', N'1', NULL, N'2020-06-08 15:21:09.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'd8010a4ffbe567e6117e7f59641aeb7c', N'1289140698221678593', N'pageNo', N'pageNo', N'1', N'1', N'admin', N'2021-04-01 03:09:23.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'd9d94d6b09dd074f39af96d7a4696f9a', N'1291217511962902530', N'pageNo', N'pageNo', N'1', N'1', NULL, N'2020-08-03 15:19:54.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[jimu_report_db_param] ([id], [jimu_report_head_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time], [search_flag], [widget_type], [search_mode], [dict_code], [search_format], [ext_json]) VALUES (N'ec09a8b27e7e9ec9dbc683fc5a38faec', N'c9bdb6b7ac68accfecb366718bf78f79', N'id', N'id', N'1', N'1', NULL, N'2020-08-03 09:55:26.0000000', NULL, NULL, N'0', NULL, NULL, NULL, NULL, NULL)
GO
-- ----------------------------
-- Table structure for jimu_report_link
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_report_link]') AND type IN ('U'))
DROP TABLE [dbo].[jimu_report_link]
GO
CREATE TABLE [dbo].[jimu_report_link] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[report_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[parameter] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL,
[eject_type] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL,
[link_name] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[api_method] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL,
[link_type] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL,
[api_url] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL,
[link_chart_id] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[requirement] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[jimu_report_link] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键id',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_link',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'积木设计器id',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_link',
'COLUMN', N'report_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'参数',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_link',
'COLUMN', N'parameter'
GO
EXEC sp_addextendedproperty
'MS_Description', N'弹出方式0 当前页面 1 新窗口)',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_link',
'COLUMN', N'eject_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'链接名称',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_link',
'COLUMN', N'link_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'请求方法0-get,1-post',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_link',
'COLUMN', N'api_method'
GO
EXEC sp_addextendedproperty
'MS_Description', N'链接方式(0 网络报表 1 网络连接 2 图表联动)',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_link',
'COLUMN', N'link_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'外网api',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_link',
'COLUMN', N'api_url'
GO
EXEC sp_addextendedproperty
'MS_Description', N'联动图表的ID',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_link',
'COLUMN', N'link_chart_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'条件',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_link',
'COLUMN', N'requirement'
GO
EXEC sp_addextendedproperty
'MS_Description', N'超链接配置表',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_link'
GO
-- ----------------------------
-- Records of jimu_report_link
-- ----------------------------
-- ----------------------------
-- Table structure for jimu_report_map
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_report_map]') AND type IN ('U'))
DROP TABLE [dbo].[jimu_report_map]
GO
CREATE TABLE [dbo].[jimu_report_map] (
[id] nvarchar(64) COLLATE Chinese_PRC_CI_AS NOT NULL,
[label] nvarchar(125) COLLATE Chinese_PRC_CI_AS NULL,
[name] nvarchar(125) COLLATE Chinese_PRC_CI_AS NULL,
[data] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[del_flag] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL,
[sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[jimu_report_map] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_map',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'地图名称',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_map',
'COLUMN', N'label'
GO
EXEC sp_addextendedproperty
'MS_Description', N'地图编码',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_map',
'COLUMN', N'name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'地图数据',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_map',
'COLUMN', N'data'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_map',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_map',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改人',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_map',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改时间',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_map',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'0表示未删除,1表示删除',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_map',
'COLUMN', N'del_flag'
GO
EXEC sp_addextendedproperty
'MS_Description', N'所属部门',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_map',
'COLUMN', N'sys_org_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'地图配置表',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_map'
GO
-- ----------------------------
-- Records of jimu_report_map
-- ----------------------------
-- ----------------------------
-- Table structure for jimu_report_share
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[jimu_report_share]') AND type IN ('U'))
DROP TABLE [dbo].[jimu_report_share]
GO
CREATE TABLE [dbo].[jimu_report_share] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[report_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[preview_url] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL,
[preview_lock] nvarchar(4) COLLATE Chinese_PRC_CI_AS NULL,
[last_update_time] datetime2(7) NULL,
[term_of_validity] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL,
[status] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL,
[preview_lock_status] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[jimu_report_share] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_share',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'在线excel设计器id',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_share',
'COLUMN', N'report_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'预览地址',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_share',
'COLUMN', N'preview_url'
GO
EXEC sp_addextendedproperty
'MS_Description', N'密码锁',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_share',
'COLUMN', N'preview_lock'
GO
EXEC sp_addextendedproperty
'MS_Description', N'最后更新时间',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_share',
'COLUMN', N'last_update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'有效期(0:永久有效1:1天2:7天)',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_share',
'COLUMN', N'term_of_validity'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否过期(0未过期1已过期)',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_share',
'COLUMN', N'status'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否为密码锁(0 否,1是)',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_share',
'COLUMN', N'preview_lock_status'
GO
EXEC sp_addextendedproperty
'MS_Description', N'积木报表预览权限表',
'SCHEMA', N'dbo',
'TABLE', N'jimu_report_share'
GO
-- ----------------------------
-- Records of jimu_report_share
-- ----------------------------
-- ----------------------------
-- Table structure for joa_demo
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[joa_demo]') AND type IN ('U'))
DROP TABLE [dbo].[joa_demo]
GO
CREATE TABLE [dbo].[joa_demo] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[days] int NULL,
[begin_date] datetime2(7) NULL,
[end_date] datetime2(7) NULL,
[reason] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL,
[bpm_status] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[joa_demo] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'ID',
'SCHEMA', N'dbo',
'TABLE', N'joa_demo',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'请假人',
'SCHEMA', N'dbo',
'TABLE', N'joa_demo',
'COLUMN', N'name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'请假天数',
'SCHEMA', N'dbo',
'TABLE', N'joa_demo',
'COLUMN', N'days'
GO
EXEC sp_addextendedproperty
'MS_Description', N'开始时间',
'SCHEMA', N'dbo',
'TABLE', N'joa_demo',
'COLUMN', N'begin_date'
GO
EXEC sp_addextendedproperty
'MS_Description', N'请假结束时间',
'SCHEMA', N'dbo',
'TABLE', N'joa_demo',
'COLUMN', N'end_date'
GO
EXEC sp_addextendedproperty
'MS_Description', N'请假原因',
'SCHEMA', N'dbo',
'TABLE', N'joa_demo',
'COLUMN', N'reason'
GO
EXEC sp_addextendedproperty
'MS_Description', N'流程状态',
'SCHEMA', N'dbo',
'TABLE', N'joa_demo',
'COLUMN', N'bpm_status'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人id',
'SCHEMA', N'dbo',
'TABLE', N'joa_demo',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'joa_demo',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改时间',
'SCHEMA', N'dbo',
'TABLE', N'joa_demo',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改人id',
'SCHEMA', N'dbo',
'TABLE', N'joa_demo',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'流程测试',
'SCHEMA', N'dbo',
'TABLE', N'joa_demo'
GO
-- ----------------------------
-- Records of joa_demo
-- ----------------------------
-- ----------------------------
-- Table structure for onl_auth_data
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_auth_data]') AND type IN ('U'))
DROP TABLE [dbo].[onl_auth_data]
GO
CREATE TABLE [dbo].[onl_auth_data] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[cgform_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[rule_name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[rule_column] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[rule_operator] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[rule_value] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[status] int NULL,
[create_time] datetime2(7) NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL
)
GO
ALTER TABLE [dbo].[onl_auth_data] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_data',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'online表ID',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_data',
'COLUMN', N'cgform_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'规则名',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_data',
'COLUMN', N'rule_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'规则列',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_data',
'COLUMN', N'rule_column'
GO
EXEC sp_addextendedproperty
'MS_Description', N'规则条件 大于小于like',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_data',
'COLUMN', N'rule_operator'
GO
EXEC sp_addextendedproperty
'MS_Description', N'规则值',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_data',
'COLUMN', N'rule_value'
GO
EXEC sp_addextendedproperty
'MS_Description', N'1有效 0无效',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_data',
'COLUMN', N'status'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_data',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_data',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_data',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_data',
'COLUMN', N'update_time'
GO
-- ----------------------------
-- Records of onl_auth_data
-- ----------------------------
INSERT INTO [dbo].[onl_auth_data] ([id], [cgform_id], [rule_name], [rule_column], [rule_operator], [rule_value], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1533109082784460801', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'性别等于1', N'sex', N'=', N'1', N'0', N'2022-06-04 00:00:00.0000000', N'admin', N'admin', N'2022-10-28 10:49:44.0000000')
GO
-- ----------------------------
-- Table structure for onl_auth_page
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_auth_page]') AND type IN ('U'))
DROP TABLE [dbo].[onl_auth_page]
GO
CREATE TABLE [dbo].[onl_auth_page] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[cgform_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[code] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[type] int NULL,
[control] int NULL,
[page] int NULL,
[status] int NULL,
[create_time] datetime2(7) NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL
)
GO
ALTER TABLE [dbo].[onl_auth_page] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N' 主键',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_page',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'online表id',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_page',
'COLUMN', N'cgform_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'字段名/按钮编码',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_page',
'COLUMN', N'code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'1字段 2按钮',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_page',
'COLUMN', N'type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'3可编辑 5可见(仅支持两种状态值3,5)',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_page',
'COLUMN', N'control'
GO
EXEC sp_addextendedproperty
'MS_Description', N'3列表 5表单(仅支持两种状态值3,5)',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_page',
'COLUMN', N'page'
GO
EXEC sp_addextendedproperty
'MS_Description', N'1有效 0无效',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_page',
'COLUMN', N'status'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_page',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_page',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_page',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_page',
'COLUMN', N'update_time'
GO
-- ----------------------------
-- Records of onl_auth_page
-- ----------------------------
INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1533108974999236609', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'age', N'1', N'5', N'3', N'0', N'2022-06-04 23:30:38.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1533108974999236610', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'age', N'1', N'5', N'5', N'0', N'2022-06-04 23:30:38.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1533108974999236611', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'age', N'1', N'3', N'5', N'0', N'2022-06-04 23:30:38.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1533108984834879490', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'batch_delete', N'2', N'5', N'3', N'0', N'2022-06-04 23:30:40.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1533108987271770113', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'export', N'2', N'5', N'3', N'0', N'2022-06-04 23:30:41.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1533108989922570242', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'import', N'2', N'5', N'3', N'0', N'2022-06-04 23:30:42.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1533108994662133761', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'bpm', N'2', N'5', N'3', N'0', N'2022-06-04 23:30:43.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1533108997505871874', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'super_query', N'2', N'5', N'3', N'0', N'2022-06-04 23:30:43.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1580815057246892034', N'56870166aba54ebfacb20ba6c770bd73', N'order_date', N'1', N'5', N'3', N'0', N'2022-10-14 14:57:34.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1580815057309806593', N'56870166aba54ebfacb20ba6c770bd73', N'order_date', N'1', N'5', N'5', N'0', N'2022-10-14 14:57:34.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[onl_auth_page] ([id], [cgform_id], [code], [type], [control], [page], [status], [create_time], [create_by], [update_by], [update_time]) VALUES (N'1580815057309806594', N'56870166aba54ebfacb20ba6c770bd73', N'order_date', N'1', N'3', N'5', N'0', N'2022-10-14 14:57:34.0000000', N'admin', NULL, NULL)
GO
-- ----------------------------
-- Table structure for onl_auth_relation
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_auth_relation]') AND type IN ('U'))
DROP TABLE [dbo].[onl_auth_relation]
GO
CREATE TABLE [dbo].[onl_auth_relation] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[role_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[auth_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[type] int NULL,
[cgform_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[auth_mode] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[onl_auth_relation] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'角色id',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_relation',
'COLUMN', N'role_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'权限id',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_relation',
'COLUMN', N'auth_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'1字段 2按钮 3数据权限',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_relation',
'COLUMN', N'type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'online表单ID',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_relation',
'COLUMN', N'cgform_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'授权方式role角色depart部门user人',
'SCHEMA', N'dbo',
'TABLE', N'onl_auth_relation',
'COLUMN', N'auth_mode'
GO
-- ----------------------------
-- Records of onl_auth_relation
-- ----------------------------
-- ----------------------------
-- Table structure for onl_cgform_button
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_cgform_button]') AND type IN ('U'))
DROP TABLE [dbo].[onl_cgform_button]
GO
CREATE TABLE [dbo].[onl_cgform_button] (
[ID] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[BUTTON_CODE] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[BUTTON_ICON] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL,
[BUTTON_NAME] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[BUTTON_STATUS] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL,
[BUTTON_STYLE] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL,
[EXP] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[CGFORM_HEAD_ID] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[OPT_TYPE] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL,
[ORDER_NUM] int NULL,
[OPT_POSITION] nvarchar(3) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[onl_cgform_button] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键ID',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_button',
'COLUMN', N'ID'
GO
EXEC sp_addextendedproperty
'MS_Description', N'按钮编码',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_button',
'COLUMN', N'BUTTON_CODE'
GO
EXEC sp_addextendedproperty
'MS_Description', N'按钮图标',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_button',
'COLUMN', N'BUTTON_ICON'
GO
EXEC sp_addextendedproperty
'MS_Description', N'按钮名称',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_button',
'COLUMN', N'BUTTON_NAME'
GO
EXEC sp_addextendedproperty
'MS_Description', N'按钮状态',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_button',
'COLUMN', N'BUTTON_STATUS'
GO
EXEC sp_addextendedproperty
'MS_Description', N'按钮样式',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_button',
'COLUMN', N'BUTTON_STYLE'
GO
EXEC sp_addextendedproperty
'MS_Description', N'表达式',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_button',
'COLUMN', N'EXP'
GO
EXEC sp_addextendedproperty
'MS_Description', N'表单ID',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_button',
'COLUMN', N'CGFORM_HEAD_ID'
GO
EXEC sp_addextendedproperty
'MS_Description', N'按钮类型',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_button',
'COLUMN', N'OPT_TYPE'
GO
EXEC sp_addextendedproperty
'MS_Description', N'排序',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_button',
'COLUMN', N'ORDER_NUM'
GO
EXEC sp_addextendedproperty
'MS_Description', N'按钮位置1侧面 2底部',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_button',
'COLUMN', N'OPT_POSITION'
GO
EXEC sp_addextendedproperty
'MS_Description', N'Online表单自定义按钮',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_button'
GO
-- ----------------------------
-- Records of onl_cgform_button
-- ----------------------------
INSERT INTO [dbo].[onl_cgform_button] ([ID], [BUTTON_CODE], [BUTTON_ICON], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [CGFORM_HEAD_ID], [OPT_TYPE], [ORDER_NUM], [OPT_POSITION]) VALUES (N'007de67711d08337f7c246b6cfe306ae', N'jihuo', NULL, N'激活', N'1', N'link', NULL, N'9ab817fd4c2e4e7ba6652c4fa46af389', N'js', N'2', N'2')
GO
INSERT INTO [dbo].[onl_cgform_button] ([ID], [BUTTON_CODE], [BUTTON_ICON], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [CGFORM_HEAD_ID], [OPT_TYPE], [ORDER_NUM], [OPT_POSITION]) VALUES (N'108a564643763de3f4c81bc2deb463df', N'bt1', NULL, N'激活', N'1', N'button', NULL, N'05a3a30dada7411c9109306aa4117068', N'js', NULL, N'2')
GO
INSERT INTO [dbo].[onl_cgform_button] ([ID], [BUTTON_CODE], [BUTTON_ICON], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [CGFORM_HEAD_ID], [OPT_TYPE], [ORDER_NUM], [OPT_POSITION]) VALUES (N'5173e0b138c808f03d17d08ec4e66f3a', N'hangjihuo', NULL, N'行激活', N'0', N'link', NULL, N'9ab817fd4c2e4e7ba6652c4fa46af389', N'js', NULL, N'2')
GO
INSERT INTO [dbo].[onl_cgform_button] ([ID], [BUTTON_CODE], [BUTTON_ICON], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [CGFORM_HEAD_ID], [OPT_TYPE], [ORDER_NUM], [OPT_POSITION]) VALUES (N'7c140322fb6b1da7a5daed8b6edc0fb7', N'tjbpm', NULL, N'提交流程', N'1', N'link', NULL, N'05a3a30dada7411c9109306aa4117068', N'js', NULL, N'2')
GO
INSERT INTO [dbo].[onl_cgform_button] ([ID], [BUTTON_CODE], [BUTTON_ICON], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [CGFORM_HEAD_ID], [OPT_TYPE], [ORDER_NUM], [OPT_POSITION]) VALUES (N'a45bc1c6fba96be6b0c91ffcdd6b54aa', N'genereate_person_config', N'icon-edit', N'生成配置', N'1', N'link', NULL, N'e2faf977fdaf4b25a524f58c2441a51c', N'js', NULL, N'2')
GO
INSERT INTO [dbo].[onl_cgform_button] ([ID], [BUTTON_CODE], [BUTTON_ICON], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [CGFORM_HEAD_ID], [OPT_TYPE], [ORDER_NUM], [OPT_POSITION]) VALUES (N'cc1d12de57a1a41d3986ed6d13e3ac11', N'链接按钮测试', N'icon-edit', N'自定义link', N'1', N'link', NULL, N'd35109c3632c4952a19ecc094943dd71', N'js', NULL, N'2')
GO
INSERT INTO [dbo].[onl_cgform_button] ([ID], [BUTTON_CODE], [BUTTON_ICON], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [CGFORM_HEAD_ID], [OPT_TYPE], [ORDER_NUM], [OPT_POSITION]) VALUES (N'e2a339b9fdb4091bee98408c233ab36d', N'zuofei', NULL, N'作废', N'1', N'form', NULL, N'05a3a30dada7411c9109306aa4117068', N'js', NULL, N'2')
GO
INSERT INTO [dbo].[onl_cgform_button] ([ID], [BUTTON_CODE], [BUTTON_ICON], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [CGFORM_HEAD_ID], [OPT_TYPE], [ORDER_NUM], [OPT_POSITION]) VALUES (N'e95e84b749761b574a9cc0967c06c2a9', N'test1', NULL, N'弹出表单', N'1', N'button', NULL, N'9ab817fd4c2e4e7ba6652c4fa46af389', N'js', N'1', N'2')
GO
INSERT INTO [dbo].[onl_cgform_button] ([ID], [BUTTON_CODE], [BUTTON_ICON], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [CGFORM_HEAD_ID], [OPT_TYPE], [ORDER_NUM], [OPT_POSITION]) VALUES (N'ebcc48ef0bde4433a6faf940a5e170c1', N'button按钮测试', N'icon-edit', N'自定义button', N'1', N'button', NULL, N'd35109c3632c4952a19ecc094943dd71', N'js', NULL, N'2')
GO
-- ----------------------------
-- Table structure for onl_cgform_enhance_java
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_cgform_enhance_java]') AND type IN ('U'))
DROP TABLE [dbo].[onl_cgform_enhance_java]
GO
CREATE TABLE [dbo].[onl_cgform_enhance_java] (
[ID] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[BUTTON_CODE] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[CG_JAVA_TYPE] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[CG_JAVA_VALUE] nvarchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL,
[CGFORM_HEAD_ID] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[ACTIVE_STATUS] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL,
[EVENT] nvarchar(10) COLLATE Chinese_PRC_CI_AS NOT NULL
)
GO
ALTER TABLE [dbo].[onl_cgform_enhance_java] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'按钮编码',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_enhance_java',
'COLUMN', N'BUTTON_CODE'
GO
EXEC sp_addextendedproperty
'MS_Description', N'类型',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_enhance_java',
'COLUMN', N'CG_JAVA_TYPE'
GO
EXEC sp_addextendedproperty
'MS_Description', N'数值',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_enhance_java',
'COLUMN', N'CG_JAVA_VALUE'
GO
EXEC sp_addextendedproperty
'MS_Description', N'表单ID',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_enhance_java',
'COLUMN', N'CGFORM_HEAD_ID'
GO
EXEC sp_addextendedproperty
'MS_Description', N'生效状态',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_enhance_java',
'COLUMN', N'ACTIVE_STATUS'
GO
EXEC sp_addextendedproperty
'MS_Description', N'事件状态(end:结束start:开始)',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_enhance_java',
'COLUMN', N'EVENT'
GO
-- ----------------------------
-- Records of onl_cgform_enhance_java
-- ----------------------------
-- ----------------------------
-- Table structure for onl_cgform_enhance_js
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_cgform_enhance_js]') AND type IN ('U'))
DROP TABLE [dbo].[onl_cgform_enhance_js]
GO
CREATE TABLE [dbo].[onl_cgform_enhance_js] (
[ID] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[CG_JS] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL,
[CG_JS_TYPE] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL,
[CONTENT] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL,
[CGFORM_HEAD_ID] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[onl_cgform_enhance_js] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键ID',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_enhance_js',
'COLUMN', N'ID'
GO
EXEC sp_addextendedproperty
'MS_Description', N'JS增强内容',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_enhance_js',
'COLUMN', N'CG_JS'
GO
EXEC sp_addextendedproperty
'MS_Description', N'类型',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_enhance_js',
'COLUMN', N'CG_JS_TYPE'
GO
EXEC sp_addextendedproperty
'MS_Description', N'备注',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_enhance_js',
'COLUMN', N'CONTENT'
GO
EXEC sp_addextendedproperty
'MS_Description', N'表单ID',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_enhance_js',
'COLUMN', N'CGFORM_HEAD_ID'
GO
-- ----------------------------
-- Records of onl_cgform_enhance_js
-- ----------------------------
INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'0b326acbbc8e52c9c9ecdb19342fc3cf', N'show(){
console.log(''form'',that)
//this.form.setFieldsValue({"name":"name值"})
that.$nextTick(() => {
//age是对应表的字段名
that.form.setFieldsValue({"age":"999"})
});
}
onlChange(){
return {
sex(){
let value = event.value
//alert(''触发控件'',value)
//性别改动,年龄归零
if(value!=null && value!=""){
let values = {''age'':0}
that.triggleChangeValues(values)
}
}
}
}
', N'form', NULL, N'05a3a30dada7411c9109306aa4117068')
GO
INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'274b5d741a0262d3411958f0c465c5f0', N'genereate_person_config(row){
console.log(''选择'',row)
alert(row.name + '',个人积分配置生成成功!'');
}', N'list', NULL, N'e2faf977fdaf4b25a524f58c2441a51c')
GO
INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'2cbaf25f1edb620bea2d8de07f8233a1', N'air_china_post_materiel_item_onlChange(){
return {
wl_name(){
let id = event.row.id
let cnum = event.row.num
let value = event.value
let targrt = event.target
let columnKey = event.column.key
let nval = 200*cnum
console.log(''row'',event.row);
console.log(''cnum'',cnum);
let otherValues = {''jifen'': nval}
that.triggleChangeValues(targrt,id,otherValues)
}
}
}', N'form', NULL, N'e67d26b610dd414c884c4dbb24e71ce3')
GO
INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'32e7b7373abe0fb9c4dd608b4517f814', N'', N'form', NULL, N'53a3e82b54b946c2b904f605875a275c')
GO
INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'35d4ef464e5e8c87c9aa82ea89215fc1', N'', N'list', NULL, N'e67d26b610dd414c884c4dbb24e71ce3')
GO
INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'44cad4eec436328ed3cc134855f8d1d5', N' onlChange(){
  return {
  name(that, event) {
that.executeMainFillRule()
}
}
}', N'form', NULL, N'4adec929a6594108bef5b35ee9966e9f')
GO
INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'4569bc0e6126d2b8a0e0c69b9a47e8db', N'', N'list', NULL, N'56efb74326e74064b60933f6f8af30ea')
GO
INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'5e9ccc1e2b977bdd5a873a6bd6311290', N'jihuo_hook(){
console.log(''当前选中行的id'', this);
console.log(''this.abc'', this.abc);
import {useMessage} from "@/hooks/useMessage"
const {createMessage} = useMessage()
function sayHi () {
createMessage.success("这是代码里的提示hello world!")
}
sayHi();
}
test1(){
this.openCustomModal({
title: ''测试自定义弹框1'',
width: 800,
hide: [''cc'']
});
}
setup(){
console.log("进入form: ",this)
import { defineComponent, computed, CSSProperties, unref, ref, watchEffect, watch, PropType } from ''vue'';
watch(name,(newValue,oldValue)=>{
console.log("新值是"+newValue, "旧址是"+oldValue);
})
}', N'list', NULL, N'9ab817fd4c2e4e7ba6652c4fa46af389')
GO
INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'6dd82d8eac166627302230a809233481', N'ces_order_goods_onlChange(){
return {
num(){
let id = event.row.id
let num = event.row.num
let price = event.row.price
let targrt = event.target
let nval = price*num
console.log(''row'',event.row);
console.log(''num'',num);
console.log(''that'',that);
let otherValues = {''zong_price'': nval}
that.triggleChangeValues(otherValues,id,targrt)
}
}
}', N'form', NULL, N'56efb74326e74064b60933f6f8af30ea')
GO
INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'73ff4666e0cf5c2070263345e1e11835', N'one(){
console.log(''当前选中行的id'', this.selectedRowKeys);
}
beforeDelete(row){
return new Promise(resolve=>{
console.log(''删除数据之前看看数据'', row);
resolve();
});
}', N'list', NULL, N'553a4172fde446419cb602dc70f9ee67')
GO
INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'85e7acd772c8ec322b97a1fd548007e0', N'', N'form', NULL, N'09fd28e4b7184c1a9668496a5c496450')
GO
INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'8b76f282ddc81ce99a129e90fdd977ce', N'', N'form', NULL, N'86bf17839a904636b7ed96201b2fa6ea')
GO
INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'90394fbc3d48978cc0937bc56f2d5370', N'', N'list', NULL, N'deea5a8ec619460c9245ba85dbc59e80')
GO
INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'a0ca1d842f138ba2cda00bc44e95edd9', N'loaded(){
this.$nextTick(()=>{
let text = ''测试js增强设置默认值'';
if(this.isUpdate.value === true){
text = ''测试js增强修改表单值'';
}
this.setFieldsValue({
name: text
})
})
}
onlChange(){
return {
name(){
let value = event.value
let values = {''dhwb'': ''我的名称是:''+ value }
this.triggleChangeValues(values)
}
}
}
beforeSubmit(row){
return new Promise((resolve, reject)=>{
//此处模拟等待时间,可能需要发起请求
setTimeout(()=>{
if(row.name == ''test''){
// 当某个字段不满足要求的时候可以reject
reject(''不能提交测试数据'');
}else{
resolve();
}
},3000)
})
}', N'form', NULL, N'553a4172fde446419cb602dc70f9ee67')
GO
INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'ae9cf52fbe13cc718de2de6e1b3d6792', N'', N'list', NULL, N'18f064d1ef424c93ba7a16148851664f')
GO
INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'beec235f0b2d633ff3a6c395affdf59d', N'', N'list', NULL, N'4adec929a6594108bef5b35ee9966e9f')
GO
INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'c5ac9a2b2fd92ef68274f630b8aec78a', N'tjbpm(row){
alert(''提交流程'')
console.log(''row'',row)
}
bt1(){
console.log(''that.table.selectionRows'',this.selectedRowKeys)
console.log(''that.table.selectedRowKeys'',this.selectedRows)
alert(''激活全部数据'')
}', N'list', NULL, N'05a3a30dada7411c9109306aa4117068')
GO
INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'd7ddb7aa407f6deed75aac11f0a25f0e', N'222', N'list', NULL, N'09fd28e4b7184c1a9668496a5c496450')
GO
INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'de79fe5530e19ccb71b750900892a3a4', N'setup(){
console.log("进入form: ",this)
import { defineComponent, computed, CSSProperties, unref, ref, watchEffect, watch, PropType } from ''vue'';
watch(name,(newValue,oldValue)=>{
console.log("新值是"+newValue, "旧址是"+oldValue);
})
}', N'form', NULL, N'9ab817fd4c2e4e7ba6652c4fa46af389')
GO
INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'f6f8f230566d09d4b66338955ffb5691', N'', N'form', NULL, N'18f064d1ef424c93ba7a16148851664f')
GO
INSERT INTO [dbo].[onl_cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'fd711738f58d5481ca0ce9bc3a415223', N'', N'list', NULL, N'86bf17839a904636b7ed96201b2fa6ea')
GO
-- ----------------------------
-- Table structure for onl_cgform_enhance_sql
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_cgform_enhance_sql]') AND type IN ('U'))
DROP TABLE [dbo].[onl_cgform_enhance_sql]
GO
CREATE TABLE [dbo].[onl_cgform_enhance_sql] (
[ID] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[BUTTON_CODE] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[CGB_SQL] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL,
[CGB_SQL_NAME] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[CONTENT] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL,
[CGFORM_HEAD_ID] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[onl_cgform_enhance_sql] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键ID',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_enhance_sql',
'COLUMN', N'ID'
GO
EXEC sp_addextendedproperty
'MS_Description', N'按钮编码',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_enhance_sql',
'COLUMN', N'BUTTON_CODE'
GO
EXEC sp_addextendedproperty
'MS_Description', N'SQL内容',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_enhance_sql',
'COLUMN', N'CGB_SQL'
GO
EXEC sp_addextendedproperty
'MS_Description', N'Sql名称',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_enhance_sql',
'COLUMN', N'CGB_SQL_NAME'
GO
EXEC sp_addextendedproperty
'MS_Description', N'备注',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_enhance_sql',
'COLUMN', N'CONTENT'
GO
EXEC sp_addextendedproperty
'MS_Description', N'表单ID',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_enhance_sql',
'COLUMN', N'CGFORM_HEAD_ID'
GO
-- ----------------------------
-- Records of onl_cgform_enhance_sql
-- ----------------------------
INSERT INTO [dbo].[onl_cgform_enhance_sql] ([ID], [BUTTON_CODE], [CGB_SQL], [CGB_SQL_NAME], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'0ebf418bd02f486342123eaf84cd39ad', N'add', N'', NULL, N'', N'18f064d1ef424c93ba7a16148851664f')
GO
INSERT INTO [dbo].[onl_cgform_enhance_sql] ([ID], [BUTTON_CODE], [CGB_SQL], [CGB_SQL_NAME], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'5ab418a13fd0bbf30ee9dd04203f3c28', N'add', N'', NULL, N'', N'4adec929a6594108bef5b35ee9966e9f')
GO
INSERT INTO [dbo].[onl_cgform_enhance_sql] ([ID], [BUTTON_CODE], [CGB_SQL], [CGB_SQL_NAME], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'8750b93ba5332460c76c492359d7a06b', N'edit', N'', NULL, N'', N'18f064d1ef424c93ba7a16148851664f')
GO
INSERT INTO [dbo].[onl_cgform_enhance_sql] ([ID], [BUTTON_CODE], [CGB_SQL], [CGB_SQL_NAME], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'c1ba45b6ee70e4662b5ec95f8fdcb31f', N'add', N'', NULL, N'', N'05a3a30dada7411c9109306aa4117068')
GO
INSERT INTO [dbo].[onl_cgform_enhance_sql] ([ID], [BUTTON_CODE], [CGB_SQL], [CGB_SQL_NAME], [CONTENT], [CGFORM_HEAD_ID]) VALUES (N'edfab059050b19328ac81e6833b5ebc2', N'delete', N'', NULL, N'', N'18f064d1ef424c93ba7a16148851664f')
GO
-- ----------------------------
-- Table structure for onl_cgform_field
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_cgform_field]') AND type IN ('U'))
DROP TABLE [dbo].[onl_cgform_field]
GO
CREATE TABLE [dbo].[onl_cgform_field] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[cgform_head_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[db_field_name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[db_field_txt] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL,
[db_field_name_old] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[db_is_key] tinyint NULL,
[db_is_null] tinyint NULL,
[db_is_persist] tinyint NULL,
[db_type] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[db_length] int NOT NULL,
[db_point_length] int NULL,
[db_default_val] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL,
[dict_field] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[dict_table] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[dict_text] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[field_show_type] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL,
[field_href] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL,
[field_length] int NULL,
[field_valid_type] nvarchar(300) COLLATE Chinese_PRC_CI_AS NULL,
[field_must_input] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL,
[field_extend_json] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL,
[field_default_value] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[is_query] tinyint NULL,
[is_show_form] tinyint NULL,
[is_show_list] tinyint NULL,
[is_read_only] tinyint NULL,
[query_mode] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL,
[main_table] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[main_field] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[order_num] int NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[create_time] datetime2(7) NULL,
[create_by] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[converter] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[query_def_val] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[query_dict_text] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[query_dict_field] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[query_dict_table] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL,
[query_show_type] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[query_config_flag] nvarchar(3) COLLATE Chinese_PRC_CI_AS NULL,
[query_valid_type] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[query_must_input] nvarchar(3) COLLATE Chinese_PRC_CI_AS NULL,
[sort_flag] nvarchar(3) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[onl_cgform_field] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键ID',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'表ID',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'cgform_head_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'字段名字',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'db_field_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'字段备注',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'db_field_txt'
GO
EXEC sp_addextendedproperty
'MS_Description', N'原字段名',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'db_field_name_old'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否主键 0否 1是',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'db_is_key'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否允许为空0否 1是',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'db_is_null'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否需要同步数据库字段, 1是0否',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'db_is_persist'
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据库字段类型',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'db_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据库字段长度',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'db_length'
GO
EXEC sp_addextendedproperty
'MS_Description', N'小数点',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'db_point_length'
GO
EXEC sp_addextendedproperty
'MS_Description', N'表字段默认值',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'db_default_val'
GO
EXEC sp_addextendedproperty
'MS_Description', N'字典code',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'dict_field'
GO
EXEC sp_addextendedproperty
'MS_Description', N'字典表',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'dict_table'
GO
EXEC sp_addextendedproperty
'MS_Description', N'字典Text',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'dict_text'
GO
EXEC sp_addextendedproperty
'MS_Description', N'表单控件类型',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'field_show_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'跳转URL',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'field_href'
GO
EXEC sp_addextendedproperty
'MS_Description', N'表单控件长度',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'field_length'
GO
EXEC sp_addextendedproperty
'MS_Description', N'表单字段校验规则',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'field_valid_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'字段是否必填',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'field_must_input'
GO
EXEC sp_addextendedproperty
'MS_Description', N'扩展参数JSON',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'field_extend_json'
GO
EXEC sp_addextendedproperty
'MS_Description', N'控件默认值,不同的表达式展示不同的结果。
1. 纯字符串直接赋给默认值;
2. #{普通变量}
3. {{ 动态JS表达式 }}
4. ${填值规则编码}
填值规则表达式只允许存在一个,且不能和其他规则混用。',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'field_default_value'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否查询条件0否 1是',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'is_query'
GO
EXEC sp_addextendedproperty
'MS_Description', N'表单是否显示0否 1是',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'is_show_form'
GO
EXEC sp_addextendedproperty
'MS_Description', N'列表是否显示0否 1是',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'is_show_list'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否是只读1是 0否',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'is_read_only'
GO
EXEC sp_addextendedproperty
'MS_Description', N'查询模式',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'query_mode'
GO
EXEC sp_addextendedproperty
'MS_Description', N'外键主表名',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'main_table'
GO
EXEC sp_addextendedproperty
'MS_Description', N'外键主键字段',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'main_field'
GO
EXEC sp_addextendedproperty
'MS_Description', N'排序',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'order_num'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改人',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改时间',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'自定义值转换器',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'converter'
GO
EXEC sp_addextendedproperty
'MS_Description', N'查询默认值',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'query_def_val'
GO
EXEC sp_addextendedproperty
'MS_Description', N'查询配置字典text',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'query_dict_text'
GO
EXEC sp_addextendedproperty
'MS_Description', N'查询配置字典code',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'query_dict_field'
GO
EXEC sp_addextendedproperty
'MS_Description', N'查询配置字典table',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'query_dict_table'
GO
EXEC sp_addextendedproperty
'MS_Description', N'查询显示控件',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'query_show_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否启用查询配置1是0否',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'query_config_flag'
GO
EXEC sp_addextendedproperty
'MS_Description', N'查询字段校验类型',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'query_valid_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'查询字段是否必填1是0否',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'query_must_input'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否支持排序1是0否',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_field',
'COLUMN', N'sort_flag'
GO
-- ----------------------------
-- Records of onl_cgform_field
-- ----------------------------
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0021c969dc23a9150d6f70a13b52e73e', N'402860816aa5921f016aa5921f480000', N'begin_date', N'开始时间', N'begin_date', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'4', N'admin', N'2019-05-11 15:31:54.0000000', N'2019-05-11 14:26:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'020c1622c3df0aef30185f57874f6959', N'79091e8277c744158530321513119c68', N'bpm_status', N'流程状态', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'1', N'bpm_status', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2019-05-11 15:29:47.0000000', N'2019-05-11 15:29:26.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'02b20e692456403e2fed1a89a06833b4', N'402860816bff91c0016bff91d2810005', N'phone', N'联系方式', N'phone', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'8', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'03668009f0ad92b20abb1a377197ee47', N'deea5a8ec619460c9245ba85dbc59e80', N'order_fk_id', N'订单外键ID', NULL, N'0', N'0', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'test_order_main', N'id', N'10', N'admin', N'2020-05-03 01:01:18.0000000', N'2019-04-20 11:42:53.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'03709092184fdf4a66b0cdb4dd10a159', N'402860816bff91c0016bffa220a9000b', N'bpm_status', N'流程状态', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'1', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'46', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-19 15:34:44.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'03988419d751a330c2b0f0519a531880', N'997ee931515a4620bc30a9c1246429a9', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2020-05-03 00:57:44.0000000', N'2020-05-03 00:56:56.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'03c105d2706c8286416833684de67406', N'79091e8277c744158530321513119c68', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2019-05-11 15:29:47.0000000', N'2019-05-11 15:27:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'03fd5ab69f331ff760c3f7d86b4a93f8', N'4028318169e81b970169e81b97650000', N'log_content', N'日志内容', N'log_content', N'0', N'1', N'1', N'string', N'1000', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'3', NULL, NULL, N'2019-04-04 19:28:36.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'045eb432c418b2b103b1e1b8e8a8a75d', N'fb7125a344a649b990c12949945cb6c1', N'age', N'年龄', NULL, N'0', N'1', N'1', N'int', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', NULL, NULL, NULL, N'2019-03-26 19:24:11.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'04e4185a503e6aaaa31c243829ff4ac7', N'd35109c3632c4952a19ecc094943dd71', N'birthday', N'生日', NULL, N'0', N'1', N'1', N'Datetime', N'32', N'0', N'', N'', N'', N'', N'date', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2022-10-30 11:16:46.0000000', N'2019-03-15 14:24:35.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'04ff134cb4aae845059e10b3b85f1451', N'7ea60a25fa27470e9080d6a921aabbd1', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2019-04-17 00:22:21.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'051dd70c504c97a028daab2af261ea35', N'1acb6f81a1d9439da6cc4e868617b565', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'052dcc6f34976b66754fd99415bd22ce', N'79091e8277c744158530321513119c68', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2019-05-11 15:29:47.0000000', N'2019-05-11 15:27:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'054db05394e83b318f097a60bc044134', N'402860816bff91c0016bffa220a9000b', N'residence_address', N'户籍地址', N'residence_address', N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'28', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'05dbdd8d9f0f84c8504faa6f24c7d4ac', N'402880eb71d61d3d0171d61d3de30000', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'9', N'admin', N'2020-05-03 00:54:16.0000000', N'2020-05-02 23:59:33.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'05ed6a78a2e9d0c82bfa2c55898570b8', N'997ee931515a4620bc30a9c1246429a9', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', N'admin', N'2020-05-03 00:57:44.0000000', N'2020-05-03 00:56:56.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0604945c206e867644e9a44b4c9b20c6', N'fb19fb067cd841f9ae93d4eb3b883dc0', N'2', N'4', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2019-03-23 11:39:48.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0617de6d735b37a3f80f2f35ad5d1511', N'4028839a6de2ebd3016de2ebd3870000', N'size_type', N'尺码类型', N'size_type', N'0', N'1', N'1', N'string', N'2', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'13', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0619dfc3fbf9e193534bb3460a1a9d92', N'cb2d8534a2f544bc9c618dd49da66336', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', N'admin', N'2020-02-24 17:22:42.0000000', N'2020-02-24 15:15:13.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'06a1badae6119abf4ec48858a3e94e1c', N'402860816bff91c0016bffa220a9000b', N'sys_org_code', N'组织机构编码', N'sys_org_code', N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'43', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'06be12d850f7cb3261111e35c2622f5c', N'b493c5fd4fa64a3a84e74ee171763e37', N'dd', N'dd', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', NULL, NULL, N'2021-06-07 18:13:37.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'06f1cfff58395ff62526b894f6182641', N'e67d26b610dd414c884c4dbb24e71ce3', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2019-04-24 11:03:32.0000000', N'2019-04-24 11:02:57.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'07a307972076a392ffc61b11437f89dd', N'402860816bff91c0016bff91c0cb0000', N'create_time', N'创建时间', N'create_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'13', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'07f4776fd641389a8c98a85713990dce', N'402860816bff91c0016bff91c0cb0000', N'update_by', N'更新人', N'update_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'14', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'08a3353c11efd5f062c3076d0554b5c5', N'402881e6760269a20176026d25650002', N'salary_money', N'工资', N'salary_money', N'0', N'1', N'1', N'BigDecimal', N'10', N'3', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'5', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'08f002095da7c1886c86648fcec38ca9', N'56efb74326e74064b60933f6f8af30ea', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2020-07-10 16:53:27.0000000', N'2020-05-08 23:45:32.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'09450359eb90b40d224ec43588a62f9e', N'402860816bff91c0016bff91c0cb0000', N'user_id', N'用户ID', N'user_id', N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'3', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0a1208184216d9f5defa41d08040a8fd', N'a2ca0c7297a8491ca849fc1a06c9efbf', N'sex', N'sex', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2021-01-24 14:39:35.0000000', N'2021-01-24 14:38:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0a453a63e33654aa1b9ee2affa854a6d', N'4fb8e12a697f4d5bbe9b9fb1e9009486', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-04-10 19:47:01.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0a4cdcb7e54f614ab952024f6c72bb6d', N'beee191324fd40c1afec4fda18bd9d47', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2019-04-13 13:41:13.0000000', N'2019-04-13 13:40:56.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0aad6fa0bf0965a6be1df8aa6005afb4', N'feea98637c2144caae7c5d56a815a245', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', NULL, NULL, N'2021-10-27 10:24:24.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0acfc27e493c204f72d42b6dc00a2ded', N'53a3e82b54b946c2b904f605875a275c', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2022-10-25 11:10:48.0000000', N'2020-05-07 22:49:47.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0adc06d9b497684bcbb5a781e044517c', N'1acb6f81a1d9439da6cc4e868617b565', N'supplier', N'供应商', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'air_china_ supplier', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'15', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-24 16:52:00.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0ae4bc5d4921aa240d814e018ddb7779', N'56efb74326e74064b60933f6f8af30ea', N'money', N'订单总额', NULL, N'0', N'1', N'1', N'double', N'10', N'3', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2020-07-10 16:53:27.0000000', N'2020-05-08 23:45:32.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0b3e833ac4aae3a13ec2f8ae460708f8', N'4028839a6de2ebd3016de2ebd3870000', N'no', N'预算表序号', N'no', N'0', N'1', N'1', N'string', N'50', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'8', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0ba1bf74e2a6a94a7a63010ec7230706', N'402860816bff91c0016bffa220a9000b', N'update_time', N'更新时间', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'42', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0bd10d416252bdc6b169056d2a1a4a68', N'402880e5721355dd01721355dd390000', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'3', NULL, NULL, N'2020-05-14 21:18:14.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0c34ebfe2e2a619d42db13f93d2a2d40', N'b81de38db24047b497d476516f8a0865', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2020-02-24 14:56:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0cba94f0497d4d3d829fc573f58eff9f', N'402860816bff91c0016bffa220a9000b', N'graduation_time', N'毕业时间', N'graduation_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'16', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0d00c51a4ddad2598a587fadc968a8b2', N'402860816bff91c0016bff91cfea0004', N'sys_org_code', N'组织机构编码', N'sys_org_code', N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'13', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0ddd0c0afc967a9ab6050401ca62a4be', N'e67d26b610dd414c884c4dbb24e71ce3', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-04-24 11:03:32.0000000', N'2019-04-24 11:02:57.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0e157503e648653836a602f5bbad4e83', N'402881e6760269a201760269a2af0000', N'files', N'文件', NULL, N'0', N'1', N'1', N'string', N'1000', N'0', N'', N'', N'', N'', N'file', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'15', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0e5fb96c3f5a37c758eb7f5d1322694f', N'402880e5721355dd01721355dd390000', N'good_name', N'商品名字', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'7', NULL, NULL, N'2020-05-14 21:18:14.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0f7241c8d5e1c8b1d913dc8a6099c59f', N'31cf57ac0ce04a34aff6aa15867d6d95', N'aaa', N'aa', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'24', N'admin', N'2023-03-04 16:42:36.0000000', N'2022-11-07 19:09:56.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0fb6fa76c5c78a1e957dbb411e110738', N'402860816bff91c0016bff91d8830007', N'politically_status', N'政治面貌', N'politically_status', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'7', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'0fd6b83f09ea78d32094aabbdf639a36', N'553a4172fde446419cb602dc70f9ee67', N'wenjian', N'文件', NULL, N'0', N'1', N'1', N'string', N'250', N'0', NULL, N'', N'', N'', N'file', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'16', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'101a73df0aa5199ac05c4ce92a4f0e3e', N'4adec929a6594108bef5b35ee9966e9f', N'name', N'姓名', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'#{sysUserCode}', N'0', N'1', N'1', N'0', N'single', N'', N'', N'3', N'admin', N'2020-04-10 19:43:38.0000000', N'2020-04-10 19:35:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'105be0f7d827a0324216cf8af268fb9e', N'09fd28e4b7184c1a9668496a5c496450', N'birthday', N'客户生日', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2022-05-07 19:05:56.0000000', N'2020-05-08 23:51:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'105c8e44ad13026b641f0363601f30f3', N'e5464aa8fa7b47c580e91593cf9b46dc', N'num', N'循环数量', NULL, N'0', N'1', N'1', N'int', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2019-04-24 17:09:49.0000000', N'2019-04-24 11:05:10.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'105f18fb02dceff075953e149e8333e5', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2022-11-04 10:58:03.0000000', N'2022-06-04 22:53:38.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'10b78ee7954f230117689a226c44c0db', N'402880e570a5d7000170a5d700f50000', N'descc', N'描述', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'11', NULL, NULL, N'2020-03-04 21:58:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'10cfb512423f929b6a488f5e50923199', N'402881fd812267500181226750e90000', N'contents', N'商品简介', NULL, N'0', N'1', N'1', N'Text', N'0', N'0', N'', N'', N'', N'', N'umeditor', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'10', NULL, NULL, N'2022-06-02 11:13:25.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1130f1e252533529bb1167b896dffe32', N'deea5a8ec619460c9245ba85dbc59e80', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2020-05-03 01:01:18.0000000', N'2019-04-20 11:41:19.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'117fc4ba649d6690a3ac482ad5e4ad38', N'56870166aba54ebfacb20ba6c770bd73', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2022-10-30 11:16:57.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'12aa08f8e948e2b60b40a7b6429c866b', N'56efb74326e74064b60933f6f8af30ea', N'order_code', N'订单编码', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'${shop_order_num}', N'0', N'1', N'1', N'1', N'single', N'', N'', N'7', N'admin', N'2020-07-10 16:53:27.0000000', N'2020-05-08 23:45:32.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'13246645b7650491b70205d99703ca06', N'402860816aa5921f016aa5dedcb90009', N'bpm_status', N'流程状态', N'bpm_status', N'0', N'1', N'1', N'string', N'32', N'0', N'1', N'bpm_status', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'1', N'0', N'group', N'', N'', N'8', N'admin', N'2019-05-11 15:56:47.0000000', N'2019-05-11 15:50:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'135dd0ee50712722db65b8762bd487ea', N'8994f2817b5a45d9890aa04497a317c5', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2019-03-23 11:39:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'13d9c22ba0a4f09111d115022a148d23', N'09fd28e4b7184c1a9668496a5c496450', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2022-05-07 19:05:56.0000000', N'2020-05-08 23:51:49.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'14b7e6161d1f908e13026439af302a66', N'3b5e18da618247539481816995b6bf9f', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2020-07-11 11:27:29.0000000', N'2020-07-11 11:27:17.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'14ec4c83c29966ab42b6b718c5a3e774', N'7ea60a25fa27470e9080d6a921aabbd1', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2019-04-17 00:22:21.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'154ba4ca5328866010e042086ffc2b81', N'56efb74326e74064b60933f6f8af30ea', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', N'admin', N'2020-07-10 16:53:27.0000000', N'2020-05-08 23:45:32.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'15768c8d3a9b43069678c017e1fa1d15', N'5517e93b148a42a7b82d5f3f94542dcf', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2022-07-19 19:36:53.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'157bcfec23eceb0bc9197c4ac13375c5', N'41de7884bf9a42b7a2c5918f9f765dff', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2022-11-23 12:01:36.0000000', N'2022-10-29 17:02:47.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'16363d0bc125125e395772278d0cf22e', N'4b556f0168f64976a3d20bfb932bc798', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2019-04-12 23:38:28.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'168426cf1016cf0b99705ae1c4c8591e', N'402880e5721355dd01721355dd390000', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', NULL, NULL, N'1', NULL, NULL, N'2020-05-14 21:18:14.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'16918ac159cb6313fec1dea7ac4bd0a0', N'402880eb71d52dc30171d52dc3a10000', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'10', NULL, NULL, N'2020-05-02 19:37:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'16963d4264b4abcb46beb21c66459350', N'41de7884bf9a42b7a2c5918f9f765dff', N'name', N'客户名字', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2022-11-23 12:01:36.0000000', N'2022-10-29 17:02:47.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'179c290e383009810fb738f07bd5af8d', N'402860816bff91c0016bff91d2810005', N'id', N'id', N'id', N'1', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'1', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'17cbda69da9dd3632625a0647c259070', N'73162c3b8161413e8ecdca7eb288d0c9', N'wl_name', N'物料名字', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'1', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2019-07-01 14:23:32.0000000', N'2019-06-10 15:18:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'182d038554a6ee7ddfd07763aaa10686', N'53a3e82b54b946c2b904f605875a275c', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2022-10-25 11:10:48.0000000', N'2020-05-07 22:49:47.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'18fefb2257901f05508f8ec13ada78a3', N'e5464aa8fa7b47c580e91593cf9b46dc', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2019-04-24 17:09:48.0000000', N'2019-04-24 11:05:10.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'191705159cea35e8cbacb326f172be94', N'd35109c3632c4952a19ecc094943dd71', N'search_sel', N'搜索下拉', NULL, N'0', N'1', N'1', N'string', N'100', N'0', N'', N'role_code', N'sys_role', N'role_name', N'sel_search', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'17', N'admin', N'2022-10-30 11:16:46.0000000', N'2020-11-26 18:02:20.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'193c3c062cc6ee210970dbe327412e67', N'553a4172fde446419cb602dc70f9ee67', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', N'', N'0', NULL, NULL, N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'1', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1973ef1d3728fbff2db6a352e001f5f7', N'fb7125a344a649b990c12949945cb6c1', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'5', N'admin', N'2019-03-26 19:24:11.0000000', N'2019-03-26 19:01:52.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'19a9bf071cf3aa3b2ef94344d2300616', N'402881e6760269a20176026d25650002', N'create_by', N'创建人', N'create_by', N'0', N'1', N'1', N'string', N'32', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'12', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1ab5be1f937f393b3e5cc214ef1b855c', N'7ea60a25fa27470e9080d6a921aabbd1', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2019-04-17 00:22:21.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1b071c02de2830f9fe82a542b31cce7f', N'3b5e18da618247539481816995b6bf9f', N'age', N'年龄', NULL, N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2020-07-11 11:27:29.0000000', N'2020-07-11 11:27:17.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1b6c7b95028bed9ff656d65557dd2bdf', N'402860816bff91c0016bffa220a9000b', N'user_id', N'用户id', N'user_id', N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'3', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1c2f307e315bac77a6d3f02e88387a43', N'deea5a8ec619460c9245ba85dbc59e80', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2020-05-03 01:01:18.0000000', N'2019-04-20 11:41:19.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1c3b2ad0a52ecb47fa7fd53f25875beb', N'deea5a8ec619460c9245ba85dbc59e80', N'price', N'价格', NULL, N'0', N'1', N'1', N'double', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'n', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2020-05-03 01:01:18.0000000', N'2019-04-20 11:41:19.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1c4d25a12388c80d397bb4f4664fe4e6', N'4b556f0168f64976a3d20bfb932bc798', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2019-04-12 23:38:28.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1cb1bad94673821cbbe1c0cfbcb4a0e2', N'402881fd812267500181226787d90001', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'username', N'tj_user_report', N'name', N'popup', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', NULL, NULL, N'6', N'admin', N'2022-06-02 11:13:48.0000000', N'2022-06-02 11:13:39.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'1')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1cfe967bb457cbaa6e041e45d019b583', N'402860816bff91c0016bff91c7010001', N'update_time', N'更新时间', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'10', N'admin', N'2019-07-19 18:07:47.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1d0037eba10efd76be45150479399a7e', N'8d66ea41c7cc4ef9ab3aab9055657fc9', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2020-05-07 22:46:32.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1d712db19506ee40b2c1ef5a611baf88', N'53a3e82b54b946c2b904f605875a275c', N'name', N'商品名字', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2022-10-25 11:10:48.0000000', N'2020-05-07 22:49:47.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1d95bdf1120c5a1776df022d0a571f21', N'4fb8e12a697f4d5bbe9b9fb1e9009486', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'7', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-04-10 19:47:01.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1e37ae77c0d406d4ff3c5442ec63cd1f', N'8d66ea41c7cc4ef9ab3aab9055657fc9', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2020-05-07 22:46:32.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1e3d8cfbf12155559666a23ee2c6c5ca', N'e5464aa8fa7b47c580e91593cf9b46dc', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2019-04-24 17:09:49.0000000', N'2019-04-24 11:05:10.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1e7e42da333a90a52d65ba70eb53b2b3', N'402885e9812f585201812f5852920000', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'4', NULL, NULL, N'2022-06-04 23:32:06.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1ed46fdeb289bd7805c9b83332ccd3b4', N'402860816bff91c0016bff91d2810005', N'relation', N'关系', N'relation', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'4', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1ed97e424f2c7799626fb6507167672a', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'rel_filed', N'他表字段', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'rel_user', N'age', N'link_table_field', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'13', N'admin', N'2022-11-04 10:58:03.0000000', N'2022-10-13 20:05:43.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1eda61dece35abd76b8d8d49e1b139b8', N'8d66ea41c7cc4ef9ab3aab9055657fc9', N'content', N'描述', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', NULL, NULL, N'2020-05-07 22:46:32.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1f0c6d33b79713fe79fb30373c81f6f7', N'758334cb1e7445e2822b60e807aec4a3', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2019-10-18 18:02:09.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'1fa5f07b3e70d4925b69b2bf51309421', N'56870166aba54ebfacb20ba6c770bd73', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2022-10-30 11:16:57.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'209ddb923d8dab9f454d56d82c0cc725', N'3d447fa919b64f6883a834036c14aa67', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2022-10-13 20:58:04.0000000', N'2020-02-20 16:19:00.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'20ff34fb0466089cb633d73d5a6f08d6', N'd35109c3632c4952a19ecc094943dd71', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2022-10-30 11:16:46.0000000', N'2019-03-15 14:24:35.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2113a4ec7b88b4820dcbbdf96e46bbb7', N'fbc35f067da94a70adb622ddba259352', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2019-07-03 19:44:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2150e48b2cb6072d2d8ecd79a7daf7cc', N'402860816bff91c0016bff91ca7e0002', N'create_time', N'创建时间', N'create_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'10', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2323239efb5a40b73034411868dfc41d', N'fb19fb067cd841f9ae93d4eb3b883dc0', N'update_by', N'更新人登录名称', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2019-03-23 11:39:48.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'23f42061ed218bdbc1262913c071e1cd', N'e5464aa8fa7b47c580e91593cf9b46dc', N'iz_valid', N'启动状态', NULL, N'0', N'1', N'1', N'int', N'2', N'0', N'', N'air_china_valid', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'12', N'admin', N'2019-04-24 17:09:49.0000000', N'2019-04-24 14:09:06.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'242cc59b23965a92161eca69ffdbf018', N'd35109c3632c4952a19ecc094943dd71', N'age', N'年龄', NULL, N'0', N'1', N'1', N'int', N'32', N'0', N'', N'', N'', N'', N'text', N'http://www.baidu.com', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2022-10-30 11:16:46.0000000', N'2019-03-15 14:24:35.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'246f515a94d43a64454645bb1058ca9c', N'402885e9812f585201812f5852920000', N'cc', N'备注', NULL, N'0', N'1', N'1', N'string', N'1000', N'0', N'', N'', N'', N'', N'textarea', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'10', NULL, NULL, N'2022-06-04 23:32:06.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'25d91ca4cdc3919c7557d23caf7ed6de', N'f9fb8bee1a64472889d077c757b9acc7', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2021-08-17 13:58:15.0000000', N'2021-08-17 13:57:48.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2640235b9638547f1776b930bd8c12b4', N'997ee931515a4620bc30a9c1246429a9', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2020-05-03 00:57:44.0000000', N'2020-05-03 00:56:56.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'265702edb8872e322fe72d3640e34ac5', N'402860816bff91c0016bff91cfea0004', N'from_time', N'开始日期', N'from_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'3', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'26be1b96f3c5d1f25254cc8ab60a268a', N'5517e93b148a42a7b82d5f3f94542dcf', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'0', NULL, NULL, N'2022-07-19 19:36:53.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2739ab1ece4d6053ba931bb6572f4ed8', N'4028839a6de2ebd3016de2ebd3870000', N'iz_valid', N'启用状态', N'iz_valid', N'0', N'1', N'1', N'string', N'2', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'9', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'273b0fd37640a9ef1614e987e2bc44a0', N'8d66ea41c7cc4ef9ab3aab9055657fc9', N'pics', N'图片', NULL, N'0', N'1', N'1', N'string', N'500', N'0', N'', N'', N'', N'', N'image', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', NULL, NULL, N'2020-05-07 22:46:32.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'281ce0b5343cd42b28825d7df16422f1', N'b81de38db24047b497d476516f8a0865', N'vv', N'vv', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', NULL, NULL, N'2020-02-24 14:56:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'283f42283b9d0bf3b95ba3384ab2d255', N'758334cb1e7445e2822b60e807aec4a3', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2019-10-18 18:02:09.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'284864d99fddfdcb00e188e3a512cb28', N'1acb6f81a1d9439da6cc4e868617b565', N'no', N'预算表序号', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2889d3cef706f91e092d76a56b8055be', N'402860816bff91c0016bff91cda80003', N'order_no', N'序号', N'order_no', N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'8', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'28900c8e76dd0e77193cbd85b5bc6af8', N'402881e6760269a201760269a2af0000', N'remakr', N'markdown', NULL, N'0', N'1', N'1', N'Text', N'0', N'0', N'', N'', N'', N'', N'markdown', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'16', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'28ab929fd8535396feee2995ad6a2dd5', N'553a4172fde446419cb602dc70f9ee67', N'zdys', N'自定义树', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'0', N'sys_category', N'id,pid,name,has_child', N'sel_tree', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'32', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'293f6bc9a0f557a32bbdf45669404f35', N'feea98637c2144caae7c5d56a815a245', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', NULL, NULL, N'2021-10-27 10:24:24.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'29e4abea55d9fa7dbbd0c8dbbb2b3756', N'402860816bff91c0016bff91cda80003', N'update_time', N'更新时间', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'12', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2aef31179964d0a5a945df7bddff00ae', N'53a3e82b54b946c2b904f605875a275c', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2022-10-25 11:10:48.0000000', N'2020-05-07 22:49:47.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2c9be627e7cab7f5a2ae9c7ca7ce94a2', N'cb2d8534a2f544bc9c618dd49da66336', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2020-02-24 17:22:42.0000000', N'2020-02-24 15:15:14.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2d53a66f0b72d820b86ff445e2181d76', N'beee191324fd40c1afec4fda18bd9d47', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2019-04-13 13:41:13.0000000', N'2019-04-13 13:40:56.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2dfc4c81926f678c5f8d5ffd27858201', N'e2faf977fdaf4b25a524f58c2441a51c', N'account', N'用户编码', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2019-06-10 17:27:00.0000000', N'2019-04-24 17:12:11.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2e0374878fb3d5be3b0b3f868a97fb59', N'09fd28e4b7184c1a9668496a5c496450', N'sex', N'客户性别', NULL, N'0', N'1', N'1', N'string', N'1', N'0', N'', N'sex', N'', N'', N'list', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2022-05-07 19:05:56.0000000', N'2020-05-08 23:51:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2e5275b6407e1b4265af8519077fa4a5', N'd3ae1c692b9640e0a091f8c46e17bb01', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', NULL, NULL, N'2019-07-24 14:47:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2e66b9db37648389e0846e2204111732', N'73162c3b8161413e8ecdca7eb288d0c9', N'has_child', N'是否有子节点', NULL, N'0', N'1', N'1', N'string', N'3', N'0', N'', N'valid_status', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'10', N'admin', N'2019-07-01 14:23:32.0000000', N'2019-06-10 15:18:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2e6f741fa96a49a0adccc7b4682c1cef', N'4fb8e12a697f4d5bbe9b9fb1e9009486', N'name', N'名称', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'#{sysUserName}', N'0', N'1', N'1', N'0', N'single', N'', N'', N'3', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-04-10 19:47:01.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2e9f4340f5cc919f83d50db558cf5598', N'41de7884bf9a42b7a2c5918f9f765dff', N'age', N'年龄', NULL, N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2022-11-23 12:01:36.0000000', N'2022-10-29 17:02:47.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2ee58d8e4844dfe1fa6b1b841ae0b312', N'402860816bff91c0016bff91d2810005', N'politically_status', N'政治面貌', N'politically_status', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'7', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2f111722eb3a994450e67e3211fd69a8', N'402860816bff91c0016bff91ca7e0002', N'id', N'id', N'id', N'1', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'1', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'2f13bd36aadfe10fb79c57d727279981', N'feea98637c2144caae7c5d56a815a245', N'aaa', N'aa', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', NULL, NULL, N'2021-10-27 10:24:24.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'30143cc3de69c413828f9fba20662026', N'402860816bff91c0016bffa220a9000b', N'healthy', N'健康状况', N'healthy', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'12', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'306e3fb9c87ca6442cefbd61f498f1f7', N'402881e6760269a201760269a2af0000', N'dep_sel', N'选择部门', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'sel_depart', N'', N'120', NULL, N'0', N'', N'#{sysOrgCode}', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'19', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3087aa8f38c787e066a886d950a9edfa', N'05a3a30dada7411c9109306aa4117068', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2022-10-28 10:31:07.0000000', N'2020-05-06 11:34:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'310c86bfd1e67500774c208d601acdc3', N'56870166aba54ebfacb20ba6c770bd73', N'xiala', N'下拉多选', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list_multi', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2022-10-30 11:16:57.0000000', N'2020-11-30 21:08:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'31193dc8ceacf979e4042e784ea8278a', N'402880e570a5d7000170a5d700f50000', N'order_fk_id', N'订单外键ID', NULL, N'0', N'0', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'10', NULL, NULL, N'2020-03-04 21:58:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'31fd90306c3942f09cb79deabbf2f541', N'402860816bff91c0016bff91d2810005', N'employee_id', N'员工ID', N'employee_id', N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'oa_employee_info', N'id', N'2', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'333dba540ebd4d62b0df64a6ba0e1697', N'402885e9812f585201812f5852920000', N'name', N'名字', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'6', NULL, NULL, N'2022-06-04 23:32:06.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'336495117e3a31351fed6963b950dddb', N'402860816bff91c0016bffa220a9000b', N'inside_transfer', N'内部工作调动情况', N'inside_transfer', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'37', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'34138092d743d4232341a920efd2699e', N'402880eb71d52dc30171d52dc3a10000', N'name', N'名称', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'#{sysUserName}', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'3', NULL, NULL, N'2020-05-02 19:37:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'343e4f0750bd705b8d90c931e8091ae3', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'rel_user', N'关联记录', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'id', N'test_note', N'name,sex,age', N'link_table', N'', N'120', N'', N'0', N'{"showType":"card","multiSelect":false,"imageField":""}', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'12', N'admin', N'2022-11-04 10:58:03.0000000', N'2022-10-13 20:05:43.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'345c8b48e1e128e77c4c6e2b36512804', N'402860816aa5921f016aa5dedcb90009', N'create_by', N'创建人', N'create_by', N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'2', N'admin', N'2019-05-11 15:56:47.0000000', N'2019-05-11 15:50:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'34625a911b39e0596690c1a15f784448', N'402880e570a5d7000170a5d700f50000', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'5', NULL, NULL, N'2020-03-04 21:58:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3489a6451bbbcabc0f39ca04b0dd62f2', N'8d66ea41c7cc4ef9ab3aab9055657fc9', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', NULL, NULL, N'2020-05-07 22:46:32.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'34ecf29484ffd4b287bd34b52cf89775', N'a2ca0c7297a8491ca849fc1a06c9efbf', N'name', N'name', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2021-01-24 14:39:35.0000000', N'2021-01-24 14:38:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'34f0c4cb0049ef71735e9f12a1006a9c', N'41de7884bf9a42b7a2c5918f9f765dff', N'address', N'地址', NULL, N'0', N'1', N'1', N'string', N'300', N'0', N'', N'', N'', N'', N'pca', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'11', NULL, NULL, N'2022-11-23 12:01:37.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'351faaeb2dd8105e9c66f678211c9d4f', N'dbf4675875e14676a3f9a8b2b8941140', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2019-05-27 18:02:07.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'35417ba3993afe3405e1e0b9abbd7e1b', N'402880e5721355dd01721355dd390000', N'num', N'数量', NULL, N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'9', NULL, NULL, N'2020-05-14 21:18:14.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'354b2ce39c5e8ec3f0bbb01bf8ff0fb7', N'32f75e4043ef4070919dbd4337186a3d', N'content', N'描述', NULL, N'0', N'1', N'1', N'string', N'300', N'0', N'', N'', N'', N'', N'textarea', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2019-04-11 10:15:31.0000000', N'2019-03-28 15:24:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'35ca1c8aa1501bc8a79c880928841f18', N'402860816aa5921f016aa5921f480000', N'update_by', N'修改人id', N'update_by', N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'11', N'admin', N'2019-05-11 15:31:55.0000000', N'2019-05-11 14:26:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3635793767371c6db9f76b4b79f9d321', N'402860816bff91c0016bff91d8830007', N'create_time', N'创建时间', N'create_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'11', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'36de6b200a489f1fedc8cdbebfa264ee', N'553a4172fde446419cb602dc70f9ee67', N'bmxz', N'部门选择', NULL, N'0', N'1', N'1', N'string', N'100', N'0', NULL, N'', N'', N'', N'sel_depart', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'24', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'370a6eebc2d732eaf121fe0830d853a6', N'e5464aa8fa7b47c580e91593cf9b46dc', N'wl_code', N'物料编码', NULL, N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'7', N'admin', N'2019-04-24 17:09:49.0000000', N'2019-04-24 11:05:10.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3722bec99d589389c6b974accd87b060', N'402881fd812267500181226787d90001', N'birthday', N'生日', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'9', N'admin', N'2022-06-02 11:13:48.0000000', N'2022-06-02 11:13:39.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'37462a4d78968d0e432d746423603b81', N'3d447fa919b64f6883a834036c14aa67', N'province', N'省份', NULL, N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'{table:''sys_category'',txt:''name'',key:''id'',linkField:''city,area'',idField:''id'',pidField:''pid'', condition:" pid = ''1230769196661510146'' " }', N'', N'link_down', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'1', N'admin', N'2022-10-13 20:58:04.0000000', N'2020-02-20 16:19:00.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'375957774c7d424ce9a58d84d4c4387f', N'553a4172fde446419cb602dc70f9ee67', N'yhxz', N'用户选择', NULL, N'0', N'1', N'1', N'string', N'100', N'0', NULL, N'', N'', N'', N'sel_user', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'25', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'37e2548874f09ef7d08642a30bc918fa', N'fbc35f067da94a70adb622ddba259352', N'group_name', N'小组名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', NULL, NULL, N'2019-07-03 19:44:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3816bb487c6665a5f2ae7a4dbcbc9095', N'd35109c3632c4952a19ecc094943dd71', N'sel_table', N'下拉字典表', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'username', N'sys_user where username like ''a%''', N'realname', N'sel_search', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'18', N'admin', N'2022-10-30 11:16:46.0000000', N'2021-07-01 12:29:11.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'38a2ac11d1bd65b4bbf7b673f25e35e2', N'31cf57ac0ce04a34aff6aa15867d6d95', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2023-03-04 16:42:35.0000000', N'2022-10-29 16:45:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'391e7cbd9f29743b11bb555c50547b1f', N'32f75e4043ef4070919dbd4337186a3d', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2019-04-11 10:15:32.0000000', N'2019-03-27 15:54:49.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'393227a51251906a91f4e05a095eb1ba', N'553a4172fde446419cb602dc70f9ee67', N'markdown', N'markdown', NULL, N'0', N'1', N'1', N'Blob', N'0', N'0', NULL, N'', N'', N'', N'markdown', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'0', N'0', N'single', N'', N'', N'27', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'396c36fa5320975851d06772d10ea7b1', N'cb2d8534a2f544bc9c618dd49da66336', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2020-02-24 17:22:42.0000000', N'2020-02-24 15:15:14.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3aa6c41ffd2cd6321f91f60e6c6b7191', N'402881fd812267500181226787d90001', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'2', N'admin', N'2022-06-02 11:13:48.0000000', N'2022-06-02 11:13:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3acd1b022fd8cb6b99534161fa3d6a24', N'd35109c3632c4952a19ecc094943dd71', N'ceck', N'checkbox', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'checkbox', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'15', N'admin', N'2022-10-30 11:16:46.0000000', N'2020-11-26 18:02:20.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3b439859f98e30e34d25e983eb22e408', N'402860816bff91c0016bff91c7010001', N'award_time', N'获奖时间', N'award_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'3', N'admin', N'2019-07-19 18:07:47.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3b67be0187044a0d023fc2c4c7eceabc', N'402881e6760269a20176026d25650002', N'bonus_money', N'奖金', N'bonus_money', N'0', N'1', N'1', N'double', N'10', N'2', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'6', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3bf44e68de518f3ddf72b87671d0ff90', N'8994f2817b5a45d9890aa04497a317c5', N'update_by', N'更新人登录名称', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2019-03-23 11:39:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3c4d535332034bdeb744ac08be036fd0', N'31cf57ac0ce04a34aff6aa15867d6d95', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2023-03-04 16:42:35.0000000', N'2022-10-29 16:45:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3c74df163f36d1ac61af6811d2569d6c', N'f9fb8bee1a64472889d077c757b9acc7', N'ds', N'ds', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2021-08-17 13:58:15.0000000', N'2021-08-17 13:57:48.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3cd2061ea15ce9eeb4b7cf2e544ccb6b', N'd35109c3632c4952a19ecc094943dd71', N'file_kk', N'附件', NULL, N'0', N'1', N'1', N'string', N'500', N'0', N'', N'', N'', N'', N'file', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'12', N'admin', N'2022-10-30 11:16:46.0000000', N'2019-06-10 20:06:57.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3cfd4d60c7d8409ae716a579bcb0910d', N'402860816bff91c0016bff91c0cb0000', N'sys_org_code', N'组织机构编码', N'sys_org_code', N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'16', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3d72550564009a430d8d9099f47c4a05', N'553a4172fde446419cb602dc70f9ee67', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', N'', N'0', NULL, NULL, N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'5', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3e32f6c30c9028872388f70743c5d6a5', N'402860816bff91c0016bff91c0cb0000', N'reason', N'申请理由', N'reason', N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'9', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3e70d1c516c3533c6698300665c669e1', N'402860816bff91c0016bff91c0cb0000', N'id', N'id', N'id', N'1', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'1', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:31.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3ef0a9ed04605267f7fa304a8c353576', N'05a3a30dada7411c9109306aa4117068', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'username', N'tj_user_report', N'name', N'popup', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2022-10-28 10:31:07.0000000', N'2020-05-06 11:34:31.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'1')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3eff1d21b946e23d7f83de977962d9cf', N'402880eb71d61d3d0171d61d3de30000', N'main_id', N'主表ID', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-05-02 23:59:33.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3f2ace8f968a0e5b91d1340ee2957cda', N'402860816bff91c0016bff91d8830007', N'real_name', N'姓名', N'real_name', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'3', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3f7f7720ee65648cb2850fccedf7be9d', N'53a3e82b54b946c2b904f605875a275c', N'contents', N'商品简介', NULL, N'0', N'1', N'1', N'Text', N'0', N'0', N'', N'', N'', N'', N'umeditor', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'0', N'0', N'single', N'', N'', N'9', N'admin', N'2022-10-25 11:10:49.0000000', N'2020-05-07 22:49:47.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3f9deca6c193f0b2609113713956ad19', N'86bf17839a904636b7ed96201b2fa6ea', N'order_main_id', N'订单ID', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'ces_order_main', N'id', N'11', N'admin', N'2020-05-14 21:18:49.0000000', N'2020-05-08 23:48:31.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3fab15057918efd10650bd31b1dd10cc', N'553a4172fde446419cb602dc70f9ee67', N'ldzuy', N'联动组件一', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'', N'
{
table: "sys_category",
txt: "name",
key: "id",
linkField: "ldzje,ldzjs",
idField: "id",
pidField: "pid",
condition:"pid = ''0''"
}', N'', N'link_down', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'29', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'3fed00db3750956f00a2dfa3b98b8c32', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2022-11-04 10:58:03.0000000', N'2022-06-04 22:53:38.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'40471eb4560bf0bbd2ffef17d48a269d', N'dbf4675875e14676a3f9a8b2b8941140', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2019-05-27 18:02:07.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'404b516d4f2229f292783db595b02ba1', N'402860816bff91c0016bff91d8830007', N'update_time', N'更新时间', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'13', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'405de5ea82e54138a0613dd41b006dfb', N'56870166aba54ebfacb20ba6c770bd73', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2022-10-30 11:16:57.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'40675bb9f053aabf8823ddf4b5389141', N'b81de38db24047b497d476516f8a0865', N'aa', N'aa', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', NULL, NULL, N'2020-02-24 14:56:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4164314d6a51d100169a29872b7504d8', N'402860816bff91c0016bff91ca7e0002', N'cert_time', N'发证时间', N'cert_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'3', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'41b80b89de0ceb609eb016dacf106ef8', N'553a4172fde446419cb602dc70f9ee67', N'shq', N'省市区', NULL, N'0', N'1', N'1', N'string', N'100', N'0', NULL, N'', N'', N'', N'pca', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'28', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'41d4215c01b0d26871f2cb83d3e532ae', N'402860816bff91c0016bff91c0cb0000', N'bpm_status', N'流程状态', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'1', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'17', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-19 15:35:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'422a44a15fa39fd57c3c23eb601f7c03', N'56870166aba54ebfacb20ba6c770bd73', N'descc', N'描述', NULL, N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2022-10-30 11:16:57.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'42cccfa014c9e131a0a1b23f563d3688', N'402860816bff91c0016bffa220a9000b', N'sex', N'性别', N'sex', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'6', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4312f618c83e07db82e468b81a1eaa45', N'402860816bff91c0016bffa220a9000b', N'photo', N'照片', N'photo', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'20', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4355aaad8679a1adf8578b20310e93c1', N'a2ca0c7297a8491ca849fc1a06c9efbf', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2021-01-24 14:39:35.0000000', N'2021-01-24 14:38:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'435b57180fc995e3c4ec42516963bca3', N'4028839a6de2ebd3016de2ebd3870000', N'wl_code', N'物料编码', N'wl_code', N'0', N'1', N'1', N'string', N'60', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'6', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'44bdc595f1e565fc053e01134b92bb47', N'd3ae1c692b9640e0a091f8c46e17bb01', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2019-07-24 14:47:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'44dbe1930beffdb0c1d11f4ecabc6999', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'cc', N'备注', NULL, N'0', N'1', N'1', N'string', N'1000', N'0', N'', N'', N'', N'', N'textarea', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'11', N'admin', N'2022-11-04 10:58:03.0000000', N'2022-06-04 22:53:38.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'44e81e24d2384b0f187e8f69eda55390', N'402860816bff91c0016bff91cda80003', N'create_time', N'创建时间', N'create_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'10', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'45c0a1a89a1e2a72533b9af894be1011', N'27fc5f91274344afa7673a732b279939', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-07-01 16:28:20.0000000', N'2019-07-01 16:26:42.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'45d59eb647257fcbcb9d143ff1ba2080', N'deea5a8ec619460c9245ba85dbc59e80', N'pro_type', N'产品类型', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'radio', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2020-05-03 01:01:18.0000000', N'2019-04-23 20:54:08.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'469b250595f15dfebe69991d72e4bfb2', N'e9faf717024b4aae95cff224ae9b6d97', N'name', N'员工姓名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2019-07-03 18:23:49.0000000', N'2019-07-03 18:22:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'46be01bef342519e268902d0d36a7473', N'deea5a8ec619460c9245ba85dbc59e80', N'descc', N'描述', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'11', N'admin', N'2020-05-03 01:01:18.0000000', N'2019-04-20 11:41:19.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'46c13ceab79269d151c975bf11847a2e', N'553a4172fde446419cb602dc70f9ee67', N'ldzjs', N'联动组件三', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'31', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'46f1a875f86a4f48d0540ad0d5e667d7', N'56870166aba54ebfacb20ba6c770bd73', N'order_date', N'下单时间', NULL, N'0', N'1', N'1', N'Datetime', N'32', N'0', N'', N'', N'', N'', N'date', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2022-10-30 11:16:57.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'470a3a02210932c55950cd673c50705b', N'553a4172fde446419cb602dc70f9ee67', N'geshu', N'integer类型', NULL, N'0', N'1', N'1', N'int', N'9', N'0', NULL, N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'34', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'47c21a6b45e59a6b70bb9c0cc4510a68', N'1acb6f81a1d9439da6cc4e868617b565', N'integral_val', N'积分值', NULL, N'0', N'1', N'1', N'int', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'13', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'47fa05530f3537a1be8f9e7a9e98be82', N'd35109c3632c4952a19ecc094943dd71', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2022-10-30 11:16:46.0000000', N'2019-03-15 14:24:35.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'1')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4851697fdf63709d2bc7451b7415f4af', N'32f75e4043ef4070919dbd4337186a3d', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'1', N'sex', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2019-04-11 10:15:32.0000000', N'2019-03-27 15:54:49.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'485a8ddce2c033f88af674ec98b68e32', N'402860816bff91c0016bffa220a9000b', N'create_time', N'创建时间', N'create_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'40', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4863e3b3e632a254ad3b2ec873767bcb', N'b493c5fd4fa64a3a84e74ee171763e37', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2021-06-07 18:13:37.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'492a462b212fc34b0ee70e872684ed7e', N'7ea60a25fa27470e9080d6a921aabbd1', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', NULL, NULL, N'2019-04-17 00:22:21.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'499a5dac033a01ce58009e4c5b786697', N'e9faf717024b4aae95cff224ae9b6d97', N'age', N'员工年龄', NULL, N'0', N'1', N'1', N'int', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2019-07-03 18:23:49.0000000', N'2019-07-03 18:22:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'49cd3dbd4f7f7cf0d19b1ee1045cfa69', N'e67d26b610dd414c884c4dbb24e71ce3', N'post_code', N'岗位编码', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2019-04-24 11:03:32.0000000', N'2019-04-24 11:02:57.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4ad94222c025b56fb0833a88a1514aeb', N'86bf17839a904636b7ed96201b2fa6ea', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', N'admin', N'2020-05-14 21:18:49.0000000', N'2020-05-08 23:48:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4b136f953675fffcc1b6d7d6d414d57e', N'402880eb71d61d3d0171d61d3de30000', N'date', N'日期', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'#{date}', N'0', N'1', N'1', N'0', N'single', N'', N'', N'4', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-05-02 23:59:33.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4b1d4d7a1c1f7d5b99ae6c6a6d91b403', N'a2ca0c7297a8491ca849fc1a06c9efbf', N'dated', N'生日', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2021-01-24 14:39:35.0000000', N'2021-01-24 14:38:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4ba7c553ca4babcec75273c531cd65e1', N'402860816bff91c0016bff91cfea0004', N'workplace', N'工作单位', N'workplace', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'5', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4c17487e6944555ec05781cd085add08', N'553a4172fde446419cb602dc70f9ee67', N'create_time', N'创建时间', NULL, N'0', N'1', N'1', N'Datetime', N'50', N'0', NULL, NULL, NULL, NULL, N'datetime', NULL, N'120', N'n6-16', N'0', NULL, NULL, N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'2', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4c2cba9fc950333421c4193576b8384d', N'32f75e4043ef4070919dbd4337186a3d', N'salary', N'工资', NULL, N'0', N'1', N'1', N'double', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2019-04-11 10:15:32.0000000', N'2019-03-28 15:24:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4c4f4067fa31737f3ff9e088130ef793', N'4adec929a6594108bef5b35ee9966e9f', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'sex', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'{{ 2 }}', N'0', N'1', N'1', N'0', N'single', N'', N'', N'4', N'admin', N'2020-04-10 19:43:38.0000000', N'2020-04-10 19:35:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4c570c5cf05590348e12621ca62773cf', N'402860816aa5921f016aa5921f480000', N'name', N'请假人', N'name', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'2', N'admin', N'2019-05-11 15:31:54.0000000', N'2019-05-11 14:26:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4c8d4e40c7f939b403fd804add16e7f0', N'31cf57ac0ce04a34aff6aa15867d6d95', N'xia_time', N'下单时间', NULL, N'0', N'1', N'1', N'Datetime', N'32', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'11', N'admin', N'2023-03-04 16:42:35.0000000', N'2022-10-29 16:45:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4cacfa054e96791ab938b5c8f8e02cd1', N'27fc5f91274344afa7673a732b279939', N'bpm_status', N'流程状态', NULL, N'0', N'1', N'1', N'string', N'2', N'0', N'', N'bpm_status', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', NULL, NULL, N'2019-07-01 16:28:20.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4d0b04cbb7db89b5468f32edafb610bc', N'402881fd812267500181226750e90000', N'good_type_id', N'商品分类', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'0', N'ces_shop_type', N'id,pid,name,has_child', N'sel_tree', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'11', NULL, NULL, N'2022-06-02 11:13:25.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4dc3f7e772564de45773a8379adc4335', N'3b5e18da618247539481816995b6bf9f', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2020-07-11 11:27:29.0000000', N'2020-07-11 11:27:17.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4e3760f9068aee4318123d85fbf2ebf9', N'53a3e82b54b946c2b904f605875a275c', N'good_type_id', N'商品分类', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'0', N'ces_shop_type', N'id,pid,name,has_child', N'sel_tree', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2022-10-25 11:10:49.0000000', N'2020-05-07 22:51:42.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4f718d95ad9de33eac18fd0663e4c1f1', N'32f75e4043ef4070919dbd4337186a3d', N'birthday', N'生日', NULL, N'0', N'1', N'1', N'Datetime', N'32', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2019-04-11 10:15:32.0000000', N'2019-03-27 15:54:49.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4f7cba71de7afe6efbd024f5f9935521', N'402860816bff91c0016bff91cda80003', N'to_time', N'截止时间', N'to_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'4', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'4faa7848b92f05bcb3cf03de34af9ff2', N'cb2d8534a2f544bc9c618dd49da66336', N'ddd', N'dd', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2020-02-24 17:22:42.0000000', N'2020-02-24 15:15:14.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'50552383ac67ed56760fb8c84d01de9e', N'553a4172fde446419cb602dc70f9ee67', N'xlss', N'字典表下拉搜索框', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, N'username', N'sys_user', N'realname', N'sel_search', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'20', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'506c9b0b2331a24e5c284274d28fe569', N'27fc5f91274344afa7673a732b279939', N'kkk', N'描述', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2019-07-01 16:28:20.0000000', N'2019-07-01 16:26:42.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'508eb28e1409a2a9501cdf6fd7eb24c7', N'dbf4675875e14676a3f9a8b2b8941140', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2019-05-27 18:02:07.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'509a4f63f02e784bc04499a6a9be8528', N'd35109c3632c4952a19ecc094943dd71', N'update_by', N'更新人登录名称', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2022-10-30 11:16:45.0000000', N'2019-03-15 14:24:35.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'50a1fc04f08226f0e29a62e39d2f87fc', N'402881fd812267500181226787d90001', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'5', N'admin', N'2022-06-02 11:13:48.0000000', N'2022-06-02 11:13:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'519f68557b953fc2d38400182b187366', N'402860816bff91c0016bffa220a9000b', N'residence_type', N'户籍类别', N'residence_type', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'13', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'52241dbe405db36d2960765e061c117c', N'553a4172fde446419cb602dc70f9ee67', N'yuanjia', N'double类型', NULL, N'0', N'1', N'1', N'double', N'6', N'2', NULL, N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'33', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5237e186de11017ee52d3c344f450b3b', N'f9fb8bee1a64472889d077c757b9acc7', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2021-08-17 13:58:15.0000000', N'2021-08-17 13:57:48.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'524d75f1e4fed1167c80477658290ddf', N'402881fd812267500181226787d90001', N'age', N'年龄', NULL, N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'group', NULL, NULL, N'7', N'admin', N'2022-06-02 11:13:48.0000000', N'2022-06-02 11:13:39.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'1')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'526ceb0666c46999bd457a1c18846fbf', N'31cf57ac0ce04a34aff6aa15867d6d95', N'pic', N'图片', NULL, N'0', N'1', N'1', N'string', N'300', N'0', N'', N'', N'', N'', N'image', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'19', N'admin', N'2023-03-04 16:42:36.0000000', N'2022-10-29 16:45:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'52975c3f03325de8233d3459b2230b09', N'f9fb8bee1a64472889d077c757b9acc7', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', N'admin', N'2021-08-17 13:58:15.0000000', N'2021-08-17 13:57:48.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'52ee861bc1b62cd8e4f10632b3d9d1b2', N'79091e8277c744158530321513119c68', N'name', N'顺序会签标题', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2019-05-11 15:29:47.0000000', N'2019-05-11 15:27:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5531fb261c77e9d12f7cca1af528f70a', N'05a3a30dada7411c9109306aa4117068', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2022-10-28 10:31:07.0000000', N'2020-05-06 11:34:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'553a250fb89de39e4ba9f8450fd72ade', N'05a3a30dada7411c9109306aa4117068', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2022-10-28 10:31:07.0000000', N'2020-05-06 11:34:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'555f9d43db20204128d76e22226ca36e', N'402881e6760269a201760269a2af0000', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'2', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5562a7242e4978f02e6d3a08d5828bbf', N'53a3e82b54b946c2b904f605875a275c', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2022-10-25 11:10:48.0000000', N'2020-05-07 22:49:47.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5562ad3165b1399f97a48f5f06d7fa06', N'3b5e18da618247539481816995b6bf9f', N'ccc', N'cc', NULL, N'0', N'1', N'1', N'string', N'1000', N'0', N'', N'', N'', N'', N'umeditor', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2020-07-11 11:27:29.0000000', N'2020-07-11 11:27:17.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'55ee63fe34f0b666078e6af940bee222', N'feea98637c2144caae7c5d56a815a245', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2021-10-27 10:24:24.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'566db879e54b175b20195ca284e76eec', N'402881fd812267500181226750e90000', N'chuc_date', N'出厂时间', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'9', NULL, NULL, N'2022-06-02 11:13:25.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'56a7800e4e476812c74217c2aad781aa', N'32feeb502544416c9bf41329c10a88f4', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2019-08-23 20:03:40.0000000', N'2019-07-02 18:23:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'56cd0a76f922bf76d982b24a509e4782', N'4028839a6de2ebd3016de2ebd3870000', N'create_time', N'创建日期', N'create_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', NULL, NULL, NULL, NULL, N'date', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'3', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'56e247f12d62b49cd9bd537e3efecf16', N'402860816bff91c0016bff91c0cb0000', N'create_by', N'创建人', N'create_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'12', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'57552a4f0b7b5c096ab8985ced57cc7d', N'cb2d8534a2f544bc9c618dd49da66336', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2020-02-24 17:22:42.0000000', N'2020-02-24 15:15:14.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'57a277bbf4cac35fb8a606e3aa4abc6c', N'31cf57ac0ce04a34aff6aa15867d6d95', N'age', N'年龄', NULL, N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2023-03-04 16:42:35.0000000', N'2022-10-29 16:45:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'581d8e8ce270b762458121b1dea0be9a', N'8d66ea41c7cc4ef9ab3aab9055657fc9', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2020-05-07 22:46:32.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'588400f6ebcdd0bc9bb560dd36636af9', N'e2faf977fdaf4b25a524f58c2441a51c', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2019-06-10 17:27:00.0000000', N'2019-04-24 17:12:11.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'58a96f945912d33b64ebf5dee98156dc', N'402860816bff91c0016bffa220a9000b', N'mobile', N'手机号', N'mobile', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'19', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'58eea85add4788b83c893092434bc413', N'fb19fb067cd841f9ae93d4eb3b883dc0', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2019-03-23 11:39:48.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'59ae1e853668c676e85329aa029c68a6', N'402860816bff91c0016bff91c0cb0000', N'status', N'状态1申请中 2通过', N'status', N'0', N'1', N'1', N'string', N'2', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'11', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5a043c7ae042e48f50d1fb0bb3d760a8', N'402880eb71d61d3d0171d61d3de30000', N'code', N'编码', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'${order_num_rule_param}', N'0', N'1', N'1', N'0', N'single', N'', N'', N'2', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-05-02 23:59:33.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5a1ab458d88bb766f92c3d791495cdcd', N'402860816bff91c0016bff91d2810005', N'age', N'年龄', N'age', N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'5', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5a48150409b0960173f091558d1611d0', N'a2ca0c7297a8491ca849fc1a06c9efbf', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2021-01-24 14:39:35.0000000', N'2021-01-24 14:38:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5a4ef083dd572114aeb581b6828de545', N'402860816bff91c0016bff91c7010001', N'award_name', N'获奖名称', N'award_name', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'5', N'admin', N'2019-07-19 18:07:47.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5a621f27aa443fe9eccc73717e4fa172', N'4028318169e81b970169e81b97650000', N'method', N'请求java方法', N'method', N'0', N'1', N'1', N'string', N'500', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'8', NULL, NULL, N'2019-04-04 19:28:36.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5a655b208d6318ed02f236f15a319b5f', N'fbc35f067da94a70adb622ddba259352', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2019-07-03 19:44:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5a6f88710c49bbe8e2e0ca58e149abad', N'402860816bff91c0016bff91cda80003', N'create_by', N'创建人', N'create_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'9', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5a7ce5af50f28d613d8beea7c866ae0c', N'402881e6760269a20176026d25650002', N'update_by', N'修改人', N'update_by', N'0', N'1', N'1', N'string', N'32', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'14', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5ab702dbc37d6fd8d3a1093fda7223bf', N'53a3e82b54b946c2b904f605875a275c', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2022-10-25 11:10:48.0000000', N'2020-05-07 22:49:47.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5abea6889600033da866909852462af1', N'31cf57ac0ce04a34aff6aa15867d6d95', N'ccc', N'单选框', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'radio', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'23', N'admin', N'2023-03-04 16:42:36.0000000', N'2022-10-29 16:45:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5b17ba693745c258f6b66380ac851e5f', N'd35109c3632c4952a19ecc094943dd71', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'0', N'admin', N'2022-10-30 11:16:45.0000000', N'2019-03-15 14:24:35.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5c25a6636c8d2c93d2859c7db6cb8281', N'553a4172fde446419cb602dc70f9ee67', N'xldx', N'字典下拉多选框', NULL, N'0', N'1', N'1', N'string', N'250', N'0', NULL, N'urgent_level', N'', N'', N'list_multi', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'19', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5c64d270eb4ee8ea6bf55c7e4257f162', N'553a4172fde446419cb602dc70f9ee67', N'flzds', N'分类字典树', NULL, N'0', N'1', N'1', N'string', N'100', N'0', NULL, N'B02', N'', N'', N'cat_tree', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'23', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5c76f5ecc774d7339eb0c2199c0052bc', N'402860816bff91c0016bff91c0cb0000', N'biz_no', N'编号', N'biz_no', N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'2', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5c8c8d573e01e4f40b5a7c451515e1d2', N'32feeb502544416c9bf41329c10a88f4', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-08-23 20:03:40.0000000', N'2019-07-02 18:23:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5dfbea516ee2390d712eace5405c5219', N'402860816bff91c0016bff91ca7e0002', N'create_by', N'创建人', N'create_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'9', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5e4484b7348dc3e59a0c58bdc3828cc0', N'27fc5f91274344afa7673a732b279939', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2019-07-01 16:28:20.0000000', N'2019-07-01 16:26:42.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5e4ac29ac2007ceabf93368330290a42', N'402860816bff91c0016bff91d8830007', N'order_no', N'序号', N'order_no', N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'9', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5e729f9823b5cc96c50b0b7c0f07eb05', N'402880e5721355dd01721355dd390000', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'2', NULL, NULL, N'2020-05-14 21:18:14.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5f13f7087caa0bbf47e5eba01d0d0443', N'05a3a30dada7411c9109306aa4117068', N'contents', N'请假原因', NULL, N'0', N'1', N'1', N'string', N'500', N'0', N'', N'', N'', N'', N'umeditor', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2022-10-28 10:31:07.0000000', N'2020-05-06 11:34:31.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5f5ac4d37fd1a3a09e2b19f0d4d99c0f', N'4adec929a6594108bef5b35ee9966e9f', N'code', N'编码', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'${order_num_rule_param}', N'0', N'1', N'1', N'0', N'single', N'', N'', N'2', N'admin', N'2020-04-10 19:43:38.0000000', N'2020-04-10 19:35:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'5f718d8968d908cd2e4de6ee4c74d644', N'402880eb71d61d3d0171d61d3de30000', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'7', N'admin', N'2020-05-03 00:54:16.0000000', N'2020-05-02 23:59:33.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'60b3b452232904f5a1130348bc1eab53', N'402881e6760269a20176026d25650002', N'sys_org_code', N'所属部门编码', N'sys_org_code', N'0', N'1', N'1', N'string', N'64', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'16', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'60eed6c429cf7796c3f0a17faaed00da', N'b493c5fd4fa64a3a84e74ee171763e37', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2021-06-07 18:13:37.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6130dbb6d36bab8ee9154e7ab58af34c', N'402880e570a5d7000170a5d700f50000', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'1', NULL, NULL, N'2020-03-04 21:58:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'617349b18dab429009ccd304fd7d459c', N'4028839a6de2ebd3016de2ebd3870000', N'update_by', N'更新人', N'update_by', N'0', N'1', N'1', N'string', N'50', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'4', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'61ac54dda5e51ded8dcf95e1cf3f1372', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2022-11-04 10:58:02.0000000', N'2022-06-04 22:53:38.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'61c7a0058c264dd746eb35e6f50fc15b', N'402860816aa5921f016aa5dedcb90009', N'update_time', N'更新日期', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'5', N'admin', N'2019-05-11 15:56:47.0000000', N'2019-05-11 15:50:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6232ade7e2a0c1e97e2c0945b32e61b6', N'402860816bff91c0016bffa220a9000b', N'paying_social_insurance', N'是否上社保', N'paying_social_insurance', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'32', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'631a606d35a74c2036a81f27dd16a1a6', N'feea98637c2144caae7c5d56a815a245', N'dd', N'dd', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', NULL, NULL, N'2021-10-27 10:24:24.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6352d477b6b2751780c5852e92d0daa6', N'402880eb71d61d3d0171d61d3de30000', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2020-05-03 00:54:16.0000000', N'2020-05-02 23:59:33.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'635e09afc01aad757faacf1321465c23', N'b81de38db24047b497d476516f8a0865', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2020-02-24 14:56:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'641e74beb228275dc2ca38a977b76c47', N'553a4172fde446419cb602dc70f9ee67', N'nyrsfm', N'年月日时分秒', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', NULL, N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'14', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6490a98dccb6df218feaeb4ce11bc03b', N'402860816aa5921f016aa5921f480000', N'update_time', N'修改时间', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'10', N'admin', N'2019-05-11 15:31:54.0000000', N'2019-05-11 14:26:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'654362725195829005036b3db47ec826', N'402860816bff91c0016bffa220a9000b', N'post', N'职务', N'post', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'4', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6553f398286b38e669a1e0f5cb8588ea', N'31cf57ac0ce04a34aff6aa15867d6d95', N'birthday', N'生日', NULL, N'0', N'1', N'1', N'Date', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2023-03-04 16:42:35.0000000', N'2022-10-29 16:45:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'656ec51bb57da5a47076f8a26053bbbb', N'553a4172fde446419cb602dc70f9ee67', N'zdmrz', N'自定义查询', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'1', N'1', N'1', N'1', N'0', N'single', N'', N'', N'37', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'1', N'', N'sex', N'', N'list', N'1', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6603058186832c4ff9e8c6e43baa5c3d', N'86bf17839a904636b7ed96201b2fa6ea', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2020-05-14 21:18:49.0000000', N'2020-05-08 23:48:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'66a7ef842bc34e105a90186e48167ef2', N'dbf4675875e14676a3f9a8b2b8941140', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2019-05-27 18:02:07.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'671e62c685bc86bde3cef0e023418fb4', N'05a3a30dada7411c9109306aa4117068', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2022-10-28 10:31:07.0000000', N'2020-05-06 11:34:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'686dea2621feadcd9b4c611df046adb4', N'86bf17839a904636b7ed96201b2fa6ea', N'price', N'价格', NULL, N'0', N'1', N'1', N'double', N'10', N'3', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2020-05-14 21:18:49.0000000', N'2020-05-08 23:48:31.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'68769fa7e4696e3a28f4cecf63076b7b', N'402860816bff91c0016bff91ca7e0002', N'order_no', N'序号', N'order_no', N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'8', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'68861523516849eff46a0df045f1031b', N'402881e6760269a201760269a2af0000', N'birthday', N'时间', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'13', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'69666f21896136af16a6303aff440156', N'402860816bff91c0016bffa220a9000b', N'nation', N'民族', N'nation', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'11', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'69d11490788fecfc9fb7d74bf449ba86', N'32f75e4043ef4070919dbd4337186a3d', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2019-04-11 10:15:32.0000000', N'2019-03-27 15:54:49.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6a0082c8ffbae092e99689520f1c83f7', N'4fb8e12a697f4d5bbe9b9fb1e9009486', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'9', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-04-10 19:47:01.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6a30c2e6f01ddd24349da55a37025cc0', N'd35109c3632c4952a19ecc094943dd71', N'top_pic', N'头像', NULL, N'0', N'1', N'1', N'string', N'500', N'0', N'', N'', N'', N'', N'image', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'11', N'admin', N'2022-10-30 11:16:46.0000000', N'2019-06-10 20:06:56.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6ab2e3d9b944701b405fb1a5ed167012', N'86bf17839a904636b7ed96201b2fa6ea', N'zong_price', N'单品总价', NULL, N'0', N'1', N'1', N'double', N'10', N'3', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2020-05-14 21:18:49.0000000', N'2020-05-08 23:48:31.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6b21f5239671023ca769b6717a51130e', N'402880eb71d61d3d0171d61d3de30000', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'8', N'admin', N'2020-05-03 00:54:16.0000000', N'2020-05-02 23:59:33.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6b6f3aa00b8e73fb785154e795189739', N'402860816aa5921f016aa5dedcb90009', N'start_time', N'会签发起时间', N'start_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'7', N'admin', N'2019-05-11 15:56:47.0000000', N'2019-05-11 15:50:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6beb40bdd28af22e06b26640bc0c3f4d', N'3b5e18da618247539481816995b6bf9f', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', N'admin', N'2020-07-11 11:27:29.0000000', N'2020-07-11 11:27:17.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6c35eb97737e9f86279939d264454a94', N'86bf17839a904636b7ed96201b2fa6ea', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2020-05-14 21:18:49.0000000', N'2020-05-08 23:48:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6cfb5acbbb69782bf0c7043b53f595b2', N'402860816bff91c0016bff91cda80003', N'update_by', N'更新人', N'update_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'11', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6d03a7774a50c6e6f76dbc7a8269beba', N'3b5e18da618247539481816995b6bf9f', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2020-07-11 11:27:29.0000000', N'2020-07-11 11:27:17.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6d4a4414b55ad5b6f31c8fb327dad834', N'09fd28e4b7184c1a9668496a5c496450', N'address', N'常用地址', NULL, N'0', N'1', N'1', N'string', N'300', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'11', N'admin', N'2022-05-07 19:05:56.0000000', N'2020-05-08 23:51:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6dea0ed8104a84f25d84b39187249109', N'41de7884bf9a42b7a2c5918f9f765dff', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2022-11-23 12:01:36.0000000', N'2022-10-29 17:02:47.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6e5c9d8e8b7eb6980ec246cb813b180b', N'4fb8e12a697f4d5bbe9b9fb1e9009486', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'10', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-04-10 19:47:01.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6ed8d9acef3cccd1b8fd659b3b538023', N'53a3e82b54b946c2b904f605875a275c', N'price', N'价格', NULL, N'0', N'1', N'1', N'BigDecimal', N'10', N'5', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2022-10-25 11:10:48.0000000', N'2020-05-07 22:49:47.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6edce6cf880cf68d4d7812076e274610', N'402881fd812267500181226750e90000', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'5', NULL, NULL, N'2022-06-02 11:13:25.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6f38a07ea2b1065315a6b89a02af5bb4', N'3b5e18da618247539481816995b6bf9f', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2020-07-11 11:27:29.0000000', N'2020-07-11 11:27:17.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6f47a2e4426e7d63c223803b1ecbe790', N'553a4172fde446419cb602dc70f9ee67', N'update_time', N'更新时间', NULL, N'0', N'1', N'1', N'Datetime', N'50', N'0', NULL, NULL, NULL, NULL, N'datetime', NULL, N'120', N'', N'0', NULL, NULL, N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'4', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'6f73e96a659c200c083006b6fce1f043', N'402860816bff91c0016bff91ca7e0002', N'cert_name', N'证书名称', N'cert_name', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'4', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'71197d255e05c9f6db67fd30380953c7', N'402881e6760269a201760269a2af0000', N'sel_mut', N'下拉多选', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list_multi', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'11', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7154c75d754a5f88bef2b68829baf576', N'4028318169e81b970169e81b97650000', N'operate_type', N'操作类型', N'operate_type', N'0', N'1', N'1', N'string', N'10', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'4', NULL, NULL, N'2019-04-04 19:28:36.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'71afb00a1971125ecfa13b4dfa49665e', N'402860816bff91c0016bff91cfea0004', N'order_no', N'序号', N'order_no', N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'8', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'71d5b0675df5aba71688c9d7d75cccee', N'4028318169e81b970169e81b97650000', N'log_type', N'日志类型1登录日志2操作日志', N'log_type', N'0', N'1', N'1', N'string', N'10', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'2', NULL, NULL, N'2019-04-04 19:28:36.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'71e9ab74dae687837365e50eed090591', N'1acb6f81a1d9439da6cc4e868617b565', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7280c56a210e6a47794fda855d0c6abb', N'fbc35f067da94a70adb622ddba259352', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2019-07-03 19:44:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'72e784af5c47bbbc0534b29bf656bd61', N'4028839a6de2ebd3016de2ebd3870000', N'id', N'主键', N'id', N'1', N'0', N'1', N'string', N'36', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'0', N'0', N'0', N'group', NULL, NULL, N'1', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7365f05f551092716223d5d449efd8c7', N'beee191324fd40c1afec4fda18bd9d47', N'name', N'ss', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2019-04-13 13:41:13.0000000', N'2019-04-13 13:40:56.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'73d3b57df0c6cf15c21970f4dd979319', N'402880e5721355dd01721355dd390000', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'5', NULL, NULL, N'2020-05-14 21:18:14.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'73dc6089556f3446e39d42df3dedb2db', N'402880e570a5d7000170a5d700f50000', N'num', N'数量', NULL, N'0', N'1', N'1', N'int', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'n', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'8', NULL, NULL, N'2020-03-04 21:58:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'742329ccdb185cf5d3e0b5b0c05dcffa', N'402860816bff91c0016bffa220a9000b', N'interest', N'兴趣爱好', N'interest', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'34', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'744444a7ada3bbb05c6b114b5ba0d477', N'402860816aa5921f016aa5dedcb90009', N'id', N'id', N'id', N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'1', N'admin', N'2019-05-11 15:56:47.0000000', N'2019-05-11 15:50:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'74af99545de724a4abd2022581a36026', N'fb7125a344a649b990c12949945cb6c1', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2019-03-26 19:24:11.0000000', N'2019-03-26 19:01:52.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'756b07656386dbd91245f7ffda32ae61', N'402860816bff91c0016bff91d8830007', N'id', N'id', N'id', N'1', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'1', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'75841fa7c75ebdc94655bd5e44fbc9f6', N'402860816bff91c0016bffa220a9000b', N'native_place', N'籍贯', N'native_place', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'10', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'75ba781c67711bed71bba1c3e3c68e11', N'8994f2817b5a45d9890aa04497a317c5', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'0', NULL, NULL, N'2019-03-23 11:39:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'75e82f151e8cc12455f7f0d25bf4dac0', N'4028839a6de2ebd3016de2ebd3870000', N'wl_name', N'物料名称', N'wl_name', N'0', N'1', N'1', N'string', N'100', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'7', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7639c1bc4327f1f674ffeab2ca261134', N'32f75e4043ef4070919dbd4337186a3d', N'update_by', N'更新人登录名称', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-04-11 10:15:32.0000000', N'2019-03-27 15:54:49.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'766ca866b72d118f5d8883de46a8c043', N'4028839a6de2ebd3016de2ebd3870000', N'supplier', N'供应商', N'supplier', N'0', N'1', N'1', N'string', N'32', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'15', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'76c64fdb02faecd86c817cbb58d293c2', N'402881e6760269a201760269a2af0000', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'6', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'773910592db75466ccb080797cd66e7a', N'553a4172fde446419cb602dc70f9ee67', N'price', N'单价', NULL, N'0', N'1', N'1', N'BigDecimal', N'10', N'2', NULL, N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7750ea46d98233d93c0be7069bb0fd34', N'402885e9812f585201812f5852920000', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'5', NULL, NULL, N'2022-06-04 23:32:06.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'78a40344207c791b8d7ac7de721ce1c4', N'79091e8277c744158530321513119c68', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-05-11 15:29:47.0000000', N'2019-05-11 15:27:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'78eb7e3b77cd49f9acb9b024cfe834e1', N'402860816aa5921f016aa5dedcb90009', N'create_time', N'创建日期', N'create_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'3', N'admin', N'2019-05-11 15:56:47.0000000', N'2019-05-11 15:50:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'78fd804d93dc716fd8c2ccc45f788565', N'fb7125a344a649b990c12949945cb6c1', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2019-03-26 19:24:11.0000000', N'2019-03-26 19:01:52.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'790c9f3dba773ed9a6ea3ad627393f57', N'402860816bff91c0016bffa220a9000b', N'archives_location', N'档案所在地', N'archives_location', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'36', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7a665ed90ef64b4d65632c941e5795b2', N'4b556f0168f64976a3d20bfb932bc798', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', NULL, NULL, N'2019-04-12 23:38:29.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7a697e4053445f07ad1a56a246f593e7', N'86bf17839a904636b7ed96201b2fa6ea', N'good_name', N'商品名字', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2020-05-14 21:18:49.0000000', N'2020-05-08 23:48:31.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7b4c181e4ebd76022f75535ed6fd9de3', N'4adec929a6594108bef5b35ee9966e9f', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'10', N'admin', N'2020-04-10 19:43:38.0000000', N'2020-04-10 19:35:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7b642d983ac06bfef91edde2c932dbe7', N'1acb6f81a1d9439da6cc4e868617b565', N'xg_shangxian', N'选购上限', NULL, N'0', N'1', N'1', N'int', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'14', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7b6fe525c26b7085c13e32e94c90aff9', N'553a4172fde446419cb602dc70f9ee67', N'province', N'输入2到10位的字母', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, N'', N'', N'', N'text', N'', N'120', N'^[a-z|A-Z]{2,10}$', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'36', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7b849e57debfb889caea5e0fef09062b', N'beee191324fd40c1afec4fda18bd9d47', N'sex2', N'dd', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2019-04-13 13:41:13.0000000', N'2019-04-13 13:40:56.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7beb639aa9ffda07edb5ce1e49c2287f', N'402860816bff91c0016bff91d2810005', N'update_time', N'更新时间', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'13', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7bf091da401b74d55b107fe9f930ea54', N'4028839a6de2ebd3016de2ebd3870000', N'create_by', N'创建人', N'create_by', N'0', N'1', N'1', N'string', N'50', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'2', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7c6aecc377816c69147f1193b17dfcc5', N'e9faf717024b4aae95cff224ae9b6d97', N'sex', N'员工性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2019-07-03 18:23:49.0000000', N'2019-07-03 18:22:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7c8c5f45cb994038a51febdb0112a995', N'553a4172fde446419cb602dc70f9ee67', N'jycs', N'唯一检验', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, N'', N'', N'', N'text', N'', N'120', N'only', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'35', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7c8d8bdb8c80340305162a1b8c71930a', N'31cf57ac0ce04a34aff6aa15867d6d95', N'salary', N'薪资', NULL, N'0', N'1', N'1', N'double', N'10', N'3', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'12', N'admin', N'2023-03-04 16:42:35.0000000', N'2022-10-29 16:45:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7ca2ae42e686e917f766edd2570c5141', N'553a4172fde446419cb602dc70f9ee67', N'shijian', N'时间', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, N'', N'', N'', N'time', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'group', N'', N'', N'15', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7cadf4e0be0b173bb5b8d39613e25190', N'402860816bff91c0016bffa220a9000b', N'residence_postcode', N'户籍邮编', N'residence_postcode', N'0', N'1', N'1', N'string', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'29', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7cce797000cec08416fb027d1a4013cb', N'402881e6760269a20176026d25650002', N'sex', N'性别 {男:1,女:2}', N'sex', N'0', N'1', N'1', N'string', N'2', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'7', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7cdbe0d563e15f3fb1fb32d996fe4ba7', N'3d447fa919b64f6883a834036c14aa67', N'area', N'区', NULL, N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'3', N'admin', N'2022-10-13 20:58:04.0000000', N'2020-02-20 16:19:00.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7d107728408c21ece332406a21f2d692', N'402860816bff91c0016bff91cfea0004', N'update_by', N'更新人', N'update_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'11', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7d27d79157dff60f847d98cbc4e66e81', N'b493c5fd4fa64a3a84e74ee171763e37', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2021-06-07 18:13:37.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7d4a30a4163a86c3ed37a8c71ceacb3e', N'31cf57ac0ce04a34aff6aa15867d6d95', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2023-03-04 16:42:35.0000000', N'2022-10-29 16:45:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7e066f60680158d47b328ef519d80e49', N'beee191324fd40c1afec4fda18bd9d47', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-04-13 13:41:13.0000000', N'2019-04-13 13:40:56.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7e331396f6e544ae801690cf475e7615', N'402881e6760269a201760269a2af0000', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'3', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7e5013b8a3e970fdcef2b577829bfa83', N'402881fd812267500181226750e90000', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'2', NULL, NULL, N'2022-06-02 11:13:25.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7f10901c6ade3aa9d9ff46ed7039c70f', N'1acb6f81a1d9439da6cc4e868617b565', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'7f610ecd480210d2d12ce6eb47f261f0', N'402881fd812267500181226787d90001', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'1', N'admin', N'2022-06-02 11:13:48.0000000', N'2022-06-02 11:13:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'809a9fafe0b79c9997de32cb6e831c6f', N'05a3a30dada7411c9109306aa4117068', N'birthday', N'生日', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2022-10-28 10:31:07.0000000', N'2020-05-06 11:34:31.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8119d3de514092232935b038531828c5', N'05a3a30dada7411c9109306aa4117068', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2022-10-28 10:31:07.0000000', N'2020-05-06 11:34:31.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'813a5ebf7335309c7edb3803f7e4b204', N'402880e570a5d7000170a5d700f50000', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'2', NULL, NULL, N'2020-03-04 21:58:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'817cc5e277e88164dffd4caee1169276', N'56efb74326e74064b60933f6f8af30ea', N'remark', N'备注', NULL, N'0', N'1', N'1', N'string', N'500', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2020-07-10 16:53:27.0000000', N'2020-05-08 23:45:32.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'81ed9556c9fda1bbb46d94a53a6c90c7', N'402860816bff91c0016bff91c0cb0000', N'depart_name', N'部门名称', N'depart', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'7', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'81f06f6fc5eb58be87c98dee8e5d9c14', N'31cf57ac0ce04a34aff6aa15867d6d95', N'dep_id', N'部门', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'sel_depart', N'', N'120', N'', N'0', N'{"multiSelect":false,"store": "orgCode"}', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'16', N'admin', N'2023-03-04 16:42:36.0000000', N'2022-10-29 16:45:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'825e5e14598ac43d024b1b3989aee33d', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'birthday', N'生日', NULL, N'0', N'1', N'1', N'Date', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2022-11-04 10:58:03.0000000', N'2022-06-04 22:53:38.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'82ac28d632eb5d75ce4bfb68459c58bc', N'553a4172fde446419cb602dc70f9ee67', N'zddtjxlss', N'字典表带条件下拉搜索', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'username', N'sys_user where username like ''%a%''', N'realname', N'sel_search', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'46', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'83764a3d17590f5a69047295803eaa07', N'feea98637c2144caae7c5d56a815a245', N'cc', N'cc', NULL, N'0', N'1', N'1', N'double', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', NULL, NULL, N'2021-10-27 10:24:24.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'838622bc247b35606e95ddcc079f70f4', N'f9fb8bee1a64472889d077c757b9acc7', N'nn', N'nn', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2021-08-17 13:58:15.0000000', N'2021-08-17 13:57:48.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'840343a59a8e705821d393506c2bc1fe', N'402880e570a5d7000170a5d700f50000', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'3', NULL, NULL, N'2020-03-04 21:58:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8419278effeb3a6531247fbfdb3b10e3', N'402881e6760269a201760269a2af0000', N'user_sel', N'选择用户', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'sel_user', N'', N'120', NULL, N'0', N'', N'#{sysUserCode}', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'18', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8422485e1cbf4455f9ded7d0af59379c', N'402860816bff91c0016bff91cfea0004', N'to_time', N'截止时间', N'to_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'4', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'843c14e8c8709eb13014303671192ae4', N'402881fd812267500181226787d90001', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'4', N'admin', N'2022-06-02 11:13:48.0000000', N'2022-06-02 11:13:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'844334fbd9dc9bd87682d7058ee65bcb', N'553a4172fde446419cb602dc70f9ee67', N'mi_ma', N'密码', NULL, N'0', N'1', N'1', N'string', N'32', N'0', NULL, N'', N'', N'', N'password', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'845c70568d44a074f067d6d277950525', N'402860816bff91c0016bffa220a9000b', N'entrytime', N'入职时间', N'entrytime', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'23', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'845f20dcbcb3cae414387203a8c70f1d', N'553a4172fde446419cb602dc70f9ee67', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, N'', N'', N'', N'text', N'', N'120', N'', N'1', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8529ddaed8d5f3d9084e873203d55cac', N'402860816bff91c0016bffa220a9000b', N'marital_status', N'婚姻状况', N'marital_status', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'24', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'856ee397107030b20081d412979e336a', N'402885e9812f585201812f5852920000', N'birthday', N'生日', NULL, N'0', N'1', N'1', N'Date', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'9', NULL, NULL, N'2022-06-04 23:32:06.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'857a0daa9cd8a058f2f15fc7c5fb3571', N'402860816bff91c0016bffa220a9000b', N'email', N'邮箱', N'email', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'17', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'85e43fa87074845f86cf52606a23a57c', N'b81de38db24047b497d476516f8a0865', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2020-02-24 14:56:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8652ca69a947fd4c961a3ac7c0fa252a', N'fb19fb067cd841f9ae93d4eb3b883dc0', N'create_by', N'创建人登录名称', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'1', NULL, NULL, N'2019-03-23 11:39:48.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'867b7947db161541ad7f4d0b2127d793', N'553a4172fde446419cb602dc70f9ee67', N'tupian', N'图片', NULL, N'0', N'1', N'1', N'string', N'250', N'0', NULL, N'', N'', N'', N'image', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'17', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'86bbafef5683674a736cf7241c458d44', N'27fc5f91274344afa7673a732b279939', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2019-07-01 16:28:20.0000000', N'2019-07-01 16:26:42.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'86c598da4f5a3dd3e82e1d9f38d06747', N'a2ca0c7297a8491ca849fc1a06c9efbf', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2021-01-24 14:39:35.0000000', N'2021-01-24 14:38:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'86d21d37e3a210a4204a88d154e1c48b', N'402885e9812f585201812f5852920000', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', NULL, NULL, N'0', NULL, NULL, N'2022-06-04 23:32:06.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'86e0f3a8f31c60698157f139ed993954', N'402860816bff91c0016bffa220a9000b', N'having_reserve_funds', N'是否有公积金', N'having_reserve_funds', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'33', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'86f29e9919766e0d1128263608c016a0', N'997ee931515a4620bc30a9c1246429a9', N'type_name', N'商品分类', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2020-05-03 00:57:44.0000000', N'2020-05-03 00:56:56.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'873e2bb041b17bff77d3aca72900ea1b', N'56870166aba54ebfacb20ba6c770bd73', N'order_code', N'订单编码', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'${shop_order_num}', N'1', N'1', N'1', N'0', N'single', N'', N'', N'5', N'admin', N'2022-10-30 11:16:57.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8756fbb5c23a0258e029e0cb3c0a045c', N'402880e5721355dd01721355dd390000', N'price', N'价格', NULL, N'0', N'1', N'1', N'double', N'10', N'3', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'8', NULL, NULL, N'2020-05-14 21:18:14.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'877391ae770a4ce2c95181ef410982ce', N'4028318169e81b970169e81b97650000', N'request_param', N'请求参数', N'request_param', N'0', N'1', N'1', N'string', N'255', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'10', NULL, NULL, N'2019-04-04 19:28:36.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'87e82e3c723a6abb020122babdac6bd1', N'8994f2817b5a45d9890aa04497a317c5', N'create_by', N'创建人登录名称', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'1', NULL, NULL, N'2019-03-23 11:39:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'87f7a2703c5850f0b063dd866d0e2917', N'402860816bff91c0016bffa220a9000b', N'birthday', N'出生日期', N'birthday', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'7', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'87fafe1a4a8a626e3875697574c19f15', N'402860816bff91c0016bff91d2810005', N'sys_org_code', N'组织机构编码', N'sys_org_code', N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'14', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'883265736ad6db0c98a7517d1f4a2488', N'402880eb71d52dc30171d52dc3a10000', N'main_id', N'主表ID', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'5', NULL, NULL, N'2020-05-02 19:37:59.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'88a12570e14c9f6f442e731ae5ad0eb1', N'beee191324fd40c1afec4fda18bd9d47', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2019-04-13 13:41:13.0000000', N'2019-04-13 13:40:56.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'88de72456c03410c364c80095aaa96eb', N'd35109c3632c4952a19ecc094943dd71', N'pop', N'弹窗', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'14', N'admin', N'2022-10-30 11:16:46.0000000', N'2020-11-26 18:02:20.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'89370ae67e241fa5d1e47d22adeaca7b', N'402880eb71d52dc30171d52dc3a10000', N'date', N'日期', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'#{date}', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'4', NULL, NULL, N'2020-05-02 19:37:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'89ab9eedbac6141e7a0df6d37a3655d0', N'e67d26b610dd414c884c4dbb24e71ce3', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2019-04-24 11:03:32.0000000', N'2019-04-24 11:02:57.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8a24fb45e2af120c253c8b61c0085f7a', N'402860816bff91c0016bff91cda80003', N'sys_org_code', N'组织机构编码', N'sys_org_code', N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'13', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8a2f97fde739720e86fbcd3ce311c037', N'09fd28e4b7184c1a9668496a5c496450', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2022-05-07 19:05:56.0000000', N'2020-05-08 23:51:49.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8a6440c447ca97b1ceac40fa8576044e', N'3b5e18da618247539481816995b6bf9f', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2020-07-11 11:27:29.0000000', N'2020-07-11 11:27:17.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8a9d6bbbe45fd3539a8cb3ba2cee470a', N'402881e6760269a201760269a2af0000', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'5', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8ac8a0c0087469a4e7579229ff17f273', N'e5464aa8fa7b47c580e91593cf9b46dc', N'jifen', N'合计积分', NULL, N'0', N'1', N'1', N'int', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2019-04-24 17:09:49.0000000', N'2019-04-24 11:05:10.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8b0d9ecfe8d44282b973cd56bd99f1a8', N'553a4172fde446419cb602dc70f9ee67', N'xiala', N'字典下拉', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, N'sex', N'', N'', N'list', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8bd4deadc9e96c1a6d7abd77033105f6', N'e67d26b610dd414c884c4dbb24e71ce3', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2019-04-24 11:03:32.0000000', N'2019-04-24 11:02:57.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8c10f1728f8aa4f0a650af5a6856ccaa', N'f9fb8bee1a64472889d077c757b9acc7', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2021-08-17 13:58:15.0000000', N'2021-08-17 13:57:48.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8c1b6fff73650b8650947c2a29c63492', N'402881e6760269a201760269a2af0000', N'sex', N'下拉框', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'8', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'1')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8c4f4e151639f85bdf4a53f988588dc9', N'402881fd812267500181226787d90001', N'contents', N'请假原因', NULL, N'0', N'1', N'1', N'string', N'500', N'0', N'', N'', N'', N'', N'markdown', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'10', N'admin', N'2022-06-02 11:13:48.0000000', N'2022-06-02 11:13:39.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8c6518fec11fc4769ba4eb770c9e00f7', N'4028839a6de2ebd3016de2ebd3870000', N'integral_val', N'积分值', N'integral_val', N'0', N'1', N'1', N'int', N'10', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'11', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8ca56210938fbe649f840e505eb9fd41', N'56870166aba54ebfacb20ba6c770bd73', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2022-10-30 11:16:57.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8e080f4ded1e3b2a1daa5b11eca4a0ff', N'4adec929a6594108bef5b35ee9966e9f', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'7', N'admin', N'2020-04-10 19:43:38.0000000', N'2020-04-10 19:35:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8e1212df6a94ed8f5102a327564e5af6', N'8d66ea41c7cc4ef9ab3aab9055657fc9', N'name', N'分类名字', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', NULL, NULL, N'2020-05-07 22:46:32.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8e131d4a438c907b3272474780be7603', N'402880eb71d52dc30171d52dc3a10000', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'8', NULL, NULL, N'2020-05-02 19:37:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8e1e4cb5c41ba685c48ebabf0aacc469', N'402880eb71d61d3d0171d61d3de30000', N'name', N'名称', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'#{sysUserName}', N'0', N'1', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-05-02 23:59:33.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8e4012b263d899531aac5227db147bda', N'41de7884bf9a42b7a2c5918f9f765dff', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'radio', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2022-11-23 12:01:36.0000000', N'2022-10-29 17:02:47.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8ea43fd1e4ce82becee61b2f1e2e843f', N'32feeb502544416c9bf41329c10a88f4', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2019-08-23 20:03:40.0000000', N'2019-07-02 18:23:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8f1d302868640b72cef52171a023a203', N'e9faf717024b4aae95cff224ae9b6d97', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2019-07-03 18:23:49.0000000', N'2019-07-03 18:22:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8f3e6fb68179c690f748f3c541fb50f1', N'7ea60a25fa27470e9080d6a921aabbd1', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2019-04-17 00:22:21.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8f6810b315b5101bea9d3de4d2400edd', N'553a4172fde446419cb602dc70f9ee67', N'zddtjdx', N'字典表带条件单选', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'username', N'sys_user where username like ''%a%''', N'realname', N'radio', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'43', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'8fc0be84bed1216635c69af918e097ff', N'402860816aa5921f016aa5dedcb90009', N'name', N'并行会签标题', N'name', N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'6', N'admin', N'2019-05-11 15:56:47.0000000', N'2019-05-11 15:50:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'903c33f7d18175a269b783cd4288216f', N'402881e6760269a20176026d25650002', N'update_time', N'修改时间', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', NULL, NULL, NULL, NULL, N'date', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'15', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'909b3de0c8a48a21ef8cf98eb4831689', N'56efb74326e74064b60933f6f8af30ea', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2020-07-10 16:53:27.0000000', N'2020-05-08 23:45:32.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'90a822b8a63bbbc1e9575c9f4e21e021', N'd35109c3632c4952a19ecc094943dd71', N'descc', N'描述', NULL, N'0', N'1', N'1', N'string', N'500', N'0', N'', N'', N'', N'', N'textarea', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2022-10-30 11:16:46.0000000', N'2019-03-15 14:24:35.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'90f39a6e29dae2e1fbb59d7d605f7c09', N'1acb6f81a1d9439da6cc4e868617b565', N'iz_valid', N'启用状态', NULL, N'0', N'1', N'1', N'string', N'2', N'0', N'', N'air_china_valid', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'11', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'918b8d661e480624713ddcff1bdda4f4', N'402881e6760269a20176026d25650002', N'birthday', N'生日', N'birthday', N'0', N'1', N'1', N'Datetime', N'0', N'0', NULL, NULL, NULL, NULL, N'date', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'9', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'91be98b96dea1528abc943f9f131fd16', N'402880e570a5d7000170a5d700f50000', N'price', N'价格', NULL, N'0', N'1', N'1', N'double', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'n', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'7', NULL, NULL, N'2020-03-04 21:58:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'91f7cd9b59c0da033363f8a09b02ec96', N'3d447fa919b64f6883a834036c14aa67', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2022-10-13 20:58:04.0000000', N'2020-02-20 16:19:00.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'921cc5a92a79e1e21e9e631a1b7f3fbd', N'8d66ea41c7cc4ef9ab3aab9055657fc9', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', NULL, NULL, N'2020-05-07 22:46:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9341a3b2a734d8c73455c136e1cac8ad', N'4fb8e12a697f4d5bbe9b9fb1e9009486', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'8', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-04-10 19:47:01.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9370c9304af30b8d29defe0a5ada6e5b', N'62e29cdb81ac44d1a2d8ff89851b853d', N'DC_DDSA', N'DD', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', NULL, NULL, N'2019-05-11 14:01:14.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9371f61d39c5d57ddb0a2db96b2e2412', N'402860816bff91c0016bffa220a9000b', N'speciality', N'专业', N'speciality', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'15', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'941ef1bddbf91fcd3a437a7a7dd347e7', N'feea98637c2144caae7c5d56a815a245', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2021-10-27 10:24:24.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'94314c4176aa2a81b20dce463578eb24', N'31cf57ac0ce04a34aff6aa15867d6d95', N'remark', N'备注', NULL, N'0', N'1', N'1', N'string', N'1000', N'0', N'', N'', N'', N'', N'textarea', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2023-03-04 16:42:35.0000000', N'2022-10-29 16:45:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'947174892512ea97fafde899d427ea7e', N'402860816bff91c0016bff91c0cb0000', N'real_name', N'姓名', N'real_name', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'4', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'94b8bf435175cc545366e11992280757', N'32f75e4043ef4070919dbd4337186a3d', N'age', N'年龄', NULL, N'0', N'1', N'1', N'int', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'1', N'1', N'1', N'0', N'group', N'', N'', N'7', N'admin', N'2019-04-11 10:15:32.0000000', N'2019-03-27 15:54:49.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'94e682cb802777fe4205536888f69353', N'402860816bff91c0016bff91d2810005', N'create_by', N'创建人', N'create_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'10', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'951c51699d728072d88196d30f7aad10', N'4adec929a6594108bef5b35ee9966e9f', N'address', N'地址', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'{{ demoFieldDefVal_getAddress() }}', N'0', N'1', N'1', N'0', N'single', N'', N'', N'5', N'admin', N'2020-04-10 19:43:38.0000000', N'2020-04-10 19:35:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'957386b500be42a200d6a56d54345392', N'deea5a8ec619460c9245ba85dbc59e80', N'num', N'数量', NULL, N'0', N'1', N'1', N'int', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'n', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2020-05-03 01:01:18.0000000', N'2019-04-20 11:41:19.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'960d2847922b61dadeb3518ef55fb0c1', N'1acb6f81a1d9439da6cc4e868617b565', N'wl_name', N'物料名称', NULL, N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'96299c1224b35ee352fdbaf24d69eee5', N'31cf57ac0ce04a34aff6aa15867d6d95', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2023-03-04 16:42:35.0000000', N'2022-10-29 16:45:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9665f02764774fdd77c19923d3ff3c3e', N'4028318169e81b970169e81b97650000', N'cost_time', N'耗时', N'cost_time', N'0', N'1', N'1', N'string', N'19', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'12', NULL, NULL, N'2019-04-04 19:28:36.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'966a4988298d5cb0be47848735ce8cb7', N'4028839a6de2ebd3016de2ebd3870000', N'xg_shangxian', N'选购上限', N'xg_shangxian', N'0', N'1', N'1', N'int', N'10', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'12', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9698964a9e06edf12fc88df976080984', N'09fd28e4b7184c1a9668496a5c496450', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2022-05-07 19:05:56.0000000', N'2020-05-08 23:51:49.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'96c585a4f71e5c38ed25b9741366365b', N'402860816bff91c0016bff91c7010001', N'sys_org_code', N'组织机构编码', N'sys_org_code', N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'11', N'admin', N'2019-07-19 18:07:47.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9765efa2cafde6d0ede2215848c9e80b', N'32f75e4043ef4070919dbd4337186a3d', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'0', N'admin', N'2019-04-11 10:15:32.0000000', N'2019-03-27 15:54:49.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'978df3771e9d749cc42d4e6b43d86f93', N'31cf57ac0ce04a34aff6aa15867d6d95', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2023-03-04 16:42:35.0000000', N'2022-10-29 16:45:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9874c79ce2e8663867d20ba4a5058ebd', N'553a4172fde446419cb602dc70f9ee67', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', N'', N'1', NULL, NULL, N'0', N'0', N'0', N'1', N'single', NULL, NULL, N'0', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, N'0', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'98e82cb1595609a3b42fa75c60ac1229', N'402860816bff91c0016bff91d2810005', N'update_by', N'更新人', N'update_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'12', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9914a0c84805e72c4b6075e36edb13f9', N'402860816aa5921f016aa5921f480000', N'create_time', N'创建时间', N'create_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'9', N'admin', N'2019-05-11 15:31:54.0000000', N'2019-05-11 14:26:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9920ecec9c9109fc6b93e86f8fdfa03b', N'402860816bff91c0016bffa220a9000b', N'depart_name', N'所在部门', N'depart_name', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'1', N'1', N'1', N'0', N'group', N'', N'', N'2', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'99b43bbb23237815ebb74b12b4d7ea2f', N'62e29cdb81ac44d1a2d8ff89851b853d', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', NULL, NULL, N'2019-05-11 14:01:14.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9a462d83210cad30f0e12b98e8a172a7', N'3b5e18da618247539481816995b6bf9f', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2020-07-11 11:27:29.0000000', N'2020-07-11 11:27:17.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9a4dc8718000c30953a3923eb7db5096', N'402880eb71d52dc30171d52dc3a10000', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', NULL, NULL, N'1', NULL, NULL, N'2020-05-02 19:37:59.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9a579c506f75f75baf88352a5eb2c249', N'1acb6f81a1d9439da6cc4e868617b565', N'bpm_status', N'流程状态', NULL, N'0', N'1', N'1', N'string', N'2', N'0', N'1', N'bpm_status', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'1', N'0', N'single', N'', N'', N'16', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-05-07 16:54:43.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9a9516645cbc8147b23333fea76aa2bb', N'b81de38db24047b497d476516f8a0865', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2020-02-24 14:56:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9aa6738443d3d8a67cf50506199d15ad', N'cb2d8534a2f544bc9c618dd49da66336', N'aaae', N'aae', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', NULL, NULL, N'2020-02-24 17:22:43.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9b66c6501baaef67b35bd41ba7a6a781', N'402881fd812267500181226750e90000', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', NULL, NULL, N'1', NULL, NULL, N'2022-06-02 11:13:25.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9bd056786694d67666f6924cc225b1a0', N'3d447fa919b64f6883a834036c14aa67', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'0', N'admin', N'2022-10-13 20:58:04.0000000', N'2020-02-20 16:19:00.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9c40fb4db8afed3c682c6b8a732fd69d', N'e2faf977fdaf4b25a524f58c2441a51c', N'post', N'用户岗位', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'post_code', N'air_china_post_materiel_main', N'post_name', N'sel_search', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2019-06-10 17:27:00.0000000', N'2019-04-24 17:12:11.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9cc60be30026301b9eafb8c310387f54', N'402880e570a5d7000170a5d700f50000', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'4', NULL, NULL, N'2020-03-04 21:58:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9ceff249ef81ca6fa145456667c89051', N'4adec929a6594108bef5b35ee9966e9f', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'8', N'admin', N'2020-04-10 19:43:38.0000000', N'2020-04-10 19:35:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9d85bafa399f28a40e1de1eeef747223', N'4028318169e81b970169e81b97650000', N'ip', N'IP', N'ip', N'0', N'1', N'1', N'string', N'100', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'7', NULL, NULL, N'2019-04-04 19:28:36.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9d88e0661ed4b0969b7f0608a714b14a', N'402881e6760269a20176026d25650002', N'create_time', N'创建时间', N'create_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', NULL, NULL, NULL, NULL, N'date', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'13', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9d89ff1a019f41d80307652041490944', N'32feeb502544416c9bf41329c10a88f4', N'name', N'请假人', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2019-08-23 20:03:40.0000000', N'2019-07-02 18:23:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'9e50680eb4e79b3af352a5933d239dff', N'dbf4675875e14676a3f9a8b2b8941140', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', NULL, NULL, N'2019-05-27 18:02:07.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a01a7fe5660206e6f407ed98b6c732d6', N'402860816bff91c0016bff91cfea0004', N'phone', N'联系方式', N'phone', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'7', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a029ecf9b943773bdf30a490e9922e45', N'553a4172fde446419cb602dc70f9ee67', N'zdbxldx', N'字典表下拉多选', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'id', N'sys_depart', N'depart_name', N'list_multi', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'41', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a047f542fc3f1eb833593dfffdee5d5d', N'553a4172fde446419cb602dc70f9ee67', N'popback', N'popback', NULL, N'0', N'1', N'1', N'string', N'100', N'0', NULL, N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'22', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a1a2d49b35c185df9f9e149b290aa277', N'56efb74326e74064b60933f6f8af30ea', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2020-07-10 16:53:27.0000000', N'2020-05-08 23:45:32.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a1f5daba36f536e7acf6a939826183b0', N'fb19fb067cd841f9ae93d4eb3b883dc0', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'0', NULL, NULL, N'2019-03-23 11:39:48.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a2271c3d2b0b68d35a697958957f1f0e', N'31cf57ac0ce04a34aff6aa15867d6d95', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2023-03-04 16:42:35.0000000', N'2022-10-29 16:45:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a232d608434d15fcecd8a3f31a9044b2', N'86bf17839a904636b7ed96201b2fa6ea', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2020-05-14 21:18:49.0000000', N'2020-05-08 23:48:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a2baa3a18062f28e3d8a81178027f171', N'402881fd812267500181226750e90000', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'3', NULL, NULL, N'2022-06-02 11:13:25.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a3dea64c8009780e213d16c69704c030', N'53a3e82b54b946c2b904f605875a275c', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'0', N'admin', N'2022-10-25 11:10:48.0000000', N'2020-05-07 22:49:47.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a45eba33810c485b9d8e6f70818a1dfa', N'402860816aa5921f016aa5921f480000', N'bpm_status', N'流程状态', N'bpm_status', N'0', N'1', N'1', N'string', N'50', N'0', N'1', N'bpm_status', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'1', N'0', N'group', N'', N'', N'7', N'admin', N'2019-05-11 15:31:54.0000000', N'2019-05-11 14:26:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a49126643acde263c484f59fdb38b158', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', N'admin', N'2022-11-04 10:58:02.0000000', N'2022-06-04 22:53:38.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a4e83c528933fc7d3a4230d4141a5a20', N'553a4172fde446419cb602dc70f9ee67', N'dhwb', N'多行文本框', NULL, N'0', N'1', N'1', N'string', N'250', N'0', NULL, N'', N'', N'', N'textarea', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'18', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a503e97dd837d1aac8496f90ab26a22e', N'31cf57ac0ce04a34aff6aa15867d6d95', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2023-03-04 16:42:35.0000000', N'2022-10-29 16:45:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a580da2ed71670c4763a048a3cbd8b53', N'402885e9812f585201812f5852920000', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'3', NULL, NULL, N'2022-06-04 23:32:06.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a6471d4fb3dbffef01dab1f7d452bb30', N'27fc5f91274344afa7673a732b279939', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2019-07-01 16:28:20.0000000', N'2019-07-01 16:26:42.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a6722b498602d7d7b5177b16789d8cc1', N'e5464aa8fa7b47c580e91593cf9b46dc', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2019-04-24 17:09:48.0000000', N'2019-04-24 11:05:10.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a6c428d67bbad26f220794ddfc7c637d', N'b493c5fd4fa64a3a84e74ee171763e37', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', NULL, NULL, N'2021-06-07 18:13:37.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a73c0c778af0d398760c67786df451ee', N'402885e9812f585201812f5852920000', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'8', NULL, NULL, N'2022-06-04 23:32:06.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a7444c8c7be4fa4a0e18c65d9ea3de37', N'553a4172fde446419cb602dc70f9ee67', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', N'', N'0', NULL, NULL, N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'3', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a76f561057ac9e43a8ca09e478a1eab8', N'402860816bff91c0016bff91ca7e0002', N'update_time', N'更新时间', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'12', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a7822f6e4cffb37fc0729cbd4cfd8655', N'32f75e4043ef4070919dbd4337186a3d', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'5', N'admin', N'2019-04-11 10:15:32.0000000', N'2019-03-27 15:54:49.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a7b6ae09441ce36a14c7ce95f17a218e', N'86bf17839a904636b7ed96201b2fa6ea', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2020-05-14 21:18:49.0000000', N'2020-05-08 23:48:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a82ca42a76e9d2b8dae6d57dbb5edb54', N'deea5a8ec619460c9245ba85dbc59e80', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2020-05-03 01:01:18.0000000', N'2019-04-20 11:41:19.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a83acbadb64ad5ba87a384dd6eea3117', N'f9fb8bee1a64472889d077c757b9acc7', N'ddd', N'dd', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2021-08-17 13:58:15.0000000', N'2021-08-17 13:57:48.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a911f8fb8c3004c4573344b9a318b2fa', N'402885e9812f585201812f5852920000', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'2', NULL, NULL, N'2022-06-04 23:32:06.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a934e6c0c30f680569caab99f3f1a12a', N'31cf57ac0ce04a34aff6aa15867d6d95', N'daa_type', N'物料分类', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'cat_tree', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'22', N'admin', N'2023-03-04 16:42:36.0000000', N'2022-10-29 16:45:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a940adc4585fa3b5bd2114ea9abe8491', N'402860816bff91c0016bff91ca7e0002', N'cert_level', N'证书级别', N'cert_level', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'5', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a94f1d7da64f3aa35c32155ea00ccb2f', N'402860816bff91c0016bffa220a9000b', N'id', N'id', N'id', N'1', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'1', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a9780eace237a15f26931dd6a9ec02e9', N'758334cb1e7445e2822b60e807aec4a3', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2019-10-18 18:02:09.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'a97fec2610584bebe5fda2ba538e3881', N'402881fd812267500181226750e90000', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'4', NULL, NULL, N'2022-06-02 11:13:25.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'aa07931514727913413880b7a2b76dcb', N'd3ae1c692b9640e0a091f8c46e17bb01', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2019-07-24 14:47:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'aa4780601419c21dabb6c42fc511e71c', N'402860816bff91c0016bffa220a9000b', N'have_children', N'有无子女', N'have_children', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'25', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'aa687ad6911c7797951276271bf9a85b', N'5517e93b148a42a7b82d5f3f94542dcf', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2022-07-19 19:36:53.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ab10e0aa029ded2f4420a33420de225d', N'1acb6f81a1d9439da6cc4e868617b565', N'wl_code', N'物料编码', NULL, N'0', N'1', N'1', N'string', N'60', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ab1f880ba593f3757dac70e003945aa2', N'402860816bff91c0016bff91c0cb0000', N'depart_id', N'部门ID', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 19:38:45.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ab58f43f853fd1f65f83c22966883afb', N'beee191324fd40c1afec4fda18bd9d47', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2019-04-13 13:41:13.0000000', N'2019-04-13 13:40:56.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ab7e46d1a9bd6fe87e6cd82140ce997b', N'5517e93b148a42a7b82d5f3f94542dcf', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2022-07-19 19:36:53.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ab8e6f1cca421c5ce395a2c1fdfd2100', N'32feeb502544416c9bf41329c10a88f4', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2019-08-23 20:03:40.0000000', N'2019-07-02 18:23:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'abe61a8ddf966a979457b763329a537b', N'e5464aa8fa7b47c580e91593cf9b46dc', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-04-24 17:09:49.0000000', N'2019-04-24 11:05:10.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ac91565da5fb8fe43a4da3dec660b25f', N'402860816bff91c0016bff91c7010001', N'award_place', N'获奖地点', N'award_place', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'4', N'admin', N'2019-07-19 18:07:47.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'acff5c8aef3b6288b87fd91215012206', N'e5464aa8fa7b47c580e91593cf9b46dc', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2019-04-24 17:09:49.0000000', N'2019-04-24 11:05:10.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ad061417d5b53c67975eb83657505218', N'73162c3b8161413e8ecdca7eb288d0c9', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2019-07-01 14:23:32.0000000', N'2019-06-10 15:18:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ad93762c6c4a1dd8331e5fa11215b568', N'e2faf977fdaf4b25a524f58c2441a51c', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2019-06-10 17:27:00.0000000', N'2019-04-24 17:12:11.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ae31da96f38fc2941cb93d1bb1ab9431', N'deea5a8ec619460c9245ba85dbc59e80', N'product_name', N'产品名字', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2020-05-03 01:01:18.0000000', N'2019-04-20 11:41:19.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ae5c695de592058b66d4ea7e7285e055', N'31cf57ac0ce04a34aff6aa15867d6d95', N'kai_guan', N'开关', NULL, N'0', N'1', N'1', N'string', N'1', N'0', N'', N'', N'', N'', N'switch', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'17', N'admin', N'2023-03-04 16:42:36.0000000', N'2022-10-29 16:45:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ae77bb317366622698c8ab9bf2325833', N'deea5a8ec619460c9245ba85dbc59e80', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2020-05-03 01:01:18.0000000', N'2019-04-20 11:41:19.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ae9e686072c3c7f9b36bbc4be0fe1384', N'402881e6760269a201760269a2af0000', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'#{sysUserCode}', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'7', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'1')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'aee804d5d92922378cac6d4ae9257680', N'402881fd812267500181226750e90000', N'price', N'价格', NULL, N'0', N'1', N'1', N'BigDecimal', N'10', N'5', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'8', NULL, NULL, N'2022-06-02 11:13:25.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'af0fe0df8b626129de62e22212732517', N'402860816bff91c0016bff91cda80003', N'speciality', N'专业', N'speciality', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'6', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'af6c582b902e2f2bf9930eba61ae7938', N'73162c3b8161413e8ecdca7eb288d0c9', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2019-07-01 14:23:32.0000000', N'2019-06-10 15:18:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'af7c5ec3c49673562319bd29d6ac169b', N'553a4172fde446419cb602dc70f9ee67', N'duoxuan', N'字典多选', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, N'urgent_level', N'', N'', N'checkbox', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'11', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'afd3ef1d494a9b69d2c7a3cdde937f6f', N'402860816bff91c0016bffa220a9000b', N'create_by', N'创建人', N'create_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'39', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b01304904babd7479de2acfe8a77157f', N'402860816aa5921f016aa5921f480000', N'id', N'ID', N'id', N'1', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'1', N'admin', N'2019-05-11 15:31:54.0000000', N'2019-05-11 14:26:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b05b4cbb74f389a7376f51ed9fd97030', N'402860816bff91c0016bff91d8830007', N'create_by', N'创建人', N'create_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'10', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b0a06bdbefd304d81a1838d8d94deda9', N'4b556f0168f64976a3d20bfb932bc798', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', NULL, NULL, N'2019-04-12 23:38:28.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b0a2c8d21782830ec6a2d16cc1231328', N'402881e6760269a20176026d25650002', N'punch_time', N'打卡时间', N'punch_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', NULL, NULL, NULL, NULL, N'date', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'4', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b0b1cf271dd6b221a902da2d2f8f889a', N'e9faf717024b4aae95cff224ae9b6d97', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2019-07-03 18:23:49.0000000', N'2019-07-03 18:22:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b0dfd0f0c36ee46ef483c0c225956ac5', N'402881e6760269a201760269a2af0000', N'checkbox', N'checkbox', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'checkbox', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'10', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b1876bcf1f48cb697b378d3d43ff06a4', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'age', N'年龄', NULL, N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2022-11-04 10:58:03.0000000', N'2022-06-04 22:53:38.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b18f96f96d979daa7336e81086ea2bc1', N'cb2d8534a2f544bc9c618dd49da66336', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2020-02-24 17:22:42.0000000', N'2020-02-24 15:15:14.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b1fc6e2ca671b19e57b08a4f57fc2454', N'fb7125a344a649b990c12949945cb6c1', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2019-03-26 19:24:11.0000000', N'2019-03-26 19:01:52.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b22694cf34ffb967b8717647816ad5df', N'e5464aa8fa7b47c580e91593cf9b46dc', N'fk_id', N'外键', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'air_china_post_materiel_main', N'id', N'15', N'admin', N'2019-04-24 17:09:49.0000000', N'2019-04-24 11:05:10.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b276facab025f9750b0aff391693cc4b', N'402860816bff91c0016bff91c7010001', N'id', N'id', N'id', N'1', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'1', N'admin', N'2019-07-19 18:07:47.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b2b0cb30159639bb1190e150322b7541', N'4028839a6de2ebd3016de2ebd3870000', N'wl_unit', N'计量单位', N'wl_unit', N'0', N'1', N'1', N'string', N'100', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'14', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b3542d3e7908ed885ecc4ba9e7300705', N'4b556f0168f64976a3d20bfb932bc798', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2019-04-12 23:38:28.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b3b61f9386eb2262919e0835e3c82eb9', N'86bf17839a904636b7ed96201b2fa6ea', N'num', N'数量', NULL, N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2020-05-14 21:18:49.0000000', N'2020-05-08 23:48:31.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b3fce33f7760070f26580ac84aa9599f', N'41de7884bf9a42b7a2c5918f9f765dff', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2022-11-23 12:01:36.0000000', N'2022-10-29 17:02:47.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b47af4d937e55c6208939bac5378bfad', N'62e29cdb81ac44d1a2d8ff89851b853d', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2019-05-11 14:01:14.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b4e4fe6774e9d7b5f72d2056b47d18ac', N'5517e93b148a42a7b82d5f3f94542dcf', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', NULL, NULL, N'2022-07-19 19:36:53.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b53203fc52d067bb4730dbcb7e496bd3', N'56870166aba54ebfacb20ba6c770bd73', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'0', N'admin', N'2022-10-30 11:16:57.0000000', N'2019-04-20 11:38:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b5cfd3c9691a884430f3d9cd5ecb211f', N'e2faf977fdaf4b25a524f58c2441a51c', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2019-06-10 17:27:00.0000000', N'2019-04-24 17:12:11.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b67d877c34a5b67299f8b011b7fc2254', N'41de7884bf9a42b7a2c5918f9f765dff', N'order_id', N'订单id', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'test_order_main', N'id', N'10', N'admin', N'2022-11-23 12:01:36.0000000', N'2022-10-29 17:02:47.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b6874a05734cad8bd96ffd2f31f1ebca', N'402860816bff91c0016bff91c7010001', N'create_by', N'创建人', N'create_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'7', N'admin', N'2019-07-19 18:07:47.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b733fa73519603b22d401fabbf9e9781', N'402860816bff91c0016bff91c0cb0000', N'hiredate', N'入职时间', N'hiredate', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'5', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b7938e4518f9062ce62702cf45986e06', N'e2faf977fdaf4b25a524f58c2441a51c', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-06-10 17:27:00.0000000', N'2019-04-24 17:12:11.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b7a1243aaa712e2c152c0c7a46f88683', N'402860816bff91c0016bff91d8830007', N'age', N'年龄', N'age', N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'5', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b7b311cf4483bd10a93a40891cc39a77', N'8d66ea41c7cc4ef9ab3aab9055657fc9', N'has_child', N'是否有子节点', NULL, N'0', N'1', N'1', N'string', N'3', N'0', N'', N'yn', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'11', NULL, NULL, N'2020-05-07 22:46:32.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b91258e3dc15b28c2e3f0d934e6e27e8', N'fb7125a344a649b990c12949945cb6c1', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'0', NULL, NULL, N'2019-03-26 19:01:52.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b92572ae142f8dd5f2ac02fb45e6b2c1', N'e2faf977fdaf4b25a524f58c2441a51c', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'realname,username', N'report_user', N'name,account', N'sel_search', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2019-06-10 17:27:00.0000000', N'2019-04-24 17:12:11.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b9280db8eff6098287747f1c99ef170e', N'a2ca0c7297a8491ca849fc1a06c9efbf', N'age', N'age', NULL, N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2021-01-24 14:39:35.0000000', N'2021-01-24 14:38:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b9a1e25a5636f5e61cd07a852a4d7770', N'402881fd812267500181226750e90000', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'6', NULL, NULL, N'2022-06-02 11:13:25.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'b9fbace24688c9c9a8c9be72c1d014e7', N'402860816bff91c0016bffa220a9000b', N'phone', N'电话', N'phone', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'18', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ba17414716b12b51c85f9d1f6f1e5787', N'd35109c3632c4952a19ecc094943dd71', N'chegnshi', N'城市', NULL, N'0', N'1', N'1', N'string', N'300', N'0', N'', N'', N'', N'', N'pca', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'13', N'admin', N'2022-10-30 11:16:46.0000000', N'2020-11-26 16:54:45.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ba5f4b2affa94f36eda7f6f133db7ae3', N'402860816bff91c0016bff91d2810005', N'workplace', N'工作单位', N'workplace', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'6', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ba6f3e762d6e3ea1068a085ec2f7e501', N'56efb74326e74064b60933f6f8af30ea', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2020-07-10 16:53:27.0000000', N'2020-05-08 23:45:32.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'babdc0168d128f3656d00fdfb41a8073', N'31cf57ac0ce04a34aff6aa15867d6d95', N'file2', N'文件', N'file2', N'0', N'1', N'1', N'string', N'300', N'0', N'', N'', N'', N'', N'file', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'18', N'admin', N'2023-03-04 16:42:36.0000000', N'2022-10-29 16:45:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bad02e68ea37bf387337516af84a1ddb', N'73162c3b8161413e8ecdca7eb288d0c9', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2019-07-01 14:23:32.0000000', N'2019-06-10 15:18:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bb44475e1d1738a19745bf9f3ebf9e40', N'402860816bff91c0016bff91cfea0004', N'update_time', N'更新时间', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'12', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bbbb38347b1a5340a1d293e455c632ce', N'fb19fb067cd841f9ae93d4eb3b883dc0', N'3', N'4', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', NULL, NULL, N'2019-03-23 11:39:48.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bc648624ad14c826bbc6e9b23a2b9858', N'402860816bff91c0016bff91ca7e0002', N'employee_id', N'员工ID', N'employee_id', N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'oa_employee_info', N'id', N'2', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bc793fdbef9f6474425456c4eb9d197a', N'402860816bff91c0016bff91cfea0004', N'witness', N'证明人', N'references', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'6', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bc7df6f3cf49f670c36a3de25e25e715', N'402860816bff91c0016bff91d2810005', N'order_no', N'序号', N'order_no', N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'9', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bcc1f7cfabd386311a3c21e588022338', N'553a4172fde446419cb602dc70f9ee67', N'fwb', N'富文本', NULL, N'0', N'1', N'1', N'Text', N'0', N'0', NULL, N'', N'', N'', N'umeditor', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'0', N'0', N'single', N'', N'', N'26', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bcf2f5d1390227cf0d9ddfbd6121161f', N'402880eb71d61d3d0171d61d3de30000', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', N'admin', N'2020-05-03 00:54:16.0000000', N'2020-05-02 23:59:33.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bd39cb237049ac60218b3f4dd844f30c', N'402860816bff91c0016bffa220a9000b', N'current_address', N'现居住地', N'current_address', N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'30', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bde81809057b1a4c974fa0f090501fdd', N'402860816aa5921f016aa5dedcb90009', N'update_by', N'更新人', N'update_by', N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'4', N'admin', N'2019-05-11 15:56:47.0000000', N'2019-05-11 15:50:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bdea5b776a15897265c43e6ee44af2e1', N'997ee931515a4620bc30a9c1246429a9', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2020-05-03 00:57:44.0000000', N'2020-05-03 00:56:56.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'be3f8c157d8a1b40e6f7b836552a8095', N'8994f2817b5a45d9890aa04497a317c5', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2019-03-23 11:39:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'be5eeda7d51dace73d3818bd8467b53b', N'402860816bff91c0016bff91c0cb0000', N'update_time', N'更新时间', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'15', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'be868eed386da3cfcf49ea9afcdadf11', N'd35109c3632c4952a19ecc094943dd71', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2022-10-30 11:16:45.0000000', N'2019-03-15 14:24:35.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bec3082fc5f0f194be5cd72cc2866ff4', N'e5464aa8fa7b47c580e91593cf9b46dc', N'wl_name', N'物料名字', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'wl_code', N'air_china_materiel', N'wl_name', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2019-04-24 17:09:49.0000000', N'2019-04-24 11:05:10.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bed0bc67f570613eaa6a1bd8bcaaddcc', N'4b556f0168f64976a3d20bfb932bc798', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2019-04-12 23:38:28.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bed95ca6dd6bb4b4f7cfd787313a0a4b', N'402880e570a5d7000170a5d700f50000', N'product_name', N'产品名字', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'6', NULL, NULL, N'2020-03-04 21:58:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bef85fd2846dd7ffc42d747095557d14', N'4fb8e12a697f4d5bbe9b9fb1e9009486', N'date', N'日期', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'#{date}', N'0', N'1', N'1', N'0', N'single', N'', N'', N'4', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-04-10 19:47:01.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bf61aa04c5ca77ad54c764f8f8b2bdec', N'402860816bff91c0016bff91d8830007', N'update_by', N'更新人', N'update_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'12', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bfc2f19fae367f885adb8bd82a344391', N'4028318169e81b970169e81b97650000', N'userid', N'操作用户账号', N'userid', N'0', N'1', N'1', N'string', N'32', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'5', NULL, NULL, N'2019-04-04 19:28:36.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'bff39a86bd05656ee156b685e5187211', N'a2ca0c7297a8491ca849fc1a06c9efbf', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2021-01-24 14:39:35.0000000', N'2021-01-24 14:38:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c047ed2cead5bab0307967435f370936', N'53a3e82b54b946c2b904f605875a275c', N'chuc_date', N'出厂时间', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2022-10-25 11:10:49.0000000', N'2020-05-07 22:49:47.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c08da9dc0325c441d89ae7378bcbf599', N'553a4172fde446419cb602dc70f9ee67', N'zdbduoxuan', N'字典表多选', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'id', N'sys_depart', N'depart_name', N'checkbox', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'40', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c0c80f370e1d400fe670d8702c3b84da', N'4adec929a6594108bef5b35ee9966e9f', N'address_param', N'地址(传参)', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'{{ demoFieldDefVal_getAddress("昌平区") }}', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2020-04-10 19:43:38.0000000', N'2020-04-10 19:40:53.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c0d66c95773774e7ac1f2a88df307e7a', N'402860816aa5921f016aa5921f480000', N'reason', N'请假原因', N'reason', N'0', N'1', N'1', N'string', N'500', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'6', N'admin', N'2019-05-11 15:31:54.0000000', N'2019-05-11 14:26:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c13397048e7ba97e3686d1a6026116b6', N'31cf57ac0ce04a34aff6aa15867d6d95', N'shengshiqu', N'省市区', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'pca', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'20', N'admin', N'2023-03-04 16:42:36.0000000', N'2022-10-29 16:45:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c29216d975fee50af175bca8c664a475', N'e67d26b610dd414c884c4dbb24e71ce3', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2019-04-24 11:03:32.0000000', N'2019-04-24 11:02:56.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c2ae3c798c9a74c53e7a6970075de85d', N'31cf57ac0ce04a34aff6aa15867d6d95', N'pop_cc', N'弹出报表', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'name', N'demo', N'pop_cc', N'popup', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'14', N'admin', N'2023-03-04 16:42:36.0000000', N'2022-10-29 16:45:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c2b9eae184afe56d59ea7940d77cfced', N'4adec929a6594108bef5b35ee9966e9f', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', N'admin', N'2020-04-10 19:43:38.0000000', N'2020-04-10 19:35:57.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c311cca084580e5fd4b5a2e5b81c4cc5', N'402881e6760269a20176026d25650002', N'email', N'邮箱', N'email', N'0', N'1', N'1', N'string', N'50', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'10', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c382877700a9987f4bcc2deea9ee9daf', N'4fb8e12a697f4d5bbe9b9fb1e9009486', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-04-10 19:47:01.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c3d5f211ff18ff241fac97d31254173a', N'402881fd812267500181226787d90001', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'3', N'admin', N'2022-06-02 11:13:48.0000000', N'2022-06-02 11:13:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c43d87b6340c29c0c354aa9c579f387f', N'32feeb502544416c9bf41329c10a88f4', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2019-08-23 20:03:40.0000000', N'2019-07-02 18:23:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c456753a9c83e55fa241c4ec72c00f86', N'402880eb71d52dc30171d52dc3a10000', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'6', NULL, NULL, N'2020-05-02 19:37:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c4d71528f3f45661b1a87841b7256204', N'402880e5721355dd01721355dd390000', N'order_main_id', N'订单ID', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'11', NULL, NULL, N'2020-05-14 21:18:14.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c52711856d2e81ad1074265833f44328', N'b81de38db24047b497d476516f8a0865', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', NULL, NULL, N'2020-02-24 14:56:07.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c596f7f9035c71f9d2d0206d14b0eee8', N'402881e6760269a201760269a2af0000', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'4', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c59f39e7b3bb877398f16796b2cd7962', N'997ee931515a4620bc30a9c1246429a9', N'pid', N'父级节点', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'0', N'0', N'single', N'', N'', N'9', N'admin', N'2020-05-03 00:57:44.0000000', N'2020-05-03 00:56:56.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c5a61724b3b1fdfd0eb39c361f22bafd', N'8d66ea41c7cc4ef9ab3aab9055657fc9', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2020-05-07 22:46:32.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c5dd2fc34ae825ebfced2ec74948654c', N'402860816aa5921f016aa5921f480000', N'end_date', N'请假结束时间', N'end_date', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'5', N'admin', N'2019-05-11 15:31:54.0000000', N'2019-05-11 14:26:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c5f6ea01a6523a60df153cc61dc92f4d', N'fbc35f067da94a70adb622ddba259352', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2019-07-03 19:44:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c6024742fbc62f2fc39992e6b59ac13d', N'05a3a30dada7411c9109306aa4117068', N'age', N'年龄', NULL, N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'group', N'', N'', N'7', N'admin', N'2022-10-28 10:31:07.0000000', N'2020-05-06 11:34:31.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'1')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c6730e00df5efd77fedf181df29102de', N'402860816bff91c0016bff91c7010001', N'update_by', N'更新人', N'update_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'9', N'admin', N'2019-07-19 18:07:47.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c71bd0a3ab8fd33632f23359bef14e97', N'31cf57ac0ce04a34aff6aa15867d6d95', N'user_id', N'用户', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'sel_user', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'15', N'admin', N'2023-03-04 16:42:36.0000000', N'2022-10-29 16:45:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c75a7cb0a21958aa7ca5442f66019669', N'e9faf717024b4aae95cff224ae9b6d97', N'depart', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2019-07-03 18:23:49.0000000', N'2019-07-03 18:22:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c772ed9cbe2d1dc69e9ffa73d3487021', N'4b556f0168f64976a3d20bfb932bc798', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', NULL, NULL, N'2019-04-12 23:38:28.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c78cff7900496d917729787b5c704a5b', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'name', N'名字', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2022-11-04 10:58:03.0000000', N'2022-06-04 22:53:38.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c7e0a5c6e23e99ac9af5d3fcc33323f7', N'b493c5fd4fa64a3a84e74ee171763e37', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2021-06-07 18:13:37.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c7f1907e8e7aa373c6829263ca6322d0', N'a2ca0c7297a8491ca849fc1a06c9efbf', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', N'admin', N'2021-01-24 14:39:35.0000000', N'2021-01-24 14:38:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c8027cf4f2483042445c89ba86c4e51f', N'402880e5721355dd01721355dd390000', N'zong_price', N'单品总价', NULL, N'0', N'1', N'1', N'double', N'10', N'3', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'10', NULL, NULL, N'2020-05-14 21:18:14.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c91b697b1bcd2be943fc746e2660bc9e', N'402860816bff91c0016bff91d2810005', N'real_name', N'姓名', N'real_name', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'3', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c962b89c893e2b8cf1a12c678ba12962', N'553a4172fde446419cb602dc70f9ee67', N'zdbdx', N'字典表单选', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'id', N'sys_depart', N'depart_name', N'radio', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'39', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c988bd2b6125c01ceb3579a207dd8784', N'3d447fa919b64f6883a834036c14aa67', N'city', N'市', NULL, N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'2', N'admin', N'2022-10-13 20:58:04.0000000', N'2020-02-20 16:19:00.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'c9b698d3f75aa780ee1eb67ef090b15b', N'73162c3b8161413e8ecdca7eb288d0c9', N'wl_code', N'物料编码', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2019-07-01 14:23:32.0000000', N'2019-06-10 15:18:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ca68d935c875ba92c998a20fca314bed', N'402881fd812267500181226787d90001', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', NULL, NULL, N'0', N'admin', N'2022-06-02 11:13:48.0000000', N'2022-06-02 11:13:39.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'caf5a071f2299c0f9ff2f3038d6d0fc6', N'402860816bff91c0016bff91ca7e0002', N'update_by', N'更新人', N'update_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'11', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'cb33a708b95e19085f8c9001d2d5c64c', N'e9faf717024b4aae95cff224ae9b6d97', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2019-07-03 18:23:49.0000000', N'2019-07-03 18:22:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'cb50a5991ca29e617aa32e49e92c01e7', N'09fd28e4b7184c1a9668496a5c496450', N'age', N'年龄', NULL, N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2022-05-07 19:05:56.0000000', N'2020-05-08 23:51:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'cb7da49a981a1b0acc5f7e8a0130bdcd', N'd35109c3632c4952a19ecc094943dd71', N'user_code', N'用户编码', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'0', N'0', N'single', N'', N'', N'10', N'admin', N'2022-10-30 11:16:46.0000000', N'2019-05-11 16:26:37.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'cb871284e845e26e88242a96fac9c576', N'402860816bff91c0016bff91c7010001', N'order_no', N'序号', N'order_no', N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'6', N'admin', N'2019-07-19 18:07:47.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'cb883a4932f0fd3a80fcf27efd7d1f2d', N'f9fb8bee1a64472889d077c757b9acc7', N'sdf', N'sdf', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'11', N'admin', N'2021-08-17 13:58:15.0000000', N'2021-08-17 13:58:02.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'cc1ddc1304d3eb5d9a189da0a509ccd0', N'32f75e4043ef4070919dbd4337186a3d', N'create_by', N'创建人登录名称', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2019-04-11 10:15:32.0000000', N'2019-03-27 15:54:49.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ccda49a8cea079c34f0034361d058c08', N'09fd28e4b7184c1a9668496a5c496450', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2022-05-07 19:05:56.0000000', N'2020-05-08 23:51:49.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ccf2f331af46ddc411b8039dd187621b', N'4028839a6de2ebd3016de2ebd3870000', N'price', N'单价', N'price', N'0', N'1', N'1', N'double', N'10', N'2', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'10', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'cee3c1dbf67b4a7d9626b8032897a4c7', N'402860816bff91c0016bff91d8830007', N'employee_id', N'员工ID', N'employee_id', N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'oa_employee_info', N'id', N'2', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'cefb82e2168ab7e3aa57a7e9c3ca950e', N'09fd28e4b7184c1a9668496a5c496450', N'order_main_id', N'订单ID', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'ces_order_main', N'id', N'12', N'admin', N'2022-05-07 19:05:57.0000000', N'2020-05-08 23:51:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'cf4c5a4c06ae6bac701edfeedfcd16aa', N'd3ae1c692b9640e0a091f8c46e17bb01', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', NULL, NULL, N'2019-07-24 14:47:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'cfd0623c8f7a97e49ab1b176dbbe43da', N'31cf57ac0ce04a34aff6aa15867d6d95', N'accc', N'富文本', NULL, N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'umeditor', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'21', N'admin', N'2023-03-04 16:42:36.0000000', N'2022-10-29 16:45:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'cfeb6491427aec2b4db9694af867da23', N'e9faf717024b4aae95cff224ae9b6d97', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-07-03 18:23:49.0000000', N'2019-07-03 18:22:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd04f619a5834ad212cc436a1c183f706', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2022-11-04 10:58:03.0000000', N'2022-06-04 22:53:38.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd0559db07f05c870860f98313eb0f857', N'cb2d8534a2f544bc9c618dd49da66336', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2020-02-24 17:22:42.0000000', N'2020-02-24 15:15:14.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd0d1be336726df9c41f2173f8886ba35', N'997ee931515a4620bc30a9c1246429a9', N'has_child', N'是否有子节点', NULL, N'0', N'1', N'1', N'string', N'3', N'0', N'', N'yn', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'10', N'admin', N'2020-05-03 00:57:44.0000000', N'2020-05-03 00:56:56.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd11ce01cafc04f9430859c6c7688436d', N'31cf57ac0ce04a34aff6aa15867d6d95', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'0', N'admin', N'2023-03-04 16:42:35.0000000', N'2022-10-29 16:45:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd14e47befe47925b1440d584f4ca56fc', N'09fd28e4b7184c1a9668496a5c496450', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2022-05-07 19:05:56.0000000', N'2020-05-08 23:51:49.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd2551b70dc96a45a73b304bf755a996f', N'402860816bff91c0016bff91d8830007', N'workplace', N'工作单位', N'workplace', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'6', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd29dcdba14ea61808391fff2d927efea', N'402860816bff91c0016bff91c0cb0000', N'work_summary', N'工作总结', N'work_summary', N'0', N'1', N'1', N'Text', N'65535', N'0', N'', N'', N'', N'', N'textarea', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'10', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd3a701472d27ca8435d6a781a597038d', N'deea5a8ec619460c9245ba85dbc59e80', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2020-05-03 01:01:18.0000000', N'2019-04-20 11:41:19.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd3ba5f990e14f9a1a0bbf6aa4cfa26dc', N'56efb74326e74064b60933f6f8af30ea', N'xd_date', N'下单时间', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2020-07-10 16:53:27.0000000', N'2020-05-08 23:45:32.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd44b89cc5f1828f7ceb9be196d549665', N'4fb8e12a697f4d5bbe9b9fb1e9009486', N'code', N'编码', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'${order_num_rule_param}', N'0', N'1', N'1', N'0', N'single', N'', N'', N'2', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-04-10 19:47:01.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd48bfd2a840f9b1d00bd3b5599dca0f0', N'402860816bff91c0016bff91cda80003', N'post', N'职务', N'post', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'7', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd4d8cae3cd9ea93e378fc14303eee105', N'd35109c3632c4952a19ecc094943dd71', N'create_by', N'创建人登录名称', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2022-10-30 11:16:45.0000000', N'2019-03-15 14:24:35.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd4dea775487aef5a7aea41791d3a65db', N'e5464aa8fa7b47c580e91593cf9b46dc', N'cycle_time', N'发放周期(年)', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'11', N'admin', N'2019-04-24 17:09:49.0000000', N'2019-04-24 14:09:06.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd525e93aca3f1ec6c20a7ab058724e82', N'553a4172fde446419cb602dc70f9ee67', N'danxuan', N'字典单选', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, N'sex', N'', N'', N'radio', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd52c79620e21128fb69b4e8628cf25cc', N'dbf4675875e14676a3f9a8b2b8941140', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', NULL, NULL, N'2019-05-27 18:02:07.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd530ab1bc3c51e8249a506a25d1003c7', N'79091e8277c744158530321513119c68', N'start_time', N'会签发起时间', NULL, N'0', N'1', N'1', N'Datetime', N'32', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2019-05-11 15:29:47.0000000', N'2019-05-11 15:27:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd53e70411c206efecb8dcd00174e907c', N'62e29cdb81ac44d1a2d8ff89851b853d', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', NULL, NULL, N'2019-05-11 14:01:14.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd5df0a35352ee960053686e959e9084b', N'1acb6f81a1d9439da6cc4e868617b565', N'wl_unit', N'计量单位', NULL, N'0', N'1', N'1', N'string', N'100', N'0', N'', N'air_china_unit', N'', N'', N'list_multi', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd6fad89f4f26d733291863c2dfbc5945', N'27fc5f91274344afa7673a732b279939', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2019-07-01 16:28:20.0000000', N'2019-07-01 16:26:42.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd7082454dac60103fdda3e00b6557d39', N'402880eb71d52dc30171d52dc3a10000', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'9', NULL, NULL, N'2020-05-02 19:37:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd766ea5809e2ec9ff2cdbcb18f610ab3', N'7ea60a25fa27470e9080d6a921aabbd1', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', NULL, NULL, N'2019-04-17 00:22:21.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd7c3b107f004cbc99dfe1fe6c79894d8', N'402860816bff91c0016bffa220a9000b', N'social_insurance_type', N'参加社保类型', N'social_insurance_type', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'35', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd8234b56acea1a752271a6c911dd91a0', N'7ea60a25fa27470e9080d6a921aabbd1', N'age', N'年龄', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', NULL, NULL, N'2019-04-17 00:22:21.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd86909d794b01ad7fbb5e61d28b6603b', N'73162c3b8161413e8ecdca7eb288d0c9', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2019-07-01 14:23:32.0000000', N'2019-06-10 15:18:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd949d9157831c2fb7ba9f175081fe036', N'402860816bff91c0016bff91cda80003', N'school', N'学校', N'school', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'5', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd9d308feb95968dbb322c9bff0c18452', N'32feeb502544416c9bf41329c10a88f4', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2019-08-23 20:03:40.0000000', N'2019-07-02 18:23:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd9dde2f59bb148c6b7e95256acad8972', N'e67d26b610dd414c884c4dbb24e71ce3', N'post_name', N'岗位名字', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2019-04-24 11:03:32.0000000', N'2019-04-24 11:02:57.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd9e1ea7f448c5fbe7a4a7a5109a87138', N'402881fd812267500181226750e90000', N'name', N'商品名字', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'7', NULL, NULL, N'2022-06-02 11:13:25.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd9f5a0b9f32f87c52634cdf2bd41abd6', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2022-11-04 10:58:03.0000000', N'2022-06-04 22:53:38.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'd9f9ae6986cb85019a3a4030f62f4d1a', N'402860816bff91c0016bff91cfea0004', N'employee_id', N'员工ID', N'employee_id', N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'oa_employee_info', N'id', N'2', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'da397534e84567b4f94cca10b70b2d52', N'553a4172fde446419cb602dc70f9ee67', N'zddtjxl', N'字典表带条件下拉', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'username', N'sys_user where username like ''%a%''', N'realname', N'list', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'42', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'db11e7fe2a76680e502007ad82fc08b9', N'402881e6760269a20176026d25650002', N'name', N'姓名', N'name', N'0', N'1', N'1', N'string', N'30', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'2', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'db1fb3e12385cb967b63420cfe97cde6', N'402860816bff91c0016bff91cda80003', N'employee_id', N'员工ID', N'employee_id', N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'oa_employee_info', N'id', N'2', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'db518071f3d42832d13a5132f82af9c2', N'553a4172fde446419cb602dc70f9ee67', N'zddtjduox', N'字典表带条件多选', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'username', N'sys_user where username like ''%a%''', N'realname', N'checkbox', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'44', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'dbfc8f23823c4091f516635a464b3cc5', N'402881e6760269a20176026d25650002', N'content', N'个人简介', N'content', N'0', N'1', N'1', N'string', N'1000', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'11', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'dc2bec862a4f0d600751c632d246f0ed', N'4028839a6de2ebd3016de2ebd3870000', N'update_time', N'更新日期', N'update_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', NULL, NULL, NULL, NULL, N'date', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'5', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'dcce0f5c34c530e2903de9e16feb9dbf', N'41de7884bf9a42b7a2c5918f9f765dff', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2022-11-23 12:01:36.0000000', N'2022-10-29 17:02:47.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'dd3e1e13d7429807b83a00a090e060b7', N'402860816bff91c0016bffa220a9000b', N'join_party_info', N'入党(团)时间地点', N'join_party_info', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'26', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ddc302f84c75a5f056855c664b82202a', N'402860816aa5921f016aa5921f480000', N'days', N'请假天数', N'days', N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'3', N'admin', N'2019-05-11 15:31:54.0000000', N'2019-05-11 14:26:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ddcc14a2105588982b4ae657f2893d81', N'32feeb502544416c9bf41329c10a88f4', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2019-08-23 20:03:40.0000000', N'2019-07-02 18:23:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'de34e46a66def956437635585db427b7', N'cb2d8534a2f544bc9c618dd49da66336', N'dde', N'ee', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'10', NULL, NULL, N'2020-02-24 17:22:43.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'de3a8a6b042b1821b3dcbd236fd82174', N'402881e6760269a201760269a2af0000', N'pic', N'图片', NULL, N'0', N'1', N'1', N'string', N'1000', N'0', N'', N'', N'', N'', N'image', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'14', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'de8f510d358f499dcd966e97708f82d4', N'997ee931515a4620bc30a9c1246429a9', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2020-05-03 00:57:44.0000000', N'2020-05-03 00:56:56.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'dec74e7fe09a525cda36efd37e6c4dca', N'553a4172fde446419cb602dc70f9ee67', N'zddtjxldx', N'字典表带条件下拉多选', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'username', N'sys_user where username like ''%a%''', N'realname', N'list_multi', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'45', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'dedb920a5e876e27eb144464209ebe1e', N'27fc5f91274344afa7673a732b279939', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2019-07-01 16:28:20.0000000', N'2019-07-01 16:26:42.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'df489194c6008f3bd21b2c1c11fde337', N'fb19fb067cd841f9ae93d4eb3b883dc0', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2019-03-23 11:39:48.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'df4c5e8411c102f02a6fe6727e858d55', N'997ee931515a4620bc30a9c1246429a9', N'pic', N'分类图片', NULL, N'0', N'1', N'1', N'string', N'500', N'0', N'', N'', N'', N'', N'image', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2020-05-03 00:57:44.0000000', N'2020-05-03 00:56:56.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'df58a7b1c3ed8f58a1994c0c0855db16', N'4adec929a6594108bef5b35ee9966e9f', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'11', N'admin', N'2020-04-10 19:43:38.0000000', N'2020-04-10 19:35:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'dff586dae2bf4587a0b438cdbba0a5b9', N'b493c5fd4fa64a3a84e74ee171763e37', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', NULL, NULL, N'2021-06-07 18:13:37.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e09b191e3c37f9c89ae2192c75220b89', N'b81de38db24047b497d476516f8a0865', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', NULL, NULL, N'2020-02-24 14:56:08.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e0c5d6e483897d5c4e7894dc66dd1aff', N'32feeb502544416c9bf41329c10a88f4', N'bpm_status', N'流程状态', NULL, N'0', N'1', N'1', N'string', N'2', N'0', N'', N'bpm_status', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2019-08-23 20:03:40.0000000', N'2019-07-02 18:23:58.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e24de426223dc0271a55eccc1d5457d0', N'73162c3b8161413e8ecdca7eb288d0c9', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2019-07-01 14:23:32.0000000', N'2019-06-10 15:18:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e26049cfca3941005e4a2ade0f06186d', N'402885e9812f585201812f5852920000', N'rel_filed', N'他表字段', NULL, N'0', N'1', N'0', N'string', N'32', N'0', N'', N'', N'rel_user', N'price', N'link_table_field', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'12', NULL, NULL, N'2022-10-13 20:05:43.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e268078ba97f9853b4e0d745c4a7e0b9', N'402885e9812f585201812f5852920000', N'rel_user', N'关联记录', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'id', N'ces_shop_goods$1', N'name,price,chuc_date', N'link_table', N'', N'120', N'', N'0', N'{"showType":"card","multiSelect":false}', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'11', NULL, NULL, N'2022-10-13 20:05:43.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e2d73ccda7f10f5a1ccce3c48b1e699e', N'402860816bff91c0016bffa220a9000b', N'residence_street', N'户口所在街道', N'residence_street', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'27', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e350986acb670f247df30fe4a44e73df', N'09fd28e4b7184c1a9668496a5c496450', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'1', N'admin', N'2022-05-07 19:05:56.0000000', N'2020-05-08 23:51:49.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e461b46a91d2f856d417fa32f4c4d887', N'f9fb8bee1a64472889d077c757b9acc7', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', N'admin', N'2021-08-17 13:58:15.0000000', N'2021-08-17 13:57:48.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e48ebd15c6110e9eb753bdfc88c04683', N'a2ca0c7297a8491ca849fc1a06c9efbf', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2021-01-24 14:39:35.0000000', N'2021-01-24 14:38:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e4914fdff68ac72486ada105e6e9fa36', N'e9faf717024b4aae95cff224ae9b6d97', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2019-07-03 18:23:49.0000000', N'2019-07-03 18:22:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e4a4c1d50b7b46678bc14fd5b90ee082', N'73162c3b8161413e8ecdca7eb288d0c9', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-07-01 14:23:32.0000000', N'2019-06-10 15:18:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e4d7f95340e73a54e8ff3f66b0613513', N'56efb74326e74064b60933f6f8af30ea', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2020-07-10 16:53:27.0000000', N'2020-05-08 23:45:32.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e50b4398731e06572c247993a0dcc38d', N'd35109c3632c4952a19ecc094943dd71', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'*', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'5', N'admin', N'2022-10-30 11:16:46.0000000', N'2019-03-15 14:24:35.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'1')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e53f53766d1f7718b3ee5eabe105b969', N'402860816bff91c0016bffa220a9000b', N'social_insurance_time', N'五险一金日期', N'social_insurance_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'38', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e60a8e496b0f7081dbfe4253b3218546', N'402880eb71d61d3d0171d61d3de30000', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'10', N'admin', N'2020-05-03 00:54:16.0000000', N'2020-05-02 23:59:33.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e672d5974a06d5c37b3b4c94a6f29f96', N'4028318169e81b970169e81b97650000', N'request_url', N'请求路径', N'request_url', N'0', N'1', N'1', N'string', N'255', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'9', NULL, NULL, N'2019-04-04 19:28:36.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e6bd2d4c533918a0b19e1d54a056582f', N'41de7884bf9a42b7a2c5918f9f765dff', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2022-11-23 12:01:36.0000000', N'2022-10-29 17:02:47.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e72ee3a352143281ccc3a823b25401c7', N'402881fd812267500181226787d90001', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', NULL, NULL, N'8', N'admin', N'2022-06-02 11:13:48.0000000', N'2022-06-02 11:13:39.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e7aade12ca722b59c1ec681d14247ff8', N'402860816bff91c0016bff91d8830007', N'sys_org_code', N'组织机构编码', N'sys_org_code', N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'14', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e7c367221181aa9d1fc395e09796be8d', N'402880eb71d52dc30171d52dc3a10000', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'7', NULL, NULL, N'2020-05-02 19:37:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e7ec6838aad8d2dd2e175886a7c6e14e', N'402881e6760269a201760269a2af0000', N'sel_search', N'下拉搜索', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'username', N'sys_user', N'username', N'sel_search', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'12', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e824c44d26034ad8eed32e22a3f69043', N'402881e6760269a201760269a2af0000', N'ddd', N'DD类型', NULL, N'0', N'1', N'1', N'double', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'20', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e845925368919482df6dac58e6ed708d', N'402860816bff91c0016bff91d8830007', N'phone', N'联系方式', N'phone', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'8', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e85295979d84bde27615a008d8bbadf1', N'3b5e18da618247539481816995b6bf9f', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2020-07-11 11:27:29.0000000', N'2020-07-11 11:27:17.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e878e70574d0d6180c2f6f0d281c9262', N'8d66ea41c7cc4ef9ab3aab9055657fc9', N'pid', N'父级节点', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'0', N'0', N'single', N'', N'', N'10', NULL, NULL, N'2020-05-07 22:46:32.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e88d328af34dd8a17f51437c52b68a2d', N'402860816bff91c0016bff91cfea0004', N'create_by', N'创建人', N'create_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'9', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e99cc08f4d88dd8f788399db8d448ee8', N'62e29cdb81ac44d1a2d8ff89851b853d', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2019-05-11 14:01:14.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e9a45935d69f5fd91f0c6880e5e6cfa4', N'402881e6760269a20176026d25650002', N'age', N'年龄', N'age', N'0', N'1', N'1', N'int', N'10', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'8', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e9b782461fc66dbc77df0400600868f7', N'553a4172fde446419cb602dc70f9ee67', N'riqi', N'日期', NULL, N'0', N'1', N'1', N'Date', N'50', N'0', NULL, N'', N'', N'', N'date', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'group', N'', N'', N'13', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'e9fb150adabaaacdd804b1953e6bad24', N'05a3a30dada7411c9109306aa4117068', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2022-10-28 10:31:07.0000000', N'2020-05-06 11:34:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ea309f9cd81ede7b9b36a1377a3a40d8', N'997ee931515a4620bc30a9c1246429a9', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2020-05-03 00:57:44.0000000', N'2020-05-03 00:56:56.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ea644c4c208739640933ba6e568045c1', N'e2faf977fdaf4b25a524f58c2441a51c', N'ruz_date', N'入职时间', NULL, N'0', N'1', N'1', N'Datetime', N'32', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2019-06-10 17:27:00.0000000', N'2019-04-24 17:12:11.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ea749346b5eb9e70df2058ade2b0bbfa', N'402881e6760269a201760269a2af0000', N'fuwenb', N'富文本', NULL, N'0', N'1', N'1', N'Text', N'0', N'0', N'', N'', N'', N'', N'umeditor', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'17', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ea96d1c33f0f0d7245045e70a5793257', N'402860816bff91c0016bffa220a9000b', N'current_postcode', N'现居住地邮编', N'current_postcode', N'0', N'1', N'1', N'string', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'31', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'eb1d4b15efc32b81ec5e486f73b5ef24', N'41de7884bf9a42b7a2c5918f9f765dff', N'birthday', N'生日', NULL, N'0', N'1', N'1', N'Date', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2022-11-23 12:01:36.0000000', N'2022-10-29 17:02:47.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ebc41362681919cc680fcc58bf87fdcb', N'1acb6f81a1d9439da6cc4e868617b565', N'price', N'单价', NULL, N'0', N'1', N'1', N'double', N'10', N'2', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'12', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ec20e66d5eb9b8b7f58de9edc0f7630b', N'1acb6f81a1d9439da6cc4e868617b565', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ec5e9cb5809b2f8ce1446df4a27693f0', N'27fc5f91274344afa7673a732b279939', N'name', N'用户名', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2019-07-01 16:28:20.0000000', N'2019-07-01 16:26:42.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ed16f23d08e7bcda11a1383fda68057e', N'402860816bff91c0016bff91c7010001', N'employee_id', N'员工ID', N'employee_id', N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'oa_employee_info', N'id', N'2', N'admin', N'2019-07-19 18:07:47.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ed782e05f8646e0c1874663e48a76c34', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'list', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2022-11-04 10:58:03.0000000', N'2022-06-04 22:53:38.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'edaa8951735cedf29d6114354faaae67', N'402881e6760269a201760269a2af0000', N'radio', N'radio', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'radio', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'9', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'edda30c64e1dccee510d40b77a8ca094', N'fb7125a344a649b990c12949945cb6c1', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2019-03-26 19:24:11.0000000', N'2019-03-26 19:01:52.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ee09e0e21fa350b9346b70292dcfca00', N'79091e8277c744158530321513119c68', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', N'admin', N'2019-05-11 15:29:47.0000000', N'2019-05-11 15:27:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ee4ffe04a25fcf556e78183f1f521546', N'402860816aa5921f016aa5921f480000', N'create_by', N'创建人id', N'create_by', N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'8', N'admin', N'2019-05-11 15:31:54.0000000', N'2019-05-11 14:26:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ee5803611f63643059b6375166d71567', N'402860816bff91c0016bff91c7010001', N'create_time', N'创建时间', N'create_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'8', N'admin', N'2019-07-19 18:07:47.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'eec5bc01720642ccc635c7fc2e9b1eb8', N'86bf17839a904636b7ed96201b2fa6ea', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2020-05-14 21:18:49.0000000', N'2020-05-08 23:48:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'eee9edf9f4a525d9dd809e33f8effb3c', N'402885e9812f585201812f5852920000', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'1', NULL, NULL, N'2022-06-04 23:32:06.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ef81373c5fd7130d7e23859d90c9eb3e', N'402860816bff91c0016bff91cda80003', N'from_time', N'开始日期', N'from_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'3', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'efd1b955a75b5046e9857e00fe94ae2c', N'fbc35f067da94a70adb622ddba259352', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', NULL, NULL, N'2019-07-03 19:44:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f015cc2ffdcc2c4be1e9b3622eb69b52', N'fbc35f067da94a70adb622ddba259352', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', NULL, NULL, N'2019-07-03 19:44:23.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f06b2bb01ea1fae487b7e3c3eb521d5b', N'd3ae1c692b9640e0a091f8c46e17bb01', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2019-07-24 14:47:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f0967fd139b440f79f21248bf4e4a209', N'd3ae1c692b9640e0a091f8c46e17bb01', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2019-07-24 14:47:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f0a453930aa16ca32f2e3be860bfe542', N'402860816bff91c0016bffa220a9000b', N'education', N'学历', N'education', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'14', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f12753b4a3815697a72017a7436fe733', N'e2faf977fdaf4b25a524f58c2441a51c', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', N'admin', N'2019-06-10 17:27:00.0000000', N'2019-04-24 17:12:11.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f1ab7d3b55ade57eeac6c55b32ce813a', N'1acb6f81a1d9439da6cc4e868617b565', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f1c7fde21f26c7ed64a0ef1095900c52', N'4028318169e81b970169e81b97650000', N'request_type', N'请求类型', N'request_type', N'0', N'1', N'1', N'string', N'10', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'11', NULL, NULL, N'2019-04-04 19:28:36.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f3284a1ce6da9b887dce89091eaa0f6b', N'402880e570a5d7000170a5d700f50000', N'pro_type', N'产品类型', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'sex', N'', N'', N'radio', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'9', NULL, NULL, N'2020-03-04 21:58:16.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f38319e2add8da6a7223d77359144a22', N'402880e5721355dd01721355dd390000', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'4', NULL, NULL, N'2020-05-14 21:18:14.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f3a82b0b74e8feb37b423571c443357c', N'553a4172fde446419cb602dc70f9ee67', N'kaiguan', N'开关', NULL, N'0', N'1', N'1', N'string', N'50', N'0', NULL, N'', N'', N'', N'switch', N'', N'120', N'', N'0', N'[1,2]', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'12', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f3c17d679978f0d375adde046536faa8', N'553a4172fde446419cb602dc70f9ee67', N'popup', N'popup弹窗', NULL, N'0', N'1', N'1', N'string', N'100', N'0', NULL, N'username,realname', N'report_user', N'popup,popback', N'popup', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'21', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f3e667a8ce3a81fc6bb658fc27ab24ff', N'402885e9812f585201812f5852920000', N'age', N'年龄', NULL, N'0', N'1', N'1', N'int', N'10', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'7', NULL, NULL, N'2022-06-04 23:32:06.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f4647a91a4ac5d6d32bb0692b800bffe', N'402860816bff91c0016bff91c0cb0000', N'probation_post', N'试用期职位', N'probation_post', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'8', N'admin', N'2019-07-19 18:09:01.0000000', N'2019-07-17 18:54:32.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f4b0bc7f3d6562e28d7c5e2d56510ecd', N'e5464aa8fa7b47c580e91593cf9b46dc', N'first_num', N'首次数量', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'8', N'admin', N'2019-04-24 17:09:49.0000000', N'2019-04-24 14:31:31.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f4df140776be0d014d768a3cabf13dbe', N'553a4172fde446419cb602dc70f9ee67', N'zdbxl', N'字典表下拉', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'id', N'sys_depart', N'depart_name', N'list', N'', N'200', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'38', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f558359b06aea79a992c102ce3563a4d', N'4028318169e81b970169e81b97650000', N'username', N'操作用户名称', N'username', N'0', N'1', N'1', N'string', N'100', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'6', NULL, NULL, N'2019-04-04 19:28:36.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f56d0d76ec8e3a1e8922b41b864dab73', N'b493c5fd4fa64a3a84e74ee171763e37', N'aa', N'aa', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', NULL, NULL, N'2021-06-07 18:13:37.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f5d2475aec4b9016dfc0c8772e1704ea', N'402880eb71d52dc30171d52dc3a10000', N'code', N'编码', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'${order_num_rule_param}', N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'2', NULL, NULL, N'2020-05-02 19:37:59.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f6076d9c662a0adddb39a91cccb4c993', N'd35109c3632c4952a19ecc094943dd71', N'xiamuti', N'下拉多选', NULL, N'0', N'1', N'1', N'string', N'100', N'0', N'', N'sex', N'', N'', N'list_multi', N'', N'120', N'', N'0', N'', N'', N'1', N'1', N'1', N'0', N'single', N'', N'', N'16', N'admin', N'2022-10-30 11:16:46.0000000', N'2020-11-26 18:02:20.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f6431abe33976df2491df14db01591fe', N'402881e6760269a20176026d25650002', N'key_word', N'关键词', N'key_word', N'0', N'1', N'1', N'string', N'255', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'single', NULL, NULL, N'3', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f6afcb7d8ea81879593ff737b55ddcc0', N'402860816bff91c0016bff91cda80003', N'id', N'id', N'id', N'1', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'1', N'admin', N'2019-07-19 18:06:36.0000000', N'2019-07-17 18:54:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f6f8aed87ec73994f6a12abbc079dbb1', N'402860816bff91c0016bffa220a9000b', N'update_by', N'更新人', N'update_by', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'41', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f7332af7586c83c87f7b9ea144a5292d', N'62e29cdb81ac44d1a2d8ff89851b853d', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2019-05-11 14:01:14.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f76719783433487f4710232e2ae0e521', N'402860816bff91c0016bff91cfea0004', N'id', N'id', N'id', N'1', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'group', N'', N'', N'1', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f7e7eb84ddc34d7e09d10af213ac6667', N'402860816bff91c0016bff91d2810005', N'create_time', N'创建时间', N'create_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'11', N'admin', N'2019-07-19 18:05:55.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f7f84f3337548e36430f81640b028b41', N'5517e93b148a42a7b82d5f3f94542dcf', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', NULL, NULL, N'2022-07-19 19:36:53.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f81d7103c0c857e5c744cda2bc4c000a', N'402860816bff91c0016bff91ca7e0002', N'cert_organizations', N'发证机关', N'cert_organizations', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'6', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f82db8edef5babf741914b0fa221329b', N'4028839a6de2ebd3016de2ebd3870000', N'bpm_status', N'流程状态', N'bpm_status', N'0', N'1', N'1', N'string', N'2', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'1', N'1', N'0', N'group', NULL, NULL, N'16', NULL, NULL, N'2019-10-19 15:29:30.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f857d4fd2d63c1ad94ed4698f5b173f5', N'05a3a30dada7411c9109306aa4117068', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'0', N'admin', N'2022-10-28 10:31:07.0000000', N'2020-05-06 11:34:31.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f8a0fd20a1173270afdfed1129d5c669', N'402860816bff91c0016bffa220a9000b', N'depart_id', N'所在部门id', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'44', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-19 15:33:44.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f8cc6be747fec10802eb625ac529c16f', N'402860816bff91c0016bff91cfea0004', N'create_time', N'创建时间', N'create_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'10', N'admin', N'2019-07-19 18:05:13.0000000', N'2019-07-17 18:54:35.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f90bcb38fb89988bd40d1618aa75cea0', N'758334cb1e7445e2822b60e807aec4a3', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'1', NULL, NULL, N'2019-10-18 18:02:09.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f93dcb2aa091b8e1038019d8f07cbd3f', N'402881e6760269a201760269a2af0000', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', NULL, NULL, N'1', NULL, NULL, N'2020-11-26 10:37:26.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f94db83e41c69f407d3c9a81c5892269', N'402860816bff91c0016bffa220a9000b', N'first_job_time', N'首次工作时间', N'first_job_time', N'0', N'1', N'1', N'Datetime', N'0', N'0', N'', N'', N'', N'', N'date', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'22', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'f95d2cbefd25444909c83aaf8c4f72fb', N'402860816bff91c0016bff91ca7e0002', N'memo', N'备注', N'memo', N'0', N'1', N'1', N'string', N'255', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'7', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fa3a12d7abf72b23afe425f8dbd57f86', N'1acb6f81a1d9439da6cc4e868617b565', N'size_type', N'尺码类型', NULL, N'0', N'1', N'1', N'string', N'2', N'0', N'', N'air_china_size', N'', N'', N'list', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2019-06-10 14:47:14.0000000', N'2019-04-23 22:58:19.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fa8f5a0ba673e0208934567462844eab', N'402860816bff91c0016bff91ca7e0002', N'sys_org_code', N'组织机构编码', N'sys_org_code', N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'13', N'admin', N'2019-07-19 18:07:13.0000000', N'2019-07-17 18:54:33.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'faaaca21b7b2b16089c885f3224e4dc5', N'4fb8e12a697f4d5bbe9b9fb1e9009486', N'main_id', N'主表ID', NULL, N'0', N'1', N'1', N'string', N'200', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'demo_field_def_val_main', N'id', N'5', N'admin', N'2020-11-26 17:28:14.0000000', N'2020-04-10 19:47:55.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fafb32cf7e63bca93bbd70b0a0ea11fc', N'758334cb1e7445e2822b60e807aec4a3', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'6', NULL, NULL, N'2019-10-18 18:02:09.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fb56aeb6b3a5a0a974ef62f34727eea6', N'402880e5721355dd01721355dd390000', N'sys_org_code', N'所属部门', NULL, N'0', N'1', N'1', N'string', N'64', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', NULL, NULL, N'6', NULL, NULL, N'2020-05-14 21:18:14.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fbf817e3eafd7d8935fc1154640c040c', N'f9fb8bee1a64472889d077c757b9acc7', N'create_time', N'创建日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'3', N'admin', N'2021-08-17 13:58:15.0000000', N'2021-08-17 13:57:48.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fc22e67ed788a1f0b0fe4639ecb6f4c1', N'553a4172fde446419cb602dc70f9ee67', N'ldzje', N'联动组件二', NULL, N'0', N'1', N'1', N'string', N'255', N'0', NULL, N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'30', N'admin', N'2022-10-14 09:31:05.0000000', N'2022-10-13 20:59:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fc55d467102c2c782286f546d7820c3d', N'73162c3b8161413e8ecdca7eb288d0c9', N'pid', N'父物料', NULL, N'0', N'1', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'9', N'admin', N'2019-07-01 14:23:32.0000000', N'2019-06-10 15:18:34.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fc76a3832d232829852cae6c66e44f67', N'402860816bff91c0016bffa220a9000b', N'identity_no', N'身份证号', N'identity_no', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'21', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fcd519058d68fa4dab192335602b5d24', N'402860816bff91c0016bffa220a9000b', N'real_name', N'姓名', N'real_name', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'5', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fd0586cae06685959415d9017b2bdf49', N'758334cb1e7445e2822b60e807aec4a3', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2019-10-18 18:02:09.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fd80c2874fb71c8fc7cff81fb3dae0fb', N'feea98637c2144caae7c5d56a815a245', N'create_by', N'创建人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'2', NULL, NULL, N'2021-10-27 10:24:24.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fde00160a5d664effaa4b5552e814e74', N'fb7125a344a649b990c12949945cb6c1', N'sex', N'性别', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'6', N'admin', N'2019-03-26 19:24:11.0000000', N'2019-03-26 19:01:52.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fde3b676f66c20375136421a11743c3b', N'feea98637c2144caae7c5d56a815a245', N'update_time', N'更新日期', NULL, N'0', N'1', N'1', N'Datetime', N'20', N'0', N'', N'', N'', N'', N'datetime', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'5', NULL, NULL, N'2021-10-27 10:24:24.0000000', N'admin', N'', N'', N'', N'', N'', NULL, N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fe05080f0cd87dd11710b83ce77fefb7', N'402881e6760269a20176026d25650002', N'id', N'主键ID', N'id', N'1', N'0', N'1', N'string', N'50', N'0', NULL, NULL, NULL, NULL, N'text', NULL, N'120', NULL, N'0', NULL, NULL, N'0', N'0', N'0', N'1', N'single', NULL, NULL, N'1', NULL, NULL, N'2020-11-26 10:41:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fed133a00f57245d4cfb02dd3c3ce7c1', N'4adec929a6594108bef5b35ee9966e9f', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'9', N'admin', N'2020-04-10 19:43:38.0000000', N'2020-04-10 19:35:58.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'fef2add806c5e1ddd01c79c7e84f5a65', N'cb2d8534a2f544bc9c618dd49da66336', N'cc', N'cc', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', NULL, NULL, N'2020-02-24 17:22:42.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ff2a099186b13d3ecb0764f7f22b1fbf', N'09fd28e4b7184c1a9668496a5c496450', N'name', N'客户名字', NULL, N'0', N'1', N'1', N'string', N'32', N'0', N'', N'realname,sex,birthday', N'tj_user_report', N'name,sex,birthday', N'popup', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'7', N'admin', N'2022-05-07 19:05:56.0000000', N'2020-05-08 23:51:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ff2b9d7e0493b78fa34188aa3a45231a', N'41de7884bf9a42b7a2c5918f9f765dff', N'id', N'主键', NULL, N'1', N'0', N'1', N'string', N'36', N'0', N'', N'', N'', N'', N'text', N'', N'120', N'', N'0', N'', N'', N'0', N'0', N'0', N'1', N'single', N'', N'', N'0', N'admin', N'2022-11-23 12:01:36.0000000', N'2022-10-29 17:02:47.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ff49b468e54e137032f7e4d976b83b5a', N'402860816bff91c0016bffa220a9000b', N'politically_status', N'政治面貌', N'politically_status', N'0', N'1', N'1', N'string', N'20', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'8', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ff601f75d0e7ced226748eb8fba2c896', N'402860816bff91c0016bff91d8830007', N'relation', N'关系', N'relation', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'4', N'admin', N'2019-07-19 18:04:41.0000000', N'2019-07-17 18:54:37.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ffa7afa8b643eaf486f34852d415965b', N'31cf57ac0ce04a34aff6aa15867d6d95', N'log_txt', N'大文本', NULL, N'0', N'1', N'1', N'Text', N'0', N'0', N'', N'', N'', N'', N'markdown', N'', N'120', N'', N'0', N'', N'', N'0', N'1', N'1', N'0', N'single', N'', N'', N'13', N'admin', N'2023-03-04 16:42:35.0000000', N'2022-10-29 16:45:49.0000000', N'admin', N'', N'', N'', N'', N'', N'text', N'0', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ffacafee9fa46eb297ca3252f95acef9', N'402860816bff91c0016bffa220a9000b', N'school', N'毕业学校', N'school', N'0', N'1', N'1', N'string', N'100', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'1', N'1', N'0', N'group', N'', N'', N'9', N'admin', N'2019-07-22 16:15:32.0000000', N'2019-07-17 19:12:24.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_field] ([id], [cgform_head_id], [db_field_name], [db_field_txt], [db_field_name_old], [db_is_key], [db_is_null], [db_is_persist], [db_type], [db_length], [db_point_length], [db_default_val], [dict_field], [dict_table], [dict_text], [field_show_type], [field_href], [field_length], [field_valid_type], [field_must_input], [field_extend_json], [field_default_value], [is_query], [is_show_form], [is_show_list], [is_read_only], [query_mode], [main_table], [main_field], [order_num], [update_by], [update_time], [create_time], [create_by], [converter], [query_def_val], [query_dict_text], [query_dict_field], [query_dict_table], [query_show_type], [query_config_flag], [query_valid_type], [query_must_input], [sort_flag]) VALUES (N'ffcbf379fffabbd13aa2c22ce565ec12', N'79091e8277c744158530321513119c68', N'update_by', N'更新人', NULL, N'0', N'1', N'1', N'string', N'50', N'0', N'', N'', N'', N'', N'text', N'', N'120', NULL, N'0', N'', N'', N'0', N'0', N'0', N'0', N'single', N'', N'', N'4', N'admin', N'2019-05-11 15:29:47.0000000', N'2019-05-11 15:27:17.0000000', N'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
-- ----------------------------
-- Table structure for onl_cgform_head
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_cgform_head]') AND type IN ('U'))
DROP TABLE [dbo].[onl_cgform_head]
GO
CREATE TABLE [dbo].[onl_cgform_head] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[table_name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NOT NULL,
[table_type] int NOT NULL,
[table_version] int NULL,
[table_txt] nvarchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL,
[is_checkbox] nvarchar(5) COLLATE Chinese_PRC_CI_AS NOT NULL,
[is_db_synch] nvarchar(20) COLLATE Chinese_PRC_CI_AS NOT NULL,
[is_page] nvarchar(5) COLLATE Chinese_PRC_CI_AS NOT NULL,
[is_tree] nvarchar(5) COLLATE Chinese_PRC_CI_AS NOT NULL,
[id_sequence] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL,
[id_type] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[query_mode] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL,
[relation_type] int NULL,
[sub_table_str] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL,
[tab_order_num] int NULL,
[tree_parent_id_field] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[tree_id_field] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[tree_fieldname] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[form_category] nvarchar(50) COLLATE Chinese_PRC_CI_AS NOT NULL,
[form_template] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[form_template_mobile] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[scroll] int NULL,
[copy_version] int NULL,
[copy_type] int NULL,
[physic_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[ext_config_json] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[theme_template] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[is_des_form] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL,
[des_form_code] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[low_app_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[onl_cgform_head] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键ID',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'表名',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'table_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'表类型: 0单表、1主表、2附表',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'table_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'表版本',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'table_version'
GO
EXEC sp_addextendedproperty
'MS_Description', N'表说明',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'table_txt'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否带checkbox',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'is_checkbox'
GO
EXEC sp_addextendedproperty
'MS_Description', N'同步数据库状态',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'is_db_synch'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否分页',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'is_page'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否是树',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'is_tree'
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键生成序列',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'id_sequence'
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键类型',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'id_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'查询模式',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'query_mode'
GO
EXEC sp_addextendedproperty
'MS_Description', N'映射关系 0一对多 1一对一',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'relation_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'子表',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'sub_table_str'
GO
EXEC sp_addextendedproperty
'MS_Description', N'附表排序序号',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'tab_order_num'
GO
EXEC sp_addextendedproperty
'MS_Description', N'树形表单父id',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'tree_parent_id_field'
GO
EXEC sp_addextendedproperty
'MS_Description', N'树表主键字段',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'tree_id_field'
GO
EXEC sp_addextendedproperty
'MS_Description', N'树开表单列字段',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'tree_fieldname'
GO
EXEC sp_addextendedproperty
'MS_Description', N'表单分类',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'form_category'
GO
EXEC sp_addextendedproperty
'MS_Description', N'PC表单模板',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'form_template'
GO
EXEC sp_addextendedproperty
'MS_Description', N'表单模板样式(移动端)',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'form_template_mobile'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否有横向滚动条',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'scroll'
GO
EXEC sp_addextendedproperty
'MS_Description', N'复制版本号',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'copy_version'
GO
EXEC sp_addextendedproperty
'MS_Description', N'复制表类型1为复制表 0为原始表',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'copy_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'原始表ID',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'physic_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'扩展JSON',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'ext_config_json'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改人',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改时间',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'主题模板',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'theme_template'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否用设计器表单',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'is_des_form'
GO
EXEC sp_addextendedproperty
'MS_Description', N'设计器表单编码',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'des_form_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'关联的应用ID',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_head',
'COLUMN', N'low_app_id'
GO
-- ----------------------------
-- Records of onl_cgform_head
-- ----------------------------
INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'05a3a30dada7411c9109306aa4117068', N'test_note', N'1', N'15', N'请假单@JS增强示例', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'temp', N'1', NULL, N'1', NULL, N'0', NULL, N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":"","commentStatus":0}', N'admin', N'2022-10-28 10:31:07.0000000', N'admin', N'2020-05-06 11:34:31.0000000', N'normal', N'N', N'', NULL)
GO
INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'31cf57ac0ce04a34aff6aa15867d6d95', N'ceshi_note', N'1', N'16', N'测试请假表', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'temp', N'1', NULL, N'1', NULL, N'0', NULL, N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":"","commentStatus":0}', N'admin', N'2023-03-04 16:42:36.0000000', N'admin', N'2022-10-29 16:45:49.0000000', N'normal', N'N', N'', NULL)
GO
INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'3d447fa919b64f6883a834036c14aa67', N'test_enhance_select', N'1', N'6', N'三级联动控件', N'N', N'Y', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'bdfl_include', N'1', NULL, N'0', NULL, N'0', NULL, N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":"","commentStatus":0}', N'admin', N'2022-10-13 20:58:08.0000000', N'admin', N'2020-02-20 16:19:00.0000000', N'normal', N'N', N'', NULL)
GO
INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'402880e570a5d7000170a5d700f50000', N'test_order_product$1', N'1', N'11', N'订单产品明细', N'N', N'N', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'bdfl_include', N'1', NULL, N'0', N'1', N'1', N'deea5a8ec619460c9245ba85dbc59e80', NULL, NULL, NULL, N'admin', N'2020-03-04 21:58:16.0000000', NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'402880e5721355dd01721355dd390000', N'ces_order_goods$1', N'1', N'1', N'订单商品', N'Y', N'N', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'temp', N'1', NULL, N'1', N'1', N'1', N'86bf17839a904636b7ed96201b2fa6ea', NULL, NULL, NULL, N'admin', N'2020-05-14 21:18:14.0000000', N'normal', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'402880eb71d61d3d0171d61d3de30000', N'demo_field_def_val_sub$1', N'1', N'2', N'示例:控件默认值(子表)', N'Y', N'N', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'demo', N'1', NULL, N'1', N'1', N'1', N'4fb8e12a697f4d5bbe9b9fb1e9009486', NULL, N'admin', N'2020-05-03 00:54:16.0000000', N'admin', N'2020-05-02 23:59:33.0000000', N'normal', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'402881fd812267500181226750e90000', N'ces_shop_goods$1', N'1', N'1', N'商品', N'Y', N'N', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'temp', N'1', NULL, N'1', N'7', N'1', N'53a3e82b54b946c2b904f605875a275c', NULL, NULL, NULL, N'admin', N'2022-06-02 11:13:25.0000000', N'normal', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'402881fd812267500181226787d90001', N'test_note$1', N'1', N'2', N'请假单@JS增强示例', N'Y', N'N', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'temp', N'1', NULL, N'1', N'12', N'1', N'05a3a30dada7411c9109306aa4117068', N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":""}', N'admin', N'2022-06-02 11:13:48.0000000', N'admin', N'2022-06-02 11:13:39.0000000', N'normal', N'N', N'', NULL)
GO
INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'402885e9812f585201812f5852920000', N'v3_hello$1', N'1', N'1', N'第一个表单', N'Y', N'N', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'temp', N'1', NULL, N'1', N'3', N'1', N'9ab817fd4c2e4e7ba6652c4fa46af389', N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":""}', NULL, NULL, N'admin', N'2022-06-04 23:32:06.0000000', N'normal', N'N', N'', NULL)
GO
INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'41de7884bf9a42b7a2c5918f9f765dff', N'test_order_customer', N'3', N'9', N'订单客户', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'single', N'0', NULL, N'2', NULL, NULL, NULL, N'temp', N'1', NULL, N'1', NULL, N'0', NULL, N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":"","commentStatus":0}', N'admin', N'2022-11-23 12:01:41.0000000', N'admin', N'2019-04-20 11:41:19.0000000', N'normal', N'N', N'', NULL)
GO
INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'4adec929a6594108bef5b35ee9966e9f', N'demo_field_def_val_main', N'2', N'1', N'示例:控件默认值(主表)', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'single', NULL, N'demo_field_def_val_sub', NULL, NULL, NULL, NULL, N'demo', N'1', NULL, N'1', NULL, N'0', NULL, NULL, N'admin', N'2020-11-26 17:28:14.0000000', N'admin', N'2020-04-10 19:35:57.0000000', N'normal', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'4fb8e12a697f4d5bbe9b9fb1e9009486', N'demo_field_def_val_sub', N'3', N'2', N'示例:控件默认值(子表)', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'group', N'0', NULL, N'1', NULL, NULL, NULL, N'demo', N'1', NULL, N'1', NULL, N'0', NULL, NULL, N'admin', N'2020-11-26 17:28:14.0000000', N'admin', N'2020-04-10 19:47:01.0000000', N'normal', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'56870166aba54ebfacb20ba6c770bd73', N'test_order_main', N'2', N'33', N'测试订单主表', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'single', NULL, N'test_order_product,test_order_customer', NULL, NULL, NULL, NULL, N'bdfl_include', N'2', NULL, N'0', NULL, N'0', NULL, N'{"reportPrintShow":0,"reportPrintUrl":"","tableFixedAction":0,"tableFixedActionType":"right","joinQuery":0,"modelFullscreen":0,"modalMinWidth":900,"commentStatus":0}', N'admin', N'2022-11-23 12:01:37.0000000', N'admin', N'2019-04-20 11:38:39.0000000', N'normal', N'N', N'', NULL)
GO
INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'997ee931515a4620bc30a9c1246429a9', N'test_shoptype_tree', N'1', N'2', N'商品分类', N'Y', N'Y', N'Y', N'Y', NULL, N'UUID', N'single', NULL, NULL, NULL, N'pid', N'has_child', N'type_name', N'temp', N'1', NULL, N'1', NULL, N'0', NULL, NULL, N'admin', N'2020-05-03 00:57:47.0000000', N'admin', N'2020-05-03 00:56:56.0000000', N'normal', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'9ab817fd4c2e4e7ba6652c4fa46af389', N'test_v3_hello', N'1', N'17', N'第一个Vue3表单', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'single', NULL, NULL, NULL, NULL, NULL, NULL, N'temp', N'1', NULL, N'1', NULL, N'0', NULL, N'{"reportPrintShow":0,"reportPrintUrl":"","joinQuery":0,"modelFullscreen":0,"modalMinWidth":"","tableFixedAction":1,"tableFixedActionType":"right","commentStatus":1}', N'admin', N'2022-11-07 11:42:38.0000000', N'admin', N'2022-06-04 22:53:38.0000000', N'normal', N'N', N'', NULL)
GO
INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'd35109c3632c4952a19ecc094943dd71', N'test_demo', N'1', N'38', N'测试用户表', N'Y', N'Y', N'Y', N'N', NULL, N'UUID', N'group', NULL, NULL, NULL, NULL, NULL, NULL, N'bdfl_include', N'1', NULL, N'0', NULL, N'0', NULL, N'{"reportPrintShow":0,"reportPrintUrl":"","tableFixedAction":0,"tableFixedActionType":"right","joinQuery":0,"modelFullscreen":0,"modalMinWidth":900,"commentStatus":0}', N'admin', N'2022-10-30 11:16:46.0000000', N'admin', N'2019-03-15 14:24:35.0000000', N'normal', N'N', N'', NULL)
GO
INSERT INTO [dbo].[onl_cgform_head] ([id], [table_name], [table_type], [table_version], [table_txt], [is_checkbox], [is_db_synch], [is_page], [is_tree], [id_sequence], [id_type], [query_mode], [relation_type], [sub_table_str], [tab_order_num], [tree_parent_id_field], [tree_id_field], [tree_fieldname], [form_category], [form_template], [form_template_mobile], [scroll], [copy_version], [copy_type], [physic_id], [ext_config_json], [update_by], [update_time], [create_by], [create_time], [theme_template], [is_des_form], [des_form_code], [low_app_id]) VALUES (N'deea5a8ec619460c9245ba85dbc59e80', N'test_order_product', N'3', N'12', N'订单产品明细', N'N', N'Y', N'Y', N'N', NULL, N'UUID', N'single', N'0', N'', N'1', NULL, NULL, NULL, N'bdfl_include', N'1', NULL, N'0', NULL, N'0', NULL, NULL, N'admin', N'2022-10-29 17:13:01.0000000', N'admin', N'2019-04-20 11:41:19.0000000', N'normal', NULL, NULL, NULL)
GO
-- ----------------------------
-- Table structure for onl_cgform_index
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_cgform_index]') AND type IN ('U'))
DROP TABLE [dbo].[onl_cgform_index]
GO
CREATE TABLE [dbo].[onl_cgform_index] (
[id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[cgform_head_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[index_name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[index_field] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL,
[index_type] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[is_db_synch] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL,
[del_flag] int NULL
)
GO
ALTER TABLE [dbo].[onl_cgform_index] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_index',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'主表id',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_index',
'COLUMN', N'cgform_head_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'索引名称',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_index',
'COLUMN', N'index_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'索引栏位',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_index',
'COLUMN', N'index_field'
GO
EXEC sp_addextendedproperty
'MS_Description', N'索引类型',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_index',
'COLUMN', N'index_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_index',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_index',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_index',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_index',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否同步数据库 N未同步 Y已同步',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_index',
'COLUMN', N'is_db_synch'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否删除 0未删除 1删除',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgform_index',
'COLUMN', N'del_flag'
GO
-- ----------------------------
-- Records of onl_cgform_index
-- ----------------------------
INSERT INTO [dbo].[onl_cgform_index] ([id], [cgform_head_id], [index_name], [index_field], [index_type], [create_by], [create_time], [update_by], [update_time], [is_db_synch], [del_flag]) VALUES (N'4731e321163d65e0e2cabf52c4a29937', N'553a4172fde446419cb602dc70f9ee67', N'index_jycs', N'jycs', N'unique', N'admin', N'2022-10-13 20:59:58.0000000', N'admin', N'2022-10-14 09:31:05.0000000', N'Y', N'0')
GO
-- ----------------------------
-- Table structure for onl_cgreport_head
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_cgreport_head]') AND type IN ('U'))
DROP TABLE [dbo].[onl_cgreport_head]
GO
CREATE TABLE [dbo].[onl_cgreport_head] (
[id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL,
[name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL,
[cgr_sql] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NOT NULL,
[return_val_field] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[return_txt_field] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[return_type] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL,
[db_source] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[content] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL,
[low_app_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[onl_cgreport_head] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'报表编码',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_head',
'COLUMN', N'code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'报表名字',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_head',
'COLUMN', N'name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'报表SQL',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_head',
'COLUMN', N'cgr_sql'
GO
EXEC sp_addextendedproperty
'MS_Description', N'返回值字段',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_head',
'COLUMN', N'return_val_field'
GO
EXEC sp_addextendedproperty
'MS_Description', N'返回文本字段',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_head',
'COLUMN', N'return_txt_field'
GO
EXEC sp_addextendedproperty
'MS_Description', N'返回类型,单选或多选',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_head',
'COLUMN', N'return_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'动态数据源',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_head',
'COLUMN', N'db_source'
GO
EXEC sp_addextendedproperty
'MS_Description', N'描述',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_head',
'COLUMN', N'content'
GO
EXEC sp_addextendedproperty
'MS_Description', N'关联的应用ID',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_head',
'COLUMN', N'low_app_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改时间',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_head',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改人id',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_head',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_head',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人id',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_head',
'COLUMN', N'create_by'
GO
-- ----------------------------
-- Records of onl_cgreport_head
-- ----------------------------
INSERT INTO [dbo].[onl_cgreport_head] ([id], [code], [name], [cgr_sql], [return_val_field], [return_txt_field], [return_type], [db_source], [content], [low_app_id], [update_time], [update_by], [create_time], [create_by]) VALUES (N'1256627801873821698', N'report002', N'统计登录每日登录次数', N'select DATE_FORMAT(create_time, ''%Y-%m-%d'') as date,count(*) as num from sys_log group by DATE_FORMAT(create_time, ''%Y-%m-%d'')', NULL, NULL, N'1', NULL, NULL, NULL, N'2022-10-13 16:47:57.0000000', N'admin', N'2020-05-03 00:53:10.0000000', N'admin')
GO
INSERT INTO [dbo].[onl_cgreport_head] ([id], [code], [name], [cgr_sql], [return_val_field], [return_txt_field], [return_type], [db_source], [content], [low_app_id], [update_time], [update_by], [create_time], [create_by]) VALUES (N'1260179852088135681', N'tj_user_report', N'统一有效系统用户', N'select id,realname,username,sex,birthday,avatar,phone,email from sys_user', NULL, NULL, N'1', NULL, NULL, NULL, N'2022-11-07 19:09:25.0000000', N'admin', N'2020-05-12 20:07:44.0000000', N'admin')
GO
INSERT INTO [dbo].[onl_cgreport_head] ([id], [code], [name], [cgr_sql], [return_val_field], [return_txt_field], [return_type], [db_source], [content], [low_app_id], [update_time], [update_by], [create_time], [create_by]) VALUES (N'1590154651759259649', N'withparamreport', N'带参数报表', N'select * from demo where sex = ''${sex}''', NULL, NULL, N'1', NULL, NULL, NULL, N'2022-11-09 14:38:04.0000000', N'admin', N'2022-11-09 09:29:47.0000000', N'admin')
GO
INSERT INTO [dbo].[onl_cgreport_head] ([id], [code], [name], [cgr_sql], [return_val_field], [return_txt_field], [return_type], [db_source], [content], [low_app_id], [update_time], [update_by], [create_time], [create_by]) VALUES (N'6c7f59741c814347905a938f06ee003c', N'report_user', N'统计在线用户', N'select realname,username,sex,birthday,avatar,phone,email from sys_user', NULL, NULL, N'1', N'', NULL, NULL, N'2022-10-25 11:41:18.0000000', N'admin', N'2019-03-25 11:20:45.0000000', N'admin')
GO
INSERT INTO [dbo].[onl_cgreport_head] ([id], [code], [name], [cgr_sql], [return_val_field], [return_txt_field], [return_type], [db_source], [content], [low_app_id], [update_time], [update_by], [create_time], [create_by]) VALUES (N'87b55a515d3441b6b98e48e5b35474a6', N'demo', N'Report Demo', N'select * from demo', NULL, NULL, N'1', N'', NULL, NULL, N'2020-05-03 01:14:35.0000000', N'admin', N'2019-03-12 11:25:16.0000000', N'admin')
GO
-- ----------------------------
-- Table structure for onl_cgreport_item
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_cgreport_item]') AND type IN ('U'))
DROP TABLE [dbo].[onl_cgreport_item]
GO
CREATE TABLE [dbo].[onl_cgreport_item] (
[id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[cgrhead_id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[field_name] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[field_txt] nvarchar(300) COLLATE Chinese_PRC_CI_AS NULL,
[field_width] int NULL,
[field_type] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL,
[search_mode] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL,
[is_order] int NULL,
[is_search] int NULL,
[dict_code] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL,
[field_href] nvarchar(120) COLLATE Chinese_PRC_CI_AS NULL,
[is_show] int NULL,
[order_num] int NULL,
[replace_val] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL,
[is_total] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL,
[group_title] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL
)
GO
ALTER TABLE [dbo].[onl_cgreport_item] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'报表ID',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_item',
'COLUMN', N'cgrhead_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'字段名字',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_item',
'COLUMN', N'field_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'字段文本',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_item',
'COLUMN', N'field_txt'
GO
EXEC sp_addextendedproperty
'MS_Description', N'字段类型',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_item',
'COLUMN', N'field_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'查询模式',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_item',
'COLUMN', N'search_mode'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否排序 0否,1是',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_item',
'COLUMN', N'is_order'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否查询 0否,1是',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_item',
'COLUMN', N'is_search'
GO
EXEC sp_addextendedproperty
'MS_Description', N'字典CODE',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_item',
'COLUMN', N'dict_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'字段跳转URL',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_item',
'COLUMN', N'field_href'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否显示 0否,1显示',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_item',
'COLUMN', N'is_show'
GO
EXEC sp_addextendedproperty
'MS_Description', N'排序',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_item',
'COLUMN', N'order_num'
GO
EXEC sp_addextendedproperty
'MS_Description', N'取值表达式',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_item',
'COLUMN', N'replace_val'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否合计 0否,1是仅对数值有效',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_item',
'COLUMN', N'is_total'
GO
EXEC sp_addextendedproperty
'MS_Description', N'分组标题',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_item',
'COLUMN', N'group_title'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_item',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_item',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改人',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_item',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改时间',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_item',
'COLUMN', N'update_time'
GO
-- ----------------------------
-- Records of onl_cgreport_item
-- ----------------------------
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256627802020622337', N'1256627801873821698', N'date', N'日期', NULL, N'String', NULL, N'0', N'0', N'', N'', N'1', N'0', N'', NULL, NULL, N'admin', N'2020-09-11 14:50:45.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1256627802075148289', N'1256627801873821698', N'num', N'登录次数', NULL, N'String', NULL, N'0', N'0', N'', N'', N'1', N'1', N'', N'1', NULL, N'admin', N'2020-09-11 14:50:45.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260179881129496577', N'1260179852088135681', N'id', N'ID', NULL, N'String', NULL, N'0', N'0', N'', N'', N'0', N'0', N'', NULL, NULL, N'admin', N'2020-09-11 14:07:38.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260179881129496578', N'1260179852088135681', N'username', N'账号', NULL, N'String', NULL, N'0', N'0', N'', N'', N'1', N'1', N'', NULL, N'用户信息', N'admin', N'2020-09-11 14:07:38.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260179881129496579', N'1260179852088135681', N'realname', N'用户名字', NULL, N'String', NULL, N'0', N'0', N'', N'', N'1', N'2', N'', NULL, N'用户信息', N'admin', N'2020-09-11 14:07:38.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260179881129496584', N'1260179852088135681', N'sex', N'性别', NULL, N'String', NULL, N'0', N'1', N'sex', N'', N'1', N'3', N'', NULL, N'用户信息', N'admin', N'2020-09-11 14:07:38.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260179881129496585', N'1260179852088135681', N'email', N'邮箱', NULL, N'String', N'single', N'0', N'1', N'', N'', N'1', N'4', N'', NULL, NULL, N'admin', N'2020-09-11 14:07:38.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260179881129496586', N'1260179852088135681', N'phone', N'电话', NULL, N'String', NULL, N'0', N'0', N'', N'', N'1', N'5', N'', NULL, NULL, N'admin', N'2020-09-11 14:07:38.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'15884396588465896672', N'87b55a515d3441b6b98e48e5b35474a6', N'id', N'ID', NULL, N'String', NULL, N'0', N'0', N'', N'', N'0', N'1', N'', NULL, NULL, N'admin', N'2020-05-03 01:14:35.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'15892858611256977947', N'1260179852088135681', N'birthday', N'生日', NULL, N'Date', NULL, N'0', N'0', N'', N'', N'1', N'6', N'', NULL, NULL, N'admin', N'2020-09-11 14:07:38.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1590154651872505857', N'1590154651759259649', N'id', N'id', NULL, N'String', NULL, N'0', N'0', NULL, NULL, N'1', N'0', NULL, NULL, NULL, N'admin', N'2022-11-09 09:29:47.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1590154651876700162', N'1590154651759259649', N'name', N'name', NULL, N'String', NULL, N'0', N'0', NULL, NULL, N'1', N'1', NULL, NULL, NULL, N'admin', N'2022-11-09 09:29:47.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1590154651876700163', N'1590154651759259649', N'key_word', N'key_word', NULL, N'String', NULL, N'0', N'0', NULL, NULL, N'1', N'2', NULL, NULL, NULL, N'admin', N'2022-11-09 09:29:47.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1590154651876700164', N'1590154651759259649', N'punch_time', N'punch_time', NULL, N'String', NULL, N'0', N'0', NULL, NULL, N'1', N'3', NULL, NULL, NULL, N'admin', N'2022-11-09 09:29:47.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1590154651876700165', N'1590154651759259649', N'salary_money', N'salary_money', NULL, N'String', NULL, N'0', N'0', NULL, NULL, N'1', N'4', NULL, NULL, NULL, N'admin', N'2022-11-09 09:29:47.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1590154651876700166', N'1590154651759259649', N'bonus_money', N'bonus_money', NULL, N'String', NULL, N'0', N'0', NULL, NULL, N'1', N'5', NULL, NULL, NULL, N'admin', N'2022-11-09 09:29:47.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1590154651876700167', N'1590154651759259649', N'sex', N'sex', NULL, N'String', NULL, N'0', N'0', NULL, NULL, N'1', N'6', NULL, NULL, NULL, N'admin', N'2022-11-09 09:29:47.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1590154651885088769', N'1590154651759259649', N'age', N'age', NULL, N'String', NULL, N'0', N'0', NULL, NULL, N'1', N'7', NULL, NULL, NULL, N'admin', N'2022-11-09 09:29:47.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1590154651885088770', N'1590154651759259649', N'birthday', N'birthday', NULL, N'String', NULL, N'0', N'0', NULL, NULL, N'1', N'8', NULL, NULL, NULL, N'admin', N'2022-11-09 09:29:47.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1590154651885088771', N'1590154651759259649', N'email', N'email', NULL, N'String', NULL, N'0', N'0', NULL, NULL, N'1', N'9', NULL, NULL, NULL, N'admin', N'2022-11-09 09:29:47.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1590154651885088772', N'1590154651759259649', N'content', N'content', NULL, N'String', NULL, N'0', N'0', NULL, NULL, N'1', N'10', NULL, NULL, NULL, N'admin', N'2022-11-09 09:29:47.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1590154651885088773', N'1590154651759259649', N'create_by', N'create_by', NULL, N'String', NULL, N'0', N'0', NULL, NULL, N'1', N'11', NULL, NULL, NULL, N'admin', N'2022-11-09 09:29:47.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1590154651885088774', N'1590154651759259649', N'create_time', N'create_time', NULL, N'String', NULL, N'0', N'0', NULL, NULL, N'1', N'12', NULL, NULL, NULL, N'admin', N'2022-11-09 09:29:47.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1590154651885088775', N'1590154651759259649', N'update_by', N'update_by', NULL, N'String', NULL, N'0', N'0', NULL, NULL, N'1', N'13', NULL, NULL, NULL, N'admin', N'2022-11-09 09:29:47.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1590154651885088776', N'1590154651759259649', N'update_time', N'update_time', NULL, N'String', NULL, N'0', N'0', NULL, NULL, N'1', N'14', NULL, NULL, NULL, N'admin', N'2022-11-09 09:29:47.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1590154651893477378', N'1590154651759259649', N'sys_org_code', N'sys_org_code', NULL, N'String', NULL, N'0', N'0', NULL, NULL, N'1', N'15', NULL, NULL, NULL, N'admin', N'2022-11-09 09:29:47.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1590154651893477379', N'1590154651759259649', N'tenant_id', N'tenant_id', NULL, N'String', NULL, N'0', N'0', NULL, NULL, N'1', N'16', NULL, NULL, NULL, N'admin', N'2022-11-09 09:29:47.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1740bb02519db90c44cb2cba8b755136', N'6c7f59741c814347905a938f06ee003c', N'realname', N'用户名称', NULL, N'String', NULL, N'0', N'0', N'', N'https://www.baidu.com', N'1', N'0', N'', NULL, NULL, N'admin', N'2020-05-03 02:35:28.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1b181e6d2813bcb263adc39737f9df46', N'87b55a515d3441b6b98e48e5b35474a6', N'name', N'用户名', NULL, N'String', N'single', N'0', N'1', N'', N'', N'1', N'2', N'', NULL, NULL, N'admin', N'2020-05-03 01:14:35.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'61ef5b323134938fdd07ad5e3ea16cd3', N'87b55a515d3441b6b98e48e5b35474a6', N'key_word', N'关键词', NULL, N'String', N'single', N'0', N'1', N'', N'', N'1', N'3', N'', NULL, NULL, N'admin', N'2020-05-03 01:14:35.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'627768efd9ba2c41e905579048f21000', N'6c7f59741c814347905a938f06ee003c', N'username', N'用户账号', NULL, N'String', N'single', N'0', N'1', N'SELECT username value, realname text FROM sys_user', N'', N'1', N'1', N'', NULL, NULL, N'admin', N'2020-05-03 02:35:28.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8bb087a9aa2000bcae17a1b3f5768435', N'6c7f59741c814347905a938f06ee003c', N'sex', N'性别', NULL, N'String', N'single', N'0', N'1', N'sex', N'', N'1', N'2', N'', NULL, NULL, N'admin', N'2020-05-03 02:35:28.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'90d4fa57d301801abb26a9b86b6b94c4', N'6c7f59741c814347905a938f06ee003c', N'birthday', N'生日', NULL, N'Date', N'single', N'0', N'0', N'', N'', N'1', N'3', N'', NULL, NULL, N'admin', N'2020-05-03 02:35:28.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a4ac355f07a05218854e5f23e2930163', N'6c7f59741c814347905a938f06ee003c', N'avatar', N'头像', NULL, N'String', NULL, N'0', N'0', N'', N'', N'0', N'4', N'', NULL, NULL, N'admin', N'2020-05-03 02:35:28.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd6e86b5ffd096ddcc445c0f320a45004', N'6c7f59741c814347905a938f06ee003c', N'phone', N'手机号', NULL, N'String', NULL, N'0', N'0', N'', N'', N'1', N'5', N'', NULL, NULL, N'admin', N'2020-05-03 02:35:28.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'df365cd357699eea96c29763d1dd7f9d', N'6c7f59741c814347905a938f06ee003c', N'email', N'邮箱', NULL, N'String', NULL, N'0', N'0', N'', N'', N'1', N'6', N'', NULL, NULL, N'admin', N'2020-05-03 02:35:28.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'edf9932912b81ad01dd557d3d593a559', N'87b55a515d3441b6b98e48e5b35474a6', N'age', N'年龄', NULL, N'String', NULL, N'0', N'0', N'', N'', N'1', N'4', N'', NULL, NULL, N'admin', N'2020-05-03 01:14:35.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f985883e509a6faaaf62ca07fd24a73c', N'87b55a515d3441b6b98e48e5b35474a6', N'birthday', N'生日', NULL, N'Date', N'single', N'0', N'1', N'', N'', N'1', N'5', N'', NULL, NULL, N'admin', N'2020-05-03 01:14:35.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[onl_cgreport_item] ([id], [cgrhead_id], [field_name], [field_txt], [field_width], [field_type], [search_mode], [is_order], [is_search], [dict_code], [field_href], [is_show], [order_num], [replace_val], [is_total], [group_title], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fce83e4258de3e2f114ab3116397670c', N'87b55a515d3441b6b98e48e5b35474a6', N'punch_time', N'发布时间', NULL, N'String', NULL, N'0', N'0', N'', N'', N'1', N'6', N'', NULL, NULL, N'admin', N'2020-05-03 01:14:35.0000000', NULL, NULL)
GO
-- ----------------------------
-- Table structure for onl_cgreport_param
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[onl_cgreport_param]') AND type IN ('U'))
DROP TABLE [dbo].[onl_cgreport_param]
GO
CREATE TABLE [dbo].[onl_cgreport_param] (
[id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[cgrhead_id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[param_name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[param_txt] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[param_value] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[order_num] int NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL
)
GO
ALTER TABLE [dbo].[onl_cgreport_param] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'动态报表ID',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_param',
'COLUMN', N'cgrhead_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'参数字段',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_param',
'COLUMN', N'param_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'参数文本',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_param',
'COLUMN', N'param_txt'
GO
EXEC sp_addextendedproperty
'MS_Description', N'参数默认值',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_param',
'COLUMN', N'param_value'
GO
EXEC sp_addextendedproperty
'MS_Description', N'排序',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_param',
'COLUMN', N'order_num'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_param',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_param',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_param',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'onl_cgreport_param',
'COLUMN', N'update_time'
GO
-- ----------------------------
-- Records of onl_cgreport_param
-- ----------------------------
INSERT INTO [dbo].[onl_cgreport_param] ([id], [cgrhead_id], [param_name], [param_txt], [param_value], [order_num], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1590154651838951425', N'1590154651759259649', N'sex', N'sex', N'', N'0', N'admin', N'2022-11-09 09:29:47.0000000', NULL, NULL)
GO
-- ----------------------------
-- Table structure for oss_file
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[oss_file]') AND type IN ('U'))
DROP TABLE [dbo].[oss_file]
GO
CREATE TABLE [dbo].[oss_file] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[file_name] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[url] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL
)
GO
ALTER TABLE [dbo].[oss_file] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键id',
'SCHEMA', N'dbo',
'TABLE', N'oss_file',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'文件名称',
'SCHEMA', N'dbo',
'TABLE', N'oss_file',
'COLUMN', N'file_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'文件地址',
'SCHEMA', N'dbo',
'TABLE', N'oss_file',
'COLUMN', N'url'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'oss_file',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'oss_file',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'oss_file',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'oss_file',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'Oss File',
'SCHEMA', N'dbo',
'TABLE', N'oss_file'
GO
-- ----------------------------
-- Records of oss_file
-- ----------------------------
-- ----------------------------
-- Table structure for QRTZ_BLOB_TRIGGERS
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QRTZ_BLOB_TRIGGERS]') AND type IN ('U'))
DROP TABLE [dbo].[QRTZ_BLOB_TRIGGERS]
GO
CREATE TABLE [dbo].[QRTZ_BLOB_TRIGGERS] (
[SCHED_NAME] varchar(120) COLLATE Chinese_PRC_CI_AS NOT NULL,
[TRIGGER_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL,
[TRIGGER_GROUP] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL,
[BLOB_DATA] image NULL
)
GO
ALTER TABLE [dbo].[QRTZ_BLOB_TRIGGERS] SET (LOCK_ESCALATION = TABLE)
GO
-- ----------------------------
-- Records of QRTZ_BLOB_TRIGGERS
-- ----------------------------
-- ----------------------------
-- Table structure for QRTZ_CALENDARS
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QRTZ_CALENDARS]') AND type IN ('U'))
DROP TABLE [dbo].[QRTZ_CALENDARS]
GO
CREATE TABLE [dbo].[QRTZ_CALENDARS] (
[SCHED_NAME] varchar(120) COLLATE Chinese_PRC_CI_AS NOT NULL,
[CALENDAR_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL,
[CALENDAR] image NOT NULL
)
GO
ALTER TABLE [dbo].[QRTZ_CALENDARS] SET (LOCK_ESCALATION = TABLE)
GO
-- ----------------------------
-- Records of QRTZ_CALENDARS
-- ----------------------------
-- ----------------------------
-- Table structure for QRTZ_CRON_TRIGGERS
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QRTZ_CRON_TRIGGERS]') AND type IN ('U'))
DROP TABLE [dbo].[QRTZ_CRON_TRIGGERS]
GO
CREATE TABLE [dbo].[QRTZ_CRON_TRIGGERS] (
[SCHED_NAME] varchar(120) COLLATE Chinese_PRC_CI_AS NOT NULL,
[TRIGGER_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL,
[TRIGGER_GROUP] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL,
[CRON_EXPRESSION] varchar(120) COLLATE Chinese_PRC_CI_AS NOT NULL,
[TIME_ZONE_ID] varchar(80) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[QRTZ_CRON_TRIGGERS] SET (LOCK_ESCALATION = TABLE)
GO
-- ----------------------------
-- Records of QRTZ_CRON_TRIGGERS
-- ----------------------------
-- ----------------------------
-- Table structure for QRTZ_FIRED_TRIGGERS
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QRTZ_FIRED_TRIGGERS]') AND type IN ('U'))
DROP TABLE [dbo].[QRTZ_FIRED_TRIGGERS]
GO
CREATE TABLE [dbo].[QRTZ_FIRED_TRIGGERS] (
[SCHED_NAME] varchar(120) COLLATE Chinese_PRC_CI_AS NOT NULL,
[ENTRY_ID] varchar(95) COLLATE Chinese_PRC_CI_AS NOT NULL,
[TRIGGER_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL,
[TRIGGER_GROUP] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL,
[INSTANCE_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL,
[FIRED_TIME] bigint NOT NULL,
[SCHED_TIME] bigint NOT NULL,
[PRIORITY] int NOT NULL,
[STATE] varchar(16) COLLATE Chinese_PRC_CI_AS NOT NULL,
[JOB_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NULL,
[JOB_GROUP] varchar(200) COLLATE Chinese_PRC_CI_AS NULL,
[IS_NONCONCURRENT] varchar(1) COLLATE Chinese_PRC_CI_AS NULL,
[REQUESTS_RECOVERY] varchar(1) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[QRTZ_FIRED_TRIGGERS] SET (LOCK_ESCALATION = TABLE)
GO
-- ----------------------------
-- Records of QRTZ_FIRED_TRIGGERS
-- ----------------------------
-- ----------------------------
-- Table structure for QRTZ_JOB_DETAILS
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QRTZ_JOB_DETAILS]') AND type IN ('U'))
DROP TABLE [dbo].[QRTZ_JOB_DETAILS]
GO
CREATE TABLE [dbo].[QRTZ_JOB_DETAILS] (
[SCHED_NAME] varchar(120) COLLATE Chinese_PRC_CI_AS NOT NULL,
[JOB_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL,
[JOB_GROUP] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL,
[DESCRIPTION] varchar(250) COLLATE Chinese_PRC_CI_AS NULL,
[JOB_CLASS_NAME] varchar(250) COLLATE Chinese_PRC_CI_AS NOT NULL,
[IS_DURABLE] varchar(1) COLLATE Chinese_PRC_CI_AS NOT NULL,
[IS_NONCONCURRENT] varchar(1) COLLATE Chinese_PRC_CI_AS NOT NULL,
[IS_UPDATE_DATA] varchar(1) COLLATE Chinese_PRC_CI_AS NOT NULL,
[REQUESTS_RECOVERY] varchar(1) COLLATE Chinese_PRC_CI_AS NOT NULL,
[JOB_DATA] image NULL
)
GO
ALTER TABLE [dbo].[QRTZ_JOB_DETAILS] SET (LOCK_ESCALATION = TABLE)
GO
-- ----------------------------
-- Records of QRTZ_JOB_DETAILS
-- ----------------------------
-- ----------------------------
-- Table structure for QRTZ_LOCKS
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QRTZ_LOCKS]') AND type IN ('U'))
DROP TABLE [dbo].[QRTZ_LOCKS]
GO
CREATE TABLE [dbo].[QRTZ_LOCKS] (
[SCHED_NAME] varchar(120) COLLATE Chinese_PRC_CI_AS NOT NULL,
[LOCK_NAME] varchar(40) COLLATE Chinese_PRC_CI_AS NOT NULL
)
GO
ALTER TABLE [dbo].[QRTZ_LOCKS] SET (LOCK_ESCALATION = TABLE)
GO
-- ----------------------------
-- Records of QRTZ_LOCKS
-- ----------------------------
-- ----------------------------
-- Table structure for QRTZ_PAUSED_TRIGGER_GRPS
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QRTZ_PAUSED_TRIGGER_GRPS]') AND type IN ('U'))
DROP TABLE [dbo].[QRTZ_PAUSED_TRIGGER_GRPS]
GO
CREATE TABLE [dbo].[QRTZ_PAUSED_TRIGGER_GRPS] (
[SCHED_NAME] varchar(120) COLLATE Chinese_PRC_CI_AS NOT NULL,
[TRIGGER_GROUP] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL
)
GO
ALTER TABLE [dbo].[QRTZ_PAUSED_TRIGGER_GRPS] SET (LOCK_ESCALATION = TABLE)
GO
-- ----------------------------
-- Records of QRTZ_PAUSED_TRIGGER_GRPS
-- ----------------------------
-- ----------------------------
-- Table structure for QRTZ_SCHEDULER_STATE
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QRTZ_SCHEDULER_STATE]') AND type IN ('U'))
DROP TABLE [dbo].[QRTZ_SCHEDULER_STATE]
GO
CREATE TABLE [dbo].[QRTZ_SCHEDULER_STATE] (
[SCHED_NAME] varchar(120) COLLATE Chinese_PRC_CI_AS NOT NULL,
[INSTANCE_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL,
[LAST_CHECKIN_TIME] bigint NOT NULL,
[CHECKIN_INTERVAL] bigint NOT NULL
)
GO
ALTER TABLE [dbo].[QRTZ_SCHEDULER_STATE] SET (LOCK_ESCALATION = TABLE)
GO
-- ----------------------------
-- Records of QRTZ_SCHEDULER_STATE
-- ----------------------------
-- ----------------------------
-- Table structure for QRTZ_SIMPLE_TRIGGERS
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QRTZ_SIMPLE_TRIGGERS]') AND type IN ('U'))
DROP TABLE [dbo].[QRTZ_SIMPLE_TRIGGERS]
GO
CREATE TABLE [dbo].[QRTZ_SIMPLE_TRIGGERS] (
[SCHED_NAME] varchar(120) COLLATE Chinese_PRC_CI_AS NOT NULL,
[TRIGGER_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL,
[TRIGGER_GROUP] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL,
[REPEAT_COUNT] bigint NOT NULL,
[REPEAT_INTERVAL] bigint NOT NULL,
[TIMES_TRIGGERED] bigint NOT NULL
)
GO
ALTER TABLE [dbo].[QRTZ_SIMPLE_TRIGGERS] SET (LOCK_ESCALATION = TABLE)
GO
-- ----------------------------
-- Records of QRTZ_SIMPLE_TRIGGERS
-- ----------------------------
-- ----------------------------
-- Table structure for QRTZ_SIMPROP_TRIGGERS
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QRTZ_SIMPROP_TRIGGERS]') AND type IN ('U'))
DROP TABLE [dbo].[QRTZ_SIMPROP_TRIGGERS]
GO
CREATE TABLE [dbo].[QRTZ_SIMPROP_TRIGGERS] (
[SCHED_NAME] varchar(120) COLLATE Chinese_PRC_CI_AS NOT NULL,
[TRIGGER_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL,
[TRIGGER_GROUP] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL,
[STR_PROP_1] varchar(512) COLLATE Chinese_PRC_CI_AS NULL,
[STR_PROP_2] varchar(512) COLLATE Chinese_PRC_CI_AS NULL,
[STR_PROP_3] varchar(512) COLLATE Chinese_PRC_CI_AS NULL,
[INT_PROP_1] int NULL,
[INT_PROP_2] int NULL,
[LONG_PROP_1] bigint NULL,
[LONG_PROP_2] bigint NULL,
[DEC_PROP_1] numeric(13,4) NULL,
[DEC_PROP_2] numeric(13,4) NULL,
[BOOL_PROP_1] varchar(1) COLLATE Chinese_PRC_CI_AS NULL,
[BOOL_PROP_2] varchar(1) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[QRTZ_SIMPROP_TRIGGERS] SET (LOCK_ESCALATION = TABLE)
GO
-- ----------------------------
-- Records of QRTZ_SIMPROP_TRIGGERS
-- ----------------------------
-- ----------------------------
-- Table structure for QRTZ_TRIGGERS
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QRTZ_TRIGGERS]') AND type IN ('U'))
DROP TABLE [dbo].[QRTZ_TRIGGERS]
GO
CREATE TABLE [dbo].[QRTZ_TRIGGERS] (
[SCHED_NAME] varchar(120) COLLATE Chinese_PRC_CI_AS NOT NULL,
[TRIGGER_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL,
[TRIGGER_GROUP] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL,
[JOB_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL,
[JOB_GROUP] varchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL,
[DESCRIPTION] varchar(250) COLLATE Chinese_PRC_CI_AS NULL,
[NEXT_FIRE_TIME] bigint NULL,
[PREV_FIRE_TIME] bigint NULL,
[PRIORITY] int NULL,
[TRIGGER_STATE] varchar(16) COLLATE Chinese_PRC_CI_AS NOT NULL,
[TRIGGER_TYPE] varchar(8) COLLATE Chinese_PRC_CI_AS NOT NULL,
[START_TIME] bigint NOT NULL,
[END_TIME] bigint NULL,
[CALENDAR_NAME] varchar(200) COLLATE Chinese_PRC_CI_AS NULL,
[MISFIRE_INSTR] smallint NULL,
[JOB_DATA] image NULL
)
GO
ALTER TABLE [dbo].[QRTZ_TRIGGERS] SET (LOCK_ESCALATION = TABLE)
GO
-- ----------------------------
-- Records of QRTZ_TRIGGERS
-- ----------------------------
-- ----------------------------
-- Table structure for rep_demo_dxtj
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[rep_demo_dxtj]') AND type IN ('U'))
DROP TABLE [dbo].[rep_demo_dxtj]
GO
CREATE TABLE [dbo].[rep_demo_dxtj] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[gtime] datetime2(7) NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[jphone] nvarchar(125) COLLATE Chinese_PRC_CI_AS NULL,
[birth] datetime2(7) NULL,
[hukou] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[laddress] nvarchar(125) COLLATE Chinese_PRC_CI_AS NULL,
[jperson] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[sex] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[rep_demo_dxtj] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_dxtj',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'姓名',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_dxtj',
'COLUMN', N'name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'雇佣日期',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_dxtj',
'COLUMN', N'gtime'
GO
EXEC sp_addextendedproperty
'MS_Description', N'职务',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_dxtj',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'家庭电话',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_dxtj',
'COLUMN', N'jphone'
GO
EXEC sp_addextendedproperty
'MS_Description', N'出生日期',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_dxtj',
'COLUMN', N'birth'
GO
EXEC sp_addextendedproperty
'MS_Description', N'户口所在地',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_dxtj',
'COLUMN', N'hukou'
GO
EXEC sp_addextendedproperty
'MS_Description', N'联系地址',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_dxtj',
'COLUMN', N'laddress'
GO
EXEC sp_addextendedproperty
'MS_Description', N'紧急联系人',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_dxtj',
'COLUMN', N'jperson'
GO
EXEC sp_addextendedproperty
'MS_Description', N'xingbie',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_dxtj',
'COLUMN', N'sex'
GO
-- ----------------------------
-- Records of rep_demo_dxtj
-- ----------------------------
INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338808084247613441', N'张三', N'2019-11-06 00:00:00.0000000', N'1', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1')
GO
INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809169074982920', N'张小哲', N'2019-11-06 00:00:00.0000000', N'2', N'18034596971', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1')
GO
INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809448658898952', N'闫妮', N'2019-11-06 00:00:00.0000000', N'2', N'18034596972', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1')
GO
INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809620973490184', N'陌生', N'2019-11-06 00:00:00.0000000', N'2', N'18034596973', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1')
GO
INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809652606930952', N'贺江', N'2019-11-06 00:00:00.0000000', N'2', N'18034596974', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'2')
GO
INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809685200867336', N'村子明', N'2019-11-06 00:00:00.0000000', N'3', N'18034596975', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'2')
GO
INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809710203113481', N'尚德', N'2019-11-06 00:00:00.0000000', N'4', N'18034596977', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1')
GO
INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809749470187528', N'郑恺', N'2019-11-06 00:00:00.0000000', N'4', N'18034596978', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1')
GO
INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809774971555849', N'未名园', N'2019-11-06 00:00:00.0000000', N'4', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1')
GO
INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809805199904777', N'韩寒', N'2019-11-06 00:00:00.0000000', N'5', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1')
GO
INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809830017601544', N'迪丽热拉', N'2019-11-06 00:00:00.0000000', N'6', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1')
GO
INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1338809864356368393', N'张一山', N'2019-11-06 00:00:00.0000000', N'6', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1')
GO
INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157602480137', N'张三', N'2019-11-06 00:00:00.0000000', N'1', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1')
GO
INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157602480146', N'张大大', N'2019-11-06 00:00:00.0000000', N'2', N'18034596971', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1')
GO
INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674439', N'郭美美', N'2019-11-06 00:00:00.0000000', N'2', N'18034596972', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1')
GO
INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674448', N'莫愁', N'2019-11-06 00:00:00.0000000', N'2', N'18034596973', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1')
GO
INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674457', N'鲁与', N'2019-11-06 00:00:00.0000000', N'2', N'18034596974', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'2')
GO
INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674466', N'高尚', N'2019-11-06 00:00:00.0000000', N'3', N'18034596975', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'2')
GO
INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674475', N'尚北京', N'2019-11-06 00:00:00.0000000', N'4', N'18034596977', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1')
GO
INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674484', N'杨颖花', N'2019-11-06 00:00:00.0000000', N'4', N'18034596978', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1')
GO
INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674493', N'李丽', N'2019-11-06 00:00:00.0000000', N'4', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1')
GO
INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674502', N'韩露露', N'2019-11-06 00:00:00.0000000', N'5', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1')
GO
INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674511', N'李凯泽', N'2019-11-06 00:00:00.0000000', N'6', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1')
GO
INSERT INTO [dbo].[rep_demo_dxtj] ([id], [name], [gtime], [update_by], [jphone], [birth], [hukou], [laddress], [jperson], [sex]) VALUES (N'1339160157606674520', N'王明阳', N'2019-11-06 00:00:00.0000000', N'6', N'18034596970', N'1988-12-15 00:00:00.0000000', N'北京市朝阳区奥运村街道亚运村小区', N'18034596972', N'王亮', N'1')
GO
-- ----------------------------
-- Table structure for rep_demo_employee
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[rep_demo_employee]') AND type IN ('U'))
DROP TABLE [dbo].[rep_demo_employee]
GO
CREATE TABLE [dbo].[rep_demo_employee] (
[id] nvarchar(10) COLLATE Chinese_PRC_CI_AS NOT NULL,
[num] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[sex] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL,
[birthday] datetime2(7) NULL,
[nation] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL,
[political] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL,
[native_place] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL,
[height] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL,
[weight] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL,
[health] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL,
[id_card] nvarchar(80) COLLATE Chinese_PRC_CI_AS NULL,
[education] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL,
[school] nvarchar(80) COLLATE Chinese_PRC_CI_AS NULL,
[major] nvarchar(80) COLLATE Chinese_PRC_CI_AS NULL,
[address] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[zip_code] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL,
[email] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL,
[phone] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL,
[foreign_language] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL,
[foreign_language_level] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL,
[computer_level] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL,
[graduation_time] datetime2(7) NULL,
[arrival_time] datetime2(7) NULL,
[positional_titles] nvarchar(30) COLLATE Chinese_PRC_CI_AS NULL,
[education_experience] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL,
[work_experience] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[del_flag] tinyint NULL
)
GO
ALTER TABLE [dbo].[rep_demo_employee] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'编号',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'num'
GO
EXEC sp_addextendedproperty
'MS_Description', N'姓名',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'性别',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'sex'
GO
EXEC sp_addextendedproperty
'MS_Description', N'出生日期',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'birthday'
GO
EXEC sp_addextendedproperty
'MS_Description', N'民族',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'nation'
GO
EXEC sp_addextendedproperty
'MS_Description', N'政治面貌',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'political'
GO
EXEC sp_addextendedproperty
'MS_Description', N'籍贯',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'native_place'
GO
EXEC sp_addextendedproperty
'MS_Description', N'身高',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'height'
GO
EXEC sp_addextendedproperty
'MS_Description', N'体重',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'weight'
GO
EXEC sp_addextendedproperty
'MS_Description', N'健康状况',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'health'
GO
EXEC sp_addextendedproperty
'MS_Description', N'身份证号',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'id_card'
GO
EXEC sp_addextendedproperty
'MS_Description', N'学历',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'education'
GO
EXEC sp_addextendedproperty
'MS_Description', N'毕业学校',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'school'
GO
EXEC sp_addextendedproperty
'MS_Description', N'专业',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'major'
GO
EXEC sp_addextendedproperty
'MS_Description', N'联系地址',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'address'
GO
EXEC sp_addextendedproperty
'MS_Description', N'邮编',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'zip_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'Email',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'email'
GO
EXEC sp_addextendedproperty
'MS_Description', N'手机号',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'phone'
GO
EXEC sp_addextendedproperty
'MS_Description', N'外语语种',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'foreign_language'
GO
EXEC sp_addextendedproperty
'MS_Description', N'外语水平',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'foreign_language_level'
GO
EXEC sp_addextendedproperty
'MS_Description', N'计算机水平',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'computer_level'
GO
EXEC sp_addextendedproperty
'MS_Description', N'毕业时间',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'graduation_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'到职时间',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'arrival_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'职称',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'positional_titles'
GO
EXEC sp_addextendedproperty
'MS_Description', N'教育经历',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'education_experience'
GO
EXEC sp_addextendedproperty
'MS_Description', N'工作经历',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'work_experience'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改人',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改时间',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'删除标识0-正常,1-已删除',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_employee',
'COLUMN', N'del_flag'
GO
-- ----------------------------
-- Records of rep_demo_employee
-- ----------------------------
INSERT INTO [dbo].[rep_demo_employee] ([id], [num], [name], [sex], [birthday], [nation], [political], [native_place], [height], [weight], [health], [id_card], [education], [school], [major], [address], [zip_code], [email], [phone], [foreign_language], [foreign_language_level], [computer_level], [graduation_time], [arrival_time], [positional_titles], [education_experience], [work_experience], [create_by], [create_time], [update_by], [update_time], [del_flag]) VALUES (N'1', N'001', N'张三', N'男', N'2000-02-04 13:36:19.0000000', N'汉族', N'团员', N'北京', N'170', N'65', N'良好', N'110101200002044853', N'大专', N'北京科技', N'计算机', N'北京朝阳区', N'1001', N'zhang@163.com', N'18011111111', N'英语', N'三级', N'三级', N'2019-02-04 13:41:17.0000000', N'2020-02-04 13:41:31.0000000', N'项目经理', N'2018年9月—2019年7月北京语言文化大学比较文学研究所攻读博士学位获得比较文学博士学位', N'2019年5月---至今 XX公司     网络系统工程师  
2019年5月---至今 XX公司     网络系统工程师', NULL, N'2020-02-04 15:18:03.0000000', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[rep_demo_employee] ([id], [num], [name], [sex], [birthday], [nation], [political], [native_place], [height], [weight], [health], [id_card], [education], [school], [major], [address], [zip_code], [email], [phone], [foreign_language], [foreign_language_level], [computer_level], [graduation_time], [arrival_time], [positional_titles], [education_experience], [work_experience], [create_by], [create_time], [update_by], [update_time], [del_flag]) VALUES (N'2', N'002', N'王红', N'女', N'2000-02-04 13:36:19.0000000', N'汉族', N'团员', N'北京', N'170', N'65', N'良好', N'110101200002044853', N'大专', N'北京科技', N'计算机', N'北京朝阳区', N'1001', N'zhang@163.com', N'18011111111', N'英语', N'三级', N'三级', N'2019-02-04 13:41:17.0000000', N'2020-02-04 13:41:31.0000000', N'项目经理', N'2018年9月—2019年7月北京语言文化大学比较文学研究所攻读博士学位获得比较文学博士学位', N'2019年5月---至今 XX公司     网络系统工程师  
2019年5月---至今 XX公司     网络系统工程师', NULL, N'2020-02-04 18:39:27.0000000', NULL, NULL, NULL)
GO
-- ----------------------------
-- Table structure for rep_demo_gongsi
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[rep_demo_gongsi]') AND type IN ('U'))
DROP TABLE [dbo].[rep_demo_gongsi]
GO
CREATE TABLE [dbo].[rep_demo_gongsi] (
[id] int NOT NULL,
[gname] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL,
[gdata] nvarchar(255) COLLATE Chinese_PRC_CI_AS NOT NULL,
[tdata] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL,
[didian] nvarchar(255) COLLATE Chinese_PRC_CI_AS NOT NULL,
[zhaiyao] nvarchar(255) COLLATE Chinese_PRC_CI_AS NOT NULL,
[num] nvarchar(255) COLLATE Chinese_PRC_CI_AS NOT NULL
)
GO
ALTER TABLE [dbo].[rep_demo_gongsi] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'货品名称',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_gongsi',
'COLUMN', N'gname'
GO
EXEC sp_addextendedproperty
'MS_Description', N'返利',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_gongsi',
'COLUMN', N'gdata'
GO
EXEC sp_addextendedproperty
'MS_Description', N'备注',
'SCHEMA', N'dbo',
'TABLE', N'rep_demo_gongsi',
'COLUMN', N'tdata'
GO
-- ----------------------------
-- Records of rep_demo_gongsi
-- ----------------------------
INSERT INTO [dbo].[rep_demo_gongsi] ([id], [gname], [gdata], [tdata], [didian], [zhaiyao], [num]) VALUES (N'1', N'北京天山海世界', N'2020-02-30 11:12:25', N'2020-02-25', N'天山大厦', N'1', N'2399845661')
GO
INSERT INTO [dbo].[rep_demo_gongsi] ([id], [gname], [gdata], [tdata], [didian], [zhaiyao], [num]) VALUES (N'2', N'dd天山海世界', N'2020-02-30 11:12:25', N'2020-02-25', N'天山大厦', N'1', N'2399845661')
GO
-- ----------------------------
-- Table structure for rep_demo_jianpiao
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[rep_demo_jianpiao]') AND type IN ('U'))
DROP TABLE [dbo].[rep_demo_jianpiao]
GO
CREATE TABLE [dbo].[rep_demo_jianpiao] (
[id] int NOT NULL,
[bnum] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL,
[ftime] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL,
[sfkong] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL,
[kaishi] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL,
[jieshu] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL,
[hezairen] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL,
[jpnum] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL,
[shihelv] nvarchar(125) COLLATE Chinese_PRC_CI_AS NOT NULL,
[s_id] int NOT NULL
)
GO
ALTER TABLE [dbo].[rep_demo_jianpiao] SET (LOCK_ESCALATION = TABLE)
GO
-- ----------------------------
-- Records of rep_demo_jianpiao
-- ----------------------------
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'1', N'K7725', N'21:13', N'否', N'秦皇岛', N'邯郸', N'300', N'258', N'86', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'2', N'k99', N'16:55', N'否', N'包头', N'广州', N'800', N'700', N'88', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'3', N'G6737', N'05:34', N'否', N'北京西', N'邯郸东', N'500', N'256', N'51', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'4', N'K7705', N'07:03', N'否', N'北京', N'邯郸', N'400', N'200', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'5', N'G437', N'06:27', N'否', N'北京西', N'兰州西', N'800', N'586', N'73', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'6', N'G673', N'06:32', N'否', N'北京西', N'邯郸东', N'300', N'289', N'87', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'7', N'G507', N'06:43', N'否', N'北京西', N'邯郸东', N'300', N'200', N'67', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'8', N'G89', N'06:53', N'否', N'北京西', N'成都东', N'800', N'500', N'62', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'9', N'K7712', N'09:43', N'否', N'北京西', N'西安北', N'400', N'200', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'10', N'G405', N'10:05', N'否', N'北京西', N'昆明南', N'300', N'200', N'67', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'11', N'G6701', N'10:38', N'否', N'北京西', N'石家庄', N'300', N'200', N'67', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'12', N'G487', N'10:52', N'否', N'北京西', N'南昌西', N'800', N'700', N'88', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'13', N'G607', N'11:14', N'否', N'北京西', N'太原南', N'400', N'200', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'14', N'G667', N'11:19', N'否', N'北京西', N'西安北', N'400', N'200', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'15', N'Z49', N'11:28', N'否', N'北京西', N'成都', N'400', N'200', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'16', N'Z49', N'11:28', N'否', N'北京西', N'上海', N'300', N'200', N'80', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'17', N'Z49', N'11:56', N'否', N'北京西', N'上海', N'200', N'180', N'95', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'18', N'Z49', N'11:36', N'否', N'北京南', N'大晒', N'200', N'180', N'96', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'19', N'Z123', N'12:00', N'否', N'北京南', N'重庆', N'1000', N'1000', N'100', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'20', N'G78', N'13:56', N'否', N'北京东', N'厦门北', N'800', N'700', N'90', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'21', N'G56', N'18:36', N'否', N'上海西', N'深圳', N'800', N'700', N'90', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'22', N'H78', N'12:00', N'否', N'上海', N'北京西', N'800', N'700', N'90', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'23', N'H78', N'12:00', N'否', N'上海', N'北京西', N'800', N'700', N'90', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'24', N'H78', N'12:00', N'否', N'上海', N'北京西', N'800', N'700', N'90', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'25', N'H78', N'12:00', N'否', N'北京西', N'南昌', N'800', N'700', N'90', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'26', N'G70', N'7:23', N'是', N'北京西', N'厦门', N'500', N'450', N'95', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'27', N'G14', N'9:50', N'是', N'北京西', N'上海', N'800', N'700', N'95', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'28', N'G90', N'8:30', N'是', N'北京南', N'武昌', N'1000', N'1000', N'100', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'29', N'G25', N'7:56', N'是', N'厦门北', N'福州', N'500', N'100', N'20', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'30', N'G50', N'14:23', N'否', N'北京西', N'深圳', N'500', N'100', N'20', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'31', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'500', N'100', N'20', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'32', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'500', N'100', N'20', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'33', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'34', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'35', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'36', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'37', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'38', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'39', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'40', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'41', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'42', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'43', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'44', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'45', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'46', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'47', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'48', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'49', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'50', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'51', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'52', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'53', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'54', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'55', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'56', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'57', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'58', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'59', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'60', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'61', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'62', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'63', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'64', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'65', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'66', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'67', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'68', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'69', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'70', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'71', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'72', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'73', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'74', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'75', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'76', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'77', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'78', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'79', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'80', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'81', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'82', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'83', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'84', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'85', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
INSERT INTO [dbo].[rep_demo_jianpiao] ([id], [bnum], [ftime], [sfkong], [kaishi], [jieshu], [hezairen], [jpnum], [shihelv], [s_id]) VALUES (N'86', N'G10', N'13:00', N'否', N'北京西', N'深圳', N'200', N'100', N'50', N'1')
GO
-- ----------------------------
-- Table structure for sys_announcement
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_announcement]') AND type IN ('U'))
DROP TABLE [dbo].[sys_announcement]
GO
CREATE TABLE [dbo].[sys_announcement] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[titile] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[msg_content] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL,
[start_time] datetime2(7) NULL,
[end_time] datetime2(7) NULL,
[sender] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[priority] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[msg_category] nvarchar(10) COLLATE Chinese_PRC_CI_AS NOT NULL,
[msg_type] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL,
[send_status] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL,
[send_time] datetime2(7) NULL,
[cancel_time] datetime2(7) NULL,
[del_flag] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL,
[bus_type] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL,
[bus_id] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[open_type] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL,
[open_page] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[user_ids] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL,
[msg_abstract] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL,
[dt_task_id] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[tenant_id] int NULL
)
GO
ALTER TABLE [dbo].[sys_announcement] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'标题',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement',
'COLUMN', N'titile'
GO
EXEC sp_addextendedproperty
'MS_Description', N'内容',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement',
'COLUMN', N'msg_content'
GO
EXEC sp_addextendedproperty
'MS_Description', N'开始时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement',
'COLUMN', N'start_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'结束时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement',
'COLUMN', N'end_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'发布人',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement',
'COLUMN', N'sender'
GO
EXEC sp_addextendedproperty
'MS_Description', N'优先级L低M中H高',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement',
'COLUMN', N'priority'
GO
EXEC sp_addextendedproperty
'MS_Description', N'消息类型1:通知公告2:系统消息',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement',
'COLUMN', N'msg_category'
GO
EXEC sp_addextendedproperty
'MS_Description', N'通告对象类型USER:指定用户ALL:全体用户)',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement',
'COLUMN', N'msg_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'发布状态0未发布1已发布2已撤销',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement',
'COLUMN', N'send_status'
GO
EXEC sp_addextendedproperty
'MS_Description', N'发布时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement',
'COLUMN', N'send_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'撤销时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement',
'COLUMN', N'cancel_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'删除状态0正常1已删除',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement',
'COLUMN', N'del_flag'
GO
EXEC sp_addextendedproperty
'MS_Description', N'业务类型(email:邮件 bpm:流程)',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement',
'COLUMN', N'bus_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'业务id',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement',
'COLUMN', N'bus_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'打开方式(组件component 路由url)',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement',
'COLUMN', N'open_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'组件/路由 地址',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement',
'COLUMN', N'open_page'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'指定用户',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement',
'COLUMN', N'user_ids'
GO
EXEC sp_addextendedproperty
'MS_Description', N'摘要',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement',
'COLUMN', N'msg_abstract'
GO
EXEC sp_addextendedproperty
'MS_Description', N'钉钉task_id用于撤回消息',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement',
'COLUMN', N'dt_task_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'租户ID',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement',
'COLUMN', N'tenant_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'系统通告表',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement'
GO
-- ----------------------------
-- Records of sys_announcement
-- ----------------------------
INSERT INTO [dbo].[sys_announcement] ([id], [titile], [msg_content], [start_time], [end_time], [sender], [priority], [msg_category], [msg_type], [send_status], [send_time], [cancel_time], [del_flag], [bus_type], [bus_id], [open_type], [open_page], [create_by], [create_time], [update_by], [update_time], [user_ids], [msg_abstract], [dt_task_id], [tenant_id]) VALUES (N'1256486502931722242', N'JeecgBoot 2.2.0版本发布', N'<h5 id="h5_5" style="box-sizing: inherit; font-family: ''PingFang SC'', ''Helvetica Neue'', ''Microsoft YaHei UI'', ''Microsoft YaHei'', ''Noto Sans CJK SC'', Sathu, EucrosiaUPC, Arial, Helvetica, sans-serif; line-height: 1.8; margin: 22px 0px 16px; padding: 0px; font-size: 18px; border: none; color: #333333; background-color: #ffffff;">升级不兼容</h5>
<ul style="box-sizing: inherit; margin: 0px 0px 20px; padding: 0px 0px 0px 20px; color: #333333; font-family: -apple-system, BlinkMacSystemFont, ''Apple Color Emoji'', ''Segoe UI Emoji'', ''Segoe UI Symbol'', ''Segoe UI'', ''PingFang SC'', ''Hiragino Sans GB'', ''Microsoft YaHei'', ''Helvetica Neue'', Helvetica, Arial, sans-serif; font-size: 16px; background-color: #ffffff;">
<li style="box-sizing: inherit; line-height: 1.875em; margin-top: 0px;">1、升级 ant-design-vue 到最新版本 1.5.2会导致使用disabled的组件不可用需要全局替换disabled 为readOnly另外原来readOnly不允许全小写</li>
<li style="box-sizing: inherit; line-height: 1.875em;">2、JSearchSelectTag.vue行编辑的popup传参做了修改需要全局替换 orgFieldse 为 orgFields</li>
<li style="box-sizing: inherit; line-height: 1.875em;">3、 项目删除了sass全部换成 less其中涉及/deep/语法得改造</li>
<li style="box-sizing: inherit; line-height: 1.875em; margin-bottom: 0px;">4、 Online表单的填值规则用法修改了&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" href="http://doc.jeecg.com/1630378">文档</a></li>
</ul>
<h5 id="h5_6" style="box-sizing: inherit; font-family: ''PingFang SC'', ''Helvetica Neue'', ''Microsoft YaHei UI'', ''Microsoft YaHei'', ''Noto Sans CJK SC'', Sathu, EucrosiaUPC, Arial, Helvetica, sans-serif; line-height: 1.8; margin: 22px 0px 16px; padding: 0px; font-size: 18px; border: none; color: #333333; background-color: #ffffff;">较大改造</h5>
<ul style="box-sizing: inherit; margin: 0px 0px 20px; padding: 0px 0px 0px 20px; color: #333333; font-family: -apple-system, BlinkMacSystemFont, ''Apple Color Emoji'', ''Segoe UI Emoji'', ''Segoe UI Symbol'', ''Segoe UI'', ''PingFang SC'', ''Hiragino Sans GB'', ''Microsoft YaHei'', ''Helvetica Neue'', Helvetica, Arial, sans-serif; font-size: 16px; background-color: #ffffff;">
<li style="box-sizing: inherit; line-height: 1.875em; margin-top: 0px;">登录的时候一次性加载系统字典进行前端缓存减少ajax重复请求</li>
<li style="box-sizing: inherit; line-height: 1.875em;">修改定时任务quartz配置</li>
<li style="box-sizing: inherit; line-height: 1.875em;">logback-spring.xml配置不按照日期和大小生成新日志文件问题修复</li>
<li style="box-sizing: inherit; line-height: 1.875em;">vue-cli3 编译打包进行zip压缩优化</li>
<li style="box-sizing: inherit; line-height: 1.875em;">根据index.html页面window._CONFIG[''domianURL''],指定 axios的 baseURL所以vue的代理没有用了</li>
<li style="box-sizing: inherit; line-height: 1.875em;">JEditableTable重构新增获取值时应该把临时id去掉、行编辑修改不直接更改数据源的ID</li>
<li style="box-sizing: inherit; line-height: 1.875em; margin-bottom: 0px;">Online模块重点优化升级、Online代码生成器重点优化升级</li>
</ul>
<h5 id="h5_7" style="box-sizing: inherit; font-family: ''PingFang SC'', ''Helvetica Neue'', ''Microsoft YaHei UI'', ''Microsoft YaHei'', ''Noto Sans CJK SC'', Sathu, EucrosiaUPC, Arial, Helvetica, sans-serif; line-height: 1.8; margin: 22px 0px 16px; padding: 0px; font-size: 18px; border: none; color: #333333; background-color: #ffffff;">ONLINE升级</h5>
<ul style="box-sizing: inherit; margin: 0px 0px 20px; padding: 0px 0px 0px 20px; color: #333333; font-family: -apple-system, BlinkMacSystemFont, ''Apple Color Emoji'', ''Segoe UI Emoji'', ''Segoe UI Symbol'', ''Segoe UI'', ''PingFang SC'', ''Hiragino Sans GB'', ''Microsoft YaHei'', ''Helvetica Neue'', Helvetica, Arial, sans-serif; font-size: 16px; background-color: #ffffff;">
<li style="box-sizing: inherit; line-height: 1.875em; margin-top: 0px;">Online访问权限控制实现如果online表单配置了菜单则用户需要授权才能访问此表单</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online表单新增组件 省市区地域组件、开关组件、三级联动(级联下拉)组件、markdown组件</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online表单弹窗宽度根据不同的列数显示不同的宽度实现更好的效果</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online 树表单功能一系列优化,比如数据列新增添加下级按钮功能、添加下级不自动展开列表等问题</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online JS增强编辑器支持放大同时JS代码变更增加版本记忆功能方便追踪历史</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online JS增强支持lodash工具</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online控件 默认值表达式功能&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" href="http://doc.jeecg.com/1630378">文档</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online 增加Excel导入导出转换器配置针对各种控件的导入导出做了统一处理</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online 列表字段排序支持配置</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online同步数据库数据库兼容性优化mysql、oracle11g、SqlServer2017</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online功能列表高级查询优化丰富控件的支持新增用户选择、部门选择、时间等</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online表单配置类型Text、date、Blob的字段长度默认设置为0</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online自定义button支持位置自定义支持右侧和下方</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online表单列表列表显示那些字段支持用户个性化设置</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online表单删除和移除逻辑优化防止未同步情况下删除报错</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online上传逻辑重构针对单表、一对多行操作都支持图片和文件上传同时支持三种模式minio、阿里云、本地存储</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online上传逻辑重构 行编辑模式,支持图片顺序修改</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online上传逻辑重构在列表页面支持图片和文件的展示</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online表单索引同步逻辑重构同时支持选择多个字段组合索引设置</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online表单 excel导出实现数据权限逻辑</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online表单列表强制列不换行自动出现超出滚定条支持移动端自适应单表、树和ERP等模型都已修改</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online表单管理列表回车查询和列表左右拖动移动自适应问题</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online表单附表序号必填</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online表名加校验不能全是数字自动trim空格</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online 一对多tab必填校验不通过添加友好提醒</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online表单控件默认值示例</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online一对多内嵌子表风格高级查询不好用过滤不了数据处理</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online表单 自定义校验规则正则,录入不成功问题处理</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online表单设置不分页排序后又分页了问题处理</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online表单下拉搜索组件表字典配置加条件下拉值出不来问题处理</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online表单一对一子表下拉选择、时间等组件被遮挡问题处理</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online表单树模型和一对多ERP模板支持href</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online 报表支持上下文变量表达式</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online 报表实现数据权限逻辑</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online 报表新增拖动字段顺序</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online 报表列表sql过长截取显示</li>
<li style="box-sizing: inherit; line-height: 1.875em;">Online 报表popup回车查询</li>
<li style="box-sizing: inherit; line-height: 1.875em; margin-bottom: 0px;">Online表单auto页面弹窗改成JModuleonline表单移动自适应</li>
</ul>
<h5 id="h5_8" style="box-sizing: inherit; font-family: ''PingFang SC'', ''Helvetica Neue'', ''Microsoft YaHei UI'', ''Microsoft YaHei'', ''Noto Sans CJK SC'', Sathu, EucrosiaUPC, Arial, Helvetica, sans-serif; line-height: 1.8; margin: 22px 0px 16px; padding: 0px; font-size: 18px; border: none; color: #333333; background-color: #ffffff;">Online代码生成器升级</h5>
<blockquote style="box-sizing: inherit; position: relative; margin: 0px 0px 20px; padding: 20px; background-color: #f6f6f6; border-left: 6px solid #e6e6e6; word-break: break-word; color: #333333; font-family: -apple-system, BlinkMacSystemFont, ''Apple Color Emoji'', ''Segoe UI Emoji'', ''Segoe UI Symbol'', ''Segoe UI'', ''PingFang SC'', ''Hiragino Sans GB'', ''Microsoft YaHei'', ''Helvetica Neue'', Helvetica, Arial, sans-serif; font-size: 16px;">
<p style="box-sizing: inherit; margin: 0px; line-height: inherit;">后期重点维护ONLINE模式的代码生成器GUI模式逐步弃用。</p>
</blockquote>
<ul style="box-sizing: inherit; margin: 0px 0px 20px; padding: 0px 0px 0px 20px; color: #333333; font-family: -apple-system, BlinkMacSystemFont, ''Apple Color Emoji'', ''Segoe UI Emoji'', ''Segoe UI Symbol'', ''Segoe UI'', ''PingFang SC'', ''Hiragino Sans GB'', ''Microsoft YaHei'', ''Helvetica Neue'', Helvetica, Arial, sans-serif; font-size: 16px; background-color: #ffffff;">
<li style="box-sizing: inherit; line-height: 1.875em; margin-top: 0px;">新增内嵌Table代码生成器模板</li>
<li style="box-sizing: inherit; line-height: 1.875em;">升级代码生成器依赖,支持返回生成结果&amp;支持服务器端生成代码config</li>
<li style="box-sizing: inherit; line-height: 1.875em;">代码生成器列表,列表自适应优化,支持移动效果(强制列不换行,不过有弊端,<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" href="http://doc.jeecg.com/1607183">见文档</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">实体生成自动带着swagger 注解(支持单表、一对多等模型)</li>
<li style="box-sizing: inherit; line-height: 1.875em;">代码生成器,列表移动自适应样式修改</li>
<li style="box-sizing: inherit; line-height: 1.875em;">生成后的代码导入导出bug修复</li>
<li style="box-sizing: inherit; line-height: 1.875em;">online树代码生成器模板直接删除一级分类会导致列表乱</li>
<li style="box-sizing: inherit; line-height: 1.875em;">ERP代码生成器模板升级子表支持导入导出</li>
<li style="box-sizing: inherit; line-height: 1.875em;">ERP风格代码生成器模板问题导入导入路径错误、swagger注解问题</li>
<li style="box-sizing: inherit; line-height: 1.875em;">代码生成器,校验为空的话不生成,简化生成的代码</li>
<li style="box-sizing: inherit; line-height: 1.875em;">代码生成器,支持子表校验生成</li>
<li style="box-sizing: inherit; line-height: 1.875em;">树形列表代码生成器优化,添加子节点</li>
<li style="box-sizing: inherit; line-height: 1.875em;">修复bug online字典未配置代码生成器报错问题</li>
<li style="box-sizing: inherit; line-height: 1.875em;">生成的实体字段excel注解针对系统标准字段创建人、创建时间等字段不生成</li>
<li style="box-sizing: inherit; line-height: 1.875em;">生成的表单弹窗统一更换为j-modal支持放大缩小全屏</li>
<li style="box-sizing: inherit; line-height: 1.875em;">代码生成popup参数大小写 驼峰问题修复</li>
<li style="box-sizing: inherit; line-height: 1.875em;">生成的表单控件类型更丰富新支持控件markdown、省市区地域、密码、下拉搜索</li>
<li style="box-sizing: inherit; line-height: 1.875em; margin-bottom: 0px;">生成的列表查询区域控件支持加强新支持控件省市区地域、下拉搜索、popup、选择用户、选择部门</li>
</ul>
<h5 id="h5_9" style="box-sizing: inherit; font-family: ''PingFang SC'', ''Helvetica Neue'', ''Microsoft YaHei UI'', ''Microsoft YaHei'', ''Noto Sans CJK SC'', Sathu, EucrosiaUPC, Arial, Helvetica, sans-serif; line-height: 1.8; margin: 22px 0px 16px; padding: 0px; font-size: 18px; border: none; color: #333333; background-color: #ffffff;">平台基础升级</h5>
<ul style="box-sizing: inherit; margin: 0px 0px 20px; padding: 0px 0px 0px 20px; color: #333333; font-family: -apple-system, BlinkMacSystemFont, ''Apple Color Emoji'', ''Segoe UI Emoji'', ''Segoe UI Symbol'', ''Segoe UI'', ''PingFang SC'', ''Hiragino Sans GB'', ''Microsoft YaHei'', ''Helvetica Neue'', Helvetica, Arial, sans-serif; font-size: 16px; background-color: #ffffff;">
<li style="box-sizing: inherit; line-height: 1.875em; margin-top: 0px;">针对auto隐藏路由菜单实现自动授权简化online菜单的授权</li>
<li style="box-sizing: inherit; line-height: 1.875em;">IDE中找不到sun.misc.BASE64Encoder jar包问题</li>
<li style="box-sizing: inherit; line-height: 1.875em;">删掉作废获取所有用户角色列表接口,接口有性能问题</li>
<li style="box-sizing: inherit; line-height: 1.875em;">在我的消息里点击已读以后,首页上面的通知红点并没有同步更改问题修复</li>
<li style="box-sizing: inherit; line-height: 1.875em;">用户与部门取消关联删除关联关系bug修改</li>
<li style="box-sizing: inherit; line-height: 1.875em;">部门导入未刷新redis缓存</li>
<li style="box-sizing: inherit; line-height: 1.875em;">修复SysPermissionMapper.xml 的SQL语句不兼容SQLServer的问题</li>
<li style="box-sizing: inherit; line-height: 1.875em;">在线动态数据源代码重构</li>
<li style="box-sizing: inherit; line-height: 1.875em;">【二级管理员】部门修改、删除权限时关联删除部门角色数据</li>
<li style="box-sizing: inherit; line-height: 1.875em;">【二级管理员】我的部门,选中部门只能看当前部门下的角色</li>
<li style="box-sizing: inherit; line-height: 1.875em;">我的消息支持模糊查询</li>
<li style="box-sizing: inherit; line-height: 1.875em;">常用示例-对象存储文件上传优化</li>
<li style="box-sizing: inherit; line-height: 1.875em;">用户相关功能sql写法不兼容其他数据库问题修复</li>
<li style="box-sizing: inherit; line-height: 1.875em;">图片上传组件修改</li>
<li style="box-sizing: inherit; line-height: 1.875em;">导入功能优化,提示准确导入成功失败信息,涉及功能 用户、角色、部门、字典、定时任务等</li>
<li style="box-sizing: inherit; line-height: 1.875em;">增加生产环境禁用swagger-ui配置</li>
<li style="box-sizing: inherit; line-height: 1.875em;">第三方登录代码集成</li>
<li style="box-sizing: inherit; line-height: 1.875em;">系统公告优化</li>
<li style="box-sizing: inherit; line-height: 1.875em;">MockController 返回json数据utf-8格式化防止中文乱码</li>
<li style="box-sizing: inherit; line-height: 1.875em;">部门删除后删除部门角色等关联</li>
<li style="box-sizing: inherit; line-height: 1.875em; margin-bottom: 0px;">分类字典支持选择数据,添加下级分类</li>
</ul>
<h5 id="h5_10" style="box-sizing: inherit; font-family: ''PingFang SC'', ''Helvetica Neue'', ''Microsoft YaHei UI'', ''Microsoft YaHei'', ''Noto Sans CJK SC'', Sathu, EucrosiaUPC, Arial, Helvetica, sans-serif; line-height: 1.8; margin: 22px 0px 16px; padding: 0px; font-size: 18px; border: none; color: #333333; background-color: #ffffff;">UI组件升级</h5>
<ul style="box-sizing: inherit; margin: 0px 0px 20px; padding: 0px 0px 0px 20px; color: #333333; font-family: -apple-system, BlinkMacSystemFont, ''Apple Color Emoji'', ''Segoe UI Emoji'', ''Segoe UI Symbol'', ''Segoe UI'', ''PingFang SC'', ''Hiragino Sans GB'', ''Microsoft YaHei'', ''Helvetica Neue'', Helvetica, Arial, sans-serif; font-size: 16px; background-color: #ffffff;">
<li style="box-sizing: inherit; line-height: 1.875em; margin-top: 0px;">升级 ant-design-vue 为最新版本 1.5.2</li>
<li style="box-sizing: inherit; line-height: 1.875em;">登录验证码获取失败的时候,不显示空白</li>
<li style="box-sizing: inherit; line-height: 1.875em;">升级 ant-design-vueJModal切换全屏按钮因ant升级错位问题修复</li>
<li style="box-sizing: inherit; line-height: 1.875em;">简化 j-modal 的相关代码</li>
<li style="box-sizing: inherit; line-height: 1.875em;">封装常用组件示例JInput新增当 type 变化的时候重新计算值</li>
<li style="box-sizing: inherit; line-height: 1.875em;">markdown集成</li>
<li style="box-sizing: inherit; line-height: 1.875em;">富文本支持minio上传</li>
<li style="box-sizing: inherit; line-height: 1.875em;">选择用户组件列表样式错位Ellipsis.vue 优化</li>
<li style="box-sizing: inherit; line-height: 1.875em;">JModal移动端全屏效果</li>
<li style="box-sizing: inherit; line-height: 1.875em;">高级查询只有在 in 模式下才能多选</li>
<li style="box-sizing: inherit; line-height: 1.875em;">自定义选择用户组件JSelectMultiUser的宽度和截取显示长度</li>
<li style="box-sizing: inherit; line-height: 1.875em;">行编辑 JEditableTable移动自适应效果</li>
<li style="box-sizing: inherit; line-height: 1.875em;">JEditableTable重构 行编辑新增合计功能</li>
<li style="box-sizing: inherit; line-height: 1.875em;">JEditableTable重构 行编辑Popup请求数量过多加缓存机制</li>
<li style="box-sizing: inherit; line-height: 1.875em;">JEditableTable重构,行编辑InputNumber扩展支持输入小数和负数</li>
<li style="box-sizing: inherit; line-height: 1.875em;">JEditableTable.vue disable模式禁用添加删除按钮</li>
<li style="box-sizing: inherit; line-height: 1.875em;">JEditableTable行编辑 popup返回值时间赋值有问题</li>
<li style="box-sizing: inherit; line-height: 1.875em;">JEditableTable行编辑日期控件显示错位问题</li>
<li style="box-sizing: inherit; line-height: 1.875em;">高级查询移动自适应效果;</li>
<li style="box-sizing: inherit; line-height: 1.875em;">高级查询保存的同时也要保存匹配方式支持and or</li>
<li style="box-sizing: inherit; line-height: 1.875em;">高级查询混入统一修改</li>
<li style="box-sizing: inherit; line-height: 1.875em;">高级查询选择用户组件时,点开用户弹框不选择用户,直接关掉用户弹框,再次点击弹框时,无法点开问题</li>
<li style="box-sizing: inherit; line-height: 1.875em;">高级查询组件支持新支持组件选择人、选择部门、popup、时间等</li>
<li style="box-sizing: inherit; line-height: 1.875em;">JPopup支持多选</li>
<li style="box-sizing: inherit; line-height: 1.875em;">JPopup返回值null问题</li>
<li style="box-sizing: inherit; line-height: 1.875em;">JPopup列表数据不刷新问题</li>
<li style="box-sizing: inherit; line-height: 1.875em;">JSearchSelectTag.vue匹配不上数字值问题</li>
<li style="box-sizing: inherit; line-height: 1.875em;">JSelectUserByDep 根据部门选择人组件bug</li>
<li style="box-sizing: inherit; line-height: 1.875em;">JTreeDict.vue 分类字典组件 清空不了问题</li>
<li style="box-sizing: inherit; line-height: 1.875em;">常用示例,新增搜索下拉 JSearchSelectTag.vue例子</li>
<li style="box-sizing: inherit; line-height: 1.875em;">常用示例,新增如何关闭当前页面例子</li>
<li style="box-sizing: inherit; line-height: 1.875em;">常用示例,省市区三级联动的例子</li>
<li style="box-sizing: inherit; line-height: 1.875em;">常用示例,增加字典下拉多选组件示例</li>
<li style="box-sizing: inherit; line-height: 1.875em; margin-bottom: 0px;">示例demo关于图片的做统一优化</li>
</ul>
<h5 id="h5_11" style="box-sizing: inherit; font-family: ''PingFang SC'', ''Helvetica Neue'', ''Microsoft YaHei UI'', ''Microsoft YaHei'', ''Noto Sans CJK SC'', Sathu, EucrosiaUPC, Arial, Helvetica, sans-serif; line-height: 1.8; margin: 22px 0px 16px; padding: 0px; font-size: 18px; border: none; color: #333333; background-color: #ffffff;">Issues处理</h5>
<ul style="box-sizing: inherit; margin: 0px 0px 20px; padding: 0px 0px 0px 20px; color: #333333; font-family: -apple-system, BlinkMacSystemFont, ''Apple Color Emoji'', ''Segoe UI Emoji'', ''Segoe UI Symbol'', ''Segoe UI'', ''PingFang SC'', ''Hiragino Sans GB'', ''Microsoft YaHei'', ''Helvetica Neue'', Helvetica, Arial, sans-serif; font-size: 16px; background-color: #ffffff;">
<li style="box-sizing: inherit; line-height: 1.875em; margin-top: 0px;">online form表单项能否支持配置有级联关系的内容&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#948" href="https://github.com/zhangdaiscott/jeecg-boot/issues/948">#948</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">全局拦截异常错误的提醒文字&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#768" href="https://github.com/zhangdaiscott/jeecg-boot/issues/768">#768</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">建议:城市级联选择组件&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#905" href="https://github.com/zhangdaiscott/jeecg-boot/issues/905">#905</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">表单配置中检验字段配置href报表中该配置字段无法看到链接&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#961" href="https://github.com/zhangdaiscott/jeecg-boot/issues/961">#961</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">SysUserMapper.xml查询脚本数据兼容问题&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#962" href="https://github.com/zhangdaiscott/jeecg-boot/issues/962">#962</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">在线表单 提示 ButtonExpHandler is not defined&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#957" href="https://github.com/zhangdaiscott/jeecg-boot/issues/957">#957</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">online表单中添加自定义按钮无法显示&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#973" href="https://github.com/zhangdaiscott/jeecg-boot/issues/973">#973</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">online报表不支持按照登录用户过滤数据&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#934" href="https://github.com/zhangdaiscott/jeecg-boot/issues/934">#934</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">点击新增或者编辑按钮弹框宽度的设置问题&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#974" href="https://github.com/zhangdaiscott/jeecg-boot/issues/974">#974</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">online报表配置中使用系统参数报错&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="I1AWNM" href="https://gitee.com/jeecg/jeecg-boot/issues/I1AWNM">I1AWNM</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">online增强SQL变量取数为null,#{sys.sys_date} 还有#{sys.sys_time}&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#999" href="https://github.com/zhangdaiscott/jeecg-boot/issues/999">#999</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">一个主表多个付表。1对多。保存后某些从表行项目内容保存成功单重新打开数据表现丢失。&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#997" href="https://github.com/zhangdaiscott/jeecg-boot/issues/997">#997</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">/online/cgform/api/exportXls/{code}接口问题&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#1012" href="https://github.com/zhangdaiscott/jeecg-boot/issues/1012">#1012</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">打成jar包访问不到代码生成器模板&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#1010" href="https://github.com/zhangdaiscott/jeecg-boot/issues/1010">#1010</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">online表单开发打包后模板找不到&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#865" href="https://github.com/zhangdaiscott/jeecg-boot/issues/865">#865</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">已生成的代码,子表最下下行添加合计行底部固定问题&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#936" href="https://github.com/zhangdaiscott/jeecg-boot/issues/936">#936</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">下拉搜索框在编辑时下拉name无法带过来&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#971" href="https://github.com/zhangdaiscott/jeecg-boot/issues/971">#971</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">建议autoPoi升级优化数据返回List Map格式下的复合表头导出excel的体验&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#873" href="https://github.com/zhangdaiscott/jeecg-boot/issues/873">#873</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">配置 Href 跳转,并没有显示为超链接&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#1020" href="https://github.com/zhangdaiscott/jeecg-boot/issues/1020">#1020</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">首次打开一对多表单JEditableTable的addDefaultRowNum属性不生效&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#1003" href="https://github.com/zhangdaiscott/jeecg-boot/issues/1003">#1003</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">autopoi 双表头问题&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#862" href="https://github.com/zhangdaiscott/jeecg-boot/issues/862">#862</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">应该是权限管理bug&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#110" href="https://github.com/zhangdaiscott/jeecg-boot/issues/110">#110</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">在线 的online报表报错&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#1029" href="https://github.com/zhangdaiscott/jeecg-boot/issues/1029">#1029</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">online代码生成器树形表单父节点字段名称问题&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="issues/I1ABGV " href="https://gitee.com/jeecg/jeecg-boot/issues/I1ABGV">issues/I1ABGV</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">点击j-popup,里面有数据,如果选择同名的数据,文本框为空&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#1044" href="https://github.com/zhangdaiscott/jeecg-boot/issues/1044">#1044</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">关于table列宽可拖动问题&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#1054" href="https://github.com/zhangdaiscott/jeecg-boot/issues/1054">#1054</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">单表数据导出多表头 auto 的Excel注解 groupName属性<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title=" #1053" href="https://github.com/zhangdaiscott/jeecg-boot/issues/1053">&nbsp;#1053</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">在线报表和在线online的问题&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#1030" href="https://github.com/zhangdaiscott/jeecg-boot/issues/1030">#1030</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">J-pop组件&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#1043" href="https://github.com/zhangdaiscott/jeecg-boot/issues/1043">#1043</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">2.1.4 日志管理---没有记录查询接口参数&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#1070" href="https://github.com/zhangdaiscott/jeecg-boot/issues/1070">#1070</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">服务器日志超过设置的MaxFileSize时&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#1130" href="https://github.com/zhangdaiscott/jeecg-boot/issues/1130">#1130</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">online 表单中,在 附表中存在上传图片组件,点击上传图片并提交,显示提交失败&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#1074" href="https://github.com/zhangdaiscott/jeecg-boot/issues/1074">#1074</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">online表单js增强修改从表控件值问题&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#1051" href="https://github.com/zhangdaiscott/jeecg-boot/issues/1051">#1051</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">重复代理问题&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#994" href="https://github.com/zhangdaiscott/jeecg-boot/issues/994">#994</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">系统使用的日志包有问题&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#887" href="https://github.com/zhangdaiscott/jeecg-boot/issues/887">#887</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">使用sqlserver数据库,用户管理查询出错&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#1140" href="https://github.com/zhangdaiscott/jeecg-boot/issues/1140">#1140</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">主表和从表 一对一关系表单 TypeError: Cannot read property ''getAll'' of undefined&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="#1129" href="https://github.com/zhangdaiscott/jeecg-boot/issues/1129">#1129</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">ERP表单附表数据编辑后消失&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="issues/I1DN3B" href="https://gitee.com/jeecg/jeecg-boot/issues/I1DN3B">issues/I1DN3B</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">多表的erp模式生成的子表表单没有导入导出功能&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="issues/I1BB2U" href="https://gitee.com/jeecg/jeecg-boot/issues/I1BB2U">issues/I1BB2U</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">用edge打开首页整个页面动不了控制台console打出很多错误&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="issues/I189B5" href="https://gitee.com/jeecg/jeecg-boot/issues/I189B5">issues/I189B5</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">官方的快速开发平台主子表对IE11不兼容&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="issues/I17LEE" href="https://gitee.com/jeecg/jeecg-boot/issues/I17LEE">issues/I17LEE</a></li>
<li style="box-sizing: inherit; line-height: 1.875em;">360兼容模式 修改为你说的js之后单表的数据兼容可以主子表的不加载错误如下&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="issues/I17H8L" href="https://gitee.com/jeecg/jeecg-boot/issues/I17H8L">issues/I17H8L</a></li>
<li style="box-sizing: inherit; line-height: 1.875em; margin-bottom: 0px;">Online表单开发点击&ldquo;新增&rdquo;按钮,是否树:选择是,页面控制台报错&nbsp;<a style="box-sizing: inherit; background-color: transparent; color: #4183c4; text-decoration-line: none;" title="issues/I1BHXG" href="https://gitee.com/jeecg/jeecg-boot/issues/I1BHXG">issues/I1BHXG</a></li>
</ul>', N'2020-05-01 15:30:56.0000000', N'2020-05-30 15:31:00.0000000', N'admin', N'H', N'1', N'ALL', N'1', N'2020-05-02 15:31:44.0000000', NULL, N'0', NULL, NULL, NULL, NULL, N'admin', N'2020-05-02 15:31:41.0000000', N'admin', N'2020-05-02 15:31:44.0000000', NULL, N'重磅版本发布', NULL, N'0')
GO
INSERT INTO [dbo].[sys_announcement] ([id], [titile], [msg_content], [start_time], [end_time], [sender], [priority], [msg_category], [msg_type], [send_status], [send_time], [cancel_time], [del_flag], [bus_type], [bus_id], [open_type], [open_page], [create_by], [create_time], [update_by], [update_time], [user_ids], [msg_abstract], [dt_task_id], [tenant_id]) VALUES (N'1256486817286418434', N'放假通知', N'<p>放假通知</p>', N'2020-05-02 15:32:38.0000000', N'2020-05-30 15:32:40.0000000', N'admin', N'M', N'1', N'USER', N'1', N'2020-05-02 15:32:59.0000000', NULL, N'0', NULL, NULL, NULL, NULL, N'admin', N'2020-05-02 15:32:56.0000000', N'admin', N'2020-05-02 15:32:59.0000000', N'e9ca23d68d884d4ebb19d07889727dae,a75d45a015c44384a04449ee80dc3503,', N'放假通知', NULL, N'0')
GO
INSERT INTO [dbo].[sys_announcement] ([id], [titile], [msg_content], [start_time], [end_time], [sender], [priority], [msg_category], [msg_type], [send_status], [send_time], [cancel_time], [del_flag], [bus_type], [bus_id], [open_type], [open_page], [create_by], [create_time], [update_by], [update_time], [user_ids], [msg_abstract], [dt_task_id], [tenant_id]) VALUES (N'1256529336858685441', N'1', N'<p>22</p>', N'2020-05-02 18:21:41.0000000', N'2020-05-30 18:21:44.0000000', N'admin', N'M', N'1', N'ALL', N'2', N'2020-05-02 18:21:57.0000000', N'2020-05-02 18:22:07.0000000', N'1', NULL, NULL, NULL, NULL, N'admin', N'2020-05-02 18:21:54.0000000', N'admin', N'2021-08-12 16:05:00.0000000', NULL, N'22', NULL, N'0')
GO
INSERT INTO [dbo].[sys_announcement] ([id], [titile], [msg_content], [start_time], [end_time], [sender], [priority], [msg_category], [msg_type], [send_status], [send_time], [cancel_time], [del_flag], [bus_type], [bus_id], [open_type], [open_page], [create_by], [create_time], [update_by], [update_time], [user_ids], [msg_abstract], [dt_task_id], [tenant_id]) VALUES (N'1524265037052194817', N'1231231', NULL, NULL, N'2022-05-14 13:47:54.0000000', N'admin', N'H', N'1', N'ALL', N'2', N'2022-05-11 13:48:04.0000000', N'2022-05-11 14:04:18.0000000', N'1', NULL, NULL, NULL, NULL, N'admin', N'2022-05-11 13:47:59.0000000', N'admin', N'2022-05-11 14:04:21.0000000', N'undefined,', N'23123', NULL, N'0')
GO
INSERT INTO [dbo].[sys_announcement] ([id], [titile], [msg_content], [start_time], [end_time], [sender], [priority], [msg_category], [msg_type], [send_status], [send_time], [cancel_time], [del_flag], [bus_type], [bus_id], [open_type], [open_page], [create_by], [create_time], [update_by], [update_time], [user_ids], [msg_abstract], [dt_task_id], [tenant_id]) VALUES (N'1524269214973243394', N'123123', N'<p>111</p>', NULL, N'2022-05-12 14:04:24.0000000', N'admin', N'H', N'1', N'ALL', N'1', N'2022-05-11 14:04:37.0000000', NULL, N'0', NULL, NULL, NULL, NULL, N'admin', N'2022-05-11 14:04:35.0000000', N'admin', N'2022-05-11 14:04:37.0000000', N'undefined,', N'123123', NULL, N'0')
GO
INSERT INTO [dbo].[sys_announcement] ([id], [titile], [msg_content], [start_time], [end_time], [sender], [priority], [msg_category], [msg_type], [send_status], [send_time], [cancel_time], [del_flag], [bus_type], [bus_id], [open_type], [open_page], [create_by], [create_time], [update_by], [update_time], [user_ids], [msg_abstract], [dt_task_id], [tenant_id]) VALUES (N'1b714f8ebc3cc33f8b4f906103b6a18d', N'5467567', NULL, NULL, NULL, N'admin', NULL, N'2', NULL, N'1', N'2019-03-30 12:40:38.0000000', NULL, N'1', NULL, NULL, NULL, NULL, N'admin', N'2019-02-26 17:23:26.0000000', N'admin', N'2020-05-02 15:30:42.0000000', NULL, NULL, NULL, N'0')
GO
INSERT INTO [dbo].[sys_announcement] ([id], [titile], [msg_content], [start_time], [end_time], [sender], [priority], [msg_category], [msg_type], [send_status], [send_time], [cancel_time], [del_flag], [bus_type], [bus_id], [open_type], [open_page], [create_by], [create_time], [update_by], [update_time], [user_ids], [msg_abstract], [dt_task_id], [tenant_id]) VALUES (N'3d11237ccdf62450d20bb8abdb331178', N'111222', NULL, NULL, NULL, NULL, NULL, N'2', NULL, N'0', NULL, NULL, N'1', NULL, NULL, NULL, NULL, N'admin', N'2019-03-29 17:19:47.0000000', N'admin', N'2019-03-29 17:19:50.0000000', NULL, NULL, NULL, N'0')
GO
INSERT INTO [dbo].[sys_announcement] ([id], [titile], [msg_content], [start_time], [end_time], [sender], [priority], [msg_category], [msg_type], [send_status], [send_time], [cancel_time], [del_flag], [bus_type], [bus_id], [open_type], [open_page], [create_by], [create_time], [update_by], [update_time], [user_ids], [msg_abstract], [dt_task_id], [tenant_id]) VALUES (N'7ef04e95f8de030b1d5f7a9144090dc6', N'111', NULL, N'2019-02-06 17:28:10.0000000', N'2019-03-08 17:28:11.0000000', NULL, NULL, N'2', NULL, N'0', NULL, NULL, N'1', NULL, NULL, NULL, NULL, N'admin', N'2019-02-26 17:28:17.0000000', N'admin', N'2019-03-26 19:59:49.0000000', NULL, NULL, NULL, N'0')
GO
INSERT INTO [dbo].[sys_announcement] ([id], [titile], [msg_content], [start_time], [end_time], [sender], [priority], [msg_category], [msg_type], [send_status], [send_time], [cancel_time], [del_flag], [bus_type], [bus_id], [open_type], [open_page], [create_by], [create_time], [update_by], [update_time], [user_ids], [msg_abstract], [dt_task_id], [tenant_id]) VALUES (N'93a9060a1c20e4bf98b3f768a02c2ff9', N'111', N'111', N'2019-02-06 17:20:17.0000000', N'2019-02-21 17:20:20.0000000', N'admin', N'M', N'2', N'ALL', N'1', N'2019-02-26 17:24:29.0000000', NULL, N'1', NULL, NULL, NULL, NULL, N'admin', N'2019-02-26 17:16:26.0000000', N'admin', N'2020-05-02 15:30:42.0000000', NULL, NULL, NULL, N'0')
GO
INSERT INTO [dbo].[sys_announcement] ([id], [titile], [msg_content], [start_time], [end_time], [sender], [priority], [msg_category], [msg_type], [send_status], [send_time], [cancel_time], [del_flag], [bus_type], [bus_id], [open_type], [open_page], [create_by], [create_time], [update_by], [update_time], [user_ids], [msg_abstract], [dt_task_id], [tenant_id]) VALUES (N'de1dc57f31037079e1e55c8347fe6ef7', N'222', N'2222', N'2019-02-06 17:28:26.0000000', N'2019-02-23 17:28:28.0000000', N'admin', N'M', N'2', N'ALL', N'1', N'2019-03-29 17:19:56.0000000', NULL, N'1', NULL, NULL, NULL, NULL, N'admin', N'2019-02-26 17:28:36.0000000', N'admin', N'2019-02-26 17:28:40.0000000', NULL, NULL, NULL, N'0')
GO
INSERT INTO [dbo].[sys_announcement] ([id], [titile], [msg_content], [start_time], [end_time], [sender], [priority], [msg_category], [msg_type], [send_status], [send_time], [cancel_time], [del_flag], [bus_type], [bus_id], [open_type], [open_page], [create_by], [create_time], [update_by], [update_time], [user_ids], [msg_abstract], [dt_task_id], [tenant_id]) VALUES (N'e52f3eb6215f139cb2224c52517af3bd', N'334', N'334', NULL, NULL, NULL, NULL, N'2', NULL, N'0', NULL, NULL, N'1', NULL, NULL, NULL, NULL, N'admin', N'2019-03-30 12:40:28.0000000', N'admin', N'2019-03-30 12:40:32.0000000', NULL, NULL, NULL, N'0')
GO
-- ----------------------------
-- Table structure for sys_announcement_send
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_announcement_send]') AND type IN ('U'))
DROP TABLE [dbo].[sys_announcement_send]
GO
CREATE TABLE [dbo].[sys_announcement_send] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[annt_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[user_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[read_flag] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL,
[read_time] datetime2(7) NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[star_flag] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[sys_announcement_send] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'通告ID',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement_send',
'COLUMN', N'annt_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'用户id',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement_send',
'COLUMN', N'user_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'阅读状态0未读1已读',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement_send',
'COLUMN', N'read_flag'
GO
EXEC sp_addextendedproperty
'MS_Description', N'阅读时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement_send',
'COLUMN', N'read_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement_send',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement_send',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement_send',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement_send',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'标星状态( 1为标星 空/0没有标星)',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement_send',
'COLUMN', N'star_flag'
GO
EXEC sp_addextendedproperty
'MS_Description', N'用户通告阅读标记表',
'SCHEMA', N'dbo',
'TABLE', N'sys_announcement_send'
GO
-- ----------------------------
-- Records of sys_announcement_send
-- ----------------------------
INSERT INTO [dbo].[sys_announcement_send] ([id], [annt_id], [user_id], [read_flag], [read_time], [create_by], [create_time], [update_by], [update_time], [star_flag]) VALUES (N'646c0c405ec643d4dc4160db2446f8ff', N'93a9060a1c20e4bf98b3f768a02c2ff9', N'e9ca23d68d884d4ebb19d07889727dae', N'1', N'2019-11-21 16:30:01.0000000', N'admin', N'2019-05-17 11:50:56.0000000', N'admin', N'2019-11-21 16:30:01.0000000', NULL)
GO
INSERT INTO [dbo].[sys_announcement_send] ([id], [annt_id], [user_id], [read_flag], [read_time], [create_by], [create_time], [update_by], [update_time], [star_flag]) VALUES (N'1197434450981543938', N'93a9060a1c20e4bf98b3f768a02c2ff9', N'a75d45a015c44384a04449ee80dc3503', N'0', NULL, N'jeecg', N'2019-11-21 16:39:55.0000000', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_announcement_send] ([id], [annt_id], [user_id], [read_flag], [read_time], [create_by], [create_time], [update_by], [update_time], [star_flag]) VALUES (N'1256486817319972866', N'1256486817286418434', N'e9ca23d68d884d4ebb19d07889727dae', N'1', N'2022-09-22 13:53:48.0000000', N'admin', N'2020-05-02 15:32:56.0000000', N'admin', N'2022-09-22 13:53:48.0000000', NULL)
GO
INSERT INTO [dbo].[sys_announcement_send] ([id], [annt_id], [user_id], [read_flag], [read_time], [create_by], [create_time], [update_by], [update_time], [star_flag]) VALUES (N'1256486817349332993', N'1256486817286418434', N'a75d45a015c44384a04449ee80dc3503', N'0', N'2020-05-02 15:32:56.0000000', N'admin', N'2020-05-02 15:32:56.0000000', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_announcement_send] ([id], [annt_id], [user_id], [read_flag], [read_time], [create_by], [create_time], [update_by], [update_time], [star_flag]) VALUES (N'1256527099214278657', N'1256486502931722242', N'e9ca23d68d884d4ebb19d07889727dae', N'1', N'2022-09-22 13:53:50.0000000', N'admin', N'2020-05-02 18:12:59.0000000', N'admin', N'2022-09-22 13:53:50.0000000', NULL)
GO
INSERT INTO [dbo].[sys_announcement_send] ([id], [annt_id], [user_id], [read_flag], [read_time], [create_by], [create_time], [update_by], [update_time], [star_flag]) VALUES (N'1260927781673484290', N'1256486502931722242', N'a75d45a015c44384a04449ee80dc3503', N'0', NULL, N'jeecg', N'2020-05-14 21:39:45.0000000', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_announcement_send] ([id], [annt_id], [user_id], [read_flag], [read_time], [create_by], [create_time], [update_by], [update_time], [star_flag]) VALUES (N'1524265883060088833', N'1524265037052194817', N'e9ca23d68d884d4ebb19d07889727dae', N'0', NULL, N'admin', N'2022-05-11 13:51:21.0000000', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_announcement_send] ([id], [annt_id], [user_id], [read_flag], [read_time], [create_by], [create_time], [update_by], [update_time], [star_flag]) VALUES (N'1524269222510407682', N'1524269214973243394', N'e9ca23d68d884d4ebb19d07889727dae', N'1', N'2022-09-22 13:53:52.0000000', N'admin', N'2022-05-11 14:04:37.0000000', N'admin', N'2022-09-22 13:53:52.0000000', NULL)
GO
INSERT INTO [dbo].[sys_announcement_send] ([id], [annt_id], [user_id], [read_flag], [read_time], [create_by], [create_time], [update_by], [update_time], [star_flag]) VALUES (N'1539164576187887617', N'1524269214973243394', N'a75d45a015c44384a04449ee80dc3503', N'0', NULL, N'jeecg', N'2022-06-21 16:33:26.0000000', NULL, NULL, NULL)
GO
-- ----------------------------
-- Table structure for sys_category
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_category]') AND type IN ('U'))
DROP TABLE [dbo].[sys_category]
GO
CREATE TABLE [dbo].[sys_category] (
[id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[pid] nvarchar(36) COLLATE Chinese_PRC_CI_AS NULL,
[name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL,
[has_child] nvarchar(3) COLLATE Chinese_PRC_CI_AS NULL,
[tenant_id] int NULL
)
GO
ALTER TABLE [dbo].[sys_category] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'父级节点',
'SCHEMA', N'dbo',
'TABLE', N'sys_category',
'COLUMN', N'pid'
GO
EXEC sp_addextendedproperty
'MS_Description', N'类型名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_category',
'COLUMN', N'name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'类型编码',
'SCHEMA', N'dbo',
'TABLE', N'sys_category',
'COLUMN', N'code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'sys_category',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_category',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'sys_category',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_category',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'所属部门',
'SCHEMA', N'dbo',
'TABLE', N'sys_category',
'COLUMN', N'sys_org_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否有子节点',
'SCHEMA', N'dbo',
'TABLE', N'sys_category',
'COLUMN', N'has_child'
GO
EXEC sp_addextendedproperty
'MS_Description', N'租户ID',
'SCHEMA', N'dbo',
'TABLE', N'sys_category',
'COLUMN', N'tenant_id'
GO
-- ----------------------------
-- Records of sys_category
-- ----------------------------
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'1183693424827564034', N'0', N'物料树', N'B02', N'admin', N'2019-10-14 18:37:59.0000000', N'admin', N'2019-10-14 18:38:15.0000000', N'A01', N'1', N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'1183693491043041282', N'1183693424827564034', N'上衣', N'B02A01', N'admin', N'2019-10-14 18:38:15.0000000', N'admin', N'2019-10-14 18:38:43.0000000', N'A01', N'1', N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'1183693534173069314', N'1183693424827564034', N'裤子', N'B02A02', N'admin', N'2019-10-14 18:38:25.0000000', NULL, NULL, N'A01', NULL, N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'1183693610534567937', N'1183693491043041282', N'秋衣', N'B02A01A01', N'admin', N'2019-10-14 18:38:43.0000000', NULL, NULL, N'A01', NULL, N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'1183693700254924802', N'1183693491043041282', N'兵装', N'B02A01A02', N'admin', N'2019-10-14 18:39:05.0000000', NULL, NULL, N'A01', NULL, N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'1183693773974011906', N'1183693491043041282', N'女装', N'B02A01A03', N'admin', N'2019-10-14 18:39:22.0000000', NULL, NULL, N'A01', NULL, N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'1185039122143719425', N'0', N'电脑产品', N'A01', N'admin', N'2019-10-18 11:45:18.0000000', N'admin', N'2019-10-18 11:45:31.0000000', N'A01', N'1', N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'1185039176799694850', N'1185039122143719425', N'thinkpad', N'A01A01', N'admin', N'2019-10-18 11:45:31.0000000', NULL, NULL, N'A01', NULL, N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'1185039255115739138', N'1185039122143719425', N'mackbook', N'A01A02', N'admin', N'2019-10-18 11:45:50.0000000', NULL, NULL, N'A01', NULL, N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'1185039299051073537', N'1185039122143719425', N'华为电脑', N'A01A03', N'admin', N'2019-10-18 11:46:01.0000000', NULL, NULL, N'A01', NULL, N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'1230769196661510146', N'0', N'省', NULL, N'admin', N'2020-02-21 16:20:16.0000000', N'admin', N'2020-02-21 16:20:31.0000000', N'A01A03', N'1', N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'1230769253267836929', N'1230769196661510146', N'安徽省', NULL, N'admin', N'2020-02-21 16:20:31.0000000', N'admin', N'2020-02-21 16:20:53.0000000', N'A01A03', N'1', N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'1230769290609725441', N'1230769196661510146', N'山东省', NULL, N'admin', N'2020-02-21 16:20:40.0000000', N'admin', N'2020-02-21 16:21:23.0000000', N'A01A03', N'1', N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'1230769347157331969', N'1230769253267836929', N'合肥市', NULL, N'admin', N'2020-02-21 16:20:53.0000000', N'admin', N'2020-02-21 16:21:08.0000000', N'A01A03', N'1', N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'1230769407907631106', N'1230769347157331969', N'包河区', NULL, N'admin', N'2020-02-21 16:21:08.0000000', NULL, NULL, N'A01A03', NULL, N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'1230769470889299970', N'1230769290609725441', N'济南市', NULL, N'admin', N'2020-02-21 16:21:23.0000000', N'admin', N'2020-02-21 16:21:41.0000000', N'A01A03', N'1', N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'1230769547519234050', N'1230769470889299970', N'A区', NULL, N'admin', N'2020-02-21 16:21:41.0000000', NULL, NULL, N'A01A03', NULL, N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'1230769620021972993', N'1230769470889299970', N'B区', NULL, N'admin', N'2020-02-21 16:21:58.0000000', NULL, NULL, N'A01A03', NULL, N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'1230769769930592257', N'1230769253267836929', N'淮南市', NULL, N'admin', N'2020-02-21 16:22:34.0000000', N'admin', N'2020-02-21 16:22:54.0000000', N'A01A03', N'1', N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'1230769855347593217', N'1230769769930592257', N'C区', NULL, N'admin', N'2020-02-21 16:22:54.0000000', NULL, NULL, N'A01A03', NULL, N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'1590548229606047745', N'0', N'物料树C', N'C02', N'admin', N'2022-11-10 11:33:44.0000000', NULL, NULL, N'A01', N'1', N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'1590548229652185090', N'1590548229606047745', N'上衣C', N'C02A01', N'admin', N'2022-11-10 11:33:44.0000000', NULL, NULL, N'A01', N'1', N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'1590548229668962305', N'1590548229606047745', N'裤子C', N'C02A02', N'admin', N'2022-11-10 11:33:44.0000000', NULL, NULL, N'A01', NULL, N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'1590548229685739522', N'1590548229652185090', N'秋衣C', N'C02A01A01', N'admin', N'2022-11-10 11:33:44.0000000', NULL, NULL, N'A01', NULL, N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'22a50b413c5e1ef661fb8aea9469cf52', N'e9ded10fd33e5753face506f4f1564b5', N'MacBook', N'B01-2-1', N'admin', N'2019-06-10 15:43:13.0000000', NULL, NULL, N'A01', NULL, N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'5c8f68845e57f68ab93a2c8d82d26ae1', N'0', N'笔记本', N'B01', N'admin', N'2019-06-10 15:34:11.0000000', N'admin', N'2019-06-10 15:34:24.0000000', N'A01', N'1', N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'937fd2e9aa13b8bab1da1ca36d3fd344', N'e9ded10fd33e5753face506f4f1564b5', N'台式机', N'B01-2-2', N'admin', N'2019-06-10 15:43:32.0000000', N'admin', N'2019-08-21 12:01:59.0000000', N'A01', NULL, N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'e9ded10fd33e5753face506f4f1564b5', N'5c8f68845e57f68ab93a2c8d82d26ae1', N'苹果电脑', N'B01-2', N'admin', N'2019-06-10 15:41:14.0000000', N'admin', N'2019-06-10 15:43:13.0000000', N'A01', N'1', N'0')
GO
INSERT INTO [dbo].[sys_category] ([id], [pid], [name], [code], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [has_child], [tenant_id]) VALUES (N'f39a06bf9f390ba4a53d11bc4e0018d7', N'5c8f68845e57f68ab93a2c8d82d26ae1', N'华为', N'B01-1', N'admin', N'2019-06-10 15:34:24.0000000', N'admin', N'2019-08-21 12:01:56.0000000', N'A01', NULL, N'0')
GO
-- ----------------------------
-- Table structure for sys_check_rule
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_check_rule]') AND type IN ('U'))
DROP TABLE [dbo].[sys_check_rule]
GO
CREATE TABLE [dbo].[sys_check_rule] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[rule_name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[rule_code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[rule_json] nvarchar(1024) COLLATE Chinese_PRC_CI_AS NULL,
[rule_description] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL
)
GO
ALTER TABLE [dbo].[sys_check_rule] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键id',
'SCHEMA', N'dbo',
'TABLE', N'sys_check_rule',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'规则名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_check_rule',
'COLUMN', N'rule_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'规则Code',
'SCHEMA', N'dbo',
'TABLE', N'sys_check_rule',
'COLUMN', N'rule_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'规则JSON',
'SCHEMA', N'dbo',
'TABLE', N'sys_check_rule',
'COLUMN', N'rule_json'
GO
EXEC sp_addextendedproperty
'MS_Description', N'规则描述',
'SCHEMA', N'dbo',
'TABLE', N'sys_check_rule',
'COLUMN', N'rule_description'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'sys_check_rule',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_check_rule',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'sys_check_rule',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_check_rule',
'COLUMN', N'create_time'
GO
-- ----------------------------
-- Records of sys_check_rule
-- ----------------------------
INSERT INTO [dbo].[sys_check_rule] ([id], [rule_name], [rule_code], [rule_json], [rule_description], [update_by], [update_time], [create_by], [create_time]) VALUES (N'1224980593992388610', N'通用编码规则', N'common', N'[{"digits":"1","pattern":"^[a-z|A-Z]$","message":"第一位只能是字母"},{"digits":"*","pattern":"^[0-9|a-z|A-Z|_]{0,}$","message":"只能填写数字、大小写字母、下划线"},{"digits":"*","pattern":"^.{3,}$","message":"最少输入3位数"},{"digits":"*","pattern":"^.{3,12}$","message":"最多输入12位数"}]', N'规则1、首位只能是字母2、只能填写数字、大小写字母、下划线3、最少3位数最多12位数。', N'admin', N'2020-02-07 11:25:48.0000000', N'admin', N'2020-02-05 16:58:27.0000000')
GO
INSERT INTO [dbo].[sys_check_rule] ([id], [rule_name], [rule_code], [rule_json], [rule_description], [update_by], [update_time], [create_by], [create_time]) VALUES (N'1225001845524004866', N'负责的功能测试', N'test', N'[{"digits":"*","pattern":"^.{3,12}$","message":"只能输入3-12位字符"},{"digits":"3","pattern":"^\\d{3}$","message":"前3位必须是数字"},{"digits":"*","pattern":"^[^pP]*$","message":"不能输入P"},{"digits":"4","pattern":"^@{4}$","message":"第4-7位必须都为 @"},{"digits":"2","pattern":"^#=$","message":"第8-9位必须是 #="},{"digits":"1","pattern":"^O$","message":"第10位必须为大写的O"},{"digits":"*","pattern":"^.*。$","message":"必须以。结尾"}]', N'包含长度校验、特殊字符校验等', N'admin', N'2020-02-07 11:57:31.0000000', N'admin', N'2020-02-05 18:22:54.0000000')
GO
-- ----------------------------
-- Table structure for sys_comment
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_comment]') AND type IN ('U'))
DROP TABLE [dbo].[sys_comment]
GO
CREATE TABLE [dbo].[sys_comment] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[table_name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NOT NULL,
[table_data_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[from_user_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[to_user_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[comment_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[comment_content] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL
)
GO
ALTER TABLE [dbo].[sys_comment] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'表名',
'SCHEMA', N'dbo',
'TABLE', N'sys_comment',
'COLUMN', N'table_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据id',
'SCHEMA', N'dbo',
'TABLE', N'sys_comment',
'COLUMN', N'table_data_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'来源用户id',
'SCHEMA', N'dbo',
'TABLE', N'sys_comment',
'COLUMN', N'from_user_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'发送给用户id(允许为空)',
'SCHEMA', N'dbo',
'TABLE', N'sys_comment',
'COLUMN', N'to_user_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'评论id(允许为空,不为空时,则为回复)',
'SCHEMA', N'dbo',
'TABLE', N'sys_comment',
'COLUMN', N'comment_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'回复内容',
'SCHEMA', N'dbo',
'TABLE', N'sys_comment',
'COLUMN', N'comment_content'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'sys_comment',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_comment',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'sys_comment',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_comment',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'系统评论回复表',
'SCHEMA', N'dbo',
'TABLE', N'sys_comment'
GO
-- ----------------------------
-- Records of sys_comment
-- ----------------------------
INSERT INTO [dbo].[sys_comment] ([id], [table_name], [table_data_id], [from_user_id], [to_user_id], [comment_id], [comment_content], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580814554312093698', N'v3_hello', N'1580529718871674882', N'e9ca23d68d884d4ebb19d07889727dae', N'', N'', N'1212
:open_mouth:', N'admin', N'2022-10-14 14:55:35.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_comment] ([id], [table_name], [table_data_id], [from_user_id], [to_user_id], [comment_id], [comment_content], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580814573433925634', N'v3_hello', N'1580529718871674882', N'e9ca23d68d884d4ebb19d07889727dae', N'', N'', N'上传了附件', N'admin', N'2022-10-14 14:55:39.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_comment] ([id], [table_name], [table_data_id], [from_user_id], [to_user_id], [comment_id], [comment_content], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580814621358043137', N'v3_hello', N'1580529718871674882', N'e9ca23d68d884d4ebb19d07889727dae', N'', N'', N'干啥啊', N'admin', N'2022-10-14 14:55:51.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_comment] ([id], [table_name], [table_data_id], [from_user_id], [to_user_id], [comment_id], [comment_content], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1584490724803174402', N'v3_hello', N'1580529718871674882', N'e9ca23d68d884d4ebb19d07889727dae', N'', N'', N'1212:nerd_face:', N'admin', N'2022-10-24 18:23:22.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_comment] ([id], [table_name], [table_data_id], [from_user_id], [to_user_id], [comment_id], [comment_content], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1584490998162743298', N'v3_hello', N'1580510370266238978', N'e9ca23d68d884d4ebb19d07889727dae', N'', N'', N'123123', N'admin', N'2022-10-24 18:24:27.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_comment] ([id], [table_name], [table_data_id], [from_user_id], [to_user_id], [comment_id], [comment_content], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1584491122888761345', N'v3_hello', N'1580510370266238978', N'e9ca23d68d884d4ebb19d07889727dae', N'', N'', N'333', N'admin', N'2022-10-24 18:24:57.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_comment] ([id], [table_name], [table_data_id], [from_user_id], [to_user_id], [comment_id], [comment_content], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1584493914588143617', N'v3_hello', N'1580529718871674882', N'e9ca23d68d884d4ebb19d07889727dae', N'', N'', N'2222', N'admin', N'2022-10-24 18:36:02.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_comment] ([id], [table_name], [table_data_id], [from_user_id], [to_user_id], [comment_id], [comment_content], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1584493923496845313', N'v3_hello', N'1580529718871674882', N'e9ca23d68d884d4ebb19d07889727dae', N'', N'', N'333', N'admin', N'2022-10-24 18:36:04.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_comment] ([id], [table_name], [table_data_id], [from_user_id], [to_user_id], [comment_id], [comment_content], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1584493984364584961', N'v3_hello', N'1580510370266238978', N'e9ca23d68d884d4ebb19d07889727dae', N'', N'', N'上传了附件', N'admin', N'2022-10-24 18:36:19.0000000', NULL, NULL)
GO
-- ----------------------------
-- Table structure for sys_data_log
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_data_log]') AND type IN ('U'))
DROP TABLE [dbo].[sys_data_log]
GO
CREATE TABLE [dbo].[sys_data_log] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[data_table] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[data_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[data_content] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL,
[data_version] int NULL,
[type] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[sys_data_log] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'id',
'SCHEMA', N'dbo',
'TABLE', N'sys_data_log',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_data_log',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_data_log',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_data_log',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_data_log',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'表名',
'SCHEMA', N'dbo',
'TABLE', N'sys_data_log',
'COLUMN', N'data_table'
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据ID',
'SCHEMA', N'dbo',
'TABLE', N'sys_data_log',
'COLUMN', N'data_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据内容',
'SCHEMA', N'dbo',
'TABLE', N'sys_data_log',
'COLUMN', N'data_content'
GO
EXEC sp_addextendedproperty
'MS_Description', N'版本号',
'SCHEMA', N'dbo',
'TABLE', N'sys_data_log',
'COLUMN', N'data_version'
GO
EXEC sp_addextendedproperty
'MS_Description', N'类型',
'SCHEMA', N'dbo',
'TABLE', N'sys_data_log',
'COLUMN', N'type'
GO
-- ----------------------------
-- Records of sys_data_log
-- ----------------------------
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1523903071766949890', NULL, N'2022-05-10 13:49:40.0000000', NULL, NULL, N'jeecg_demo', N'4028ef81550c1a7901550c1cd6e70001', N'{
"mobilePhone":"1872222222",
"officePhone":"1222222",
"email":"",
"createDate":"Jun 23, 2016 12:00:00 PM",
"sex":"1",
"depId":"402880e447e99cf10147e9a03b320003",
"userName":"9001",
"status":"1",
"content":"111",
"id":"4028ef81550c1a7901550c1cd6e70001"
}', N'4', N'json')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580525580339335170', N'admin', N'2022-10-13 19:47:18.0000000', NULL, NULL, N'v3_hello', N'1580510370266238978', N' 将名称为【名字】的字段内容 易强 修改为 易强1 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580529675481600001', N'admin', N'2022-10-13 20:03:34.0000000', NULL, NULL, N'v3_hello', N'1580510370266238978', N' 将名称为【性别】的字段内容 2 修改为 1 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580529718888452098', N'admin', N'2022-10-13 20:03:44.0000000', NULL, NULL, N'v3_hello', N'1580529718871674882', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580534551057936386', N'admin', N'2022-10-13 20:22:57.0000000', NULL, NULL, N'v3_hello', N'1580529718871674882', N' 将名称为【他表字段】的字段内容 空 修改为 500 将名称为【关联记录】的字段内容 空 修改为 1258783909887422466 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580534592426356738', N'admin', N'2022-10-13 20:23:06.0000000', NULL, NULL, N'ces_shop_goods', N'1258783909887422466', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580534607228055553', N'admin', N'2022-10-13 20:23:10.0000000', NULL, NULL, N'v3_hello', N'1580529718871674882', N' 将名称为【他表字段】的字段内容 空 修改为 500 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580537951120142338', N'admin', N'2022-10-13 20:36:27.0000000', NULL, NULL, N'v3_hello', N'1580510370266238978', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580538174827540481', N'admin', N'2022-10-13 20:37:21.0000000', NULL, NULL, N'v3_hello', N'1580510370266238978', N' 将名称为【他表字段】的字段内容 空 修改为 5000 将名称为【关联记录】的字段内容 空 修改为 1258408897326149634 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580541919602814978', N'admin', N'2022-10-13 20:52:13.0000000', NULL, NULL, N'ces_shop_type', N'1258408044439597058', N' 将名称为【图片】的字段内容 jeewxshop测试号_1588862831749.jpg 修改为 temp/4afbfbedab64034f9015f1bca8c379310b551dab_1665665531949.jpg ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580542958913597442', N'admin', N'2022-10-13 20:56:21.0000000', NULL, NULL, N'v3_demo1', N'1532265688470265858', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580543047069478914', N'admin', N'2022-10-13 20:56:42.0000000', NULL, NULL, N'test_note', N'1580543046964621313', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580543149787983873', N'admin', N'2022-10-13 20:57:07.0000000', NULL, NULL, N'test_enhance_select', N'402880e570801ffe017080538b24002f', N' 将名称为【省份】的字段内容 1230769290609725441 修改为 1230769253267836929 将名称为【区】的字段内容 1230769620021972993 修改为 1230769855347593217 将名称为【市】的字段内容 1230769470889299970 修改为 1230769769930592257 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580543461865172994', N'admin', N'2022-10-13 20:58:21.0000000', NULL, NULL, N'demo_field_def_val_main', N'1580543461659652098', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580543527321481217', N'admin', N'2022-10-13 20:58:37.0000000', NULL, NULL, N'demo_field_def_val_main', N'1580543461659652098', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580544512626405378', N'admin', N'2022-10-13 21:02:32.0000000', NULL, NULL, N'ai_control_single', N'1580544512563490817', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580544763290595329', N'admin', N'2022-10-13 21:03:31.0000000', NULL, NULL, N'ai_control_single', N'1580544512563490817', N' 将名称为【自定义树】的字段内容 空 修改为 1185039122143719425 将名称为【部门选择】的字段内容 空 修改为 c6d7cb4deeac411cb3384b1b31278596 将名称为【用户选择】的字段内容 空 修改为 zhangsan 将名称为【省市区】的字段内容 空 修改为 140303 将名称为【分类字典树】的字段内容 空 修改为 1183693534173069314 将名称为【年月日时分秒】的字段内容 空 修改为 2022-10-13 03:00:05 将名称为【时间】的字段内容 空 修改为 00:00:02 将名称为【字典表带条件下拉搜索】的字段内容 空 修改为 admin 将名称为【图片】的字段内容 空 修改为 temp/appdev_1665666175437.png 将名称为【字典表带条件单选】的字段内容 空 修改为 zhagnxiao 将名称为【字典表下拉多选】的字段内容 空 修改为 57197590443c44f083d42ae24ef26a2c 将名称为【popback】的字段内容 空 修改为 张三; 将名称为【字典多选】的字段内容 空 修改为 2 将名称为【字典表多选】的字段内容 空 修改为 63775228b7b041a99825f79760590b7d 将名称为【字典表单选】的字段内容 空 修改为 63775228b7b041a99825f79760590b7d 将名称为【字典单选】的字段内容 空 修改为 2 将名称为【字典表带条件多选】的字段内容 空 修改为 zhagnxiao 将名称为【字典表带条件下拉多选】的字段内容 空 修改为 admin 将名称为【日期】的字段内容 空 修改为 2022-10-06 将名称为【开关】的字段内容 2 修改为 1 将名称为【popup弹窗】的字段内容 空 修改为 zhangsan ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580545002412060674', N'admin', N'2022-10-13 21:04:28.0000000', NULL, NULL, N'ai_control_single', N'1580544512563490817', N' 将名称为【密码】的字段内容 空 修改为 33333 将名称为【文本】的字段内容 22 修改为 22333 将名称为【多行文本框】的字段内容 商品名称22,单价22 修改为 商品名称22333,单价22 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580562545419890690', N'admin', N'2022-10-13 22:14:11.0000000', NULL, NULL, N'ai_control_single', N'1580562545285672961', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580563072203501569', N'admin', N'2022-10-13 22:16:17.0000000', NULL, NULL, N'ai_control_single', N'1580563072002174977', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580733477480443906', N'admin', N'2022-10-14 09:33:24.0000000', NULL, NULL, N'v3_hello', N'1580510370266238978', N' 将名称为【备注】的字段内容 2333 修改为 233322 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580749419480494081', N'admin', N'2022-10-14 10:36:45.0000000', NULL, NULL, N'test_enhance_select', N'402880e570801ffe017080538b24002f', N' 将名称为【省份】的字段内容 1230769253267836929 修改为 1230769290609725441 将名称为【区】的字段内容 1230769855347593217 修改为 1230769620021972993 将名称为【市】的字段内容 1230769769930592257 修改为 1230769470889299970 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580761292670119938', N'admin', N'2022-10-14 11:23:56.0000000', NULL, NULL, N'test_enhance_select', N'402880e570801ffe017080538b24002f', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580772922195849218', N'admin', N'2022-10-14 12:10:09.0000000', NULL, NULL, N'ces_shop_goods', N'1258408897326149634', N' 将名称为【商品分类】的字段内容 1258408044439597058 修改为 1258408003595464706 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580814471130656770', N'admin', N'2022-10-14 14:55:15.0000000', NULL, NULL, N'v3_hello', N'1580510370266238978', N' 将名称为【备注】的字段内容 233322 修改为 23332290 将名称为【生日】的字段内容 2022-09-29 修改为 2022-09-03 将名称为【名字】的字段内容 易强1 修改为 易强10 将名称为【性别】的字段内容 1 修改为 2 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580814505297457154', N'admin', N'2022-10-14 14:55:23.0000000', NULL, NULL, N'v3_hello', N'1580529718871674882', N' 将名称为【名字】的字段内容 11 修改为 刘艳; ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580814578701971457', N'admin', N'2022-10-14 14:55:40.0000000', NULL, NULL, N'v3_hello', N'1580529718871674882', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580816176350113793', N'admin', N'2022-10-14 15:02:01.0000000', NULL, NULL, N'ceshi_001', N'1580816176220090369', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580816198277935106', N'admin', N'2022-10-14 15:02:06.0000000', NULL, NULL, N'ceshi_001', N'1580816176220090369', N' 将名称为【备注】的字段内容 <p>2222</p> 修改为 <p><img src="http://localhost:8080/jeecg-boot/sys/common/static/jeditor/11_1665730924934.jpg" />2222</p> ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580816241374408705', N'admin', N'2022-10-14 15:02:17.0000000', NULL, NULL, N'ceshi_001', N'1580816176220090369', N' 将名称为【所属部门】的字段内容 空 修改为 57197590443c44f083d42ae24ef26a2c,67fc001af12a4f9b8458005d3f19934a ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580816274597490690', N'admin', N'2022-10-14 15:02:25.0000000', NULL, NULL, N'ceshi_001', N'1580816176220090369', N' 将名称为【所属部门】的字段内容 空 修改为 57197590443c44f083d42ae24ef26a2c ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580816614608744450', N'admin', N'2022-10-14 15:03:46.0000000', NULL, NULL, N'ceshi_001', N'1580816176220090369', N' 将名称为【备注】的字段内容 <p>2222</p> 修改为 <p>222290</p> ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580816727792037890', N'admin', N'2022-10-14 15:04:13.0000000', NULL, NULL, N'ceshi_001', N'1580816176220090369', N' 将名称为【备注】的字段内容 <p>222290</p> 修改为 <p><img src="http://localhost:8080/jeecg-boot/sys/common/static/jeditor/20180607175028Fn1Lq7zw_1665731051414.png" />222290</p> ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580824196471730178', N'admin', N'2022-10-14 15:33:53.0000000', NULL, NULL, N'ceshi_001', N'1580816176220090369', N' 将名称为【弹窗】的字段内容 空 修改为 小红帽4——prod ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580824545664315394', N'admin', N'2022-10-14 15:35:17.0000000', NULL, NULL, N'ceshi_001', N'1580824545521709058', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580824562823213058', N'admin', N'2022-10-14 15:35:21.0000000', NULL, NULL, N'ceshi_001', N'1580824562693189634', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580824645950124033', N'admin', N'2022-10-14 15:35:41.0000000', NULL, NULL, N'ceshi_001', N'1580824562693189634', N' 将名称为【弹窗】的字段内容 空 修改为 aaa 将名称为【打卡时间】的字段内容 空 修改为 2022-10-07 15:35:25 将名称为【薪资】的字段内容 空 修改为 33.00 将名称为【备注】的字段内容 空 修改为 <p>333</p> 将名称为【生日】的字段内容 空 修改为 2022-10-06 将名称为【性别】的字段内容 空 修改为 1 将名称为【所属部门】的字段内容 空 修改为 6d35e179cd814e3299bd588ea7daed3f 将名称为【年龄】的字段内容 空 修改为 22 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580825874562428930', N'admin', N'2022-10-14 15:40:33.0000000', NULL, NULL, N'ceshi_main001', N'1580825874361102338', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580825931193921538', N'admin', N'2022-10-14 15:40:47.0000000', NULL, NULL, N'ceshi_main001', N'1580825874361102338', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580825997833023490', N'admin', N'2022-10-14 15:41:03.0000000', NULL, NULL, N'ceshi_main001', N'1580825874361102338', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580826120168288258', N'admin', N'2022-10-14 15:41:32.0000000', NULL, NULL, N'ceshi_main001', N'1580825874361102338', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580826171309436929', N'admin', N'2022-10-14 15:41:44.0000000', NULL, NULL, N'ceshi_main001', N'1580825874361102338', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580826404688900097', N'admin', N'2022-10-14 15:42:40.0000000', NULL, NULL, N'ceshi_main001', N'1580825874361102338', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580827034358788098', N'admin', N'2022-10-14 15:45:10.0000000', NULL, NULL, N'ceshi_001', N'1580824545521709058', N' 将名称为【打卡时间】的字段内容 空 修改为 2022-10-07 15:45:05 将名称为【生日】的字段内容 空 修改为 2022-10-13 将名称为【性别】的字段内容 空 修改为 1 将名称为【年龄】的字段内容 空 修改为 78 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580836377393258497', N'admin', N'2022-10-14 16:22:18.0000000', NULL, NULL, N'test_demo', N'4028810c6b02cba2016b02cba21f0000', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1580842495075049473', N'admin', N'2022-10-14 16:46:36.0000000', NULL, NULL, N'ceshi_001', N'1580824545521709058', N' 将名称为【备注】的字段内容 空 修改为 <p>222</p> ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1581934124192116738', N'admin', N'2022-10-17 17:04:21.0000000', NULL, NULL, N'ceshi_main001', N'1580825874361102338', N' 将名称为【描述】的字段内容 111 修改为 111111 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584467456679436289', N'admin', N'2022-10-24 16:50:54.0000000', NULL, NULL, N'ai_control_single', N'1580563072002174977', N' 将名称为【用户名】的字段内容 测试js增强设置默认值222 修改为 测试js增强修改表单值 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584479680101834753', N'admin', N'2022-10-24 17:39:29.0000000', NULL, NULL, N'ai_control_single', N'1580562545285672961', N' 将名称为【用户名】的字段内容 测试js增强设置默认值 修改为 测试js增强修改表单值 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584479719889002497', N'admin', N'2022-10-24 17:39:38.0000000', NULL, NULL, N'ai_control_single', N'1580562545285672961', N' 将名称为【用户名】的字段内容 测试js增强设置默认值 修改为 测试js增强修改表单值 将名称为【字典下拉】的字段内容 空 修改为 1 将名称为【字典多选】的字段内容 空 修改为 2 将名称为【字典单选】的字段内容 空 修改为 2 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584479762062729218', N'admin', N'2022-10-24 17:39:48.0000000', NULL, NULL, N'ai_control_single', N'1584479761945288706', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584479801854091266', N'admin', N'2022-10-24 17:39:58.0000000', NULL, NULL, N'ai_control_single', N'1584479761945288706', N' 将名称为【用户名】的字段内容 测试js增强设置默认值 修改为 测试js增强修改表单值 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584479862642139138', N'admin', N'2022-10-24 17:40:12.0000000', NULL, NULL, N'v3_hello', N'1580510370266238978', N' 将名称为【备注】的字段内容 23332290 修改为 23332290787 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584480385399218178', N'admin', N'2022-10-24 17:42:17.0000000', NULL, NULL, N'ai_control_single', N'1580563072002174977', N' 将名称为【用户名】的字段内容 测试js增强设置默认值222 修改为 测试js增强修改表单值 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584490663641833474', N'admin', N'2022-10-24 18:23:07.0000000', NULL, NULL, N'ceshi_001', N'1580824545521709058', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584493996632924161', N'admin', N'2022-10-24 18:36:22.0000000', NULL, NULL, N'v3_hello', N'1580510370266238978', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584499621706293250', N'admin', N'2022-10-24 18:58:43.0000000', NULL, NULL, N'ces_shop_goods', N'1258783909887422466', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584503949301080066', N'admin', N'2022-10-24 19:15:55.0000000', NULL, NULL, N'ces_shop_goods', N'1258783909887422466', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584503965872775170', N'admin', N'2022-10-24 19:15:59.0000000', NULL, NULL, N'v3_hello', N'1580529718871674882', N' 将名称为【他表字段】的字段内容 空 修改为 500 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584526394305241090', N'admin', N'2022-10-24 20:45:06.0000000', NULL, NULL, N'test_enhance_select', N'402880e570801ffe01708053743c002e', N' 将名称为【省份】的字段内容 1230769253267836929 修改为 1230769290609725441 将名称为【区】的字段内容 1230769855347593217 修改为 1230769620021972993 将名称为【市】的字段内容 1230769769930592257 修改为 1230769470889299970 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584558944432103426', N'admin', N'2022-10-24 22:54:27.0000000', NULL, NULL, N'test_enhance_select', N'402880e570801ffe01708053743c002e', N' 将名称为【省份】的字段内容 1230769290609725441 修改为 1230769253267836929 将名称为【区】的字段内容 1230769620021972993 修改为 1230769407907631106 将名称为【市】的字段内容 1230769470889299970 修改为 1230769347157331969 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584562117972533250', N'admin', N'2022-10-24 23:07:03.0000000', NULL, NULL, N'ces_shop_goods', N'1258408897326149634', N' 将名称为【商品名字】的字段内容 华为手机note 修改为 华为手机note11 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584562140730826754', N'admin', N'2022-10-24 23:07:09.0000000', NULL, NULL, N'v3_hello', N'1580510370266238978', N' 将名称为【他表字段】的字段内容 空 修改为 5000 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584565536531619842', N'admin', N'2022-10-24 23:20:38.0000000', NULL, NULL, N'test_enhance_select', N'402880e570801ffe01708053b2b10030', N' 将名称为【省份】的字段内容 1230769253267836929 修改为 1230769290609725441 将名称为【区】的字段内容 1230769407907631106 修改为 空; 将名称为【市】的字段内容 1230769347157331969 修改为 空; ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584565549508796417', N'admin', N'2022-10-24 23:20:41.0000000', NULL, NULL, N'test_enhance_select', N'402880e570801ffe017080538b24002f', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584723571270971394', N'admin', N'2022-10-25 09:48:37.0000000', NULL, NULL, N'ai_control_single', N'1584479761945288706', N' 将名称为【用户名】的字段内容 测试js增强设置默认值 修改为 测试js增强修改表单值 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584743370139070465', N'admin', N'2022-10-25 11:07:17.0000000', NULL, NULL, N'test_enhance_select', N'402880e570801ffe017080538b24002f', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584743880762028034', N'admin', N'2022-10-25 11:09:19.0000000', NULL, NULL, N'ai_control_single', N'1584479761945288706', N' 将名称为【用户名】的字段内容 测试js增强设置默认值 修改为 测试js增强修改表单值 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584744029085200385', N'admin', N'2022-10-25 11:09:54.0000000', NULL, NULL, N'v3_hello', N'1580510370266238978', N' 将名称为【他表字段】的字段内容 空 修改为 500 将名称为【关联记录】的字段内容 1258408897326149634 修改为 1258783909887422466 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584744360393273346', N'admin', N'2022-10-25 11:11:13.0000000', NULL, NULL, N'v3_hello', N'1580529718871674882', N' 将名称为【他表字段】的字段内容 空 修改为 500 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584751054817030145', N'admin', N'2022-10-25 11:37:49.0000000', NULL, NULL, N'test_enhance_select', N'402880e570801ffe017080538b24002f', N' 将名称为【省份】的字段内容 1230769290609725441 修改为 1230769253267836929 将名称为【区】的字段内容 1230769620021972993 修改为 1230769855347593217 将名称为【市】的字段内容 1230769470889299970 修改为 1230769769930592257 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584751163625664514', N'admin', N'2022-10-25 11:38:15.0000000', NULL, NULL, N'ces_shop_goods', N'1584751163470475266', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584751171917803522', N'admin', N'2022-10-25 11:38:17.0000000', NULL, NULL, N'v3_hello', N'1580510370266238978', N' 将名称为【他表字段】的字段内容 空 修改为 222 将名称为【关联记录】的字段内容 1258783909887422466 修改为 1584751163470475266 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584755047844769793', N'admin', N'2022-10-25 11:53:41.0000000', NULL, NULL, N'ces_shop_goods', N'1584751163470475266', N' 将名称为【价格】的字段内容 222.00000 修改为 222.00110 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584755064240304130', N'admin', N'2022-10-25 11:53:45.0000000', NULL, NULL, N'v3_hello', N'1580510370266238978', N' 将名称为【他表字段】的字段内容 空 修改为 222.0011 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584755181374631938', N'admin', N'2022-10-25 11:54:13.0000000', NULL, NULL, N'test_enhance_select', N'402880e570801ffe017080538b24002f', N' 将名称为【省份】的字段内容 1230769253267836929 修改为 1230769290609725441 将名称为【区】的字段内容 1230769855347593217 修改为 1230769620021972993 将名称为【市】的字段内容 1230769769930592257 修改为 1230769470889299970 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584837368534937602', N'admin', N'2022-10-25 17:20:48.0000000', NULL, NULL, N'ceshi_001', N'1584837368463634433', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584837462831280129', N'admin', N'2022-10-25 17:21:11.0000000', NULL, NULL, N'ces_shop_goods', N'1584751163470475266', N' 将名称为【出厂时间】的字段内容 空 修改为 2022-09-30 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584837476886392834', N'admin', N'2022-10-25 17:21:14.0000000', NULL, NULL, N'v3_hello', N'1580510370266238978', N' 将名称为【他表字段】的字段内容 空 修改为 222.0011 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584837625570275330', N'admin', N'2022-10-25 17:21:49.0000000', NULL, NULL, N'v3_demo1', N'1532265688470265858', N' 将名称为【备注】的字段内容 空 修改为 所发生的; ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584837705593401345', N'admin', N'2022-10-25 17:22:09.0000000', NULL, NULL, N'test_enhance_select', N'402880e570801ffe01708053743c002e', N' 将名称为【区】的字段内容 1230769407907631106 修改为 1230769855347593217 将名称为【市】的字段内容 1230769347157331969 修改为 1230769769930592257 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1584837730956357633', N'admin', N'2022-10-25 17:22:15.0000000', NULL, NULL, N'test_enhance_select', N'402880e570801ffe01708053b2b10030', N' 将名称为【区】的字段内容 空 修改为 1230769620021972993 将名称为【市】的字段内容 空 修改为 1230769470889299970 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1585122474969415682', N'admin', N'2022-10-26 12:13:43.0000000', NULL, NULL, N'test_enhance_select', N'402880e570801ffe01708053b2b10030', N' 将名称为【省份】的字段内容 1230769290609725441 修改为 1230769253267836929 将名称为【区】的字段内容 1230769620021972993 修改为 1230769855347593217 将名称为【市】的字段内容 1230769470889299970 修改为 1230769769930592257 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1585122523522678785', N'admin', N'2022-10-26 12:13:54.0000000', NULL, NULL, N'ces_shop_goods', N'1584751163470475266', N' 将名称为【商品名字】的字段内容 单表示例 修改为 单表示例222 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1585122531546382337', N'admin', N'2022-10-26 12:13:56.0000000', NULL, NULL, N'v3_hello', N'1580510370266238978', N' 将名称为【他表字段】的字段内容 空 修改为 222.0011 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1585129142025338881', N'admin', N'2022-10-26 12:40:12.0000000', NULL, NULL, N'v3_hello', N'1585129141824012290', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1585129199265005569', N'admin', N'2022-10-26 12:40:26.0000000', NULL, NULL, N'test_enhance_select', N'402880e570801ffe017080538b24002f', N' 将名称为【省份】的字段内容 1230769290609725441 修改为 1230769253267836929 将名称为【区】的字段内容 1230769620021972993 修改为 1230769855347593217 将名称为【市】的字段内容 1230769470889299970 修改为 1230769769930592257 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1585143398665961473', N'admin', N'2022-10-26 13:36:51.0000000', NULL, NULL, N'v3_hello', N'1585129141824012290', N' 将名称为【他表字段】的字段内容 空 修改为 5000 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1585143431406698498', N'admin', N'2022-10-26 13:36:59.0000000', NULL, NULL, N'test_demo', N'4028810c6b02cba2016b02cba21f0000', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1585591474300100610', N'admin', N'2022-10-27 19:17:21.0000000', NULL, NULL, N'v3_hello', N'1585129141824012290', N' 将名称为【他表字段】的字段内容 空 修改为 5000 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1585593970338799618', N'admin', N'2022-10-27 19:27:16.0000000', NULL, NULL, N'v3_hello', N'1580529718871674882', N' 将名称为【他表字段】的字段内容 空 修改为 500 将名称为【名字】的字段内容 刘艳 修改为 刘艳1 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1585594003176005633', N'admin', N'2022-10-27 19:27:24.0000000', NULL, NULL, N'v3_hello', N'1585129141824012290', N' 将名称为【他表字段】的字段内容 空 修改为 5000 将名称为【名字】的字段内容 1212 修改为 龚洋; ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1585594018841731073', N'admin', N'2022-10-27 19:27:28.0000000', NULL, NULL, N'v3_hello', N'1585129141824012290', N' 将名称为【他表字段】的字段内容 空 修改为 5000 将名称为【名字】的字段内容 龚洋 修改为 龚洋1 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1585639584833339394', N'admin', N'2022-10-27 22:28:31.0000000', NULL, NULL, N'v3_hello', N'1585639584506183681', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1585817690676379650', N'admin', N'2022-10-28 10:16:15.0000000', NULL, NULL, N'ceshi_main001', N'1580825874361102338', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1585817807542272001', N'admin', N'2022-10-28 10:16:43.0000000', NULL, NULL, N'ceshi_main001', N'1580825874361102338', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1585820119476191234', N'admin', N'2022-10-28 10:25:54.0000000', NULL, NULL, N'test_note', N'1580543046964621313', N' 将名称为【请假原因】的字段内容 空 修改为 1212 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1585822484832960513', N'admin', N'2022-10-28 10:35:18.0000000', NULL, NULL, N'test_shoptype_tree', N'1585822484715520001', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1585822513492639745', N'admin', N'2022-10-28 10:35:25.0000000', NULL, NULL, N'test_shoptype_tree', N'1256629188993069058', N' 将名称为【分类图片】的字段内容 jeewxshop测试号_1588438719823.jpg 修改为 空; ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1585822532543168514', N'admin', N'2022-10-28 10:35:30.0000000', NULL, NULL, N'test_shoptype_tree', N'1256629139206680578', N' 将名称为【分类图片】的字段内容 e1fe9925bc315c60addea1b98eb1cb1349547719_1588438707727.jpg 修改为 空; ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1585822566852575233', N'admin', N'2022-10-28 10:35:38.0000000', NULL, NULL, N'test_shoptype_tree', N'1256628820489908225', N' 将名称为【分类图片】的字段内容 空 修改为 temp/11_1666924536435.jpg ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1585826259140329474', N'admin', N'2022-10-28 10:50:18.0000000', NULL, NULL, N'v3_hello', N'1585826258943197186', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1585826315784404993', N'admin', N'2022-10-28 10:50:32.0000000', NULL, NULL, N'v3_hello', N'1585826258943197186', N' 将名称为【他表字段】的字段内容 空 修改为 22233 将名称为【年龄】的字段内容 20 修改为 201 将名称为【名字】的字段内容 黄明远 修改为 黄明远1 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1585826988332662785', N'admin', N'2022-10-28 10:53:12.0000000', NULL, NULL, N'test_enhance_select', N'402880e570801ffe01708053b2b10030', N' 将名称为【省份】的字段内容 1230769253267836929 修改为 1230769290609725441 将名称为【区】的字段内容 1230769855347593217 修改为 1230769620021972993 将名称为【市】的字段内容 1230769769930592257 修改为 1230769470889299970 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1586278361180377089', N'admin', N'2022-10-29 16:46:48.0000000', NULL, NULL, N'ceshi_note', N'1586278360710615042', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1586281651213381633', N'admin', N'2022-10-29 16:59:52.0000000', NULL, NULL, N'test_order_main', N'4028810c6b40244b016b4068ef890006', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1586285042735984642', N'admin', N'2022-10-29 17:13:21.0000000', NULL, NULL, N'test_order_main', N'4028810c6b40244b016b4068ef890006', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1586285348303613953', N'admin', N'2022-10-29 17:14:33.0000000', NULL, NULL, N'test_order_main', N'4028810c6b40244b016b4068ef890006', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1586285527417171969', N'admin', N'2022-10-29 17:15:16.0000000', NULL, NULL, N'test_order_main', N'4028810c6b40244b016b4068ef890006', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1586285822952026114', N'admin', N'2022-10-29 17:16:27.0000000', NULL, NULL, N'test_order_main', N'1551943088862896130', N' 将名称为【订单编码】的字段内容 CN2022072622503177 修改为 CN2022 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1586554347608305665', N'admin', N'2022-10-30 11:03:28.0000000', NULL, NULL, N'test_v3_hello', N'1585826258943197186', N' 将名称为【他表字段】的字段内容 空 修改为 22233 将名称为【备注】的字段内容 空 修改为 问题的关键究竟为何? 而这些并不是完全重要, 更加重要的问题是, 可是,即使是这样,随机一段废话的出现仍然代表了一定的意义. 我们都知道, 只要有意义, 那么就必须慎重考虑.那么, 经过上述讨论, 就我个人来说, 随机一段废话对我的意义, 不能不说非常重大.
就我个人来说, 随机一段废话对我的意义, 不能不说非常重大. 既然如此, 我们一般认为, 抓住了问题的关键, 其他一切则会迎刃而解.对我; ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1586554454575640577', N'admin', N'2022-10-30 11:03:53.0000000', NULL, NULL, N'test_note', N'1586554454185570306', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1586554463777943555', N'admin', N'2022-10-30 11:03:56.0000000', NULL, NULL, N'test_v3_hello', N'1586554463777943554', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1586557969775685633', N'admin', N'2022-10-30 11:17:51.0000000', NULL, NULL, N'test_order_main', N'1586557968995545089', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1586558444143079425', N'admin', N'2022-10-30 11:19:45.0000000', NULL, NULL, N'test_order_main', N'1586557968995545089', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1586558640096768001', N'admin', N'2022-10-30 11:20:31.0000000', NULL, NULL, N'test_order_main', N'1586557968995545089', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1586651979173326850', N'admin', N'2022-10-30 17:31:25.0000000', NULL, NULL, N'ceshi_note', N'1586650800414519297', N' 将名称为【弹出报表】的字段内容 空 修改为 孙亦菲; ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587064092114944001', N'admin', N'2022-10-31 20:49:00.0000000', NULL, NULL, N'ceshi_note', N'1586650800414519297', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587064750704558081', N'admin', N'2022-10-31 20:51:37.0000000', NULL, NULL, N'ceshi_note', N'1586650800414519297', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587064838038355970', N'admin', N'2022-10-31 20:51:58.0000000', NULL, NULL, N'ceshi_note', N'1586650800414519297', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587361366309310466', N'admin', N'2022-11-01 16:30:16.0000000', NULL, NULL, N'ceshi_note', N'1586650800414519297', N' 将名称为【部门】的字段内容 c6d7cb4deeac411cb3384b1b31278596 修改为 57197590443c44f083d42ae24ef26a2c ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587362273243664385', N'admin', N'2022-11-01 16:33:52.0000000', NULL, NULL, N'ceshi_note', N'1586650800414519297', N' 将名称为【部门】的字段内容 57197590443c44f083d42ae24ef26a2c 修改为 A01 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587367019220275201', N'admin', N'2022-11-01 16:52:44.0000000', NULL, NULL, N'ceshi_note', N'1587365083679002625', N' 将名称为【物料分类】的字段内容 空 修改为 1230769769930592257 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587373788424278017', N'admin', N'2022-11-01 17:19:38.0000000', NULL, NULL, N'ceshi_note', N'1586650800414519297', N' 将名称为【物料分类】的字段内容 1185039122143719425 修改为 1183693534173069314 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587386514257186818', N'admin', N'2022-11-01 18:10:12.0000000', NULL, NULL, N'ceshi_note', N'1587365083679002625', N' 将名称为【物料分类】的字段内容 1230769769930592257 修改为 1230769290609725441 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587386731111092225', N'admin', N'2022-11-01 18:11:04.0000000', NULL, NULL, N'ceshi_note', N'1587365083679002625', N' 将名称为【物料分类】的字段内容 1230769290609725441 修改为 1183693424827564034 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587387636954927105', N'admin', N'2022-11-01 18:14:40.0000000', NULL, NULL, N'ceshi_note', N'1587365083679002625', N' 将名称为【省市区】的字段内容 空 修改为 210504 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587387673680252929', N'admin', N'2022-11-01 18:14:48.0000000', NULL, NULL, N'ceshi_note', N'1587365083679002625', N' 将名称为【省市区】的字段内容 210504 修改为 130608 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587388008209551361', N'admin', N'2022-11-01 18:16:08.0000000', NULL, NULL, N'ceshi_note', N'1587365083679002625', N' 将名称为【省市区】的字段内容 130608 修改为 140212 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587388429615468546', N'admin', N'2022-11-01 18:17:49.0000000', NULL, NULL, N'ceshi_note', N'1587365083679002625', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587388793223876609', N'admin', N'2022-11-01 18:19:15.0000000', NULL, NULL, N'ceshi_note', N'1587365083679002625', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587389350982422529', N'admin', N'2022-11-01 18:21:28.0000000', NULL, NULL, N'ceshi_note', N'1587365083679002625', N' 将名称为【物料分类】的字段内容 1183693424827564034 修改为 1185039122143719425 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587389379570798594', N'admin', N'2022-11-01 18:21:35.0000000', NULL, NULL, N'ceshi_note', N'1587389379436580866', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587389814314602498', N'admin', N'2022-11-01 18:23:19.0000000', NULL, NULL, N'ceshi_note', N'1587389379436580866', N' 将名称为【物料分类】的字段内容 1183693424827564034 修改为 1230769196661510146 将名称为【省市区】的字段内容 空 修改为 220403 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587389853166440449', N'admin', N'2022-11-01 18:23:28.0000000', NULL, NULL, N'ceshi_note', N'1587389379436580866', N' 将名称为【物料分类】的字段内容 1230769196661510146 修改为 5c8f68845e57f68ab93a2c8d82d26ae1 将名称为【省市区】的字段内容 220403 修改为 110105 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587389894396448770', N'admin', N'2022-11-01 18:23:38.0000000', NULL, NULL, N'ceshi_note', N'1587389894266425345', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587389918257844226', N'admin', N'2022-11-01 18:23:43.0000000', NULL, NULL, N'ceshi_note', N'1587389894266425345', N' 将名称为【物料分类】的字段内容 空 修改为 1185039122143719425 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587390962102669313', N'admin', N'2022-11-01 18:27:52.0000000', NULL, NULL, N'ceshi_note', N'1587365083679002625', N' 将名称为【物料分类】的字段内容 1185039122143719425 修改为 5c8f68845e57f68ab93a2c8d82d26ae1 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587391433768931330', N'admin', N'2022-11-01 18:29:45.0000000', NULL, NULL, N'ceshi_note', N'1587391433634713601', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587396600325181442', N'admin', N'2022-11-01 18:50:17.0000000', NULL, NULL, N'ceshi_note', N'1587391433634713601', N' 将名称为【文件】的字段内容 空 修改为 temp/jeecg33_1667299809336.jpg ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587396657636151298', N'admin', N'2022-11-01 18:50:30.0000000', NULL, NULL, N'ceshi_note', N'1587391433634713601', N' 将名称为【图片】的字段内容 空 修改为 temp/20211101103911_1667299828205.png 将名称为【文件】的字段内容 temp/jeecg33_1667299809336.jpg 修改为 temp/jeecg222_1667299825630.png ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587396709444194305', N'admin', N'2022-11-01 18:50:43.0000000', NULL, NULL, N'ceshi_note', N'1587391433634713601', N' 将名称为【图片】的字段内容 temp/20211101103911_1667299828205.png 修改为 temp/20211101103911_1667299828205.png,temp/版本升级_1667299837808.jpg 将名称为【文件】的字段内容 temp/jeecg222_1667299825630.png 修改为 temp/jeecg222_1667299825630.png,temp/版本升级_1667299840515.jpg ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587399296021139457', N'admin', N'2022-11-01 19:00:59.0000000', NULL, NULL, N'ceshi_note', N'1587391433634713601', N' 将名称为【物料分类】的字段内容 1183693424827564034 修改为 5c8f68845e57f68ab93a2c8d82d26ae1 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587399326702473218', N'admin', N'2022-11-01 19:01:07.0000000', NULL, NULL, N'ceshi_note', N'1587399326509535234', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587399357216034817', N'admin', N'2022-11-01 19:01:14.0000000', NULL, NULL, N'ceshi_note', N'1587399326509535234', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587399379198382081', N'admin', N'2022-11-01 19:01:19.0000000', NULL, NULL, N'ceshi_note', N'1587399378997055489', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587400302238863361', N'admin', N'2022-11-01 19:04:59.0000000', NULL, NULL, N'ceshi_note', N'1587399378997055489', N' 将名称为【性别】的字段内容 空 修改为 1 将名称为【单选框】的字段内容 空 修改为 2 将名称为【物料分类】的字段内容 5c8f68845e57f68ab93a2c8d82d26ae1 修改为 1183693424827564034 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587400411320127490', N'admin', N'2022-11-01 19:05:25.0000000', NULL, NULL, N'ceshi_note', N'1587399378997055489', N' 将名称为【图片】的字段内容 空 修改为 temp/QQ图片20211101112222_1667300717072.png 将名称为【部门】的字段内容 空 修改为 A01 将名称为【开关】的字段内容 N 修改为 Y 将名称为【文件】的字段内容 空 修改为 temp/QQ图片20211101112222-副本_1667300715161.png 将名称为【省市区】的字段内容 空 修改为 120103 将名称为【弹出报表】的字段内容 空 修改为 aaa 将名称为【用户】的字段内容 空 修改为 jeecg 将名称为【富文本】的字段内容 空 修改为 <p>1111</p> ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587401260700241921', N'admin', N'2022-11-01 19:08:48.0000000', NULL, NULL, N'ceshi_note', N'1587399378997055489', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587401793527844866', N'admin', N'2022-11-01 19:10:55.0000000', NULL, NULL, N'ceshi_note', N'1587399378997055489', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587401815547940866', N'admin', N'2022-11-01 19:11:00.0000000', NULL, NULL, N'ceshi_note', N'1587401815417917441', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587402380621352962', N'admin', N'2022-11-01 19:13:15.0000000', NULL, NULL, N'ceshi_note', N'1587401815417917441', N' 将名称为【单选框】的字段内容 空 修改为 1 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587402470664671234', N'admin', N'2022-11-01 19:13:36.0000000', NULL, NULL, N'ceshi_note', N'1587401815417917441', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587402491011239937', N'admin', N'2022-11-01 19:13:41.0000000', NULL, NULL, N'ceshi_note', N'1587401815417917441', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587402587140493313', N'admin', N'2022-11-01 19:14:04.0000000', NULL, NULL, N'ceshi_note', N'1587401815417917441', N' 将名称为【物料分类】的字段内容 空 修改为 1183693424827564034 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587402623035346945', N'admin', N'2022-11-01 19:14:13.0000000', NULL, NULL, N'ceshi_note', N'1587401815417917441', N' 将名称为【物料分类】的字段内容 1183693424827564034 修改为 1183693534173069314 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587404334768558081', N'admin', N'2022-11-01 19:21:01.0000000', NULL, NULL, N'ceshi_note', N'1587401815417917441', N' 将名称为【物料分类】的字段内容 1183693534173069314 修改为 1183693424827564034 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587406987665838082', N'admin', N'2022-11-01 19:31:33.0000000', NULL, NULL, N'ceshi_note', N'1587406987472900097', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1587407014165450754', N'admin', N'2022-11-01 19:31:39.0000000', NULL, NULL, N'ceshi_note', N'1587406987472900097', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1589463238847455233', N'admin', N'2022-11-07 11:42:22.0000000', NULL, NULL, N'ceshi_note', N'1587406987472900097', N' 将名称为【性别】的字段内容 空 修改为 1 将名称为【下单时间】的字段内容 空 修改为 2022-11-06 11:41:49 将名称为【图片】的字段内容 空 修改为 temp/11_1667792532793.jpg 将名称为【年龄】的字段内容 空 修改为 22 将名称为【单选框】的字段内容 1 修改为 2 将名称为【生日】的字段内容 空 修改为 2022-11-02 将名称为【薪资】的字段内容 空 修改为 222.000 将名称为【部门】的字段内容 空 修改为 A01 将名称为【备注】的字段内容 空 修改为 22 将名称为【物料分类】的字段内容 1185039122143719425 修改为 1230769196661510146 将名称为【开关】的字段内容 N 修改为 Y 将名称为【文件】的字段内容 空 修改为 temp/11_1667792530776.jpg 将名称为【省市区】的字段内容 110105 修改为 130203 将名称为【弹出报表】的字段内容 空 修改为 zhang daihao 将名称为【用户】的字段内容 空 修改为 admin 将名称为【富文本】的字段内容 空 修改为 <p>333</p> ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1589575791242080258', N'admin', N'2022-11-07 19:09:36.0000000', NULL, NULL, N'ceshi_note', N'1589469175033335809', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1589575924025356290', N'admin', N'2022-11-07 19:10:08.0000000', NULL, NULL, N'ceshi_note', N'1589465733170696194', N' 将名称为【aa】的字段内容 空 修改为 asd ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1589621133987786753', N'admin', N'2022-11-07 22:09:47.0000000', NULL, NULL, N'test_demo', N'4028810c6b02cba2016b02cba21f0000', N' 将名称为【checkbox】的字段内容 空 修改为 2 将名称为【城市】的字段内容 空 修改为 120101 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1590362009517109250', N'admin', N'2022-11-09 23:13:45.0000000', NULL, NULL, N'ceshi_note', N'1589469175033335809', N' 将名称为【用户名】的字段内容 555 修改为 55599 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1595346653387911170', N'admin', N'2022-11-23 17:20:57.0000000', NULL, NULL, N'test_order_main', N'1589516804530339842', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1595601291844468738', N'admin', N'2022-11-24 10:12:47.0000000', NULL, NULL, N'ceshi_note', N'1589465733170696194', N' 将名称为【部门】的字段内容 c6d7cb4deeac411cb3384b1b31278596 修改为 A02 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1595601360412950529', N'admin', N'2022-11-24 10:13:04.0000000', NULL, NULL, N'ceshi_note', N'1589469175033335809', N' 将名称为【部门】的字段内容 空 修改为 A01 将名称为【弹出报表】的字段内容 空 修改为 名字; 将名称为【用户】的字段内容 空 修改为 jeecg ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1597149069037002754', N'admin', N'2022-11-28 16:43:06.0000000', NULL, NULL, N'demo_field_def_val_main', N'1580543461659652098', N'', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1597149156505018370', N'admin', N'2022-11-28 16:43:27.0000000', NULL, NULL, N'test_order_main', N'1597149156089782273', N' 创建了记录', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'1631938221120933890', N'admin', N'2023-03-04 16:42:47.0000000', NULL, NULL, N'ceshi_note', N'1589469175033335809', N' 将名称为【用户名】的字段内容 55599 修改为 55599121 ', N'1', N'comment')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'402880f05ab0d198015ab12274bf0006', N'admin', N'2017-03-09 11:35:09.0000000', NULL, NULL, N'jeecg_demo', N'4028ef81550c1a7901550c1cd6e70001', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Jun 23, 2016 12:00:00 PM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"9001","status":"1","content":"111","id":"4028ef81550c1a7901550c1cd6e70001"}', N'3', N'json')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'402880f05ab6d12b015ab700bead0009', N'admin', N'2017-03-10 14:56:03.0000000', NULL, NULL, N'jeecg_demo', N'402880f05ab6d12b015ab700be8d0008', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Mar 10, 2017 2:56:03 PM","sex":"0","depId":"402880e447e99cf10147e9a03b320003","userName":"111","status":"0","id":"402880f05ab6d12b015ab700be8d0008"}', N'1', N'json')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'402880f05ab6d12b015ab705a23f000d', N'admin', N'2017-03-10 15:01:24.0000000', NULL, NULL, N'jeecg_demo', N'402880f05ab6d12b015ab705a233000c', N'{"mobilePhone":"","officePhone":"11","email":"","createDate":"Mar 10, 2017 3:01:24 PM","sex":"0","depId":"402880e447e99cf10147e9a03b320003","userName":"11","status":"0","id":"402880f05ab6d12b015ab705a233000c"}', N'1', N'json')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'402880f05ab6d12b015ab712a6420013', N'admin', N'2017-03-10 15:15:37.0000000', NULL, NULL, N'jeecg_demo', N'402880f05ab6d12b015ab712a6360012', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Mar 10, 2017 3:15:37 PM","sex":"0","depId":"402880e447e99cf10147e9a03b320003","userName":"小王","status":"0","id":"402880f05ab6d12b015ab712a6360012"}', N'1', N'json')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'402880f05ab6d12b015ab712d0510015', N'admin', N'2017-03-10 15:15:47.0000000', NULL, NULL, N'jeecg_demo', N'402880f05ab6d12b015ab712a6360012', N'{"mobilePhone":"18611788525","officePhone":"","email":"","createDate":"Mar 10, 2017 3:15:37 AM","sex":"0","depId":"402880e447e99cf10147e9a03b320003","userName":"小王","status":"0","id":"402880f05ab6d12b015ab712a6360012"}', N'2', N'json')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'402880f05ab6d12b015ab71308240018', N'admin', N'2017-03-10 15:16:02.0000000', NULL, NULL, N'jeecg_demo', N'8a8ab0b246dc81120146dc81860f016f', N'{"mobilePhone":"13111111111","officePhone":"66666666","email":"demo@jeecg.com","age":12,"salary":10.00,"birthday":"Feb 14, 2014 12:00:00 AM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"小明","status":"","content":"","id":"8a8ab0b246dc81120146dc81860f016f"}', N'1', N'json')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'402880f05ab6d12b015ab72806c3001b', N'admin', N'2017-03-10 15:38:58.0000000', NULL, NULL, N'jeecg_demo', N'8a8ab0b246dc81120146dc81860f016f', N'{"mobilePhone":"18611788888","officePhone":"66666666","email":"demo@jeecg.com","age":12,"salary":10.00,"birthday":"Feb 14, 2014 12:00:00 AM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"小明","status":"","content":"","id":"8a8ab0b246dc81120146dc81860f016f"}', N'2', N'json')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'4028ef815318148a0153181567690001', N'admin', N'2016-02-25 18:59:29.0000000', NULL, NULL, N'jeecg_demo', N'4028ef815318148a0153181566270000', N'{"mobilePhone":"13423423423","officePhone":"1","email":"","age":1,"salary":1,"birthday":"Feb 25, 2016 12:00:00 AM","createDate":"Feb 25, 2016 6:59:24 PM","depId":"402880e447e9a9570147e9b6a3be0005","userName":"1","status":"0","id":"4028ef815318148a0153181566270000"}', N'1', N'json')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'4028ef815318148a01531815ec5c0003', N'admin', N'2016-02-25 19:00:03.0000000', NULL, NULL, N'jeecg_demo', N'4028ef815318148a0153181566270000', N'{"mobilePhone":"13426498659","officePhone":"1","email":"","age":1,"salary":1.00,"birthday":"Feb 25, 2016 12:00:00 AM","createDate":"Feb 25, 2016 6:59:24 AM","depId":"402880e447e9a9570147e9b6a3be0005","userName":"1","status":"0","id":"4028ef815318148a0153181566270000"}', N'2', N'json')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'4028ef8153c028db0153c0502e6b0003', N'admin', N'2016-03-29 10:59:53.0000000', NULL, NULL, N'jeecg_demo', N'4028ef8153c028db0153c0502d420002', N'{"mobilePhone":"18455477548","officePhone":"123","email":"","createDate":"Mar 29, 2016 10:59:53 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"123","status":"0","id":"4028ef8153c028db0153c0502d420002"}', N'1', N'json')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'4028ef8153c028db0153c0509aa40006', N'admin', N'2016-03-29 11:00:21.0000000', NULL, NULL, N'jeecg_demo', N'4028ef8153c028db0153c0509a3e0005', N'{"mobilePhone":"13565486458","officePhone":"","email":"","createDate":"Mar 29, 2016 11:00:21 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"22","status":"0","id":"4028ef8153c028db0153c0509a3e0005"}', N'1', N'json')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'4028ef8153c028db0153c051c4a70008', N'admin', N'2016-03-29 11:01:37.0000000', NULL, NULL, N'jeecg_demo', N'4028ef8153c028db0153c0509a3e0005', N'{"mobilePhone":"13565486458","officePhone":"","email":"","createDate":"Mar 29, 2016 11:00:21 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"22","status":"0","id":"4028ef8153c028db0153c0509a3e0005"}', N'2', N'json')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'4028ef8153c028db0153c051d4b5000a', N'admin', N'2016-03-29 11:01:41.0000000', NULL, NULL, N'jeecg_demo', N'4028ef8153c028db0153c0502d420002', N'{"mobilePhone":"13565486458","officePhone":"123","email":"","createDate":"Mar 29, 2016 10:59:53 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"123","status":"0","id":"4028ef8153c028db0153c0502d420002"}', N'2', N'json')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'4028ef8153c028db0153c07033d8000d', N'admin', N'2016-03-29 11:34:52.0000000', NULL, NULL, N'jeecg_demo', N'4028ef8153c028db0153c0502d420002', N'{"mobilePhone":"13565486458","officePhone":"123","email":"","age":23,"createDate":"Mar 29, 2016 10:59:53 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"123","status":"0","id":"4028ef8153c028db0153c0502d420002"}', N'3', N'json')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'4028ef8153c028db0153c070492e000f', N'admin', N'2016-03-29 11:34:57.0000000', NULL, NULL, N'jeecg_demo', N'4028ef8153c028db0153c0509a3e0005', N'{"mobilePhone":"13565486458","officePhone":"","email":"","age":22,"createDate":"Mar 29, 2016 11:00:21 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"22","status":"0","id":"4028ef8153c028db0153c0509a3e0005"}', N'3', N'json')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'4028ef81550c1a7901550c1cd7850002', N'admin', N'2016-06-01 21:17:44.0000000', NULL, NULL, N'jeecg_demo', N'4028ef81550c1a7901550c1cd6e70001', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Jun 1, 2016 9:17:44 PM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"121221","status":"0","id":"4028ef81550c1a7901550c1cd6e70001"}', N'1', N'json')
GO
INSERT INTO [dbo].[sys_data_log] ([id], [create_by], [create_time], [update_by], [update_time], [data_table], [data_id], [data_content], [data_version], [type]) VALUES (N'4028ef81568c31ec01568c3307080004', N'admin', N'2016-08-15 11:16:09.0000000', NULL, NULL, N'jeecg_demo', N'4028ef81550c1a7901550c1cd6e70001', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Jun 23, 2016 12:00:00 PM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"9001","status":"1","content":"111","id":"4028ef81550c1a7901550c1cd6e70001"}', N'2', N'json')
GO
-- ----------------------------
-- Table structure for sys_data_source
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_data_source]') AND type IN ('U'))
DROP TABLE [dbo].[sys_data_source]
GO
CREATE TABLE [dbo].[sys_data_source] (
[id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[remark] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL,
[db_type] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL,
[db_driver] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[db_url] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL,
[db_name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[db_username] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[db_password] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL,
[tenant_id] int NULL
)
GO
ALTER TABLE [dbo].[sys_data_source] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据源编码',
'SCHEMA', N'dbo',
'TABLE', N'sys_data_source',
'COLUMN', N'code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据源名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_data_source',
'COLUMN', N'name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'备注',
'SCHEMA', N'dbo',
'TABLE', N'sys_data_source',
'COLUMN', N'remark'
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据库类型',
'SCHEMA', N'dbo',
'TABLE', N'sys_data_source',
'COLUMN', N'db_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'驱动类',
'SCHEMA', N'dbo',
'TABLE', N'sys_data_source',
'COLUMN', N'db_driver'
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据源地址',
'SCHEMA', N'dbo',
'TABLE', N'sys_data_source',
'COLUMN', N'db_url'
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据库名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_data_source',
'COLUMN', N'db_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'用户名',
'SCHEMA', N'dbo',
'TABLE', N'sys_data_source',
'COLUMN', N'db_username'
GO
EXEC sp_addextendedproperty
'MS_Description', N'密码',
'SCHEMA', N'dbo',
'TABLE', N'sys_data_source',
'COLUMN', N'db_password'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'sys_data_source',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_data_source',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'sys_data_source',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_data_source',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'所属部门',
'SCHEMA', N'dbo',
'TABLE', N'sys_data_source',
'COLUMN', N'sys_org_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'租户ID',
'SCHEMA', N'dbo',
'TABLE', N'sys_data_source',
'COLUMN', N'tenant_id'
GO
-- ----------------------------
-- Records of sys_data_source
-- ----------------------------
INSERT INTO [dbo].[sys_data_source] ([id], [code], [name], [remark], [db_type], [db_driver], [db_url], [db_name], [db_username], [db_password], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id]) VALUES (N'1209779538310004737', N'local_mysql', N'MySQL5.7', N'本地数据库MySQL5.7', N'1', N'com.mysql.jdbc.Driver', N'jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false', N'jeecg-boot', N'root', N'f5b6775e8d1749483f2320627de0e706', N'admin', N'2019-12-25 18:14:53.0000000', N'admin', N'2020-07-10 16:54:42.0000000', N'A01', N'0')
GO
-- ----------------------------
-- Table structure for sys_depart
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_depart]') AND type IN ('U'))
DROP TABLE [dbo].[sys_depart]
GO
CREATE TABLE [dbo].[sys_depart] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[parent_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[depart_name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL,
[depart_name_en] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL,
[depart_name_abbr] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL,
[depart_order] int NULL,
[description] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL,
[org_category] nvarchar(10) COLLATE Chinese_PRC_CI_AS NOT NULL,
[org_type] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL,
[org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NOT NULL,
[mobile] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[fax] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[address] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[memo] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL,
[status] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL,
[del_flag] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL,
[qywx_identifier] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[tenant_id] int NULL,
[iz_leaf] tinyint NULL
)
GO
ALTER TABLE [dbo].[sys_depart] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'ID',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'父机构ID',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart',
'COLUMN', N'parent_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'机构/部门名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart',
'COLUMN', N'depart_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'英文名',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart',
'COLUMN', N'depart_name_en'
GO
EXEC sp_addextendedproperty
'MS_Description', N'缩写',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart',
'COLUMN', N'depart_name_abbr'
GO
EXEC sp_addextendedproperty
'MS_Description', N'排序',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart',
'COLUMN', N'depart_order'
GO
EXEC sp_addextendedproperty
'MS_Description', N'描述',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart',
'COLUMN', N'description'
GO
EXEC sp_addextendedproperty
'MS_Description', N'机构类别 1公司2组织机构2岗位',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart',
'COLUMN', N'org_category'
GO
EXEC sp_addextendedproperty
'MS_Description', N'机构类型 1一级部门 2子部门',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart',
'COLUMN', N'org_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'机构编码',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart',
'COLUMN', N'org_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'手机号',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart',
'COLUMN', N'mobile'
GO
EXEC sp_addextendedproperty
'MS_Description', N'传真',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart',
'COLUMN', N'fax'
GO
EXEC sp_addextendedproperty
'MS_Description', N'地址',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart',
'COLUMN', N'address'
GO
EXEC sp_addextendedproperty
'MS_Description', N'备注',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart',
'COLUMN', N'memo'
GO
EXEC sp_addextendedproperty
'MS_Description', N'状态1启用0不启用',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart',
'COLUMN', N'status'
GO
EXEC sp_addextendedproperty
'MS_Description', N'删除状态0正常1已删除',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart',
'COLUMN', N'del_flag'
GO
EXEC sp_addextendedproperty
'MS_Description', N'对接企业微信的ID',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart',
'COLUMN', N'qywx_identifier'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'租户ID',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart',
'COLUMN', N'tenant_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否有叶子节点: 1是0否',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart',
'COLUMN', N'iz_leaf'
GO
EXEC sp_addextendedproperty
'MS_Description', N'组织机构表',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart'
GO
-- ----------------------------
-- Records of sys_depart
-- ----------------------------
INSERT INTO [dbo].[sys_depart] ([id], [parent_id], [depart_name], [depart_name_en], [depart_name_abbr], [depart_order], [description], [org_category], [org_type], [org_code], [mobile], [fax], [address], [memo], [status], [del_flag], [qywx_identifier], [create_by], [create_time], [update_by], [update_time], [tenant_id], [iz_leaf]) VALUES (N'1582683631414632450', N'c6d7cb4deeac411cb3384b1b31278596', N'销售公关岗位', NULL, NULL, N'0', NULL, N'3', N'2', N'A01A06', NULL, NULL, NULL, NULL, NULL, N'0', NULL, N'admin', N'2022-10-19 18:42:37.0000000', NULL, NULL, N'0', N'0')
GO
INSERT INTO [dbo].[sys_depart] ([id], [parent_id], [depart_name], [depart_name_en], [depart_name_abbr], [depart_order], [description], [org_category], [org_type], [org_code], [mobile], [fax], [address], [memo], [status], [del_flag], [qywx_identifier], [create_by], [create_time], [update_by], [update_time], [tenant_id], [iz_leaf]) VALUES (N'4f1765520d6346f9bd9c79e2479e5b12', N'c6d7cb4deeac411cb3384b1b31278596', N'市场部', NULL, NULL, N'0', NULL, N'1', N'2', N'A01A03', NULL, NULL, NULL, NULL, NULL, N'0', NULL, N'admin', N'2019-02-20 17:15:34.0000000', N'admin', N'2019-02-26 16:36:18.0000000', N'0', N'0')
GO
INSERT INTO [dbo].[sys_depart] ([id], [parent_id], [depart_name], [depart_name_en], [depart_name_abbr], [depart_order], [description], [org_category], [org_type], [org_code], [mobile], [fax], [address], [memo], [status], [del_flag], [qywx_identifier], [create_by], [create_time], [update_by], [update_time], [tenant_id], [iz_leaf]) VALUES (N'5159cde220114246b045e574adceafe9', N'6d35e179cd814e3299bd588ea7daed3f', N'研发部', NULL, NULL, N'0', NULL, N'1', N'2', N'A02A02', NULL, NULL, NULL, NULL, NULL, N'0', NULL, N'admin', N'2019-02-26 16:44:38.0000000', N'admin', N'2019-03-07 09:36:53.0000000', N'0', N'0')
GO
INSERT INTO [dbo].[sys_depart] ([id], [parent_id], [depart_name], [depart_name_en], [depart_name_abbr], [depart_order], [description], [org_category], [org_type], [org_code], [mobile], [fax], [address], [memo], [status], [del_flag], [qywx_identifier], [create_by], [create_time], [update_by], [update_time], [tenant_id], [iz_leaf]) VALUES (N'57197590443c44f083d42ae24ef26a2c', N'c6d7cb4deeac411cb3384b1b31278596', N'研发部', NULL, NULL, N'0', NULL, N'1', N'2', N'A01A05', NULL, NULL, NULL, NULL, NULL, N'0', NULL, N'admin', N'2019-02-21 16:14:41.0000000', N'admin', N'2019-03-27 19:05:49.0000000', N'0', N'0')
GO
INSERT INTO [dbo].[sys_depart] ([id], [parent_id], [depart_name], [depart_name_en], [depart_name_abbr], [depart_order], [description], [org_category], [org_type], [org_code], [mobile], [fax], [address], [memo], [status], [del_flag], [qywx_identifier], [create_by], [create_time], [update_by], [update_time], [tenant_id], [iz_leaf]) VALUES (N'63775228b7b041a99825f79760590b7d', N'57197590443c44f083d42ae24ef26a2c', N'研发经理', NULL, NULL, N'0', NULL, N'3', N'3', N'A01A05A01', NULL, NULL, NULL, NULL, NULL, N'0', NULL, N'admin', N'2020-05-02 15:29:09.0000000', NULL, NULL, N'0', N'0')
GO
INSERT INTO [dbo].[sys_depart] ([id], [parent_id], [depart_name], [depart_name_en], [depart_name_abbr], [depart_order], [description], [org_category], [org_type], [org_code], [mobile], [fax], [address], [memo], [status], [del_flag], [qywx_identifier], [create_by], [create_time], [update_by], [update_time], [tenant_id], [iz_leaf]) VALUES (N'67fc001af12a4f9b8458005d3f19934a', N'c6d7cb4deeac411cb3384b1b31278596', N'财务部', NULL, NULL, N'0', NULL, N'1', N'2', N'A01A04', NULL, NULL, NULL, NULL, NULL, N'0', NULL, N'admin', N'2019-02-21 16:14:35.0000000', N'admin', N'2019-02-25 12:49:41.0000000', N'0', N'0')
GO
INSERT INTO [dbo].[sys_depart] ([id], [parent_id], [depart_name], [depart_name_en], [depart_name_abbr], [depart_order], [description], [org_category], [org_type], [org_code], [mobile], [fax], [address], [memo], [status], [del_flag], [qywx_identifier], [create_by], [create_time], [update_by], [update_time], [tenant_id], [iz_leaf]) VALUES (N'6d35e179cd814e3299bd588ea7daed3f', N'', N'北京卓尔互动', NULL, NULL, N'0', NULL, N'1', N'1', N'A02', NULL, NULL, NULL, NULL, NULL, N'0', NULL, N'admin', N'2019-02-26 16:36:39.0000000', N'admin', N'2020-05-02 18:21:22.0000000', N'0', N'0')
GO
INSERT INTO [dbo].[sys_depart] ([id], [parent_id], [depart_name], [depart_name_en], [depart_name_abbr], [depart_order], [description], [org_category], [org_type], [org_code], [mobile], [fax], [address], [memo], [status], [del_flag], [qywx_identifier], [create_by], [create_time], [update_by], [update_time], [tenant_id], [iz_leaf]) VALUES (N'a7d7e77e06c84325a40932163adcdaa6', N'6d35e179cd814e3299bd588ea7daed3f', N'财务部', NULL, NULL, N'0', NULL, N'1', N'2', N'A02A01', NULL, NULL, NULL, NULL, NULL, N'0', NULL, N'admin', N'2019-02-26 16:36:47.0000000', N'admin', N'2022-10-14 18:57:56.0000000', N'0', N'0')
GO
INSERT INTO [dbo].[sys_depart] ([id], [parent_id], [depart_name], [depart_name_en], [depart_name_abbr], [depart_order], [description], [org_category], [org_type], [org_code], [mobile], [fax], [address], [memo], [status], [del_flag], [qywx_identifier], [create_by], [create_time], [update_by], [update_time], [tenant_id], [iz_leaf]) VALUES (N'c6d7cb4deeac411cb3384b1b31278596', N'', N'北京国炬软件', NULL, NULL, N'0', NULL, N'1', N'1', N'A01', NULL, NULL, NULL, NULL, NULL, N'0', NULL, N'admin', N'2019-02-11 14:21:51.0000000', N'admin', N'2020-05-02 18:21:27.0000000', N'0', N'0')
GO
-- ----------------------------
-- Table structure for sys_depart_permission
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_depart_permission]') AND type IN ('U'))
DROP TABLE [dbo].[sys_depart_permission]
GO
CREATE TABLE [dbo].[sys_depart_permission] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[depart_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[permission_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[data_rule_ids] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[sys_depart_permission] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'部门id',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart_permission',
'COLUMN', N'depart_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'权限id',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart_permission',
'COLUMN', N'permission_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据规则id',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart_permission',
'COLUMN', N'data_rule_ids'
GO
EXEC sp_addextendedproperty
'MS_Description', N'部门权限表',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart_permission'
GO
-- ----------------------------
-- Records of sys_depart_permission
-- ----------------------------
INSERT INTO [dbo].[sys_depart_permission] ([id], [depart_id], [permission_id], [data_rule_ids]) VALUES (N'1260925131934519297', N'6d35e179cd814e3299bd588ea7daed3f', N'f0675b52d89100ee88472b6800754a08', NULL)
GO
INSERT INTO [dbo].[sys_depart_permission] ([id], [depart_id], [permission_id], [data_rule_ids]) VALUES (N'1260925131947102209', N'6d35e179cd814e3299bd588ea7daed3f', N'2aeddae571695cd6380f6d6d334d6e7d', NULL)
GO
INSERT INTO [dbo].[sys_depart_permission] ([id], [depart_id], [permission_id], [data_rule_ids]) VALUES (N'1260925131955490818', N'6d35e179cd814e3299bd588ea7daed3f', N'020b06793e4de2eee0007f603000c769', NULL)
GO
INSERT INTO [dbo].[sys_depart_permission] ([id], [depart_id], [permission_id], [data_rule_ids]) VALUES (N'1260925131959685121', N'6d35e179cd814e3299bd588ea7daed3f', N'1232123780958064642', NULL)
GO
-- ----------------------------
-- Table structure for sys_depart_role
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_depart_role]') AND type IN ('U'))
DROP TABLE [dbo].[sys_depart_role]
GO
CREATE TABLE [dbo].[sys_depart_role] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[depart_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[role_name] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL,
[role_code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[description] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL
)
GO
ALTER TABLE [dbo].[sys_depart_role] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'部门id',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart_role',
'COLUMN', N'depart_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'部门角色名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart_role',
'COLUMN', N'role_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'部门角色编码',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart_role',
'COLUMN', N'role_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'描述',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart_role',
'COLUMN', N'description'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart_role',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart_role',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart_role',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart_role',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'部门角色表',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart_role'
GO
-- ----------------------------
-- Records of sys_depart_role
-- ----------------------------
INSERT INTO [dbo].[sys_depart_role] ([id], [depart_id], [role_name], [role_code], [description], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1260925293226479618', N'6d35e179cd814e3299bd588ea7daed3f', N'roless', N'ssss', NULL, N'admin', N'2020-05-14 21:29:51.0000000', NULL, NULL)
GO
-- ----------------------------
-- Table structure for sys_depart_role_permission
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_depart_role_permission]') AND type IN ('U'))
DROP TABLE [dbo].[sys_depart_role_permission]
GO
CREATE TABLE [dbo].[sys_depart_role_permission] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[depart_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[role_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[permission_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[data_rule_ids] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL,
[operate_date] datetime2(7) NULL,
[operate_ip] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[sys_depart_role_permission] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'部门id',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart_role_permission',
'COLUMN', N'depart_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'角色id',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart_role_permission',
'COLUMN', N'role_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'权限id',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart_role_permission',
'COLUMN', N'permission_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据权限ids',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart_role_permission',
'COLUMN', N'data_rule_ids'
GO
EXEC sp_addextendedproperty
'MS_Description', N'操作时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart_role_permission',
'COLUMN', N'operate_date'
GO
EXEC sp_addextendedproperty
'MS_Description', N'操作ip',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart_role_permission',
'COLUMN', N'operate_ip'
GO
EXEC sp_addextendedproperty
'MS_Description', N'部门角色权限表',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart_role_permission'
GO
-- ----------------------------
-- Records of sys_depart_role_permission
-- ----------------------------
INSERT INTO [dbo].[sys_depart_role_permission] ([id], [depart_id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1260925328689319938', NULL, N'1260925293226479618', N'2aeddae571695cd6380f6d6d334d6e7d', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_depart_role_permission] ([id], [depart_id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1260925328706097153', NULL, N'1260925293226479618', N'020b06793e4de2eee0007f603000c769', NULL, NULL, NULL)
GO
-- ----------------------------
-- Table structure for sys_depart_role_user
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_depart_role_user]') AND type IN ('U'))
DROP TABLE [dbo].[sys_depart_role_user]
GO
CREATE TABLE [dbo].[sys_depart_role_user] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[user_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[drole_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[sys_depart_role_user] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键id',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart_role_user',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'用户id',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart_role_user',
'COLUMN', N'user_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'角色id',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart_role_user',
'COLUMN', N'drole_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'部门角色用户表',
'SCHEMA', N'dbo',
'TABLE', N'sys_depart_role_user'
GO
-- ----------------------------
-- Records of sys_depart_role_user
-- ----------------------------
-- ----------------------------
-- Table structure for sys_dict
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_dict]') AND type IN ('U'))
DROP TABLE [dbo].[sys_dict]
GO
CREATE TABLE [dbo].[sys_dict] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[dict_name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL,
[dict_code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL,
[description] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[del_flag] int NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[type] int NULL,
[tenant_id] int NULL,
[low_app_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[sys_dict] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'字典名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_dict',
'COLUMN', N'dict_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'字典编码',
'SCHEMA', N'dbo',
'TABLE', N'sys_dict',
'COLUMN', N'dict_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'描述',
'SCHEMA', N'dbo',
'TABLE', N'sys_dict',
'COLUMN', N'description'
GO
EXEC sp_addextendedproperty
'MS_Description', N'删除状态',
'SCHEMA', N'dbo',
'TABLE', N'sys_dict',
'COLUMN', N'del_flag'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'sys_dict',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_dict',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'sys_dict',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_dict',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'字典类型0为string,1为number',
'SCHEMA', N'dbo',
'TABLE', N'sys_dict',
'COLUMN', N'type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'租户ID',
'SCHEMA', N'dbo',
'TABLE', N'sys_dict',
'COLUMN', N'tenant_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'低代码应用ID',
'SCHEMA', N'dbo',
'TABLE', N'sys_dict',
'COLUMN', N'low_app_id'
GO
-- ----------------------------
-- Records of sys_dict
-- ----------------------------
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'0b5d19e1fce4b2e6647e6b4a17760c14', N'通告类型', N'msg_category', N'消息类型1:通知公告2:系统消息', N'0', N'admin', N'2019-04-22 18:01:35.0000000', NULL, NULL, N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'1174509082208395266', N'职务职级', N'position_rank', N'职务表职级字典', N'0', N'admin', N'2019-09-19 10:22:41.0000000', NULL, NULL, N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'1174511106530525185', N'机构类型', N'org_category', N'机构类型 1公司2部门 3岗位', N'0', N'admin', N'2019-09-19 10:30:43.0000000', NULL, NULL, N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'1178295274528845826', N'表单权限策略', N'form_perms_type', N'', N'0', N'admin', N'2019-09-29 21:07:39.0000000', N'admin', N'2019-09-29 21:08:26.0000000', NULL, N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'1199517671259906049', N'紧急程度', N'urgent_level', N'日程计划紧急程度', N'0', N'admin', N'2019-11-27 10:37:53.0000000', NULL, NULL, N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'1199518099888414722', N'日程计划类型', N'eoa_plan_type', N'', N'0', N'admin', N'2019-11-27 10:39:36.0000000', NULL, NULL, N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'1199520177767587841', N'分类栏目类型', N'eoa_cms_menu_type', N'', N'0', N'admin', N'2019-11-27 10:47:51.0000000', N'admin', N'2019-11-27 10:49:35.0000000', N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'1199525215290306561', N'日程计划状态', N'eoa_plan_status', N'', N'0', N'admin', N'2019-11-27 11:07:52.0000000', N'admin', N'2019-11-27 11:10:11.0000000', N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'1209733563293962241', N'数据库类型', N'database_type', N'', N'0', N'admin', N'2019-12-25 15:12:12.0000000', NULL, NULL, N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'1232913193820581889', N'Online表单业务分类', N'ol_form_biz_type', N'', N'0', N'admin', N'2020-02-27 14:19:46.0000000', N'admin', N'2020-02-27 14:20:23.0000000', N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'1242298510024429569', N'提醒方式', N'remindMode', N'', N'0', N'admin', N'2020-03-24 11:53:40.0000000', N'admin', N'2020-03-24 12:03:22.0000000', N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'1250687930947620866', N'定时任务状态', N'quartz_status', N'', N'0', N'admin', N'2020-04-16 15:30:14.0000000', N'', NULL, NULL, N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'1280401766745718786', N'租户状态', N'tenant_status', N'租户状态', N'0', N'admin', N'2020-07-07 15:22:25.0000000', NULL, NULL, N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'1356445645198135298', N'开关', N'is_open', N'', N'0', N'admin', N'2021-02-02 11:33:38.0000000', N'admin', N'2021-02-02 15:28:12.0000000', N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'1600042215909134338', N'所属行业', N'trade', N'行业', N'0', N'admin', N'2022-12-06 16:19:26.0000000', N'admin', N'2022-12-06 16:20:50.0000000', N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'1600044537800331266', N'公司规模', N'company_size', N'公司规模', N'0', N'admin', N'2022-12-06 16:28:40.0000000', N'admin', N'2022-12-06 16:30:23.0000000', N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'1606645341269299201', N'职级', N'company_rank', N'公司职级', N'0', N'admin', N'2022-12-24 21:37:54.0000000', N'admin', N'2022-12-24 21:38:25.0000000', N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'1606646440684457986', N'公司部门', N'company_department', N'公司部门', N'0', N'admin', N'2022-12-24 21:42:16.0000000', NULL, NULL, N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'236e8a4baff0db8c62c00dd95632834f', N'同步工作流引擎', N'activiti_sync', N'同步工作流引擎', N'0', N'admin', N'2019-05-15 15:27:33.0000000', NULL, NULL, N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'2e02df51611a4b9632828ab7e5338f00', N'权限策略', N'perms_type', N'权限策略', N'0', N'admin', N'2019-04-26 18:26:55.0000000', NULL, NULL, N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'2f0320997ade5dd147c90130f7218c3e', N'推送类别', N'msg_type', N'', N'0', N'admin', N'2019-03-17 21:21:32.0000000', N'admin', N'2019-03-26 19:57:45.0000000', N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'3486f32803bb953e7155dab3513dc68b', N'删除状态', N'del_flag', NULL, N'0', N'admin', N'2019-01-18 21:46:26.0000000', N'admin', N'2019-03-30 11:17:11.0000000', N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'3d9a351be3436fbefb1307d4cfb49bf2', N'性别', N'sex', NULL, N'0', NULL, N'2019-01-04 14:56:32.0000000', N'admin', N'2019-03-30 11:28:27.0000000', N'1', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'4274efc2292239b6f000b153f50823ff', N'全局权限策略', N'global_perms_type', N'全局权限策略', N'0', N'admin', N'2019-05-10 17:54:05.0000000', NULL, NULL, N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'4c03fca6bf1f0299c381213961566349', N'Online图表展示模板', N'online_graph_display_template', N'Online图表展示模板', N'0', N'admin', N'2019-04-12 17:28:50.0000000', NULL, NULL, N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'4c753b5293304e7a445fd2741b46529d', N'字典状态', N'dict_item_status', NULL, N'0', N'admin', N'2020-06-18 23:18:42.0000000', N'admin', N'2019-03-30 19:33:52.0000000', N'1', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'4d7fec1a7799a436d26d02325eff295e', N'优先级', N'priority', N'优先级', N'0', N'admin', N'2019-03-16 17:03:34.0000000', N'admin', N'2019-04-16 17:39:23.0000000', N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'4e4602b3e3686f0911384e188dc7efb4', N'条件规则', N'rule_conditions', N'', N'0', N'admin', N'2019-04-01 10:15:03.0000000', N'admin', N'2019-04-01 10:30:47.0000000', N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'4f69be5f507accea8d5df5f11346181a', N'发送消息类型', N'msgType', NULL, N'0', N'admin', N'2019-04-11 14:27:09.0000000', NULL, NULL, N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'68168534ff5065a152bfab275c2136f8', N'有效无效状态', N'valid_status', N'有效无效状态', N'0', N'admin', N'2020-09-26 19:21:14.0000000', N'admin', N'2019-04-26 19:21:23.0000000', N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'6b78e3f59faec1a4750acff08030a79b', N'用户类型', N'user_type', NULL, N'0', NULL, N'2019-01-04 14:59:01.0000000', N'admin', N'2019-03-18 23:28:18.0000000', N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'72cce0989df68887546746d8f09811aa', N'Online表单类型', N'cgform_table_type', N'', N'0', N'admin', N'2019-01-27 10:13:02.0000000', N'admin', N'2019-03-30 11:37:36.0000000', N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'78bda155fe380b1b3f175f1e88c284c6', N'流程状态', N'bpm_status', N'流程状态', N'0', N'admin', N'2019-05-09 16:31:52.0000000', NULL, NULL, N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'83bfb33147013cc81640d5fd9eda030c', N'日志类型', N'log_type', NULL, N'0', N'admin', N'2019-03-18 23:22:19.0000000', NULL, NULL, N'1', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'845da5006c97754728bf48b6a10f79cc', N'状态', N'status', NULL, N'0', N'admin', N'2019-03-18 21:45:25.0000000', N'admin', N'2019-03-18 21:58:25.0000000', N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'880a895c98afeca9d9ac39f29e67c13e', N'操作类型', N'operate_type', N'操作类型', N'0', N'admin', N'2019-07-22 10:54:29.0000000', NULL, NULL, N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'8dfe32e2d29ea9430a988b3b558bf233', N'发布状态', N'send_status', N'发布状态', N'0', N'admin', N'2019-04-16 17:40:42.0000000', NULL, NULL, N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'a7adbcd86c37f7dbc9b66945c82ef9e6', N'1是0否', N'yn', N'', N'0', N'admin', N'2019-05-22 19:29:29.0000000', NULL, NULL, N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'a9d9942bd0eccb6e89de92d130ec4c4a', N'消息发送状态', N'msgSendStatus', NULL, N'0', N'admin', N'2019-04-12 18:18:17.0000000', NULL, NULL, N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'ac2f7c0c5c5775fcea7e2387bcb22f01', N'菜单类型', N'menu_type', NULL, N'0', N'admin', N'2020-12-18 23:24:32.0000000', N'admin', N'2019-04-01 15:27:06.0000000', N'1', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'ad7c65ba97c20a6805d5dcdf13cdaf36', N'onlineT类型', N'ceshi_online', NULL, N'0', N'admin', N'2019-03-22 16:31:49.0000000', N'admin', N'2019-03-22 16:34:16.0000000', N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'bd1b8bc28e65d6feefefb6f3c79f42fd', N'Online图表数据类型', N'online_graph_data_type', N'Online图表数据类型', N'0', N'admin', N'2019-04-12 17:24:24.0000000', N'admin', N'2019-04-12 17:24:57.0000000', N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'c36169beb12de8a71c8683ee7c28a503', N'部门状态', N'depart_status', NULL, N'0', N'admin', N'2019-03-18 21:59:51.0000000', NULL, NULL, N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'c5a14c75172783d72cbee6ee7f5df5d1', N'Online图表类型', N'online_graph_type', N'Online图表类型', N'0', N'admin', N'2019-04-12 17:04:06.0000000', NULL, NULL, N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'd6e1152968b02d69ff358c75b48a6ee1', N'流程类型', N'bpm_process_type', NULL, N'0', N'admin', N'2021-02-22 19:26:54.0000000', N'admin', N'2019-03-30 18:14:44.0000000', N'0', N'0', NULL)
GO
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type], [tenant_id], [low_app_id]) VALUES (N'fc6cd58fde2e8481db10d3a1e68ce70c', N'用户状态', N'user_status', NULL, N'0', N'admin', N'2019-03-18 21:57:25.0000000', N'admin', N'2019-03-18 23:11:58.0000000', N'1', N'0', NULL)
GO
-- ----------------------------
-- Table structure for sys_dict_item
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_dict_item]') AND type IN ('U'))
DROP TABLE [dbo].[sys_dict_item]
GO
CREATE TABLE [dbo].[sys_dict_item] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[dict_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[item_text] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL,
[item_value] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL,
[description] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[sort_order] int NULL,
[status] int NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL
)
GO
ALTER TABLE [dbo].[sys_dict_item] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'字典id',
'SCHEMA', N'dbo',
'TABLE', N'sys_dict_item',
'COLUMN', N'dict_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'字典项文本',
'SCHEMA', N'dbo',
'TABLE', N'sys_dict_item',
'COLUMN', N'item_text'
GO
EXEC sp_addextendedproperty
'MS_Description', N'字典项值',
'SCHEMA', N'dbo',
'TABLE', N'sys_dict_item',
'COLUMN', N'item_value'
GO
EXEC sp_addextendedproperty
'MS_Description', N'描述',
'SCHEMA', N'dbo',
'TABLE', N'sys_dict_item',
'COLUMN', N'description'
GO
EXEC sp_addextendedproperty
'MS_Description', N'排序',
'SCHEMA', N'dbo',
'TABLE', N'sys_dict_item',
'COLUMN', N'sort_order'
GO
EXEC sp_addextendedproperty
'MS_Description', N'状态1启用 0不启用',
'SCHEMA', N'dbo',
'TABLE', N'sys_dict_item',
'COLUMN', N'status'
GO
-- ----------------------------
-- Records of sys_dict_item
-- ----------------------------
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0072d115e07c875d76c9b022e2179128', N'4d7fec1a7799a436d26d02325eff295e', N'低', N'L', N'低', N'3', N'1', N'admin', N'2019-04-16 17:04:59.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'05a2e732ce7b00aa52141ecc3e330b4e', N'3486f32803bb953e7155dab3513dc68b', N'已删除', N'1', NULL, NULL, N'1', N'admin', N'2025-10-18 21:46:56.0000000', N'admin', N'2019-03-28 22:23:20.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'096c2e758d823def3855f6376bc736fb', N'bd1b8bc28e65d6feefefb6f3c79f42fd', N'SQL', N'sql', NULL, N'1', N'1', N'admin', N'2019-04-12 17:26:26.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0c9532916f5cd722017b46bc4d953e41', N'2f0320997ade5dd147c90130f7218c3e', N'指定用户', N'USER', NULL, NULL, N'1', N'admin', N'2019-03-17 21:22:19.0000000', N'admin', N'2019-03-17 21:22:28.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'0ca4beba9efc4f9dd54af0911a946d5c', N'72cce0989df68887546746d8f09811aa', N'附表', N'3', NULL, N'3', N'1', N'admin', N'2019-03-27 10:13:43.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1030a2652608f5eac3b49d70458b8532', N'2e02df51611a4b9632828ab7e5338f00', N'禁用', N'2', N'禁用', N'2', N'1', N'admin', N'2021-03-26 18:27:28.0000000', N'admin', N'2019-04-26 18:39:11.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509082208395266', N'1174511106530525185', N'岗位', N'3', N'岗位', N'1', N'1', N'admin', N'2019-09-19 10:31:16.0000000', N'', NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509601047994369', N'1174509082208395266', N'员级', N'1', N'', N'1', N'1', N'admin', N'2019-09-19 10:24:45.0000000', N'admin', N'2019-09-23 11:46:39.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509667297026049', N'1174509082208395266', N'助级', N'2', N'', N'2', N'1', N'admin', N'2019-09-19 10:25:01.0000000', N'admin', N'2019-09-23 11:46:47.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509713568587777', N'1174509082208395266', N'中级', N'3', N'', N'3', N'1', N'admin', N'2019-09-19 10:25:12.0000000', N'admin', N'2019-09-23 11:46:56.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509788361416705', N'1174509082208395266', N'副高级', N'4', N'', N'4', N'1', N'admin', N'2019-09-19 10:25:30.0000000', N'admin', N'2019-09-23 11:47:06.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174509835803189250', N'1174509082208395266', N'正高级', N'5', N'', N'5', N'1', N'admin', N'2019-09-19 10:25:41.0000000', N'admin', N'2019-09-23 11:47:12.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174511197735665665', N'1174511106530525185', N'公司', N'1', N'公司', N'1', N'1', N'admin', N'2019-09-19 10:31:05.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1174511244036587521', N'1174511106530525185', N'部门', N'2', N'部门', N'1', N'1', N'admin', N'2019-09-19 10:31:16.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1178295553450061826', N'1178295274528845826', N'可编辑(未授权禁用)', N'2', N'', N'2', N'1', N'admin', N'2019-09-29 21:08:46.0000000', N'admin', N'2019-09-29 21:09:18.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1178295639554928641', N'1178295274528845826', N'可见(未授权不可见)', N'1', N'', N'1', N'1', N'admin', N'2019-09-29 21:09:06.0000000', N'admin', N'2019-09-29 21:09:24.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199517884758368257', N'1199517671259906049', N'一般', N'1', N'', N'1', N'1', N'admin', N'2019-11-27 10:38:44.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199517914017832962', N'1199517671259906049', N'重要', N'2', N'', N'1', N'1', N'admin', N'2019-11-27 10:38:51.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199517941339529217', N'1199517671259906049', N'紧急', N'3', N'', N'1', N'1', N'admin', N'2019-11-27 10:38:58.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199518186144276482', N'1199518099888414722', N'日常记录', N'1', N'', N'1', N'1', N'admin', N'2019-11-27 10:39:56.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199518214858481666', N'1199518099888414722', N'本周工作', N'2', N'', N'1', N'1', N'admin', N'2019-11-27 10:40:03.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199518235943247874', N'1199518099888414722', N'下周计划', N'3', N'', N'1', N'1', N'admin', N'2019-11-27 10:40:08.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199520817285701634', N'1199520177767587841', N'列表', N'1', N'', N'1', N'1', N'admin', N'2019-11-27 10:50:24.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199520835035996161', N'1199520177767587841', N'链接', N'2', N'', N'1', N'1', N'admin', N'2019-11-27 10:50:28.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199525468672405505', N'1199525215290306561', N'未开始', N'0', N'', N'1', N'1', N'admin', N'2019-11-27 11:08:52.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199525490575060993', N'1199525215290306561', N'进行中', N'1', N'', N'1', N'1', N'admin', N'2019-11-27 11:08:58.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1199525506429530114', N'1199525215290306561', N'已完成', N'2', N'', N'1', N'1', N'admin', N'2019-11-27 11:09:02.0000000', N'admin', N'2019-11-27 11:10:02.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209733775114702850', N'1209733563293962241', N'MySQL5.5', N'1', N'', N'1', N'1', N'admin', N'2019-12-25 15:13:02.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209733839933476865', N'1209733563293962241', N'Oracle', N'2', N'', N'3', N'1', N'admin', N'2019-12-25 15:13:18.0000000', N'admin', N'2021-07-15 13:44:08.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1209733903020003330', N'1209733563293962241', N'SQLServer', N'3', N'', N'4', N'1', N'admin', N'2019-12-25 15:13:33.0000000', N'admin', N'2021-07-15 13:44:11.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232913424813486081', N'1232913193820581889', N'官方示例', N'demo', N'', N'1', N'1', N'admin', N'2020-02-27 14:20:42.0000000', N'admin', N'2020-02-27 14:21:37.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232913493717512194', N'1232913193820581889', N'流程表单', N'bpm', N'', N'2', N'1', N'admin', N'2020-02-27 14:20:58.0000000', N'admin', N'2020-02-27 14:22:20.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232913605382467585', N'1232913193820581889', N'测试表单', N'temp', N'', N'4', N'1', N'admin', N'2020-02-27 14:21:25.0000000', N'admin', N'2020-02-27 14:22:16.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1232914232372195330', N'1232913193820581889', N'导入表单', N'bdfl_include', N'', N'5', N'1', N'admin', N'2020-02-27 14:23:54.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1234371726545010689', N'4e4602b3e3686f0911384e188dc7efb4', N'左模糊', N'LEFT_LIKE', N'左模糊', N'7', N'1', N'admin', N'2020-03-02 14:55:27.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1234371809495760898', N'4e4602b3e3686f0911384e188dc7efb4', N'右模糊', N'RIGHT_LIKE', N'右模糊', N'7', N'1', N'admin', N'2020-03-02 14:55:47.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1242300779390357505', N'1242298510024429569', N'短信提醒', N'2', N'', N'2', N'1', N'admin', N'2020-03-24 12:02:41.0000000', N'admin', N'2020-03-30 18:21:33.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1242300814383435777', N'1242298510024429569', N'邮件提醒', N'1', N'', N'1', N'1', N'admin', N'2020-03-24 12:02:49.0000000', N'admin', N'2020-03-30 18:21:26.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1242300887343353857', N'1242298510024429569', N'系统消息', N'4', N'', N'4', N'1', N'admin', N'2020-03-24 12:03:07.0000000', N'admin', N'2020-03-30 18:21:43.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1250688147579228161', N'1250687930947620866', N'正常', N'0', N'', N'1', N'1', N'admin', N'2020-04-16 15:31:05.0000000', N'', NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1250688201064992770', N'1250687930947620866', N'停止', N'-1', N'', N'1', N'1', N'admin', N'2020-04-16 15:31:18.0000000', N'', NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1280401815068295170', N'1280401766745718786', N'正常', N'1', N'', N'1', N'1', N'admin', N'2020-07-07 15:22:36.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1280401847607705602', N'1280401766745718786', N'冻结', N'0', N'', N'1', N'1', N'admin', N'2020-07-07 15:22:44.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1305827309355302914', N'bd1b8bc28e65d6feefefb6f3c79f42fd', N'API', N'api', N'', N'3', N'1', N'admin', N'2020-09-15 19:14:26.0000000', N'admin', N'2020-09-15 19:14:41.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1334440962954936321', N'1209733563293962241', N'MYSQL5.7+', N'4', N'', N'2', N'1', N'admin', N'2020-12-03 18:16:02.0000000', N'admin', N'2021-07-15 13:44:29.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1356445705549975553', N'1356445645198135298', N'是', N'Y', N'', N'1', N'1', N'admin', N'2021-02-02 11:33:52.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1356445754212290561', N'1356445645198135298', N'否', N'N', N'', N'1', N'1', N'admin', N'2021-02-02 11:34:04.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1414837074500976641', N'1209733563293962241', N'postgresql', N'6', N'', N'5', N'1', N'admin', N'2021-07-13 14:40:20.0000000', N'admin', N'2021-07-15 13:44:15.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1415547541091504129', N'1209733563293962241', N'marialDB', N'5', N'', N'6', N'1', N'admin', N'2021-07-15 13:43:28.0000000', N'admin', N'2021-07-15 13:44:23.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418049969003089922', N'1209733563293962241', N'达梦', N'7', N'', N'7', N'1', N'admin', N'2021-07-22 11:27:13.0000000', N'admin', N'2021-07-22 11:27:30.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418050017053036545', N'1209733563293962241', N'人大金仓', N'8', N'', N'8', N'1', N'admin', N'2021-07-22 11:27:25.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418050075555188737', N'1209733563293962241', N'神通', N'9', N'', N'9', N'1', N'admin', N'2021-07-22 11:27:39.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418050110669901826', N'1209733563293962241', N'SQLite', N'10', N'', N'10', N'1', N'admin', N'2021-07-22 11:27:47.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418050149475602434', N'1209733563293962241', N'DB2', N'11', N'', N'11', N'1', N'admin', N'2021-07-22 11:27:56.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418050209823248385', N'1209733563293962241', N'Hsqldb', N'12', N'', N'12', N'1', N'admin', N'2021-07-22 11:28:11.0000000', N'admin', N'2021-07-22 11:28:27.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418050323111399425', N'1209733563293962241', N'Derby', N'13', N'', N'13', N'1', N'admin', N'2021-07-22 11:28:38.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418117316707590146', N'1209733563293962241', N'H2', N'14', N'', N'14', N'1', N'admin', N'2021-07-22 15:54:50.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1418491604048449537', N'1209733563293962241', N'其他数据库', N'15', N'', N'15', N'1', N'admin', N'2021-07-23 16:42:07.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'147c48ff4b51545032a9119d13f3222a', N'd6e1152968b02d69ff358c75b48a6ee1', N'测试流程', N'test', NULL, N'1', N'1', N'admin', N'2019-03-22 19:27:05.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1543fe7e5e26fb97cdafe4981bedc0c8', N'4c03fca6bf1f0299c381213961566349', N'单排布局', N'single', NULL, N'2', N'1', N'admin', N'2022-07-12 17:43:39.0000000', N'admin', N'2019-04-12 17:43:57.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600042651777011713', N'1600042215909134338', N'信息传输、软件和信息技术服务业', N'1', NULL, N'1', N'1', N'admin', N'2022-12-06 16:21:10.0000000', N'admin', N'2022-12-06 16:21:27.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600042736254488578', N'1600042215909134338', N'制造业', N'2', NULL, N'1', N'1', N'admin', N'2022-12-06 16:21:30.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600042785646612481', N'1600042215909134338', N'租赁和商务服务业', N'3', NULL, N'1', N'1', N'admin', N'2022-12-06 16:21:42.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600042835433000961', N'1600042215909134338', N'教育', N'4', NULL, N'1', N'1', N'admin', N'2022-12-06 16:21:54.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600042892072882177', N'1600042215909134338', N'金融业', N'5', NULL, N'1', N'1', N'admin', N'2022-12-06 16:22:07.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600042975539531778', N'1600042215909134338', N'建筑业', N'6', NULL, N'1', N'1', N'admin', N'2022-12-06 16:22:27.0000000', N'admin', N'2022-12-06 16:22:32.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600043052177854466', N'1600042215909134338', N'科学研究和技术服务业', N'7', NULL, N'1', N'1', N'admin', N'2022-12-06 16:22:46.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600043101976825857', N'1600042215909134338', N'批发和零售业', N'8', NULL, N'1', N'1', N'admin', N'2022-12-06 16:22:58.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600043157069008898', N'1600042215909134338', N'住宿和餐饮业', N'9', NULL, N'1', N'1', N'admin', N'2022-12-06 16:23:11.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600043203105689601', N'1600042215909134338', N'电子商务', N'10', NULL, N'1', N'1', N'admin', N'2022-12-06 16:23:22.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600043277504253953', N'1600042215909134338', N'线下零售与服务业', N'11', NULL, N'1', N'1', N'admin', N'2022-12-06 16:23:39.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600043334618091521', N'1600042215909134338', N'文化、体育和娱乐业', N'12', NULL, N'1', N'1', N'admin', N'2022-12-06 16:23:53.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600043401030701058', N'1600042215909134338', N'房地产业', N'13', NULL, N'1', N'1', N'admin', N'2022-12-06 16:24:09.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600043476440092673', N'1600042215909134338', N'交通运输、仓储和邮政业', N'14', NULL, N'1', N'1', N'admin', N'2022-12-06 16:24:27.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600043553837584386', N'1600042215909134338', N'卫生和社会工作', N'15', NULL, N'1', N'1', N'admin', N'2022-12-06 16:24:45.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600043628793991170', N'1600042215909134338', N'公共管理、社会保障和社会组织', N'16', NULL, N'1', N'1', N'admin', N'2022-12-06 16:25:03.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600043675329794050', N'1600042215909134338', N'电力、热力、燃气及水生产和供应业', N'18', NULL, N'1', N'1', N'admin', N'2022-12-06 16:25:14.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600043734607892482', N'1600042215909134338', N'水利、环境和公共设施管理业', N'19', NULL, N'1', N'1', N'admin', N'2022-12-06 16:25:28.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600043783068880897', N'1600042215909134338', N'居民服务、修理和其他服务业', N'20', NULL, N'1', N'1', N'admin', N'2022-12-06 16:25:40.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600043822679887874', N'1600042215909134338', N'政府机构', N'21', NULL, N'1', N'1', N'admin', N'2022-12-06 16:25:49.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600043859539431426', N'1600042215909134338', N'农、林、牧、渔业', N'22', NULL, N'1', N'1', N'admin', N'2022-12-06 16:25:58.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600043907551629313', N'1600042215909134338', N'采矿业', N'23', NULL, N'1', N'1', N'admin', N'2022-12-06 16:26:10.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600043955731599362', N'1600042215909134338', N'国际组织', N'24', NULL, N'1', N'1', N'admin', N'2022-12-06 16:26:21.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600043991685173249', N'1600042215909134338', N'其他', N'25', NULL, N'1', N'1', N'admin', N'2022-12-06 16:26:30.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600044644096577538', N'1600044537800331266', N'20人以下', N'1', NULL, N'1', N'1', N'admin', N'2022-12-06 16:29:05.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600044698618335233', N'1600044537800331266', N'21-99人', N'2', NULL, N'1', N'1', N'admin', N'2022-12-06 16:29:18.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600044744172670978', N'1600044537800331266', N'100-499人', N'3', NULL, N'1', N'1', N'admin', N'2022-12-06 16:29:29.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600044792306503681', N'1600044537800331266', N'500-999人', N'4', NULL, N'1', N'1', N'admin', N'2022-12-06 16:29:41.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600044861302804481', N'1600044537800331266', N'1000-9999人', N'5', NULL, N'1', N'1', N'admin', N'2022-12-06 16:29:57.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1600044924313833473', N'1600044537800331266', N'10000人以上', N'6', NULL, N'1', N'1', N'admin', N'2022-12-06 16:30:12.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1606645562573361153', N'1606645341269299201', N'总裁/总经理/CEO', N'1', NULL, N'1', N'1', N'admin', N'2022-12-24 21:38:47.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1606645619930468354', N'1606645341269299201', N'副总裁/副总经理/VP', N'2', NULL, N'2', N'1', N'admin', N'2022-12-24 21:39:00.0000000', N'admin', N'2022-12-24 21:40:00.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1606645660241924097', N'1606645341269299201', N'总监/主管/经理', N'3', NULL, N'3', N'1', N'admin', N'2022-12-24 21:39:10.0000000', N'admin', N'2022-12-24 21:39:41.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1606645696715591682', N'1606645341269299201', N'员工/专员/执行', N'4', NULL, N'4', N'1', N'admin', N'2022-12-24 21:39:19.0000000', N'admin', N'2022-12-24 21:39:37.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1606645744023146497', N'1606645341269299201', N'其他', N'5', NULL, N'5', N'1', N'admin', N'2022-12-24 21:39:30.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1606647668965412866', N'1606646440684457986', N'总经办', N'1', NULL, N'1', N'1', N'admin', N'2022-12-24 21:47:09.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1606647703098658817', N'1606646440684457986', N'技术/IT/研发', N'2', NULL, N'2', N'1', N'admin', N'2022-12-24 21:47:17.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1606647737919770625', N'1606646440684457986', N'产品/设计', N'3', NULL, N'3', N'1', N'admin', N'2022-12-24 21:47:25.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1606647789614567425', N'1606646440684457986', N'销售/市场/运营', N'4', N'', N'4', N'1', N'admin', N'2022-12-24 21:47:38.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1606647827921145857', N'1606646440684457986', N'人事/财务/行政', N'5', NULL, N'5', N'1', N'admin', N'2022-12-24 21:47:47.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1606647860955484162', N'1606646440684457986', N'资源/仓储/采购', N'6', NULL, N'6', N'1', N'admin', N'2022-12-24 21:47:55.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1606647915473047553', N'1606646440684457986', N'其他', N'7', NULL, N'7', N'1', N'admin', N'2022-12-24 21:48:08.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1ce390c52453891f93514c1bd2795d44', N'ad7c65ba97c20a6805d5dcdf13cdaf36', N'000', N'00', NULL, N'1', N'1', N'admin', N'2019-03-22 16:34:34.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1db531bcff19649fa82a644c8a939dc4', N'4c03fca6bf1f0299c381213961566349', N'组合布局', N'combination', N'', N'4', N'1', N'admin', N'2019-05-11 16:07:08.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'222705e11ef0264d4214affff1fb4ff9', N'4f69be5f507accea8d5df5f11346181a', N'文本', N'1', N'', N'1', N'1', N'admin', N'2023-02-28 10:50:36.0000000', N'admin', N'2022-07-04 16:29:21.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'23a5bb76004ed0e39414e928c4cde155', N'4e4602b3e3686f0911384e188dc7efb4', N'不等于', N'!=', N'不等于', N'3', N'1', N'admin', N'2019-04-01 16:46:15.0000000', N'admin', N'2019-04-01 17:48:40.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'25847e9cb661a7c711f9998452dc09e6', N'4e4602b3e3686f0911384e188dc7efb4', N'小于等于', N'<=', N'小于等于', N'6', N'1', N'admin', N'2019-04-01 16:44:34.0000000', N'admin', N'2019-04-01 17:49:10.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'2d51376643f220afdeb6d216a8ac2c01', N'68168534ff5065a152bfab275c2136f8', N'有效', N'1', N'有效', N'2', N'1', N'admin', N'2019-04-26 19:22:01.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'308c8aadf0c37ecdde188b97ca9833f5', N'8dfe32e2d29ea9430a988b3b558bf233', N'已发布', N'1', N'已发布', N'2', N'1', N'admin', N'2019-04-16 17:41:24.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'333e6b2196e01ef9a5f76d74e86a6e33', N'8dfe32e2d29ea9430a988b3b558bf233', N'未发布', N'0', N'未发布', N'1', N'1', N'admin', N'2019-04-16 17:41:12.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'337ea1e401bda7233f6258c284ce4f50', N'bd1b8bc28e65d6feefefb6f3c79f42fd', N'JSON', N'json', NULL, N'1', N'1', N'admin', N'2019-04-12 17:26:33.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'33bc9d9f753cf7dc40e70461e50fdc54', N'a9d9942bd0eccb6e89de92d130ec4c4a', N'发送失败', N'2', NULL, N'3', N'1', N'admin', N'2019-04-12 18:20:02.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'3fbc03d6c994ae06d083751248037c0e', N'78bda155fe380b1b3f175f1e88c284c6', N'已完成', N'3', N'已完成', N'3', N'1', N'admin', N'2019-05-09 16:33:25.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'41d7aaa40c9b61756ffb1f28da5ead8e', N'0b5d19e1fce4b2e6647e6b4a17760c14', N'通知公告', N'1', NULL, N'1', N'1', N'admin', N'2019-04-22 18:01:57.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'41fa1e9571505d643aea87aeb83d4d76', N'4e4602b3e3686f0911384e188dc7efb4', N'等于', N'=', N'等于', N'4', N'1', N'admin', N'2019-04-01 16:45:24.0000000', N'admin', N'2019-04-01 17:49:00.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'43d2295b8610adce9510ff196a49c6e9', N'845da5006c97754728bf48b6a10f79cc', N'正常', N'1', NULL, NULL, N'1', N'admin', N'2019-03-18 21:45:51.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'4f05fb5376f4c61502c5105f52e4dd2b', N'83bfb33147013cc81640d5fd9eda030c', N'操作日志', N'2', NULL, NULL, N'1', N'admin', N'2019-03-18 23:22:49.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'50223341bfb5ba30bf6319789d8d17fe', N'd6e1152968b02d69ff358c75b48a6ee1', N'业务办理', N'business', NULL, N'3', N'1', N'admin', N'2023-04-22 19:28:05.0000000', N'admin', N'2019-03-22 23:24:39.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'51222413e5906cdaf160bb5c86fb827c', N'a7adbcd86c37f7dbc9b66945c82ef9e6', N'是', N'1', N'', N'1', N'1', N'admin', N'2019-05-22 19:29:45.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'538fca35afe004972c5f3947c039e766', N'2e02df51611a4b9632828ab7e5338f00', N'显示', N'1', N'显示', N'1', N'1', N'admin', N'2025-03-26 18:27:13.0000000', N'admin', N'2019-04-26 18:39:07.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5584c21993bde231bbde2b966f2633ac', N'4e4602b3e3686f0911384e188dc7efb4', N'自定义SQL表达式', N'USE_SQL_RULES', N'自定义SQL表达式', N'9', N'1', N'admin', N'2019-04-01 10:45:24.0000000', N'admin', N'2019-04-01 17:49:27.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'58b73b344305c99b9d8db0fc056bbc0a', N'72cce0989df68887546746d8f09811aa', N'主表', N'2', NULL, N'2', N'1', N'admin', N'2019-03-27 10:13:36.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5b65a88f076b32e8e69d19bbaadb52d5', N'2f0320997ade5dd147c90130f7218c3e', N'全体用户', N'ALL', NULL, NULL, N'1', N'admin', N'2020-10-17 21:22:43.0000000', N'admin', N'2019-03-28 22:17:09.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5d833f69296f691843ccdd0c91212b6b', N'880a895c98afeca9d9ac39f29e67c13e', N'修改', N'3', N'', N'3', N'1', N'admin', N'2019-07-22 10:55:07.0000000', N'admin', N'2019-07-22 10:55:41.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'5d84a8634c8fdfe96275385075b105c9', N'3d9a351be3436fbefb1307d4cfb49bf2', N'女', N'2', NULL, N'2', N'1', NULL, N'2019-01-04 14:56:56.0000000', NULL, N'2019-01-04 17:38:12.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'66c952ae2c3701a993e7db58f3baf55e', N'4e4602b3e3686f0911384e188dc7efb4', N'大于', N'>', N'大于', N'1', N'1', N'admin', N'2019-04-01 10:45:46.0000000', N'admin', N'2019-04-01 17:48:29.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6937c5dde8f92e9a00d4e2ded9198694', N'ad7c65ba97c20a6805d5dcdf13cdaf36', N'easyui', N'3', NULL, N'1', N'1', N'admin', N'2019-03-22 16:32:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'69cacf64e244100289ddd4aa9fa3b915', N'a9d9942bd0eccb6e89de92d130ec4c4a', N'未发送', N'0', NULL, N'1', N'1', N'admin', N'2019-04-12 18:19:23.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6a7a9e1403a7943aba69e54ebeff9762', N'4f69be5f507accea8d5df5f11346181a', N'富文本', N'2', N'', N'2', N'1', N'admin', N'2031-02-28 10:50:44.0000000', N'admin', N'2022-07-04 16:29:30.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6c682d78ddf1715baf79a1d52d2aa8c2', N'72cce0989df68887546746d8f09811aa', N'单表', N'1', NULL, N'1', N'1', N'admin', N'2019-03-27 10:13:29.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6d404fd2d82311fbc87722cd302a28bc', N'4e4602b3e3686f0911384e188dc7efb4', N'模糊', N'LIKE', N'模糊', N'7', N'1', N'admin', N'2019-04-01 16:46:02.0000000', N'admin', N'2019-04-01 17:49:20.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'6d4e26e78e1a09699182e08516c49fc4', N'4d7fec1a7799a436d26d02325eff295e', N'高', N'H', N'高', N'1', N'1', N'admin', N'2019-04-16 17:04:24.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'700e9f030654f3f90e9ba76ab0713551', N'6b78e3f59faec1a4750acff08030a79b', N'333', N'333', NULL, NULL, N'1', N'admin', N'2019-02-21 19:59:47.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7050c1522702bac3be40e3b7d2e1dfd8', N'c5a14c75172783d72cbee6ee7f5df5d1', N'柱状图', N'bar', NULL, N'1', N'1', N'admin', N'2019-04-12 17:05:17.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'71b924faa93805c5c1579f12e001c809', N'd6e1152968b02d69ff358c75b48a6ee1', N'OA办公', N'oa', NULL, N'2', N'1', N'admin', N'2021-03-22 19:27:17.0000000', N'admin', N'2019-03-22 23:24:36.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'75b260d7db45a39fc7f21badeabdb0ed', N'c36169beb12de8a71c8683ee7c28a503', N'不启用', N'0', NULL, NULL, N'1', N'admin', N'2019-03-18 23:29:41.0000000', N'admin', N'2019-03-18 23:29:54.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7688469db4a3eba61e6e35578dc7c2e5', N'c36169beb12de8a71c8683ee7c28a503', N'启用', N'1', NULL, NULL, N'1', N'admin', N'2019-03-18 23:29:28.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'78ea6cadac457967a4b1c4eb7aaa418c', N'fc6cd58fde2e8481db10d3a1e68ce70c', N'正常', N'1', NULL, NULL, N'1', N'admin', N'2019-03-18 23:30:28.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'7ccf7b80c70ee002eceb3116854b75cb', N'ac2f7c0c5c5775fcea7e2387bcb22f01', N'按钮权限', N'2', NULL, NULL, N'1', N'admin', N'2019-03-18 23:25:40.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'81fb2bb0e838dc68b43f96cc309f8257', N'fc6cd58fde2e8481db10d3a1e68ce70c', N'冻结', N'2', NULL, NULL, N'1', N'admin', N'2019-03-18 23:30:37.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'83250269359855501ec4e9c0b7e21596', N'4274efc2292239b6f000b153f50823ff', N'可见/可访问(授权后可见/可访问)', N'1', N'', N'1', N'1', N'admin', N'2019-05-10 17:54:51.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'84778d7e928bc843ad4756db1322301f', N'4e4602b3e3686f0911384e188dc7efb4', N'大于等于', N'>=', N'大于等于', N'5', N'1', N'admin', N'2019-04-01 10:46:02.0000000', N'admin', N'2019-04-01 17:49:05.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'848d4da35ebd93782029c57b103e5b36', N'c5a14c75172783d72cbee6ee7f5df5d1', N'饼图', N'pie', NULL, N'3', N'1', N'admin', N'2019-04-12 17:05:49.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'84dfc178dd61b95a72900fcdd624c471', N'78bda155fe380b1b3f175f1e88c284c6', N'处理中', N'2', N'处理中', N'2', N'1', N'admin', N'2019-05-09 16:33:01.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'86f19c7e0a73a0bae451021ac05b99dd', N'ac2f7c0c5c5775fcea7e2387bcb22f01', N'子菜单', N'1', NULL, NULL, N'1', N'admin', N'2019-03-18 23:25:27.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8c618902365ca681ebbbe1e28f11a548', N'4c753b5293304e7a445fd2741b46529d', N'启用', N'1', N'', N'0', N'1', N'admin', N'2020-07-18 23:19:27.0000000', N'admin', N'2019-05-17 14:51:18.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8cdf08045056671efd10677b8456c999', N'4274efc2292239b6f000b153f50823ff', N'可编辑(未授权时禁用)', N'2', N'', N'2', N'1', N'admin', N'2019-05-10 17:55:38.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'8ff48e657a7c5090d4f2a59b37d1b878', N'4d7fec1a7799a436d26d02325eff295e', N'中', N'M', N'中', N'2', N'1', N'admin', N'2019-04-16 17:04:40.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'948923658baa330319e59b2213cda97c', N'880a895c98afeca9d9ac39f29e67c13e', N'添加', N'2', N'', N'2', N'1', N'admin', N'2019-07-22 10:54:59.0000000', N'admin', N'2019-07-22 10:55:36.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'9a96c4a4e4c5c9b4e4d0cbf6eb3243cc', N'4c753b5293304e7a445fd2741b46529d', N'不启用', N'0', NULL, N'1', N'1', N'admin', N'2019-03-18 23:19:53.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a1e7d1ca507cff4a480c8caba7c1339e', N'880a895c98afeca9d9ac39f29e67c13e', N'导出', N'6', N'', N'6', N'1', N'admin', N'2019-07-22 12:06:50.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'a2be752dd4ec980afaec1efd1fb589af', N'8dfe32e2d29ea9430a988b3b558bf233', N'已撤销', N'2', N'已撤销', N'3', N'1', N'admin', N'2019-04-16 17:41:39.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'aa0d8a8042a18715a17f0a888d360aa4', N'ac2f7c0c5c5775fcea7e2387bcb22f01', N'一级菜单', N'0', NULL, NULL, N'1', N'admin', N'2019-03-18 23:24:52.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'adcf2a1fe93bb99a84833043f475fe0b', N'4e4602b3e3686f0911384e188dc7efb4', N'包含', N'IN', N'包含', N'8', N'1', N'admin', N'2019-04-01 16:45:47.0000000', N'admin', N'2019-04-01 17:49:24.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b029a41a851465332ee4ee69dcf0a4c2', N'0b5d19e1fce4b2e6647e6b4a17760c14', N'系统消息', N'2', NULL, N'1', N'1', N'admin', N'2019-02-22 18:02:08.0000000', N'admin', N'2019-04-22 18:02:13.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b2a8b4bb2c8e66c2c4b1bb086337f393', N'3486f32803bb953e7155dab3513dc68b', N'正常', N'0', NULL, NULL, N'1', N'admin', N'2022-10-18 21:46:48.0000000', N'admin', N'2019-03-28 22:22:20.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b57f98b88363188daf38d42f25991956', N'6b78e3f59faec1a4750acff08030a79b', N'22', N'222', NULL, NULL, N'0', N'admin', N'2019-02-21 19:59:43.0000000', N'admin', N'2019-03-11 21:23:27.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b5f3bd5f66bb9a83fecd89228c0d93d1', N'68168534ff5065a152bfab275c2136f8', N'无效', N'0', N'无效', N'1', N'1', N'admin', N'2019-04-26 19:21:49.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'b9fbe2a3602d4a27b45c100ac5328484', N'78bda155fe380b1b3f175f1e88c284c6', N'待提交', N'1', N'待提交', N'1', N'1', N'admin', N'2019-05-09 16:32:35.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'ba27737829c6e0e582e334832703d75e', N'236e8a4baff0db8c62c00dd95632834f', N'同步', N'1', N'同步', N'1', N'1', N'admin', N'2019-05-15 15:28:15.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'bcec04526b04307e24a005d6dcd27fd6', N'880a895c98afeca9d9ac39f29e67c13e', N'导入', N'5', N'', N'5', N'1', N'admin', N'2019-07-22 12:06:41.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c53da022b9912e0aed691bbec3c78473', N'880a895c98afeca9d9ac39f29e67c13e', N'查询', N'1', N'', N'1', N'1', N'admin', N'2019-07-22 10:54:51.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'c5700a71ad08994d18ad1dacc37a71a9', N'a7adbcd86c37f7dbc9b66945c82ef9e6', N'否', N'0', N'', N'1', N'1', N'admin', N'2019-05-22 19:29:55.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'cbfcc5b88fc3a90975df23ffc8cbe29c', N'c5a14c75172783d72cbee6ee7f5df5d1', N'曲线图', N'line', NULL, N'2', N'1', N'admin', N'2019-05-12 17:05:30.0000000', N'admin', N'2019-04-12 17:06:06.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'd217592908ea3e00ff986ce97f24fb98', N'c5a14c75172783d72cbee6ee7f5df5d1', N'数据列表', N'table', NULL, N'4', N'1', N'admin', N'2019-04-12 17:05:56.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'df168368dcef46cade2aadd80100d8aa', N'3d9a351be3436fbefb1307d4cfb49bf2', N'男', N'1', NULL, N'1', N'1', NULL, N'2027-08-04 14:56:49.0000000', N'admin', N'2019-03-23 22:44:44.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e6329e3a66a003819e2eb830b0ca2ea0', N'4e4602b3e3686f0911384e188dc7efb4', N'小于', N'<', N'小于', N'2', N'1', N'admin', N'2019-04-01 16:44:15.0000000', N'admin', N'2019-04-01 17:48:34.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'e94eb7af89f1dbfa0d823580a7a6e66a', N'236e8a4baff0db8c62c00dd95632834f', N'不同步', N'0', N'不同步', N'2', N'1', N'admin', N'2019-05-15 15:28:28.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f0162f4cc572c9273f3e26b2b4d8c082', N'ad7c65ba97c20a6805d5dcdf13cdaf36', N'booostrap', N'1', NULL, N'1', N'1', N'admin', N'2021-08-22 16:32:04.0000000', N'admin', N'2019-03-22 16:33:57.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f16c5706f3ae05c57a53850c64ce7c45', N'a9d9942bd0eccb6e89de92d130ec4c4a', N'发送成功', N'1', NULL, N'2', N'1', N'admin', N'2019-04-12 18:19:43.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f2a7920421f3335afdf6ad2b342f6b5d', N'845da5006c97754728bf48b6a10f79cc', N'冻结', N'2', NULL, NULL, N'1', N'admin', N'2019-03-18 21:46:02.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f37f90c496ec9841c4c326b065e00bb2', N'83bfb33147013cc81640d5fd9eda030c', N'登录日志', N'1', NULL, NULL, N'1', N'admin', N'2019-03-18 23:22:37.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f753aff60ff3931c0ecb4812d8b5e643', N'4c03fca6bf1f0299c381213961566349', N'双排布局', N'double', NULL, N'3', N'1', N'admin', N'2019-04-12 17:43:51.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'f80a8f6838215753b05e1a5ba3346d22', N'880a895c98afeca9d9ac39f29e67c13e', N'删除', N'4', N'', N'4', N'1', N'admin', N'2019-07-22 10:55:14.0000000', N'admin', N'2019-07-22 10:55:30.0000000')
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fcec03570f68a175e1964808dc3f1c91', N'4c03fca6bf1f0299c381213961566349', N'Tab风格', N'tab', NULL, N'1', N'1', N'admin', N'2019-04-12 17:43:31.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'fe50b23ae5e68434def76f67cef35d2d', N'78bda155fe380b1b3f175f1e88c284c6', N'已作废', N'4', N'已作废', N'4', N'1', N'admin', N'2021-09-09 16:33:43.0000000', N'admin', N'2019-05-09 16:34:40.0000000')
GO
-- ----------------------------
-- Table structure for sys_files
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_files]') AND type IN ('U'))
DROP TABLE [dbo].[sys_files]
GO
CREATE TABLE [dbo].[sys_files] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[file_name] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[url] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL,
[file_type] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL,
[store_type] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL,
[parent_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[tenant_id] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[file_size] float(53) NULL,
[iz_folder] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL,
[iz_root_folder] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL,
[iz_star] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL,
[down_count] int NULL,
[read_count] int NULL,
[share_url] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[share_perms] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL,
[enable_down] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL,
[enable_updat] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL,
[del_flag] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL
)
GO
ALTER TABLE [dbo].[sys_files] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键id',
'SCHEMA', N'dbo',
'TABLE', N'sys_files',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'文件名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_files',
'COLUMN', N'file_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'文件地址',
'SCHEMA', N'dbo',
'TABLE', N'sys_files',
'COLUMN', N'url'
GO
EXEC sp_addextendedproperty
'MS_Description', N'文档类型folder:文件夹 excel:excel doc:word ppt:ppt image:图片 archive:其他文档 video:视频 pdf:pdf',
'SCHEMA', N'dbo',
'TABLE', N'sys_files',
'COLUMN', N'file_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'文件上传类型(temp/本地上传(临时文件) manage/知识库)',
'SCHEMA', N'dbo',
'TABLE', N'sys_files',
'COLUMN', N'store_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'父级id',
'SCHEMA', N'dbo',
'TABLE', N'sys_files',
'COLUMN', N'parent_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'租户id',
'SCHEMA', N'dbo',
'TABLE', N'sys_files',
'COLUMN', N'tenant_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'文件大小kb',
'SCHEMA', N'dbo',
'TABLE', N'sys_files',
'COLUMN', N'file_size'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否文件夹(1是 0否)',
'SCHEMA', N'dbo',
'TABLE', N'sys_files',
'COLUMN', N'iz_folder'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否为1级文件夹允许为空 (1是 )',
'SCHEMA', N'dbo',
'TABLE', N'sys_files',
'COLUMN', N'iz_root_folder'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否标星(1是 0否)',
'SCHEMA', N'dbo',
'TABLE', N'sys_files',
'COLUMN', N'iz_star'
GO
EXEC sp_addextendedproperty
'MS_Description', N'下载次数',
'SCHEMA', N'dbo',
'TABLE', N'sys_files',
'COLUMN', N'down_count'
GO
EXEC sp_addextendedproperty
'MS_Description', N'阅读次数',
'SCHEMA', N'dbo',
'TABLE', N'sys_files',
'COLUMN', N'read_count'
GO
EXEC sp_addextendedproperty
'MS_Description', N'分享链接',
'SCHEMA', N'dbo',
'TABLE', N'sys_files',
'COLUMN', N'share_url'
GO
EXEC sp_addextendedproperty
'MS_Description', N'分享权限(1.关闭分享 2.允许所有联系人查看 3.允许任何人查看)',
'SCHEMA', N'dbo',
'TABLE', N'sys_files',
'COLUMN', N'share_perms'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否允许下载(1是 0否)',
'SCHEMA', N'dbo',
'TABLE', N'sys_files',
'COLUMN', N'enable_down'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否允许修改(1是 0否)',
'SCHEMA', N'dbo',
'TABLE', N'sys_files',
'COLUMN', N'enable_updat'
GO
EXEC sp_addextendedproperty
'MS_Description', N'删除状态(0-正常,1-删除至回收站)',
'SCHEMA', N'dbo',
'TABLE', N'sys_files',
'COLUMN', N'del_flag'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_files',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_files',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_files',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_files',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'知识库-文档管理',
'SCHEMA', N'dbo',
'TABLE', N'sys_files'
GO
-- ----------------------------
-- Records of sys_files
-- ----------------------------
INSERT INTO [dbo].[sys_files] ([id], [file_name], [url], [file_type], [store_type], [parent_id], [tenant_id], [file_size], [iz_folder], [iz_root_folder], [iz_star], [down_count], [read_count], [share_url], [share_perms], [enable_down], [enable_updat], [del_flag], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1580814573568143361', N'11.jpg', N'comment/11_1665730539114.jpg', N'image', N'temp', NULL, NULL, N'10956', N'0', N'0', N'0', NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'admin', N'2022-10-14 14:55:39.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_files] ([id], [file_name], [url], [file_type], [store_type], [parent_id], [tenant_id], [file_size], [iz_folder], [iz_root_folder], [iz_star], [down_count], [read_count], [share_url], [share_perms], [enable_down], [enable_updat], [del_flag], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1584493984691740674', N'jeecg-boot漏洞.pdf', N'comment/jeecg-boot漏洞_1666607779077.pdf', N'pdf', N'temp', NULL, NULL, N'842789', N'0', N'0', N'0', NULL, NULL, NULL, NULL, NULL, NULL, N'0', N'admin', N'2022-10-24 18:36:19.0000000', NULL, NULL)
GO
-- ----------------------------
-- Table structure for sys_fill_rule
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_fill_rule]') AND type IN ('U'))
DROP TABLE [dbo].[sys_fill_rule]
GO
CREATE TABLE [dbo].[sys_fill_rule] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[rule_name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[rule_code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[rule_class] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[rule_params] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL
)
GO
ALTER TABLE [dbo].[sys_fill_rule] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键ID',
'SCHEMA', N'dbo',
'TABLE', N'sys_fill_rule',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'规则名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_fill_rule',
'COLUMN', N'rule_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'规则Code',
'SCHEMA', N'dbo',
'TABLE', N'sys_fill_rule',
'COLUMN', N'rule_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'规则实现类',
'SCHEMA', N'dbo',
'TABLE', N'sys_fill_rule',
'COLUMN', N'rule_class'
GO
EXEC sp_addextendedproperty
'MS_Description', N'规则参数',
'SCHEMA', N'dbo',
'TABLE', N'sys_fill_rule',
'COLUMN', N'rule_params'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改人',
'SCHEMA', N'dbo',
'TABLE', N'sys_fill_rule',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_fill_rule',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'sys_fill_rule',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_fill_rule',
'COLUMN', N'create_time'
GO
-- ----------------------------
-- Records of sys_fill_rule
-- ----------------------------
INSERT INTO [dbo].[sys_fill_rule] ([id], [rule_name], [rule_code], [rule_class], [rule_params], [update_by], [update_time], [create_by], [create_time]) VALUES (N'1202551334738382850', N'机构编码生成', N'org_num_role', N'org.jeecg.modules.system.rule.OrgCodeRule', N'{"parentId":"c6d7cb4deeac411cb3384b1b31278596"}', N'admin', N'2019-12-09 10:37:06.0000000', N'admin', N'2019-12-05 19:32:35.0000000')
GO
INSERT INTO [dbo].[sys_fill_rule] ([id], [rule_name], [rule_code], [rule_class], [rule_params], [update_by], [update_time], [create_by], [create_time]) VALUES (N'1202787623203065858', N'分类字典编码生成', N'category_code_rule', N'org.jeecg.modules.system.rule.CategoryCodeRule', N'{"pid":""}', N'admin', N'2022-10-13 16:47:52.0000000', N'admin', N'2019-12-06 11:11:31.0000000')
GO
INSERT INTO [dbo].[sys_fill_rule] ([id], [rule_name], [rule_code], [rule_class], [rule_params], [update_by], [update_time], [create_by], [create_time]) VALUES (N'1260134137920090113', N'订单流水号', N'shop_order_num', N'org.jeecg.modules.online.cgform.rule.OrderNumberRule', N'{}', N'admin', N'2020-12-07 18:29:50.0000000', N'admin', N'2020-05-12 17:06:05.0000000')
GO
-- ----------------------------
-- Table structure for sys_form_file
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_form_file]') AND type IN ('U'))
DROP TABLE [dbo].[sys_form_file]
GO
CREATE TABLE [dbo].[sys_form_file] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[table_name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NOT NULL,
[table_data_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[file_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[file_type] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL
)
GO
ALTER TABLE [dbo].[sys_form_file] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'表名',
'SCHEMA', N'dbo',
'TABLE', N'sys_form_file',
'COLUMN', N'table_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据id',
'SCHEMA', N'dbo',
'TABLE', N'sys_form_file',
'COLUMN', N'table_data_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'关联文件id',
'SCHEMA', N'dbo',
'TABLE', N'sys_form_file',
'COLUMN', N'file_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'文件类型(text:文本, excel:excel doc:word ppt:ppt image:图片 archive:其他文档 video:视频 pdf:pdf)',
'SCHEMA', N'dbo',
'TABLE', N'sys_form_file',
'COLUMN', N'file_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_form_file',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_form_file',
'COLUMN', N'create_time'
GO
-- ----------------------------
-- Records of sys_form_file
-- ----------------------------
INSERT INTO [dbo].[sys_form_file] ([id], [table_name], [table_data_id], [file_id], [file_type], [create_by], [create_time]) VALUES (N'1580814573635252225', N'sys_comment', N'1580814573433925634', N'1580814573568143361', N'image', N'admin', N'2022-10-14 14:55:39.0000000')
GO
INSERT INTO [dbo].[sys_form_file] ([id], [table_name], [table_data_id], [file_id], [file_type], [create_by], [create_time]) VALUES (N'1584493984716906497', N'sys_comment', N'1584493984364584961', N'1584493984691740674', N'pdf', N'admin', N'2022-10-24 18:36:19.0000000')
GO
-- ----------------------------
-- Table structure for sys_gateway_route
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_gateway_route]') AND type IN ('U'))
DROP TABLE [dbo].[sys_gateway_route]
GO
CREATE TABLE [dbo].[sys_gateway_route] (
[id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[router_id] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[uri] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[predicates] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL,
[filters] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL,
[retryable] int NULL,
[strip_prefix] int NULL,
[persistable] int NULL,
[show_api] int NULL,
[status] int NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[sys_gateway_route] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'路由ID',
'SCHEMA', N'dbo',
'TABLE', N'sys_gateway_route',
'COLUMN', N'router_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'服务名',
'SCHEMA', N'dbo',
'TABLE', N'sys_gateway_route',
'COLUMN', N'name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'服务地址',
'SCHEMA', N'dbo',
'TABLE', N'sys_gateway_route',
'COLUMN', N'uri'
GO
EXEC sp_addextendedproperty
'MS_Description', N'断言',
'SCHEMA', N'dbo',
'TABLE', N'sys_gateway_route',
'COLUMN', N'predicates'
GO
EXEC sp_addextendedproperty
'MS_Description', N'过滤器',
'SCHEMA', N'dbo',
'TABLE', N'sys_gateway_route',
'COLUMN', N'filters'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否重试:0-否 1-是',
'SCHEMA', N'dbo',
'TABLE', N'sys_gateway_route',
'COLUMN', N'retryable'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否忽略前缀0-否 1-是',
'SCHEMA', N'dbo',
'TABLE', N'sys_gateway_route',
'COLUMN', N'strip_prefix'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否为保留数据:0-否 1-是',
'SCHEMA', N'dbo',
'TABLE', N'sys_gateway_route',
'COLUMN', N'persistable'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否在接口文档中展示:0-否 1-是',
'SCHEMA', N'dbo',
'TABLE', N'sys_gateway_route',
'COLUMN', N'show_api'
GO
EXEC sp_addextendedproperty
'MS_Description', N'状态:0-无效 1-有效',
'SCHEMA', N'dbo',
'TABLE', N'sys_gateway_route',
'COLUMN', N'status'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'sys_gateway_route',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_gateway_route',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'sys_gateway_route',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_gateway_route',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'所属部门',
'SCHEMA', N'dbo',
'TABLE', N'sys_gateway_route',
'COLUMN', N'sys_org_code'
GO
-- ----------------------------
-- Records of sys_gateway_route
-- ----------------------------
INSERT INTO [dbo].[sys_gateway_route] ([id], [router_id], [name], [uri], [predicates], [filters], [retryable], [strip_prefix], [persistable], [show_api], [status], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'1331051599401857026', N'jeecg-demo-websocket', N'jeecg-demo-websocket', N'lb:ws://jeecg-demo', N'[{"args":["/vxeSocket/**"],"name":"Path"}]', N'[]', NULL, NULL, NULL, NULL, N'1', N'admin', N'2020-11-24 09:46:46.0000000', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_gateway_route] ([id], [router_id], [name], [uri], [predicates], [filters], [retryable], [strip_prefix], [persistable], [show_api], [status], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'jeecg-cloud-websocket', N'jeecg-system-websocket', N'jeecg-system-websocket', N'lb:ws://jeecg-system', N'[{"args":["/websocket/**","/eoaSocket/**","/newsWebsocket/**"],"name":"Path"}]', N'[]', NULL, NULL, NULL, NULL, N'1', N'admin', N'2020-11-16 19:41:51.0000000', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_gateway_route] ([id], [router_id], [name], [uri], [predicates], [filters], [retryable], [strip_prefix], [persistable], [show_api], [status], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'jeecg-demo', N'jeecg-demo', N'jeecg-demo', N'lb://jeecg-demo', N'[{"args":["/mock/**","/bigscreen/template1/**","/bigscreen/template2/**","/test/**"],"name":"Path"}]', N'[]', NULL, NULL, NULL, NULL, N'1', N'admin', N'2020-11-16 19:41:51.0000000', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_gateway_route] ([id], [router_id], [name], [uri], [predicates], [filters], [retryable], [strip_prefix], [persistable], [show_api], [status], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'jeecg-system', N'jeecg-system', N'jeecg-system', N'lb://jeecg-system', N'[{"args":["/sys/**","/online/**","/bigscreen/**","/jmreport/**","/druid/**","/generic/**"],"name":"Path"}]', N'[]', NULL, NULL, NULL, NULL, N'1', N'admin', N'2020-11-16 19:41:51.0000000', NULL, NULL, NULL)
GO
-- ----------------------------
-- Table structure for sys_log
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_log]') AND type IN ('U'))
DROP TABLE [dbo].[sys_log]
GO
CREATE TABLE [dbo].[sys_log] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[log_type] int NULL,
[log_content] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL,
[operate_type] int NULL,
[userid] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[username] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[ip] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[method] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL,
[request_url] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[request_param] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL,
[request_type] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL,
[cost_time] bigint NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[tenant_id] int NULL
)
GO
ALTER TABLE [dbo].[sys_log] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'日志类型1登录日志2操作日志, 3.租户操作日志)',
'SCHEMA', N'dbo',
'TABLE', N'sys_log',
'COLUMN', N'log_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'日志内容',
'SCHEMA', N'dbo',
'TABLE', N'sys_log',
'COLUMN', N'log_content'
GO
EXEC sp_addextendedproperty
'MS_Description', N'操作类型',
'SCHEMA', N'dbo',
'TABLE', N'sys_log',
'COLUMN', N'operate_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'操作用户账号',
'SCHEMA', N'dbo',
'TABLE', N'sys_log',
'COLUMN', N'userid'
GO
EXEC sp_addextendedproperty
'MS_Description', N'操作用户名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_log',
'COLUMN', N'username'
GO
EXEC sp_addextendedproperty
'MS_Description', N'IP',
'SCHEMA', N'dbo',
'TABLE', N'sys_log',
'COLUMN', N'ip'
GO
EXEC sp_addextendedproperty
'MS_Description', N'请求java方法',
'SCHEMA', N'dbo',
'TABLE', N'sys_log',
'COLUMN', N'method'
GO
EXEC sp_addextendedproperty
'MS_Description', N'请求路径',
'SCHEMA', N'dbo',
'TABLE', N'sys_log',
'COLUMN', N'request_url'
GO
EXEC sp_addextendedproperty
'MS_Description', N'请求参数',
'SCHEMA', N'dbo',
'TABLE', N'sys_log',
'COLUMN', N'request_param'
GO
EXEC sp_addextendedproperty
'MS_Description', N'请求类型',
'SCHEMA', N'dbo',
'TABLE', N'sys_log',
'COLUMN', N'request_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'耗时',
'SCHEMA', N'dbo',
'TABLE', N'sys_log',
'COLUMN', N'cost_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'sys_log',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_log',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'sys_log',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_log',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'租户ID',
'SCHEMA', N'dbo',
'TABLE', N'sys_log',
'COLUMN', N'tenant_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'系统日志表',
'SCHEMA', N'dbo',
'TABLE', N'sys_log'
GO
-- ----------------------------
-- Records of sys_log
-- ----------------------------
-- ----------------------------
-- Table structure for sys_permission
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_permission]') AND type IN ('U'))
DROP TABLE [dbo].[sys_permission]
GO
CREATE TABLE [dbo].[sys_permission] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[parent_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[name] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[url] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[component] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[is_route] tinyint NULL,
[component_name] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[redirect] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[menu_type] int NULL,
[perms] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[perms_type] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL,
[sort_no] float(53) NULL,
[always_show] tinyint NULL,
[icon] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[is_leaf] tinyint NULL,
[keep_alive] tinyint NULL,
[hidden] int NULL,
[hide_tab] int NULL,
[description] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[del_flag] int NULL,
[rule_flag] int NULL,
[status] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL,
[internal_or_external] tinyint NULL
)
GO
ALTER TABLE [dbo].[sys_permission] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键id',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'父id',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'parent_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'菜单标题',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'路径',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'url'
GO
EXEC sp_addextendedproperty
'MS_Description', N'组件',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'component'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否路由菜单: 0:不是 1:是默认值1',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'is_route'
GO
EXEC sp_addextendedproperty
'MS_Description', N'组件名字',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'component_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'一级菜单跳转地址',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'redirect'
GO
EXEC sp_addextendedproperty
'MS_Description', N'菜单类型(0:一级菜单; 1:子菜单:2:按钮权限)',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'menu_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'菜单权限编码',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'perms'
GO
EXEC sp_addextendedproperty
'MS_Description', N'权限策略1显示2禁用',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'perms_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'菜单排序',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'sort_no'
GO
EXEC sp_addextendedproperty
'MS_Description', N'聚合子路由: 1是0否',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'always_show'
GO
EXEC sp_addextendedproperty
'MS_Description', N'菜单图标',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'icon'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否叶子节点: 1是0否',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'is_leaf'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否缓存该页面: 1:是 0:不是',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'keep_alive'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否隐藏路由: 0否,1是',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'hidden'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否隐藏tab: 0否,1是',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'hide_tab'
GO
EXEC sp_addextendedproperty
'MS_Description', N'描述',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'description'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'删除状态 0正常 1已删除',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'del_flag'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否添加数据权限1是0否',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'rule_flag'
GO
EXEC sp_addextendedproperty
'MS_Description', N'按钮权限状态(0无效1有效)',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'status'
GO
EXEC sp_addextendedproperty
'MS_Description', N'外链菜单打开方式 0/内部打开 1/外部打开',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission',
'COLUMN', N'internal_or_external'
GO
EXEC sp_addextendedproperty
'MS_Description', N'菜单权限表',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission'
GO
-- ----------------------------
-- Records of sys_permission
-- ----------------------------
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1170592628746878978', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'菜单管理', N'/system/menu', N'system/menu/index', N'1', NULL, NULL, N'1', NULL, N'1', N'3', N'0', N'ant-design:menu-fold-outlined', N'0', N'0', N'0', N'0', NULL, N'admin', N'2019-09-08 15:00:05.0000000', N'admin', N'2022-11-10 16:42:38.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'119213522910765570', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'租户用户', N'/system/user/tenantUserList', N'system/user/TenantUserList', N'1', NULL, NULL, N'1', NULL, NULL, N'3.2', N'0', N'ant-design:user', N'1', N'0', N'0', N'0', NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2022-12-30 10:11:27.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1211885237487923202', N'1207203817658105858', N'btn:add', N'', N'', N'1', NULL, NULL, N'2', N'btn:add', N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-12-31 13:42:11.0000000', N'admin', N'2020-01-07 20:07:53.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1214376304951664642', N'3f915b2769fc80648e92d04e84ca059d', N'用户编辑', N'', N'', N'0', NULL, NULL, N'2', N'system:user:edit', N'1', N'1', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2020-01-07 10:40:47.0000000', N'admin', N'2022-11-17 16:24:33.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1214462306546319362', N'3f915b2769fc80648e92d04e84ca059d', N'新增用户', N'', N'', N'0', NULL, NULL, N'2', N'system:user:add', N'1', N'1', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2020-01-07 16:22:32.0000000', N'admin', N'2022-11-17 16:24:47.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1280350452934307841', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'租户管理', N'/system/tenant', N'system/tenant/index', N'1', NULL, NULL, N'1', NULL, N'1', N'3.1', N'0', N'ant-design:appstore-twotone', N'0', N'0', N'0', N'0', NULL, N'admin', N'2020-07-07 11:58:30.0000000', N'admin', N'2023-03-04 15:03:01.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108176273760258', N'', N'Dashboard', N'/dashboard', N'layouts/default/index', N'1', NULL, N'/dashboard/analysis', N'0', NULL, N'1', N'1', N'0', N'ion:grid-outline', N'0', N'0', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:23.0000000', N'admin', N'2022-11-10 11:30:19.0000000', N'0', N'1', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108176814825473', N'1438108176273760258', N'工作台', N'/dashboard/workbench', N'dashboard/workbench/index', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', N'ant-design:appstore-twotone', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', N'admin', N'2021-09-17 15:42:42.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108176932265985', N'1438108178010202113', N'权限管理', N'/permission', N'layouts/default/index', N'1', NULL, N'/permission/front/page', N'0', NULL, N'1', N'2', N'0', N'ion:key-outline', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108177074872321', N'1438108176932265985', N'基于前端权限', N'/permission/front', NULL, N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108177188118529', N'1438108176932265985', N'基于后台权限', N'/permission/back', NULL, N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108177351696386', N'1438108177074872321', N'页面权限', N'/permission/front/page', N'demo/permission/front/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', N'admin', N'2021-09-16 14:37:49.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108177565605889', N'1438108177074872321', N'按钮权限', N'/permission/front/btn', N'demo/permission/front/Btn', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', N'admin', N'2021-09-15 19:57:23.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108177720795137', N'1438108177188118529', N'页面权限', N'/permission/back/page', N'demo/permission/back/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', N'admin', N'2021-09-15 19:56:40.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108177880178689', N'1438108177188118529', N'按钮权限', N'/permission/back/btn', N'demo/permission/back/Btn', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', N'admin', N'2021-09-15 19:57:00.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108178010202113', N'1438108196993622018', N'功能示例', N'/feat', N'layouts/default/index', N'1', NULL, N'/feat/icon', N'0', NULL, N'1', N'20', N'0', N'ion:git-compare-outline', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108178127642626', N'1438108197958315557', N'图标', N'/comp/basic/icon', N'demo/feat/icon/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108178257666049', N'1438108178010202113', N'websocket测试', N'/feat/ws', N'demo/feat/ws/index', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108178421243905', N'1438108178010202113', N'登录过期', N'/feat/session-timeout', N'demo/feat/session-timeout/index', N'1', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108178643542017', N'1438108197958311677', N'打印', N'/comp/third/print', N'demo/feat/print/index', N'1', NULL, NULL, N'1', NULL, N'1', N'3', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108178781954049', N'1438108197958315557', N'Tab操作', N'/comp/basic/tabs', N'demo/feat/tabs/index', N'1', NULL, NULL, N'1', NULL, N'1', N'4', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108178781954050', N'1438108197958315557', N'TabDetail', N'/comp/basic/tabs/detail/:id', N'demo/feat/tabs/TabDetail', N'1', NULL, N'/comp/basic/tabs/detail', N'1', NULL, N'1', N'4', N'0', NULL, N'1', N'0', N'1', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108178911977473', N'1438108187455774722', N'面包屑导航', N'/feat/breadcrumb', N'layouts/default/index', N'1', NULL, N'/feat/breadcrumb/flat', N'1', NULL, N'1', N'5', N'0', N'ant-design:right-square-filled', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', N'admin', N'2021-09-17 15:48:07.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108179226550273', N'1438108197958311677', N'右键菜单', N'/comp/third/context-menu', N'demo/feat/context-menu/index', N'1', NULL, NULL, N'1', NULL, N'1', N'6', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108179381739521', N'1438108197958311677', N'文件下载', N'/comp/third/download', N'demo/feat/download/index', N'1', NULL, NULL, N'1', NULL, N'1', N'7', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108179599843330', N'1438108197958311677', N'ClickOutSide组件', N'/comp/third/click-out-side', N'demo/feat/click-out-side/index', N'1', NULL, NULL, N'1', NULL, N'1', N'8', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108179910221825', N'1438108197958311677', N'图片预览', N'/comp/third/img-preview', N'demo/feat/img-preview/index', N'1', NULL, NULL, N'1', NULL, N'1', N'9', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108180077993985', N'1438108197958311677', N'剪切板', N'/comp/third/copy', N'demo/feat/copy/index', N'1', NULL, NULL, N'1', NULL, N'1', N'10', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108180258349057', N'1438108197958315557', N'消息提示', N'/comp/basic/msg', N'demo/feat/msg/index', N'1', NULL, NULL, N'1', NULL, N'1', N'11', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108180434509826', N'1438108197958311677', N'水印', N'/comp/third/watermark', N'demo/feat/watermark/index', N'1', NULL, NULL, N'1', NULL, N'1', N'12', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108180631642113', N'1438108197958311677', N'水波纹', N'/comp/third/ripple', N'demo/feat/ripple/index', N'1', NULL, NULL, N'1', NULL, N'1', N'13', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108180770054145', N'1438108178010202113', N'全屏', N'/feat/full-screen', N'demo/feat/full-screen/index', N'1', NULL, NULL, N'1', NULL, N'1', N'14', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108182116425729', N'1438108197958311677', N'日历(New)', N'/comp/third/fullCalendar', N'demo/fullcalendar/index', N'1', NULL, NULL, N'1', NULL, N'1', N'16', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', NULL, NULL, N'1', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108183085309954', N'1438108178010202113', N'错误日志', N'/feat/error-log', N'sys/error-log/index', N'1', NULL, NULL, N'1', NULL, N'1', N'17', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108183219527682', N'1438108196993622018', N'Excel', N'/feat/excel', N'layouts/default/index', N'1', NULL, N'/feat/excel/customExport', N'1', NULL, N'1', N'18', N'0', N'ant-design:file-excel-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', N'admin', N'2021-09-17 15:54:57.0000000', N'1', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108183395688450', N'1438108187455774722', N'Tab带参', N'/feat/testTab/:id', N'demo/feat/tab-params/index', N'1', NULL, NULL, N'1', NULL, N'1', N'19', N'0', N'ant-design:insert-row-above-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', N'admin', N'2021-09-17 15:48:57.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108183492157442', N'1438108187455774722', N'Menu带参', N'/feat/testParam/:id', N'layouts/default/index', N'1', NULL, NULL, N'1', NULL, N'1', N'20', N'0', N'ant-design:menu-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', N'admin', N'2021-09-17 15:49:12.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108183630569474', N'1438108178911977473', N'平级模式', N'/feat/breadcrumb/flat', N'demo/feat/breadcrumb/FlatList', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', N'admin', N'2021-09-15 20:12:01.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108183630569477', N'1438108178911977473', N'平级详情', N'/feat/breadcrumb/flatDetail', N'demo/feat/breadcrumb/FlatListDetail', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'1', N'1', NULL, N'admin', N'2021-09-15 19:51:24.0000000', N'admin', N'2021-09-18 11:07:07.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108183777370114', N'1438108183630569474', N'平级详情', N'/feat/breadcrumb/flatDetail', N'demo/feat/breadcrumb/FlatListDetail', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'1', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', N'admin', N'2021-09-15 20:13:41.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108183907393538', N'1438108178911977473', N'层级模式', N'/feat/breadcrumb/children', N'demo/feat/breadcrumb/ChildrenList', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', N'admin', N'2021-09-15 20:11:57.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108184049999873', N'1438108183907393538', N'层级详情', N'/feat/breadcrumb/children/childrenDetail', N'demo/feat/breadcrumb/ChildrenListDetail', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:24.0000000', N'admin', N'2021-09-15 20:11:49.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108185660612609', N'1438108183219527682', N'选择导出格式', N'/feat/excel/customExport', N'demo/excel/CustomExport', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:25.0000000', N'admin', N'2021-09-15 20:15:59.0000000', N'1', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108185815801858', N'1438108183219527682', N'JSON数据导出', N'/feat/excel/jsonExport', N'demo/excel/JsonExport', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:25.0000000', N'admin', N'2021-09-15 20:16:15.0000000', N'1', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108185958408193', N'1438108183219527682', N'Array数据导出', N'/feat/excel/arrayExport', N'demo/excel/ArrayExport', N'1', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:25.0000000', N'admin', N'2021-09-15 20:16:32.0000000', N'1', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108186289758209', N'1438108183219527682', N'导入', N'/feat/excel/importExcel', N'demo/excel/ImportExcel', N'1', NULL, NULL, N'1', NULL, N'1', N'3', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:25.0000000', N'admin', N'2021-09-15 20:16:43.0000000', N'1', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108186717577217', N'1438108183492157442', N'Menu带参1', N'/feat/testParam/:id/sub1', N'demo/feat/menu-params/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:25.0000000', N'admin', N'2021-09-15 20:17:23.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108187103453186', N'1438108183492157442', N'Menu带参2', N'/feat/testParam/:id/sub2', N'demo/feat/menu-params/index', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:25.0000000', N'admin', N'2021-09-15 20:17:36.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108187455774722', N'', N'页面&导航', N'/page-demo', N'layouts/default/index', N'1', NULL, N'/page-demo/form/basic', N'0', NULL, N'1', N'12', N'0', N'ion:aperture-outline', N'0', N'0', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:25.0000000', N'admin', N'2021-11-18 10:48:15.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108187678072833', N'1438108187455774722', N'表单页', N'/page-demo/form', N'layouts/default/index', N'1', NULL, N'/page-demo/form/basic', N'1', NULL, N'1', N'0', N'0', N'ant-design:form-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:25.0000000', N'admin', N'2021-09-17 15:45:30.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108187871010818', N'1438108187455774722', N'详情页', N'/page-demo/desc', N'layouts/default/index', N'1', NULL, N'/page-demo/desc/basic', N'1', NULL, N'1', N'1', N'0', N'ant-design:border-right-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:25.0000000', N'admin', N'2021-09-17 15:46:10.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108188034588674', N'1438108187455774722', N'结果页', N'/page-demo/result', N'layouts/default/index', N'1', NULL, N'/page-demo/result/success', N'1', NULL, N'1', N'2', N'0', N'ant-design:account-book-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:25.0000000', N'admin', N'2021-09-17 15:47:04.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108188378521602', N'1438108187455774722', N'个人页', N'/page-demo/account', N'layouts/default/index', N'1', NULL, N'/page-demo/account/setting', N'1', NULL, N'1', N'3', N'0', N'ant-design:user-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:26.0000000', N'admin', N'2021-09-17 15:47:23.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108188542099458', N'1438108187455774722', N'异常页', N'/page-demo/exception', N'layouts/default/index', N'1', NULL, N'/page-demo/exception/404', N'1', NULL, N'1', N'4', N'0', N'ant-design:bug-twotone', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:26.0000000', N'admin', N'2021-09-17 15:47:41.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108188714065922', N'1438108187455774722', N'列表页', N'/page-demo/list', N'layouts/default/index', N'1', NULL, N'/page-demo/list/card', N'1', NULL, N'1', N'5', N'0', N'ant-design:table-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:26.0000000', N'admin', N'2021-09-17 15:48:19.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108189062193153', N'1438108187678072833', N'基础表单', N'/page-demo/form/basic', N'demo/page/form/basic/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:26.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108189427097601', N'1438108187678072833', N'分步表单', N'/page-demo/form/step', N'demo/page/form/step/index', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:26.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108189754253313', N'1438108187678072833', N'高级表单', N'/page-demo/form/high', N'demo/page/form/high/index', N'1', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:26.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108190110769154', N'1438108187871010818', N'基础详情页', N'/page-demo/desc/basic', N'demo/page/desc/basic/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:26.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108190404370433', N'1438108187871010818', N'高级详情页', N'/page-demo/desc/high', N'demo/page/desc/high/index', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:26.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108190777663490', N'1438108188034588674', N'成功页', N'/page-demo/result/success', N'demo/page/result/success/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:26.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108191356477442', N'1438108188034588674', N'失败页', N'/page-demo/result/fail', N'demo/page/result/fail/index', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:26.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108192623157249', N'1438108188378521602', N'个人中心', N'/page-demo/account/center', N'demo/page/account/center/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:27.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108193701093378', N'1438108188378521602', N'个人设置', N'/page-demo/account/setting', N'demo/page/account/setting/index', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:27.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108194992939010', N'1438108188542099458', N'403', N'/page-demo/exception/403', N'sys/exception/NotAccessException', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:27.0000000', N'admin', N'2021-09-18 18:02:47.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108195307511809', N'1438108188542099458', N'404', N'/page-demo/exception/404', N'sys/exception/Exception', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:27.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108195487866881', N'1438108188542099458', N'500', N'/page-demo/exception/500', N'sys/exception/ServerErrorException', N'1', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:27.0000000', N'admin', N'2021-09-18 18:04:34.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108195638861825', N'1438108188542099458', N'网络错误', N'/page-demo/exception/net-work-error', N'sys/exception/NetworkErrorException', N'1', NULL, NULL, N'1', NULL, N'1', N'3', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:27.0000000', N'admin', N'2021-09-18 18:05:05.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108195924074497', N'1438108188542099458', N'无数据', N'/page-demo/exception/not-data', N'sys/exception/NotDataErrorException', N'1', NULL, NULL, N'1', NULL, N'1', N'4', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:27.0000000', N'admin', N'2021-09-18 18:05:40.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108196263813121', N'1438108188714065922', N'标准列表', N'/page-demo/list/basic', N'demo/page/list/basic/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:27.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108196528054273', N'1438108188714065922', N'卡片列表', N'/page-demo/list/card', N'demo/page/list/card/index', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:27.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108196855209985', N'1438108188714065922', N'搜索列表', N'/page-demo/list/search', N'demo/page/list/search/index', N'1', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108196993622018', N'', N'组件&功能', N'/comp', N'layouts/default/index', N'1', NULL, N'/comp/basic', N'0', NULL, N'1', N'11', N'0', N'ion:layers-outline', N'0', N'0', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:28.0000000', N'admin', N'2021-11-18 10:48:06.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108197270446081', N'1438108197958311537', N'自定义组件示例', N'/comp/jeecg/basic', N'demo/jeecg/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108197790539778', N'1438108197958315557', N'Button组件', N'/comp/basic/button', N'demo/comp/button/index', N'1', NULL, NULL, N'1', NULL, N'1', N'8', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', N'admin', N'2021-09-17 09:31:48.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108197958311537', N'1438108196993622018', N'Jeecg组件示例', N'/comp/jeecg', N'layouts/default/index', N'1', NULL, N'/comp/jeecg/basic', N'1', NULL, N'1', N'1', N'0', N'ant-design:sketch-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', N'admin', N'2021-09-17 15:49:57.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108197958311637', N'1438108196993622018', N'弹框抽屉', N'/comp/modal', N'layouts/default/index', N'1', NULL, N'/comp/modal/basic', N'1', NULL, N'1', N'6', N'0', N'ant-design:laptop-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', N'admin', N'2021-09-17 15:53:10.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108197958311677', N'1438108196993622018', N'第三方组件', N'/comp/third', N'layouts/default/index', N'1', NULL, N'/comp/third/basic', N'1', NULL, N'1', N'7', N'0', N'ant-design:slack-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', N'admin', N'2021-09-17 15:53:31.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108197958311937', N'1438108196993622018', N'Form示例', N'/comp/form', N'layouts/default/index', N'1', NULL, N'/comp/form/basic', N'1', NULL, N'1', N'2', N'0', N'ant-design:pic-left-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', N'admin', N'2021-09-17 15:50:39.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108197958315557', N'1438108196993622018', N'基础组件', N'/comp/basic', N'layouts/default/index', N'1', NULL, N'/comp/basic', N'1', NULL, N'1', N'1', N'0', N'ant-design:insert-row-left-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', N'admin', N'2021-09-17 15:50:27.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108198113501186', N'1438108196993622018', N'Table示例', N'/comp/table', N'layouts/default/index', N'1', NULL, N'/comp/table/basic', N'1', NULL, N'1', N'3', N'0', N'ant-design:table-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', N'admin', N'2021-09-17 15:50:51.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108198339993602', N'1438108197958311677', N'动画组件', N'/comp/third/transition', N'demo/comp/transition/index', N'1', NULL, NULL, N'1', NULL, N'1', N'9', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108198679732226', N'1438108197958311537', N'一对多示例', N'/comp/jeecg/oneToMore', N'demo/vextable/index', N'1', NULL, NULL, N'1', NULL, N'1', N'6', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108198855892993', N'1438108197958311677', N'图片裁剪', N'/comp/third/basic', N'demo/comp/cropper/index', N'1', NULL, NULL, N'1', NULL, N'1', N'7', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108199120134145', N'1438108197958311677', N'相对时间', N'/comp/third/timestamp', N'demo/comp/time/index', N'1', NULL, NULL, N'1', NULL, N'1', N'8', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108199304683521', N'1438108197958311677', N'数字动画', N'/comp/third/countTo', N'demo/comp/count-to/index', N'1', NULL, NULL, N'1', NULL, N'1', N'9', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108199413735425', N'1438108196993622018', N'Tree示例', N'/comp/tree', N'layouts/default/index', N'1', NULL, N'/comp/tree/basic', N'1', NULL, N'1', N'4', N'0', N'ant-design:partition-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', N'admin', N'2021-09-17 15:54:17.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108199539564546', N'1438108196993622018', N'编辑器', N'/comp/editor', N'layouts/default/index', N'1', NULL, N'/comp/editor/markdown', N'1', NULL, N'1', N'5', N'0', N'ant-design:credit-card-twotone', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', N'admin', N'2021-09-17 15:52:47.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108199631839234', N'1438108196993622018', N'滚动组件', N'/comp/scroll', N'layouts/default/index', N'1', NULL, N'/comp/scroll/basic', N'1', NULL, N'1', N'11', N'0', N'ant-design:column-height-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', N'admin', N'2021-09-17 15:53:43.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108200076435458', N'1438108197958311637', N'弹窗扩展', N'/comp/modal/basic', N'demo/comp/modal/index', N'1', NULL, NULL, N'1', NULL, N'1', N'12', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108200391008257', N'1438108197958311637', N'抽屉扩展', N'/comp/modal/drawer', N'demo/comp/drawer/index', N'1', NULL, NULL, N'1', NULL, N'1', N'13', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108200672026626', N'1438108197958315557', N'详情组件', N'/comp/desc', N'demo/comp/desc/index', N'1', NULL, NULL, N'1', NULL, N'1', N'14', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108200802050050', N'1438108196993622018', N'懒加载组件', N'/comp/lazy', N'layouts/default/index', N'1', NULL, N'/comp/lazy/basic', N'1', NULL, N'1', N'15', N'0', N'ant-design:small-dash-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:28.0000000', N'admin', N'2021-09-17 15:53:59.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108200919490562', N'1438108196993622018', N'验证组件', N'/comp/verify', N'layouts/default/index', N'1', NULL, N'/comp/verify/drag', N'1', NULL, N'1', N'16', N'0', N'ant-design:field-binary-outlined', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', N'admin', N'2021-09-17 15:54:36.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108201150177281', N'1438108197958311677', N'二维码组件', N'/comp/third/qrcode', N'demo/comp/qrcode/index', N'1', NULL, NULL, N'1', NULL, N'1', N'17', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108201502498817', N'1438108197958311677', N'密码强度组件', N'/comp/third/strength-meter', N'demo/comp/strength-meter/index', N'1', NULL, NULL, N'1', NULL, N'1', N'18', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108202060341249', N'1438108197958311677', N'Loading', N'/comp/third/loading', N'demo/comp/loading/index', N'1', NULL, NULL, N'1', NULL, N'1', N'20', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108202366525441', N'1438108197958311937', N'基础表单', N'/comp/form/basic', N'demo/form/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108203649982466', N'1438108197958311937', N'useForm', N'/comp/form/useForm', N'demo/form/UseForm', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108203817754625', N'1438108197958311937', N'RefForm', N'/comp/form/refForm', N'demo/form/RefForm', N'1', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108204023275521', N'1438108197958311937', N'可收缩表单', N'/comp/form/advancedForm', N'demo/form/AdvancedForm', N'1', NULL, NULL, N'1', NULL, N'1', N'3', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108204232990721', N'1438108197958311937', N'表单验证', N'/comp/form/ruleForm', N'demo/form/RuleForm', N'1', NULL, NULL, N'1', NULL, N'1', N'4', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108204400762881', N'1438108197958311937', N'动态表单', N'/comp/form/dynamicForm', N'demo/form/DynamicForm', N'1', NULL, NULL, N'1', NULL, N'1', N'5', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108204576923649', N'1438108197958311937', N'自定义组件', N'/comp/form/customerForm', N'demo/form/CustomerForm', N'1', NULL, NULL, N'1', NULL, N'1', N'6', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108204732112898', N'1438108197958311937', N'表单增删示例', N'/comp/form/appendForm', N'demo/form/AppendForm', N'1', NULL, NULL, N'1', NULL, N'1', N'7', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108205004742657', N'1438108198113501186', N'基础表格', N'/comp/table/basic', N'demo/table/Basic', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108205180903426', N'1438108198113501186', N'树形表格', N'/comp/table/treeTable', N'demo/table/TreeTable', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108205357064193', N'1438108198113501186', N'远程加载示例', N'/comp/table/fetchTable', N'demo/table/FetchTable', N'1', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108205587750914', N'1438108198113501186', N'固定列', N'/comp/table/fixedColumn', N'demo/table/FixedColumn', N'1', NULL, NULL, N'1', NULL, N'1', N'3', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108205742940161', N'1438108198113501186', N'自定义列', N'/comp/table/customerCell', N'demo/table/CustomerCell', N'1', NULL, NULL, N'1', NULL, N'1', N'4', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108205919100930', N'1438108198113501186', N'开启搜索区域', N'/comp/table/formTable', N'demo/table/FormTable', N'1', NULL, NULL, N'1', NULL, N'1', N'5', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108206086873089', N'1438108198113501186', N'UseTable', N'/comp/table/useTable', N'demo/table/UseTable', N'1', NULL, NULL, N'1', NULL, N'1', N'6', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108206258839553', N'1438108198113501186', N'RefTable', N'/comp/table/refTable', N'demo/table/RefTable', N'1', NULL, NULL, N'1', NULL, N'1', N'7', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108206489526274', N'1438108198113501186', N'多级表头', N'/comp/table/multipleHeader', N'demo/table/MultipleHeader', N'1', NULL, NULL, N'1', NULL, N'1', N'8', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108206661492738', N'1438108198113501186', N'合并单元格', N'/comp/table/mergeHeader', N'demo/table/MergeHeader', N'1', NULL, NULL, N'1', NULL, N'1', N'9', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108206959288321', N'1438108198113501186', N'嵌套子表格', N'/comp/table/nestedTable', N'demo/table/NestedTable', N'1', NULL, NULL, N'1', NULL, N'1', N'10', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108207160614913', N'1438108198113501186', N'可展开表格', N'/comp/table/expandTable', N'demo/table/ExpandTable', N'1', NULL, NULL, N'1', NULL, N'1', N'11', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108207374524418', N'1438108198113501186', N'定高/头部自定义', N'/comp/table/fixedHeight', N'demo/table/FixedHeight', N'1', NULL, NULL, N'1', NULL, N'1', N'12', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108207563268097', N'1438108198113501186', N'表尾行合计', N'/comp/table/footerTable', N'demo/table/FooterTable', N'1', NULL, NULL, N'1', NULL, N'1', N'13', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108207793954818', N'1438108198113501186', N'可编辑单元格', N'/comp/table/editCellTable', N'demo/table/EditCellTable', N'1', NULL, NULL, N'1', NULL, N'1', N'14', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108208024641538', N'1438108198113501186', N'可编辑行', N'/comp/table/editRowTable', N'demo/table/EditRowTable', N'1', NULL, NULL, N'1', NULL, N'1', N'15', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108208297271297', N'1438108198113501186', N'权限列', N'/comp/table/authColumn', N'demo/table/AuthColumn', N'1', NULL, NULL, N'1', NULL, N'1', N'16', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108208817364993', N'1438108199413735425', N'基础树', N'/comp/tree/basic', N'demo/tree/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108208980942850', N'1438108199413735425', N'可搜索/工具栏', N'/comp/tree/editTree', N'demo/tree/EditTree', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108209228406785', N'1438108199413735425', N'函数操作示例', N'/comp/tree/actionTree', N'demo/tree/ActionTree', N'1', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108210117599234', N'1438108199539564546', N'Json编辑器', N'/comp/editor/json', N'demo/editor/json/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:31.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108210260205570', N'1438108199539564546', N'markdown编辑器', N'/comp/editor/markdown', NULL, N'1', NULL, N'/comp/editor/markdown/index', N'1', NULL, N'1', N'1', N'0', NULL, N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:31.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108211325558785', N'1438108210260205570', N'基础使用', N'/comp/editor/markdown/index', N'demo/editor/markdown/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:31.0000000', N'admin', N'2021-09-16 14:40:59.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108211661103106', N'1438108210260205570', N'嵌入form', N'/comp/editor/markdown/editor', N'demo/editor/markdown/Editor', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:31.0000000', N'admin', N'2021-09-16 14:41:04.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108211778543618', N'1438108199539564546', N'富文本', N'/comp/editor/tinymce', NULL, N'1', NULL, N'/comp/editor/tinymce/index', N'1', NULL, N'1', N'2', N'0', NULL, N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:31.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108214882328577', N'1438108211778543618', N'基础使用', N'/comp/editor/tinymce/index', N'demo/editor/tinymce/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:32.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108215335313409', N'1438108211778543618', N'嵌入form', N'/comp/editor/tinymce/editor', N'demo/editor/tinymce/Editor', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:32.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108215511474177', N'1438108199631839234', N'基础滚动', N'/comp/scroll/basic', N'demo/comp/scroll/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:32.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108215687634945', N'1438108199631839234', N'滚动函数', N'/comp/scroll/action', N'demo/comp/scroll/Action', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:32.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108215989624834', N'1438108199631839234', N'虚拟滚动', N'/comp/scroll/virtualScroll', N'demo/comp/scroll/VirtualScroll', N'1', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:32.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108216300003330', N'1438108200802050050', N'基础示例', N'/comp/lazy/basic', N'demo/comp/lazy/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:32.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108216597798914', N'1438108200802050050', N'动画效果', N'/comp/lazy/transition', N'demo/comp/lazy/Transition', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:32.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108216971091969', N'1438108200919490562', N'拖拽校验', N'/comp/verify/drag', N'demo/comp/verify/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:32.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108217449242626', N'1438108200919490562', N'图片还原', N'/comp/verify/rotate', N'demo/comp/verify/Rotate', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:32.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108217562488834', N'1438108187455774722', N'图表', N'/charts', N'layouts/default/index', N'1', NULL, N'/charts/echarts/map', N'0', NULL, N'1', N'7', N'0', N'ion:bar-chart-outline', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:32.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108217860284417', N'1438108217562488834', N'百度地图', N'/charts/baiduMap', N'demo/charts/map/Baidu', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:33.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108218049028097', N'1438108217562488834', N'高德地图', N'/charts/aMap', N'demo/charts/map/Gaode', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:33.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108218409738242', N'1438108217562488834', N'Echarts', N'/charts/echarts', NULL, N'1', NULL, N'/charts/echarts/map', N'1', NULL, N'1', N'3', N'0', NULL, N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:33.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108218787225601', N'1438108218409738242', N'地图', N'/charts/echarts/map', N'demo/charts/Map', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:33.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108219034689538', N'1438108218409738242', N'折线图', N'/charts/echarts/line', N'demo/charts/Line', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:33.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108219240210434', N'1438108218409738242', N'饼图', N'/charts/echarts/pie', N'demo/charts/Pie', N'1', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:33.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108219445731330', N'1438108187455774722', N'外部页面', N'/frame', N'layouts/default/index', N'1', NULL, N'/frame/doc', N'0', NULL, N'1', N'8', N'0', N'ion:tv-outline', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:33.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108219592531970', N'1438108219445731330', N'项目文档(内嵌)', N'/frame/doc', N'http://vue3.jeecg.com', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:33.0000000', N'admin', N'2021-11-15 17:59:32.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108219793858561', N'1438108219445731330', N'antVue文档(内嵌)', N'/frame/antv', N'https://2x.antdv.com/docs/vue/introduce-cn', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:33.0000000', N'admin', N'2021-11-11 17:11:10.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108220137791489', N'1438108219445731330', N'项目文档(外链)', N'/', N'http://vue3.jeecg.com/', N'1', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:33.0000000', N'admin', N'2021-10-25 13:46:59.0000000', N'0', N'0', N'1', N'1')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108220418809857', N'1438108187455774722', N'多级菜单', N'/level', N'layouts/default/index', N'1', NULL, N'/level/menu1/menu1-1/menu1-1-1', N'0', NULL, N'1', N'9', N'0', N'ion:menu-outline', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:33.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108220523667458', N'1438108220418809857', N'Menu1', N'/level/menu1', NULL, N'1', NULL, N'/level/menu1/menu1-1/menu1-1-1', N'1', NULL, N'1', N'0', N'0', NULL, N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:33.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108220724994049', N'1438108220418809857', N'Menu2', N'/level/menu2', N'demo/level/Menu2', N'1', N'Menu2Demo', NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'1', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:33.0000000', N'admin', N'2022-09-20 15:24:13.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108220896960513', N'1438108220523667458', N'Menu1-1', N'/level/menu1/menu1-1', NULL, N'1', NULL, N'/level/menu1/menu1-1/menu1-1-1', N'1', NULL, N'1', N'0', N'0', NULL, N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:33.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108221127647234', N'1438108220896960513', N'Menu1-1-1', N'/level/menu1/menu1-1/menu1-1-1', N'demo/level/Menu111', N'1', N'Menu111Demo', NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'1', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:33.0000000', N'admin', N'2022-09-20 15:24:03.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108221270253570', N'1438108220523667458', N'Menu1-2', N'/level/menu1/menu1-2', N'demo/level/Menu12', N'1', N'Menu12Demo', NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'1', N'0', N'0', NULL, N'admin', N'2021-09-15 19:51:33.0000000', N'admin', N'2022-09-20 15:24:08.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108221551271937', N'', N'Mock示例', N'/system', N'layouts/default/index', N'1', NULL, N'/system/account', N'0', NULL, N'1', N'10', N'0', N'ion:settings-outline', N'0', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:33.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108221849067522', N'1438108221551271937', N'测试功能', N'/system/test', N'demo/system/test/index', N'1', NULL, NULL, N'1', NULL, N'1', N'0', N'0', N'ant-design:bulb-outlined', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:34.0000000', N'admin', N'2021-09-17 15:55:36.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108222218166273', N'1438108221551271937', N'账号管理', N'/system/account', N'demo/system/account/index', N'1', NULL, NULL, N'1', NULL, N'1', N'1', N'0', N'ant-design:user-outlined', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:34.0000000', N'admin', N'2021-09-17 15:55:46.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108222721482753', N'1438108221551271937', N'账号详情', N'/system/account_detail/:id', N'demo/system/account/AccountDetail', N'1', NULL, NULL, N'1', NULL, N'1', N'2', N'0', N'ant-design:idcard-twotone', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:34.0000000', N'admin', N'2021-09-17 15:56:12.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108223489040385', N'1438108221551271937', N'部门管理', N'/system/dept', N'demo/system/dept/index', N'1', NULL, NULL, N'1', NULL, N'1', N'5', N'0', N'ant-design:usergroup-add-outlined', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:34.0000000', N'admin', N'2021-09-17 15:56:34.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108223661006850', N'1438108221551271937', N'修改密码', N'/system/changePassword', N'demo/system/password/index', N'1', NULL, NULL, N'1', NULL, N'1', N'6', N'0', N'ant-design:field-number-outlined', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:34.0000000', N'admin', N'2021-09-17 15:56:46.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108225263230978', N'1438108178010202113', N'引导页', N'/setup/index', N'demo/setup/index', N'1', NULL, NULL, N'1', NULL, N'1', N'12', N'0', N'whh:paintroll', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:34.0000000', N'admin', N'2021-09-17 09:02:19.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438108225451974658', N'', N'关于', N'/about/index', N'sys/about/index', N'1', NULL, NULL, N'0', NULL, N'1', N'13', N'0', N'simple-icons:about-dot-me', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 19:51:34.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438115924159881218', N'1438108183395688450', N'Tab带参1', N'/testTab/id1', N'demo/feat/tab-params/index', N'1', NULL, NULL, N'1', NULL, N'0', N'0', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 20:22:10.0000000', N'admin', N'2021-09-16 14:38:32.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438116003012796418', N'1438108183395688450', N'Tab带参2', N'/feat/testTab/id2', N'demo/feat/tab-params/index', N'1', NULL, NULL, N'1', NULL, N'0', N'1', N'0', NULL, N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-15 20:22:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438469604861403137', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'职务管理', N'/system/position', N'system/position/index', N'1', NULL, NULL, N'1', NULL, N'0', N'5', N'0', N'ant-design:database-filled', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-16 19:47:33.0000000', N'admin', N'2021-09-17 15:58:22.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438782530717495298', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'分类字典', N'/system/category', N'system/category/index', N'1', NULL, NULL, N'1', NULL, N'0', N'9', N'0', N'ant-design:group-outlined', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-17 16:31:01.0000000', NULL, NULL, N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438782641187074050', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'数据字典', N'/system/dict', N'system/dict/index', N'1', NULL, NULL, N'1', NULL, N'0', N'4', N'0', N'ant-design:hdd-twotone', N'0', N'0', N'0', N'0', NULL, N'admin', N'2021-09-17 16:31:27.0000000', N'admin', N'2023-03-04 15:01:55.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438782851980210178', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'通知公告', N'/system/notice', N'system/notice/index', N'1', NULL, NULL, N'1', NULL, N'0', N'8', N'0', N'ant-design:bell-outlined', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-09-17 16:32:17.0000000', N'admin', N'2021-09-17 16:36:15.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1438783058792951810', N'1438108197958311537', N'单表示例', N'/system/examples/demo', N'system/examples/demo/index', N'1', NULL, NULL, N'1', NULL, N'0', N'1', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-17 16:33:07.0000000', N'admin', N'2021-12-08 14:10:47.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1439398677984878593', N'', N'系统监控', N'/monitor', N'layouts/RouteView', N'1', NULL, NULL, N'0', NULL, N'0', N'5', N'0', N'ant-design:video-camera-filled', N'0', N'0', N'0', N'0', NULL, N'admin', N'2021-09-19 09:19:22.0000000', N'admin', N'2022-10-14 16:21:08.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1439399179791409153', N'1439398677984878593', N'网关路由', N'/monitor/route', N'monitor/route/index', N'1', NULL, NULL, N'1', NULL, N'0', N'1', N'0', N'ant-design:branches-outlined', N'0', N'0', N'0', N'0', NULL, N'admin', N'2021-09-19 09:21:21.0000000', N'admin', N'2021-09-19 09:26:42.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1439488251473993730', N'1439398677984878593', N'定时任务', N'/monitor/quartz', N'monitor/quartz/index', N'1', NULL, NULL, N'1', NULL, N'0', N'1', N'0', N'ant-design:history-outlined', N'0', N'0', N'0', N'0', NULL, N'admin', N'2021-09-19 15:15:18.0000000', NULL, NULL, N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1439511654494937090', N'1439398677984878593', N'数据源管理', N'/monitor/datasource', N'monitor/datasource/index', N'1', NULL, NULL, N'1', NULL, N'0', N'3', N'0', N'ant-design:hdd-filled', N'0', N'0', N'0', N'0', NULL, N'admin', N'2021-09-19 16:48:17.0000000', NULL, NULL, N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1439531077792473089', N'1439398677984878593', N'数据日志', N'/monitor/datalog', N'monitor/datalog/index', N'1', NULL, NULL, N'1', NULL, N'0', N'4', N'0', N'ant-design:funnel-plot-twotone', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-19 18:05:28.0000000', NULL, NULL, N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1439533711676973057', N'1439398677984878593', N'日志管理', N'/monitor/log', N'monitor/log/index', N'1', NULL, NULL, N'1', NULL, N'0', N'5', N'0', N'ant-design:interaction-outlined', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-19 18:15:56.0000000', N'admin', N'2021-09-19 18:16:56.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1439542701152575489', N'1443390062919208961', N'我的消息', N'/monitor/mynews', N'monitor/mynews/index', N'1', NULL, NULL, N'1', NULL, N'0', N'6', N'0', N'', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-19 18:51:40.0000000', N'admin', N'2022-09-22 10:33:10.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1439784356766064642', N'1439398677984878593', N'SQL监控', N'/monitor/druid', N'{{ window._CONFIG[''domianURL''] }}/druid', N'1', NULL, NULL, N'1', NULL, N'0', N'8', N'0', N'ant-design:rocket-filled', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-20 10:51:55.0000000', N'admin', N'2021-11-15 18:21:20.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1439797053314342913', N'1439398677984878593', N'性能监控', N'/monitor/server', N'monitor/server/index', N'1', NULL, NULL, N'1', NULL, N'0', N'9', N'0', N'ant-design:thunderbolt-filled', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-20 11:42:22.0000000', N'admin', N'2021-09-20 14:13:14.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1439839507094740994', N'1439398677984878593', N'Redis监控', N'/monitor/redis', N'monitor/redis/index', N'1', NULL, NULL, N'1', NULL, N'0', N'10', N'0', N'ant-design:trademark-outlined', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-20 14:31:04.0000000', NULL, NULL, N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1439842640030113793', N'1439398677984878593', N'请求追踪', N'/monitor/trace', N'monitor/trace/index', N'1', NULL, NULL, N'1', NULL, N'0', N'11', N'0', N'ant-design:ie-circle-filled', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-20 14:43:31.0000000', NULL, NULL, N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1441340399835742209', N'1438108197958311537', N'打印示例', N'/jeecg/PrintDemo', N'demo/jeecg/PrintDemo', N'1', NULL, NULL, N'1', NULL, N'0', N'7', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-24 17:55:05.0000000', N'admin', N'2021-09-24 17:55:20.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1441357157443371009', N'1438108197958311537', N'表格合计', N'/jeecg/tableTotal', N'demo/jeecg/TableTotal', N'1', NULL, NULL, N'1', NULL, N'0', N'8', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-24 19:01:40.0000000', NULL, NULL, N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1441361249200832513', N'1438108197958311537', N'异步树表格', N'/jeecg/AsyncTreeTable', N'demo/jeecg/AsyncTreeTable', N'1', NULL, NULL, N'1', NULL, N'0', N'9', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-24 19:17:56.0000000', N'admin', N'2021-09-26 16:05:55.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1442055284830769154', N'1438108197958311537', N'对象存储', N'/system/ossfile', N'system/ossfile/index', N'1', NULL, NULL, N'1', NULL, N'0', N'11', N'0', N'ant-design:file-add-outlined', N'0', N'0', N'0', N'0', NULL, N'jeecg', N'2021-09-26 17:15:47.0000000', N'admin', N'2022-10-14 16:23:35.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1443390062919208961', N'', N'消息中心', N'/message', N'layouts/default/index', N'1', NULL, N'/message/manage', N'0', NULL, N'0', N'5', N'0', N'ant-design:message-outlined', N'0', N'0', N'0', N'0', NULL, N'admin', N'2021-09-30 09:39:43.0000000', N'admin', N'2022-10-14 16:15:30.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1443391584864358402', N'1443390062919208961', N'消息模板', N'/message/template', N'system/message/template/index', N'1', NULL, NULL, N'1', NULL, N'0', N'2', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-09-30 09:45:45.0000000', N'admin', N'2022-09-22 10:32:42.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1446778415130722306', N'1438108219445731330', N'JEECG官网', N'/', N'http://www.jeecg.com', N'0', NULL, NULL, N'1', NULL, N'0', N'1', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'jeecg', N'2021-10-09 18:03:49.0000000', N'admin', N'2021-11-15 18:01:26.0000000', N'0', N'0', NULL, N'1')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1447535997560909826', N'1438108197270446081', N'禁用', NULL, NULL, N'0', NULL, NULL, N'2', N'demo.dbarray', N'2', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-10-11 20:14:10.0000000', N'admin', N'2021-10-11 20:18:48.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1447763172274495489', N'', N'统计报表', N'/report', N'layouts/RouteView', N'1', NULL, NULL, N'0', NULL, N'0', N'3.1', N'0', N'ant-design:bar-chart-outlined', N'0', N'0', N'0', N'0', NULL, N'jeecg', N'2021-10-12 11:16:53.0000000', N'admin', N'2023-03-04 15:00:49.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1447763517847396354', N'1447763172274495489', N'EChartDemo', N'/report/chartDemo', N'report/chartdemo/index', N'1', NULL, NULL, N'1', NULL, N'0', N'1', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'jeecg', N'2021-10-12 11:18:15.0000000', N'jeecg', N'2021-10-14 14:36:38.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1448252726202859522', N'1447763172274495489', N'布局统计报表', N'/statisticst', N'report/statisticst/index', N'1', NULL, NULL, N'1', NULL, N'0', N'2', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'jeecg', N'2021-10-13 19:42:12.0000000', NULL, NULL, N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1450308897429536769', N'1438108197958311537', N'JVxeTable示例', N'/jeecg/j-vxe-table-demo', N'demo/jeecg/JVxeTableDemo/index', N'1', NULL, NULL, N'1', NULL, N'0', N'10', N'0', NULL, N'0', N'0', N'0', N'0', NULL, N'admin', N'2021-10-19 11:52:41.0000000', N'admin', N'2021-10-19 11:54:46.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1452508868884353026', N'1455100420297859074', N'报表设计器', N'/jmreport', N'{{ window._CONFIG[''domianURL''] }}/jmreport/list?token=${token}', N'1', NULL, NULL, N'1', NULL, N'0', N'3', N'0', N'', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-10-25 13:34:35.0000000', N'admin', N'2022-10-14 16:22:56.0000000', N'0', N'0', N'1', N'1')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1453250018282573826', N'1438108197958311537', N'一对多内嵌', N'/innerTable', N'demo/jeecg/InnerExpandTable', N'1', NULL, NULL, N'1', NULL, N'0', N'12', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-10-27 14:39:39.0000000', N'admin', N'2021-10-27 14:40:29.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1454031324835807233', N'1450308897429536769', N'综合示例', N'/jeecg/j-vxe-table-demo/normal', N'demo/jeecg/JVxeTableDemo/index', N'1', NULL, NULL, N'1', NULL, N'0', N'1', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-10-29 18:24:17.0000000', N'admin', N'2021-10-29 18:25:28.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1454031820661260289', N'1450308897429536769', N'即时保存', N'/jeecg/j-vxe-table-demo/jsbc', N'demo/jeecg/JVxeTableDemo/func-demo/JSBCDemo', N'1', NULL, NULL, N'1', NULL, N'0', N'2', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-10-29 18:26:15.0000000', NULL, NULL, N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1454034512171302914', N'1450308897429536769', N'无痕刷新', N'/jeecg/j-vxe-table-demo/whsx', N'demo/jeecg/JVxeTableDemo/func-demo/SocketReload', N'1', NULL, NULL, N'1', NULL, N'0', N'3', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-10-29 18:36:57.0000000', NULL, NULL, N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1455019819440021505', N'1450308897429536769', N'弹出子表', N'/jeecg/j-vxe-table-demo/tczb', N'demo/jeecg/JVxeTableDemo/func-demo/PopupSubTable', N'1', NULL, NULL, N'1', NULL, N'0', N'4', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-11-01 11:52:13.0000000', N'admin', N'2021-11-01 11:52:19.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1455067599277662209', N'1450308897429536769', N'布局模板', N'/jeecg/j-vxe-table-demo/layout', N'demo/jeecg/JVxeTableDemo/layout-demo/index', N'1', NULL, NULL, N'1', NULL, N'0', N'5', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-11-01 15:02:04.0000000', NULL, NULL, N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1455100420297859074', N'', N'低代码开发', N'/online', N'layouts/default/index', N'1', NULL, N'/online/cgform', N'0', NULL, N'0', N'2', N'0', N'ant-design:cloud-outlined', N'0', N'0', N'0', N'0', NULL, N'admin', N'2021-11-01 17:12:29.0000000', N'admin', N'2022-10-26 14:06:06.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1455101470794850305', N'1455100420297859074', N'Online表单开发', N'/online/cgform', N'super/online/cgform/index', N'1', NULL, NULL, N'1', NULL, N'0', N'1', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-11-01 17:16:40.0000000', N'admin', N'2022-04-04 18:36:25.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1455735714507472898', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'通讯录', N'/address', N'system/address/index', N'1', NULL, NULL, N'1', NULL, N'0', N'10', N'0', N'ant-design:book-outlined', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-11-03 11:16:55.0000000', N'admin', N'2021-11-04 19:40:19.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1457678003102879745', N'1455100420297859074', N'系统编码规则', N'/system/fillrule', N'system/fillRule/index', N'1', NULL, NULL, N'1', NULL, N'0', N'9', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-11-08 19:54:53.0000000', N'admin', N'2021-11-18 10:49:40.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1458353686530232321', N'1455100420297859074', N'系统校验规则', N'/system/checkrule', N'system/checkRule/index', N'1', NULL, NULL, N'1', NULL, N'0', N'15', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-11-10 16:39:48.0000000', N'admin', N'2021-11-18 10:49:48.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1458389305235984385', N'1438108197958311537', N'一对多ERP', N'/erplist', N'demo/jeecg/erplist/index', N'1', NULL, NULL, N'1', NULL, N'0', N'11', N'0', N'', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-11-10 19:01:21.0000000', N'admin', N'2021-11-30 14:06:53.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1460888189937176577', N'1455100420297859074', N'Online报表配置', N'/online/cgreport', N'super/online/cgreport/index', N'1', NULL, NULL, N'1', NULL, N'0', N'2', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-11-17 16:31:01.0000000', N'admin', N'2021-12-08 10:55:32.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1461270075543347202', N'1455100420297859074', N'Online表单视图', N'/online/copyform/:code', N'super/online/cgform/CgformCopyList', N'1', NULL, NULL, N'1', NULL, N'0', N'99', N'0', NULL, N'1', N'0', N'1', N'0', NULL, N'admin', N'2021-11-18 17:48:30.0000000', NULL, NULL, N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1461291438825558017', N'1455100420297859074', N'AUTO在线报表', N'/online/cgreport/:id', N'super/online/cgreport/auto/OnlCgReportList', N'1', NULL, NULL, N'1', NULL, N'0', N'2', N'0', NULL, N'1', N'0', N'1', N'0', NULL, N'admin', N'2021-11-18 19:13:23.0000000', N'admin', N'2021-11-19 20:16:13.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1465686870713782273', N'1455100420297859074', N'AUTO在线表单', N'/online/cgformList/:id', N'super/online/cgform/auto/default/OnlineAutoList', N'1', NULL, NULL, N'1', NULL, N'0', N'5', N'0', NULL, N'1', N'0', N'1', N'0', NULL, N'admin', N'2021-11-30 22:19:16.0000000', NULL, NULL, N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1509417558230999041', N'1455100420297859074', N'AUTO树表单列表', N'/online/cgformTreeList/:id', N'super/online/cgform/auto/tree/OnlineAutoTreeList', N'1', NULL, NULL, N'1', NULL, N'0', N'5', N'0', NULL, N'1', N'0', N'1', N'0', NULL, N'admin', N'2022-03-31 14:29:24.0000000', NULL, NULL, N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1534418199197323265', N'1438108197958311537', N'单表原生示例', N'/one/OneNativeList', N'demo/jeecg/Native/one/OneNativeList', N'1', NULL, NULL, N'1', NULL, N'0', N'13', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-06-08 14:13:01.0000000', N'admin', N'2022-06-08 14:13:12.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1580833876002627585', N'1447763172274495489', N'Online报表例子', N'/online/cgreport/1256627801873821698', N'1', N'0', N'', NULL, N'1', NULL, N'0', N'3', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-10-14 16:12:21.0000000', N'admin', N'2022-10-14 16:21:55.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1580834045490257922', N'1447763172274495489', N'Online表单例子', N'/online/cgformList/9ab817fd4c2e4e7ba6652c4fa46af389', N'1', N'0', N'', NULL, N'1', NULL, N'0', N'4', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-10-14 16:13:02.0000000', N'admin', N'2022-10-28 10:17:38.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1580835899477483522', N'1447763172274495489', N'积木报表例子', N'/jmreport/view/961455b47c0b86dc961e90b5893bff05', N'{{ window._CONFIG[''domianURL''] }}/jmreport/view/961455b47c0b86dc961e90b5893bff05?token=${token}', N'1', N'', NULL, N'1', NULL, N'0', N'5', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-10-14 16:20:24.0000000', N'admin', N'2022-10-14 16:20:51.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1580877743141933058', N'1447763172274495489', N'生产销售监控大屏', N'/test/bigScreen1', N'{{ window._CONFIG[''domianURL''] }}/test/bigScreen/templat/index1', N'1', N'', NULL, N'1', NULL, N'0', N'6', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-10-14 19:06:40.0000000', N'admin', N'2022-10-14 19:08:25.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1580877931331964929', N'1447763172274495489', N'智慧物流监控大屏', N'/test/bigScreen2', N'{{ window._CONFIG[''domianURL''] }}/test/bigScreen/templat/index2', N'1', N'', NULL, N'1', NULL, N'0', N'7', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-10-14 19:07:25.0000000', N'admin', N'2022-10-14 19:08:15.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1580878668472504321', N'1447763172274495489', N'积木大屏案例', N'/test/jmbigscreen2', N'https://cloud.jimureport.com/bigscreen/#/view/bs_1394991793166094338', N'1', N'', NULL, N'1', NULL, N'0', N'9', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-10-14 19:10:21.0000000', N'admin', N'2022-10-28 10:18:19.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1588513553652436993', N'3f915b2769fc80648e92d04e84ca059d', N'修改密码', NULL, NULL, N'0', NULL, NULL, N'2', N'system:user:changepwd', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-04 20:48:39.0000000', N'admin', N'2022-11-04 20:49:06.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1590154870697734146', N'1447763172274495489', N'带参数报表', N'/online/cgreport/1590154651759259649?sex=1', N'layouts/RouteView', N'0', N'1', NULL, N'1', NULL, N'0', N'1', N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-09 09:30:39.0000000', NULL, NULL, N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592112984361365505', N'1170592628746878978', N'添加菜单', NULL, NULL, N'0', NULL, NULL, N'2', N'system:permission:add', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:11:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592113148350263298', N'190c2b43bec6a5f7a4194a85db67d96a', N'保存角色授权', NULL, NULL, N'0', NULL, NULL, N'2', N'system:permission:saveRole', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:12:09.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592114574275211265', N'3f915b2769fc80648e92d04e84ca059d', N'删除用户', NULL, NULL, N'0', NULL, NULL, N'2', N'system:user:delete', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:17:49.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592114652566089729', N'3f915b2769fc80648e92d04e84ca059d', N'批量删除用户', NULL, NULL, N'0', NULL, NULL, N'2', N'system:user:deleteBatch', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:18:08.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592114721138765826', N'3f915b2769fc80648e92d04e84ca059d', N'冻结/解冻用户', NULL, NULL, N'0', NULL, NULL, N'2', N'system:user:frozenBatch', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:18:24.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592114772665790465', N'3f915b2769fc80648e92d04e84ca059d', N'首页用户重置密码', NULL, NULL, N'0', NULL, NULL, N'2', N'system:user:updatepwd', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:18:37.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592114823467200514', N'3f915b2769fc80648e92d04e84ca059d', N'给指定角色添加用户', NULL, NULL, N'0', NULL, NULL, N'2', N'system:user:addUserRole', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:18:49.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592114893302362114', N'3f915b2769fc80648e92d04e84ca059d', N'删除指定角色的用户关系', NULL, NULL, N'0', NULL, NULL, N'2', N'system:user:deleteRole', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:19:05.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592114955650691074', N'3f915b2769fc80648e92d04e84ca059d', N'批量删除指定角色的用户关系', NULL, NULL, N'0', NULL, NULL, N'2', N'system:user:deleteRoleBatch', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:19:20.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592115070432014338', N'3f915b2769fc80648e92d04e84ca059d', N'给指定部门添加对应的用户', NULL, NULL, N'0', NULL, NULL, N'2', N'system:user:editDepartWithUser', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:19:48.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592115115361398786', N'3f915b2769fc80648e92d04e84ca059d', N'删除指定机构的用户关系', NULL, NULL, N'0', NULL, NULL, N'2', N'system:user:deleteUserInDepart', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:19:58.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592115162379546625', N'3f915b2769fc80648e92d04e84ca059d', N'批量删除指定机构的用户关系', NULL, NULL, N'0', NULL, NULL, N'2', N'system:user:deleteUserInDepartBatch', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:20:09.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592115213910765570', N'3f915b2769fc80648e92d04e84ca059d', N'彻底删除用户', NULL, NULL, N'0', NULL, NULL, N'2', N'system:user:deleteRecycleBin', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:20:22.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592115610431877122', N'1439511654494937090', N'多数据源分页列表', NULL, NULL, N'0', NULL, NULL, N'2', N'system:datasource:list', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:21:56.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592115712466710529', N'45c966826eeff4c99b8f8ebfe74511fc', N'部门添加', NULL, NULL, N'0', NULL, NULL, N'2', N'system:depart:add', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:22:21.0000000', N'admin', N'2022-11-14 19:30:49.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592115914493751297', N'1170592628746878978', N'编辑菜单权限数据', NULL, NULL, N'0', NULL, NULL, N'2', N'system:permission:editRule', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:23:09.0000000', N'admin', N'2022-11-14 19:39:25.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592116663936184322', N'1170592628746878978', N'编辑菜单', NULL, NULL, N'0', NULL, NULL, N'2', N'system:permission:edit', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:26:07.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592117222764277761', N'45c966826eeff4c99b8f8ebfe74511fc', N'部门编辑', NULL, NULL, N'0', NULL, NULL, N'2', N'system:depart:edit', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:28:21.0000000', N'admin', N'2022-11-14 19:30:55.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592117276539449345', N'45c966826eeff4c99b8f8ebfe74511fc', N'部门删除', NULL, NULL, N'0', NULL, NULL, N'2', N'system:depart:delete', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:28:33.0000000', N'admin', N'2022-11-14 19:31:06.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592117377299214337', N'45c966826eeff4c99b8f8ebfe74511fc', N'部门批量删除', NULL, NULL, N'0', NULL, NULL, N'2', N'system:depart:deleteBatch', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:28:58.0000000', N'admin', N'2022-11-14 19:31:12.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592117422006300673', N'45c966826eeff4c99b8f8ebfe74511fc', N'部门导入', NULL, NULL, N'0', NULL, NULL, N'2', N'system:depart:importExcel', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:29:08.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592117625664925697', N'5c2f42277948043026b7a14692456828', N'部门角色添加', NULL, NULL, N'0', NULL, NULL, N'2', N'system:depart:role:add', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:29:57.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592117748209905665', N'5c2f42277948043026b7a14692456828', N'部门角色编辑', NULL, NULL, N'0', NULL, NULL, N'2', N'system:depart:role:edit', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:30:26.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592117804359053314', N'5c2f42277948043026b7a14692456828', N'部门角色删除', NULL, NULL, N'0', NULL, NULL, N'2', N'system:depart:role:delete', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:30:39.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592117990305132545', N'5c2f42277948043026b7a14692456828', N'部门角色批量删除', NULL, NULL, N'0', NULL, NULL, N'2', N'system:depart:role:deleteBatch', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:31:24.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592118053634928641', N'5c2f42277948043026b7a14692456828', N'部门角色用户授权', NULL, NULL, N'0', NULL, NULL, N'2', N'system:depart:role:userAdd', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:31:39.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592118192218927105', N'1438782641187074050', N'字典新增', NULL, NULL, N'0', NULL, NULL, N'2', N'system:dict:add', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:32:12.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592118254844080130', N'1438782641187074050', N'字典编辑', NULL, NULL, N'0', NULL, NULL, N'2', N'system:dict:edit', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:32:27.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592118306983473154', N'1438782641187074050', N'字典删除', NULL, NULL, N'0', NULL, NULL, N'2', N'system:dict:delete', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:32:39.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592118356778250241', N'1438782641187074050', N'字典批量删除', NULL, NULL, N'0', NULL, NULL, N'2', N'system:dict:deleteBatch', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:32:51.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592118414990995457', N'1438782641187074050', N'字典导入', NULL, NULL, N'0', NULL, NULL, N'2', N'system:dict:importExcel', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:33:05.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592118497606201346', N'1439399179791409153', N'路由网关删除', NULL, NULL, N'0', NULL, NULL, N'2', N'system:getway:delete', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:33:25.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592118604640645122', N'1170592628746878978', N'删除菜单', NULL, NULL, N'0', NULL, NULL, N'2', N'system:permission:delete', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:33:50.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592118648315932674', N'1170592628746878978', N'批量删除菜单', NULL, NULL, N'0', NULL, NULL, N'2', N'system:permission:deleteBatch', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:34:01.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592119001883176961', N'1170592628746878978', N'添加菜单权限数据', NULL, NULL, N'0', NULL, NULL, N'2', N'system:permission:addRule', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:35:25.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592120052866707457', N'1170592628746878978', N'删除菜单权限数据', NULL, NULL, N'0', NULL, NULL, N'2', N'system:permission:deleteRule', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:39:35.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592120222727630849', N'45c966826eeff4c99b8f8ebfe74511fc', N'保存部门授权', NULL, NULL, N'0', NULL, NULL, N'2', N'system:permission:saveDepart', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:40:16.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592120224120850434', N'190c2b43bec6a5f7a4194a85db67d96a', N'查询全部角色不租户隔离', NULL, NULL, N'0', NULL, NULL, N'2', N'system:role:queryallNoByTenant', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2023-01-11 19:41:18.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592120323667750914', N'190c2b43bec6a5f7a4194a85db67d96a', N'角色添加', NULL, NULL, N'0', NULL, NULL, N'2', N'system:role:add', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:40:40.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592120372296511490', N'190c2b43bec6a5f7a4194a85db67d96a', N'角色编辑', NULL, NULL, N'0', NULL, NULL, N'2', N'system:role:edit', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:40:52.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592120427007012865', N'190c2b43bec6a5f7a4194a85db67d96a', N'角色删除', NULL, NULL, N'0', NULL, NULL, N'2', N'system:role:delete', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:41:05.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592120484120850434', N'190c2b43bec6a5f7a4194a85db67d96a', N'角色批量删除', NULL, NULL, N'0', NULL, NULL, N'2', N'system:role:deleteBatch', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:41:18.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592120594695286785', N'190c2b43bec6a5f7a4194a85db67d96a', N'角色首页配置添加', NULL, NULL, N'0', NULL, NULL, N'2', N'system:roleindex:add', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:41:45.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592120649007329281', N'190c2b43bec6a5f7a4194a85db67d96a', N'角色首页配置编辑', NULL, NULL, N'0', NULL, NULL, N'2', N'system:roleindex:edit', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:41:58.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592135223910765570', N'3f915b2769fc80648e92d04e84ca059d', N'查询全部用户', NULL, NULL, N'0', NULL, NULL, N'2', N'system:user:listAll', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:20:22.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593160905216663554', N'1438782641187074050', N'字典子项新增', NULL, NULL, N'0', NULL, NULL, N'2', N'system:dict:item:add', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 16:35:34.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593160959633563650', N'1438782641187074050', N'字典子项编辑', NULL, NULL, N'0', NULL, NULL, N'2', N'system:dict:item:edit', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 16:35:47.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593161025790320641', N'1438782641187074050', N'字典子项删除', NULL, NULL, N'0', NULL, NULL, N'2', N'system:dict:item:delete', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 16:36:03.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593161089787011074', N'1438782641187074050', N'字典子项批量删除', NULL, NULL, N'0', NULL, NULL, N'2', N'system:dict:item:deleteBatch', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 16:36:18.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593161421350936578', N'1439488251473993730', N'添加定时任务', NULL, NULL, N'0', NULL, NULL, N'2', N'system:quartzJob:add', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 16:37:37.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593161483627962370', N'1439488251473993730', N'更新定时任务', NULL, NULL, N'0', NULL, NULL, N'2', N'system:quartzJob:edit', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 16:37:52.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593161551202394114', N'1439488251473993730', N'删除定时任务', NULL, NULL, N'0', NULL, NULL, N'2', N'system:quartzJob:delete', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 16:38:08.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593161608362369026', N'1439488251473993730', N'批量删除定时任务', NULL, NULL, N'0', NULL, NULL, N'2', N'system:quartzJob:deleteBatch', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 16:38:22.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593161657385394177', N'1439488251473993730', N'停止定时任务', NULL, NULL, N'0', NULL, NULL, N'2', N'system:quartzJob:pause', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 16:38:33.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593161697348722689', N'1439488251473993730', N'启动定时任务', NULL, NULL, N'0', NULL, NULL, N'2', N'system:quartzJob:resume', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 16:38:43.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593161743607701505', N'1439488251473993730', N'立即执行定时任务', NULL, NULL, N'0', NULL, NULL, N'2', N'system:quartzJob:execute', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 16:38:54.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593173018886709250', N'1442055284830769154', N'文件oos上传', NULL, NULL, N'0', NULL, NULL, N'2', N'system:ossFile:upload', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 17:23:42.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593185714482880514', N'3f915b2769fc80648e92d04e84ca059d', N'用户导出', NULL, NULL, N'0', NULL, NULL, N'2', N'system:user:export', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 18:14:09.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1594930803956920321', N'1439398677984878593', N'在线用户', N'/system/onlineuser', N'system/onlineuser/OnlineUserList', N'1', N'', NULL, N'1', NULL, N'0', N'12', N'0', N'ant-design:aliwangwang-outlined', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-22 13:48:31.0000000', N'admin', N'2023-03-04 15:15:36.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1596141938193747970', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'用户设置', N'/system/usersetting', N'system/usersetting/UserSetting', N'1', N'', NULL, N'1', NULL, N'0', N'12', N'0', N'ant-design:setting-twotone', N'0', N'0', N'1', N'0', NULL, N'admin', N'2022-11-25 22:01:08.0000000', N'admin', N'2023-03-04 15:00:26.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1596335805278990338', N'1596141938193747970', N'账户设置用户编辑权限', NULL, NULL, N'0', NULL, NULL, N'2', N'system:user:setting:edit', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-26 10:51:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1597419994965786625', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'租户角色', N'/system/role/TenantRoleList', N'system/role/TenantRoleList', N'1', N'', NULL, N'1', NULL, N'0', N'3.2', N'0', N'ant-design:line-height-outlined', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-29 10:39:40.0000000', N'admin', N'2023-03-04 15:01:43.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'15c92115213910765570', N'3f915b2769fc80648e92d04e84ca059d', N'通过ID查询用户信息接口', NULL, NULL, N'0', NULL, NULL, N'2', N'system:user:queryById', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:20:22.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1600105607009165314', N'1280350452934307841', N'邀请用户', NULL, NULL, N'0', NULL, NULL, N'2', N'system:tenant:invitation:user', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-12-06 20:31:20.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1600108123037917186', N'1280350452934307841', N'通过租户id获取用户', NULL, NULL, N'0', NULL, NULL, N'2', N'system:tenant:user:list', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-12-06 20:41:20.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1600129606082650113', N'1280350452934307841', N'租户请离', NULL, NULL, N'0', NULL, NULL, N'2', N'system:tenant:leave', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-12-06 22:06:42.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1611620416187969538', N'1280350452934307841', N'分页获取租户用户数据', NULL, NULL, N'0', NULL, NULL, N'2', N'system:tenant:tenantPageList', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2023-01-07 15:07:04.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1611620600003342337', N'1280350452934307841', N'通过用户id获取租户列表', NULL, NULL, N'0', NULL, NULL, N'2', N'system:tenant:getTenantListByUserId', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2023-01-07 15:07:48.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1611620654621569026', N'1280350452934307841', N'更新用户租户关系状态', NULL, NULL, N'0', NULL, NULL, N'2', N'system:tenant:updateUserTenantStatus', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2023-01-07 15:08:01.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1611620772498218641', N'1280350452934307841', N'查询租户列表', NULL, NULL, N'0', NULL, NULL, N'2', N'system:tenant:list', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2023-01-11 15:08:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1611620772498288641', N'1280350452934307841', N'注销租户', NULL, NULL, N'0', NULL, NULL, N'2', N'system:tenant:cancelTenant', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2023-01-07 15:08:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1611650772498288641', N'1280350452934307841', N'删除租户', NULL, NULL, N'0', NULL, NULL, N'2', N'system:tenant:delete', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2023-01-11 15:08:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1612438989792034818', N'1280350452934307841', N'编辑租户', NULL, NULL, N'0', NULL, NULL, N'2', N'system:tenant:edit', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2023-01-07 15:08:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1613620712498288641', N'1280350452934307841', N'批量删除租户', NULL, NULL, N'0', NULL, NULL, N'2', N'system:tenant:deleteBatch', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2023-01-11 15:08:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1620261087828418562', N'1280350452934307841', N'获取租户删除的列表', NULL, NULL, N'0', NULL, NULL, N'2', N'system:tenant:recycleBinPageList', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2023-01-31 11:22:01.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1620305415648989186', N'1280350452934307841', N'彻底删除租户', NULL, NULL, N'0', NULL, NULL, N'2', N'system:tenant:deleteTenantLogic', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2023-01-31 14:18:10.0000000', N'admin', N'2023-01-31 14:19:51.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1620327825894981634', N'1280350452934307841', N'租户还原', NULL, NULL, N'0', NULL, NULL, N'2', N'system:tenant:revertTenantLogic', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2023-01-31 15:47:13.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1621620772498288641', N'1280350452934307841', N'添加租户', NULL, NULL, N'0', NULL, NULL, N'2', N'system:tenant:add', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2023-01-11 15:08:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1697220712498288641', N'1280350452934307841', N'根据ids查询租户', NULL, NULL, N'0', NULL, NULL, N'2', N'system:tenant:queryList', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2023-01-11 15:08:29.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'190c2b43bec6a5f7a4194a85db67d96a', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'角色管理', N'/system/role', N'system/role/index', N'1', NULL, NULL, N'1', NULL, NULL, N'2', N'0', N'ant-design:solution', N'0', N'1', N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2021-09-17 15:58:00.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1a0811914300741f4e11838ff37a1d3a', N'3f915b2769fc80648e92d04e84ca059d', N'手机号禁用', N'', N'', N'0', NULL, NULL, N'2', N'user:form:phone', N'2', N'1', N'0', NULL, N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-05-11 17:19:30.0000000', N'admin', N'2019-05-11 18:00:22.0000000', N'0', N'0', N'1', NULL)
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1d592115213910765570', N'3f915b2769fc80648e92d04e84ca059d', N'通过ID查询用户拥有的角色', NULL, NULL, N'0', NULL, NULL, N'2', N'system:user:queryUserRole', N'1', NULL, N'0', NULL, N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:20:22.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'3f915b2769fc80648e92d04e84ca059d', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'用户管理', N'/system/user', N'system/user/index', N'1', NULL, NULL, N'1', NULL, NULL, N'1', N'0', N'ant-design:user', N'0', N'1', N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'sunjianlei', N'2021-05-08 09:57:31.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'45c966826eeff4c99b8f8ebfe74511fc', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'部门管理', N'/system/depart', N'system/depart/index', N'1', NULL, NULL, N'1', NULL, NULL, N'3', N'0', N'ant-design:team', N'0', N'0', N'0', NULL, NULL, N'admin', N'2019-01-29 18:47:40.0000000', N'admin', N'2021-09-17 15:58:13.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'5c2f42277948043026b7a14692456828', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'我的部门', N'/system/depart-user', N'system/departUser/index', N'1', NULL, NULL, N'1', NULL, NULL, N'3', N'0', N'ant-design:home-outlined', N'0', N'0', N'0', N'0', NULL, N'admin', N'2019-04-17 15:12:24.0000000', N'admin', N'2023-03-04 15:03:07.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'9502685863ab87f0ad1134142788a385', N'1438108176273760258', N'首页', N'/dashboard/analysis', N'dashboard/Analysis', N'1', NULL, NULL, N'1', NULL, NULL, N'1', N'0', N'ant-design:bank-filled', N'1', N'1', N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2021-09-17 15:43:16.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [is_route], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'', N'系统管理', N'/isystem', N'layouts/RouteView', N'1', NULL, NULL, N'0', NULL, NULL, N'3', N'0', N'ant-design:setting', N'0', N'0', N'0', N'0', NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2022-11-11 15:37:11.0000000', N'0', N'0', NULL, N'0')
GO
-- ----------------------------
-- Table structure for sys_permission_data_rule
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_permission_data_rule]') AND type IN ('U'))
DROP TABLE [dbo].[sys_permission_data_rule]
GO
CREATE TABLE [dbo].[sys_permission_data_rule] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[permission_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[rule_name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[rule_column] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[rule_conditions] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[rule_value] nvarchar(300) COLLATE Chinese_PRC_CI_AS NULL,
[status] nvarchar(3) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[sys_permission_data_rule] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'ID',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_data_rule',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'菜单ID',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_data_rule',
'COLUMN', N'permission_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'规则名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_data_rule',
'COLUMN', N'rule_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'字段',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_data_rule',
'COLUMN', N'rule_column'
GO
EXEC sp_addextendedproperty
'MS_Description', N'条件',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_data_rule',
'COLUMN', N'rule_conditions'
GO
EXEC sp_addextendedproperty
'MS_Description', N'规则值',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_data_rule',
'COLUMN', N'rule_value'
GO
EXEC sp_addextendedproperty
'MS_Description', N'权限有效状态1有0否',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_data_rule',
'COLUMN', N'status'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_data_rule',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_data_rule',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改人',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_data_rule',
'COLUMN', N'update_by'
GO
-- ----------------------------
-- Records of sys_permission_data_rule
-- ----------------------------
INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'1260935285157511170', N'4148ec82b6acd69f470bea75fe41c357', N'createBy', N'createBy', N'=', N'#{sys_user_code}', N'0', N'2020-05-14 22:09:34.0000000', N'jeecg', N'2020-05-14 22:13:52.0000000', N'admin')
GO
INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'1260936345293012993', N'4148ec82b6acd69f470bea75fe41c357', N'年龄', N'age', N'>', N'20', N'1', N'2020-05-14 22:13:46.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'1260937192290762754', N'4148ec82b6acd69f470bea75fe41c357', N'sysOrgCode', N'sysOrgCode', N'RIGHT_LIKE', N'#{sys_org_code}', N'1', N'2020-05-14 22:17:08.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'32b62cb04d6c788d9d92e3ff5e66854e', N'8d4683aacaa997ab86b966b464360338', N'000', N'00', N'!=', N'00', N'1', N'2019-04-02 18:36:08.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'40283181614231d401614234fe670003', N'40283181614231d401614232cd1c0001', N'createBy', N'createBy', N'=', N'#{sys_user_code}', N'1', N'2018-01-29 21:57:04.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'4028318161424e730161424fca6f0004', N'4028318161424e730161424f61510002', N'createBy', N'createBy', N'=', N'#{sys_user_code}', N'1', N'2018-01-29 22:26:20.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402880e6487e661a01487e732c020005', N'402889fb486e848101486e93a7c80014', N'SYS_ORG_CODE', N'SYS_ORG_CODE', N'LIKE', N'010201%', N'1', N'2014-09-16 20:32:30.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402880e6487e661a01487e8153ee0007', N'402889fb486e848101486e93a7c80014', N'create_by', N'create_by', N'', N'#{SYS_USER_CODE}', N'1', N'2014-09-16 20:47:57.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402880ec5ddec439015ddf9225060038', N'40288088481d019401481d2fcebf000d', N'复杂关系', N'', N'USE_SQL_RULES', N'name like ''%张%'' or age > 10', N'1', NULL, NULL, N'2017-08-14 15:10:25.0000000', N'demo')
GO
INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402880ec5ddfdd26015ddfe3e0570011', N'4028ab775dca0d1b015dca3fccb60016', N'复杂sql配置', N'', N'USE_SQL_RULES', N'table_name like ''%test%'' or is_tree = ''Y''', N'1', NULL, NULL, N'2017-08-14 16:38:55.0000000', N'demo')
GO
INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402880f25b1e2ac7015b1e5fdebc0012', N'402880f25b1e2ac7015b1e5cdc340010', N'只能看自己数据', N'create_by', N'=', N'#{sys_user_code}', N'1', N'2017-03-30 16:40:51.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402881875b19f141015b19f8125e0014', N'40288088481d019401481d2fcebf000d', N'可看下属业务数据', N'sys_org_code', N'LIKE', N'#{sys_org_code}', N'1', NULL, NULL, N'2017-08-14 15:04:32.0000000', N'demo')
GO
INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402881e45394d66901539500a4450001', N'402881e54df73c73014df75ab670000f', N'sysCompanyCode', N'sysCompanyCode', N'=', N'#{SYS_COMPANY_CODE}', N'1', N'2016-03-21 01:09:21.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402881e45394d6690153950177cb0003', N'402881e54df73c73014df75ab670000f', N'sysOrgCode', N'sysOrgCode', N'=', N'#{SYS_ORG_CODE}', N'1', N'2016-03-21 01:10:15.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402881e56266f43101626727aff60067', N'402881e56266f43101626724eb730065', N'销售自己看自己的数据', N'createBy', N'=', N'#{sys_user_code}', N'1', N'2018-03-27 19:11:16.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402881e56266f4310162672fb1a70082', N'402881e56266f43101626724eb730065', N'销售经理看所有下级数据', N'sysOrgCode', N'LIKE', N'#{sys_org_code}', N'1', N'2018-03-27 19:20:01.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402881e56266f431016267387c9f0088', N'402881e56266f43101626724eb730065', N'只看金额大于1000的数据', N'money', N'>=', N'1000', N'1', N'2018-03-27 19:29:37.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402881f3650de25101650dfb5a3a0010', N'402881e56266f4310162671d62050044', N'22', N'', N'USE_SQL_RULES', N'22', N'1', N'2018-08-06 14:45:01.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402889fb486e848101486e913cd6000b', N'402889fb486e848101486e8e2e8b0007', N'userName', N'userName', N'=', N'admin', N'1', N'2014-09-13 18:31:25.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402889fb486e848101486e98d20d0016', N'402889fb486e848101486e93a7c80014', N'title', N'title', N'=', N'12', N'1', NULL, NULL, N'2014-09-13 22:18:22.0000000', N'scott')
GO
INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'402889fe47fcb29c0147fcb6b6220001', N'8a8ab0b246dc81120146dc8180fe002b', N'12', N'12', N'>', N'12', N'1', N'2014-08-22 15:55:38.0000000', N'8a8ab0b246dc81120146dc8181950052', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'4028ab775dca0d1b015dca4183530018', N'4028ab775dca0d1b015dca3fccb60016', N'表名限制', N'isDbSynch', N'=', N'Y', N'1', NULL, NULL, N'2017-08-14 16:43:45.0000000', N'demo')
GO
INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'4028ef815595a881015595b0ccb60001', N'40288088481d019401481d2fcebf000d', N'限只能看自己', N'create_by', N'=', N'#{sys_user_code}', N'1', NULL, NULL, N'2017-08-14 15:03:56.0000000', N'demo')
GO
INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'4028ef81574ae99701574aed26530005', N'4028ef81574ae99701574aeb97bd0003', N'用户名', N'userName', N'!=', N'admin', N'1', N'2016-09-21 12:07:18.0000000', N'admin', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_data_rule] ([id], [permission_id], [rule_name], [rule_column], [rule_conditions], [rule_value], [status], [create_time], [create_by], [update_time], [update_by]) VALUES (N'f852d85d47f224990147f2284c0c0005', NULL, N'小于', N'test', N'<=', N'11', N'1', N'2014-08-20 14:43:52.0000000', N'8a8ab0b246dc81120146dc8181950052', NULL, NULL)
GO
-- ----------------------------
-- Table structure for sys_permission_v2
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_permission_v2]') AND type IN ('U'))
DROP TABLE [dbo].[sys_permission_v2]
GO
CREATE TABLE [dbo].[sys_permission_v2] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[parent_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[url] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[component] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[component_name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[redirect] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[menu_type] int NULL,
[perms] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[perms_type] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL,
[sort_no] float(53) NULL,
[always_show] tinyint NULL,
[icon] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[is_route] tinyint NULL,
[is_leaf] tinyint NULL,
[keep_alive] tinyint NULL,
[hidden] tinyint NULL,
[hide_tab] tinyint NULL,
[description] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[del_flag] int NULL,
[rule_flag] int NULL,
[status] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL,
[internal_or_external] tinyint NULL
)
GO
ALTER TABLE [dbo].[sys_permission_v2] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键id',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'父id',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'parent_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'菜单标题',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'路径',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'url'
GO
EXEC sp_addextendedproperty
'MS_Description', N'组件',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'component'
GO
EXEC sp_addextendedproperty
'MS_Description', N'组件名字',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'component_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'一级菜单跳转地址',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'redirect'
GO
EXEC sp_addextendedproperty
'MS_Description', N'菜单类型(0:一级菜单; 1:子菜单:2:按钮权限)',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'menu_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'菜单权限编码',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'perms'
GO
EXEC sp_addextendedproperty
'MS_Description', N'权限策略1显示2禁用',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'perms_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'菜单排序',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'sort_no'
GO
EXEC sp_addextendedproperty
'MS_Description', N'聚合子路由: 1是0否',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'always_show'
GO
EXEC sp_addextendedproperty
'MS_Description', N'菜单图标',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'icon'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否路由菜单: 0:不是 1:是默认值1',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'is_route'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否叶子节点: 1:是 0:不是',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'is_leaf'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否缓存该页面: 1:是 0:不是',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'keep_alive'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否隐藏路由: 0否,1是',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'hidden'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否隐藏tab: 0否,1是',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'hide_tab'
GO
EXEC sp_addextendedproperty
'MS_Description', N'描述',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'description'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'删除状态 0正常 1已删除',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'del_flag'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否添加数据权限1是0否',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'rule_flag'
GO
EXEC sp_addextendedproperty
'MS_Description', N'按钮权限状态(0无效1有效)',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'status'
GO
EXEC sp_addextendedproperty
'MS_Description', N'外链菜单打开方式 0/内部打开 1/外部打开',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2',
'COLUMN', N'internal_or_external'
GO
EXEC sp_addextendedproperty
'MS_Description', N'菜单权限表',
'SCHEMA', N'dbo',
'TABLE', N'sys_permission_v2'
GO
-- ----------------------------
-- Records of sys_permission_v2
-- ----------------------------
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'00a2a0ae65cdca5e93209cdbde97cbe6', N'2e42e3835c2b44ec9f7bc26c146ee531', N'成功', N'/result/success', N'result/Success', NULL, NULL, N'1', NULL, NULL, N'1', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'020b06793e4de2eee0007f603000c769', N'f0675b52d89100ee88472b6800754a08', N'ViserChartDemo', N'/report/ViserChartDemo', N'jeecg/report/ViserChartDemo', NULL, NULL, N'1', NULL, NULL, N'3', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-03 19:08:53.0000000', N'admin', N'2019-04-03 19:08:53.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'024f1fd1283dc632458976463d8984e1', N'700b7f95165c46cc7a78bf227aa8fed3', N'Tomcat信息', N'/monitor/TomcatInfo', N'modules/monitor/TomcatInfo', NULL, NULL, N'1', NULL, NULL, N'4', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-02 09:44:29.0000000', N'admin', N'2019-05-07 15:19:10.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'043780fa095ff1b2bec4dc406d76f023', N'2a470fc0c3954d9dbb61de6d80846549', N'表格合计', N'/jeecg/tableTotal', N'jeecg/TableTotal', NULL, NULL, N'1', NULL, N'1', N'3', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-08-14 10:28:46.0000000', NULL, NULL, N'0', N'0', N'1', NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'05b3c82ddb2536a4a5ee1a4c46b5abef', N'540a2936940846cb98114ffb0d145cb8', N'用户列表', N'/list/user-list', N'examples/list/UserList', NULL, NULL, N'1', NULL, NULL, N'3', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'0620e402857b8c5b605e1ad9f4b89350', N'2a470fc0c3954d9dbb61de6d80846549', N'异步树列表Demo', N'/jeecg/JeecgTreeTable', N'jeecg/JeecgTreeTable', NULL, NULL, N'1', NULL, N'0', N'3', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-05-13 17:30:30.0000000', N'admin', N'2019-05-13 17:32:17.0000000', N'0', N'0', N'1', NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'078f9558cdeab239aecb2bda1a8ed0d1', N'fb07ca05a3e13674dbf6d3245956da2e', N'搜索列表(文章)', N'/list/search/article', N'examples/list/TableList', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-02-12 14:00:34.0000000', N'admin', N'2019-02-12 14:17:54.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'08e6b9dc3c04489c8e1ff2ce6f105aa4', N'', N'系统监控', N'/dashboard3', N'layouts/RouteView', NULL, NULL, N'0', NULL, NULL, N'6', N'0', N'dashboard', N'1', N'0', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-03-31 22:19:58.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'0ac2ad938963b6c6d1af25477d5b8b51', N'8d4683aacaa997ab86b966b464360338', N'代码生成按钮', NULL, NULL, NULL, NULL, N'2', N'online:goGenerateCode', N'1', N'1', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-06-11 14:20:09.0000000', NULL, NULL, N'0', N'0', N'1', NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'109c78a583d4693ce2f16551b7786786', N'e41b69c57a941a3bbcce45032fe57605', N'Online报表配置', N'/online/cgreport', N'modules/online/cgreport/OnlCgreportHeadList', NULL, NULL, N'1', NULL, NULL, N'2', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-03-08 10:51:07.0000000', N'admin', N'2019-03-30 19:04:28.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1166535831146504193', N'2a470fc0c3954d9dbb61de6d80846549', N'对象存储', N'/oss/file', N'modules/oss/OSSFileList', NULL, NULL, N'1', NULL, N'1', N'1', N'0', N'', N'1', N'0', N'0', N'0', NULL, NULL, N'admin', N'2019-08-28 02:19:50.0000000', N'admin', N'2019-08-28 02:20:57.0000000', N'0', N'0', N'1', NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1170592628746878978', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'菜单管理', N'/isystem/newPermissionList', N'system/NewPermissionList', NULL, NULL, N'1', NULL, N'1', N'1.3', N'0', NULL, N'1', N'0', N'0', N'0', N'0', NULL, N'admin', N'2019-09-08 15:00:05.0000000', N'admin', N'2022-10-14 18:01:57.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1174506953255182338', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'职务管理', N'/isystem/position', N'system/SysPositionList', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-09-19 10:14:13.0000000', N'admin', N'2019-09-19 10:15:22.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1174590283938041857', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'通讯录', N'/isystem/addressList', N'system/AddressList', NULL, NULL, N'1', NULL, N'1', N'3', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-09-19 15:45:21.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1192318987661234177', N'e41b69c57a941a3bbcce45032fe57605', N'系统编码规则', N'/isystem/fillRule', N'system/SysFillRuleList', NULL, NULL, N'1', NULL, N'1', N'3', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-11-07 13:52:53.0000000', N'admin', N'2020-07-10 16:55:03.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1205097455226462210', N'', N'报表设计', N'/big/screen', N'layouts/RouteView', NULL, NULL, N'0', NULL, N'1', N'2.1', N'0', N'area-chart', N'1', N'0', N'0', N'0', N'0', NULL, N'admin', N'2019-12-12 20:09:58.0000000', N'admin', N'2022-02-23 18:22:02.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1205098241075453953', N'1205097455226462210', N'生产销售监控', N'{{ window._CONFIG[''domianURL''] }}/test/bigScreen/templat/index1', N'layouts/IframePageView', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-12-12 20:13:05.0000000', N'admin', N'2019-12-12 20:15:27.0000000', N'0', N'0', N'1', N'1')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1205306106780364802', N'1205097455226462210', N'智慧物流监控', N'{{ window._CONFIG[''domianURL''] }}/test/bigScreen/templat/index2', N'layouts/IframePageView', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-12-13 09:59:04.0000000', N'admin', N'2019-12-25 09:28:03.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1209731624921534465', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', N'多数据源管理', N'/isystem/dataSource', N'system/SysDataSourceList', NULL, NULL, N'1', NULL, N'1', N'6', N'0', NULL, N'1', N'0', N'0', N'0', N'0', NULL, N'admin', N'2019-12-25 15:04:30.0000000', N'admin', N'2022-11-17 16:04:47.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1224641973866467330', N'e41b69c57a941a3bbcce45032fe57605', N'系统校验规则', N'/isystem/checkRule', N'system/SysCheckRuleList', NULL, NULL, N'1', NULL, N'1', N'5', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-11-07 13:52:53.0000000', N'admin', N'2020-07-10 16:55:12.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1229674163694841857', N'e41b69c57a941a3bbcce45032fe57605', N'AUTO在线表单ERP', N'/online/cgformErpList/:code', N'modules/online/cgform/auto/erp/OnlCgformErpList', NULL, NULL, N'1', NULL, N'1', N'5', N'0', NULL, N'1', N'1', N'0', N'1', NULL, NULL, N'admin', N'2020-02-18 15:49:00.0000000', N'admin', N'2020-02-18 15:52:25.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1232123780958064642', N'f0675b52d89100ee88472b6800754a08', N'Online报表示例', N'/online/cgreport/6c7f59741c814347905a938f06ee003c', N'modules/online/cgreport/auto/OnlCgreportAutoList', NULL, NULL, N'1', NULL, N'1', N'4', N'0', NULL, N'0', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-02-25 10:02:56.0000000', N'admin', N'2020-05-02 15:37:30.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1235823781053313025', N'e41b69c57a941a3bbcce45032fe57605', N'AUTO在线内嵌子表', N'/online/cgformInnerTableList/:code', N'modules/online/cgform/auto/innerTable/OnlCgformInnerTableList', NULL, NULL, N'1', NULL, N'1', N'999', N'0', NULL, N'1', N'1', N'0', N'1', NULL, NULL, N'admin', N'2020-03-06 15:05:24.0000000', N'admin', N'2020-03-06 15:07:42.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1260922988733255681', N'2a470fc0c3954d9dbb61de6d80846549', N'online订单管理', N'/online/cgformInnerTableList/56efb74326e74064b60933f6f8af30ea', N'111111', NULL, NULL, N'1', NULL, N'1', N'11', N'0', NULL, N'0', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-05-14 21:20:42.0000000', N'admin', N'2020-09-09 15:31:48.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1260923256208216065', N'2a470fc0c3954d9dbb61de6d80846549', N'online用户报表', N'/online/cgreport/1260179852088135681', N'333333', NULL, NULL, N'1', NULL, N'1', N'11', N'0', NULL, N'0', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-05-14 21:21:46.0000000', N'admin', N'2020-09-09 15:31:54.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1260928341675982849', N'3f915b2769fc80648e92d04e84ca059d', N'添加用户', NULL, NULL, NULL, NULL, N'2', N'system:user:add', N'1', N'1', N'0', NULL, N'1', N'1', N'0', N'0', N'0', NULL, N'admin', N'2020-05-14 21:41:58.0000000', N'admin', N'2022-11-17 16:07:40.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1260929666434318338', N'3f915b2769fc80648e92d04e84ca059d', N'用户编辑', NULL, NULL, NULL, NULL, N'2', N'system:user:edit', N'1', N'1', N'0', NULL, N'1', N'1', N'0', N'0', N'0', NULL, N'admin', N'2020-05-14 21:47:14.0000000', N'admin', N'2022-11-17 16:07:59.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1260931366557696001', N'3f915b2769fc80648e92d04e84ca059d', N'表单性别可见', N'', NULL, NULL, NULL, N'2', N'user:sex', N'1', N'1', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-05-14 21:53:59.0000000', N'admin', N'2020-05-14 21:57:00.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1260933542969458689', N'3f915b2769fc80648e92d04e84ca059d', N'禁用生日字段', NULL, NULL, NULL, NULL, N'2', N'user:form:birthday', N'2', N'1', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-05-14 22:02:38.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1265162119913824258', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', N'路由网关', N'/isystem/gatewayroute', N'system/SysGatewayRouteList', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'0', N'0', N'0', NULL, NULL, NULL, N'2020-05-26 14:05:30.0000000', N'admin', N'2020-09-09 14:47:52.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1280350452934307841', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'租户管理', N'/isys/tenant', N'system/TenantList', NULL, NULL, N'1', NULL, N'1', N'1.31', N'0', NULL, N'1', N'0', N'0', N'0', NULL, NULL, N'admin', N'2020-07-07 11:58:30.0000000', N'admin', N'2021-08-16 16:24:03.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1280464606292099074', N'2a470fc0c3954d9dbb61de6d80846549', N'图片裁剪', N'/jeecg/ImagCropper', N'jeecg/ImagCropper', NULL, NULL, N'1', NULL, N'1', N'9', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-07-07 19:32:06.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1287715272999944193', N'2a470fc0c3954d9dbb61de6d80846549', N'JVXETable示例', N'/jeecg/j-vxe-table-demo', N'layouts/RouteView', NULL, NULL, N'1', NULL, N'1', N'0.1', N'0', N'', N'1', N'0', N'0', N'0', NULL, NULL, N'admin', N'2020-07-27 19:43:40.0000000', N'admin', N'2020-09-09 14:52:06.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1287715783966834689', N'1287715272999944193', N'普通示例', N'/jeecg/j-vxe-table-demo/normal', N'jeecg/JVXETableDemo', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-07-27 19:45:42.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1287716451494510593', N'1287715272999944193', N'布局模板', N'/jeecg/j-vxe-table-demo/layout', N'jeecg/JVxeDemo/layout-demo/Index', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-07-27 19:48:21.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1287718919049691137', N'1287715272999944193', N'即时保存', N'/jeecg/j-vxe-table-demo/jsbc', N'jeecg/JVxeDemo/demo/JSBCDemo', NULL, NULL, N'1', NULL, N'1', N'3', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-07-27 19:57:36.0000000', N'admin', N'2020-07-27 20:03:37.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1287718938179911682', N'1287715272999944193', N'弹出子表', N'/jeecg/j-vxe-table-demo/tczb', N'jeecg/JVxeDemo/demo/PopupSubTable', NULL, NULL, N'1', NULL, N'1', N'4', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-07-27 19:57:41.0000000', N'admin', N'2020-07-27 20:03:47.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1287718956957810689', N'1287715272999944193', N'无痕刷新', N'/jeecg/j-vxe-table-demo/whsx', N'jeecg/JVxeDemo/demo/SocketReload', N'SocketReload', NULL, N'1', NULL, N'1', N'5', N'0', NULL, N'1', N'1', N'1', N'0', N'0', NULL, N'admin', N'2020-07-27 19:57:44.0000000', N'admin', N'2022-10-14 18:43:57.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1304032910990495745', N'e41b69c57a941a3bbcce45032fe57605', N'AUTO在线表单TAB', N'/online/cgformTabList/:code', N'modules/online/cgform/auto/tab/OnlCgformTabList', NULL, NULL, N'1', NULL, N'1', N'8', N'0', NULL, N'1', N'1', N'0', N'1', NULL, NULL, N'admin', N'2020-09-10 20:24:08.0000000', N'admin', N'2020-09-10 20:36:37.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'13212d3416eb690c2e1d5033166ff47a', N'2e42e3835c2b44ec9f7bc26c146ee531', N'失败', N'/result/fail', N'result/Error', NULL, NULL, N'1', NULL, NULL, N'2', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1335960713267093506', N'1205097455226462210', N'积木报表设计', N'{{ window._CONFIG[''domianURL''] }}/jmreport/list?token=${token}', N'layouts/IframePageView', NULL, NULL, N'1', NULL, N'1', N'0', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2020-12-07 22:53:50.0000000', N'admin', N'2020-12-08 09:28:06.0000000', N'0', N'0', N'1', N'1')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1352200630711652354', N'f0675b52d89100ee88472b6800754a08', N'Redis监控', N'{{ window._CONFIG[''domianURL''] }}/jmreport/view/1352160857479581696?token=${token}', N'layouts/IframePageView', NULL, NULL, N'1', NULL, N'1', N'5', N'0', N'', N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-01-21 18:25:28.0000000', N'admin', N'2021-04-07 14:00:57.0000000', N'0', N'0', N'1', N'1')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1365187528377102337', N'2a470fc0c3954d9dbb61de6d80846549', N'一对多JVxeTable', N'/jeecg/JeecgOrderMainListForJVxeTable', N'jeecg/JeecgOrderMainListForJVxeTable', NULL, NULL, N'1', NULL, N'1', N'2', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-02-26 14:30:45.0000000', N'admin', N'2021-02-26 14:32:05.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1367a93f2c410b169faa7abcbad2f77c', N'6e73eb3c26099c191bf03852ee1310a1', N'基本设置', N'/account/settings/BaseSetting', N'account/settings/BaseSetting', N'account-settings-base', NULL, N'1', N'BaseSettings', NULL, NULL, N'0', NULL, N'1', N'1', NULL, N'1', NULL, NULL, NULL, N'2018-12-26 18:58:35.0000000', N'admin', N'2019-03-20 12:57:31.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1387612436586065922', N'2a470fc0c3954d9dbb61de6d80846549', N'第三方APP消息测试', N'/jeecg/ThirdAppMessageTest', N'jeecg/ThirdAppMessageTest', NULL, NULL, N'1', NULL, N'1', N'3', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-04-29 11:39:20.0000000', N'admin', N'2021-04-29 11:39:27.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1400726868091015170', N'4148ec82b6acd69f470bea75fe41c357', N'demo添加功能', NULL, NULL, NULL, NULL, N'2', N'demo:add', N'1', NULL, N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2021-06-04 16:11:24.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1404684556047024130', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', N'在线用户', N'/isystem/online', N'system/SysUserOnlineList', NULL, NULL, N'1', NULL, N'1', N'11', N'0', NULL, N'1', N'1', N'0', N'0', N'0', NULL, N'admin', N'2021-06-15 14:17:51.0000000', N'admin', N'2022-10-14 17:58:44.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1494641317580423169', N'2a470fc0c3954d9dbb61de6d80846549', N'表格合计News', N'/jeecg/tableOrderTotal', N'jeecg/TableOrderTotal', NULL, NULL, N'1', NULL, N'1', N'3', N'0', NULL, N'1', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-02-18 19:53:54.0000000', N'admin', N'2022-02-18 19:55:04.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1588513553652436993', N'3f915b2769fc80648e92d04e84ca059d', N'修改密码', NULL, NULL, NULL, NULL, N'2', N'system:user:changepwd', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-04 20:48:39.0000000', N'admin', N'2022-11-04 20:49:06.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592112984361365505', N'1170592628746878978', N'添加菜单', NULL, NULL, NULL, NULL, N'2', N'system:permission:add', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:11:30.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592113148350263298', N'190c2b43bec6a5f7a4194a85db67d96a', N'保存角色授权', NULL, NULL, NULL, NULL, N'2', N'system:permission:saveRole', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:12:09.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592114574275211265', N'3f915b2769fc80648e92d04e84ca059d', N'删除用户', NULL, NULL, NULL, NULL, N'2', N'system:user:delete', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:17:49.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592114652566089729', N'3f915b2769fc80648e92d04e84ca059d', N'批量删除用户', NULL, NULL, NULL, NULL, N'2', N'system:user:deleteBatch', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:18:08.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592114721138765826', N'3f915b2769fc80648e92d04e84ca059d', N'冻结/解冻用户', NULL, NULL, NULL, NULL, N'2', N'system:user:frozenBatch', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:18:24.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592114772665790465', N'3f915b2769fc80648e92d04e84ca059d', N'首页用户重置密码', NULL, NULL, NULL, NULL, N'2', N'system:user:updatepwd', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:18:37.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592114823467200514', N'3f915b2769fc80648e92d04e84ca059d', N'给指定角色添加用户', NULL, NULL, NULL, NULL, N'2', N'system:user:addUserRole', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:18:49.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592114893302362114', N'3f915b2769fc80648e92d04e84ca059d', N'删除指定角色的用户关系', NULL, NULL, NULL, NULL, N'2', N'system:user:deleteRole', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:19:05.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592114955650691074', N'3f915b2769fc80648e92d04e84ca059d', N'批量删除指定角色的用户关系', NULL, NULL, NULL, NULL, N'2', N'system:user:deleteRoleBatch', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:19:20.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592115070432014338', N'3f915b2769fc80648e92d04e84ca059d', N'给指定部门添加对应的用户', NULL, NULL, NULL, NULL, N'2', N'system:user:editDepartWithUser', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:19:48.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592115115361398786', N'3f915b2769fc80648e92d04e84ca059d', N'删除指定机构的用户关系', NULL, NULL, NULL, NULL, N'2', N'system:user:deleteUserInDepart', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:19:58.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592115162379546625', N'3f915b2769fc80648e92d04e84ca059d', N'批量删除指定机构的用户关系', NULL, NULL, NULL, NULL, N'2', N'system:user:deleteUserInDepartBatch', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:20:09.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592115213910765570', N'3f915b2769fc80648e92d04e84ca059d', N'彻底删除用户', NULL, NULL, NULL, NULL, N'2', N'system:user:deleteRecycleBin', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:20:22.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592115610431877122', N'1209731624921534465', N'多数据源分页列表', NULL, NULL, NULL, NULL, N'2', N'system:datasource:list', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:21:56.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592115712466710529', N'45c966826eeff4c99b8f8ebfe74511fc', N'部门添加', NULL, NULL, NULL, NULL, N'2', N'system:depart:add', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:22:21.0000000', N'admin', N'2022-11-14 19:30:49.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592115914493751297', N'1170592628746878978', N'编辑菜单权限数据', NULL, NULL, NULL, NULL, N'2', N'system:permission:editRule', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:23:09.0000000', N'admin', N'2022-11-14 19:39:25.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592116663936184322', N'1170592628746878978', N'编辑菜单', NULL, NULL, NULL, NULL, N'2', N'system:permission:edit', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:26:07.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592117222764277761', N'45c966826eeff4c99b8f8ebfe74511fc', N'部门编辑', NULL, NULL, NULL, NULL, N'2', N'system:depart:edit', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:28:21.0000000', N'admin', N'2022-11-14 19:30:55.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592117276539449345', N'45c966826eeff4c99b8f8ebfe74511fc', N'部门删除', NULL, NULL, NULL, NULL, N'2', N'system:depart:delete', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:28:33.0000000', N'admin', N'2022-11-14 19:31:06.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592117377299214337', N'45c966826eeff4c99b8f8ebfe74511fc', N'部门批量删除', NULL, NULL, NULL, NULL, N'2', N'system:depart:deleteBatch', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:28:58.0000000', N'admin', N'2022-11-14 19:31:12.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592117422006300673', N'45c966826eeff4c99b8f8ebfe74511fc', N'部门导入', NULL, NULL, NULL, NULL, N'2', N'system:depart:importExcel', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:29:08.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592117625664925697', N'5c2f42277948043026b7a14692456828', N'部门角色添加', NULL, NULL, NULL, NULL, N'2', N'system:depart:role:add', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:29:57.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592117748209905665', N'5c2f42277948043026b7a14692456828', N'部门角色编辑', NULL, NULL, NULL, NULL, N'2', N'system:depart:role:edit', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:30:26.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592117804359053314', N'5c2f42277948043026b7a14692456828', N'部门角色删除', NULL, NULL, NULL, NULL, N'2', N'system:depart:role:delete', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:30:39.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592117990305132545', N'5c2f42277948043026b7a14692456828', N'部门角色批量删除', NULL, NULL, NULL, NULL, N'2', N'system:depart:role:deleteBatch', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:31:24.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592118053634928641', N'5c2f42277948043026b7a14692456828', N'部门角色用户授权', NULL, NULL, NULL, NULL, N'2', N'system:depart:role:userAdd', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:31:39.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592118192218927105', N'f1cb187abf927c88b89470d08615f5ac', N'字典新增', NULL, NULL, NULL, NULL, N'2', N'system:dict:add', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:32:12.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592118254844080130', N'f1cb187abf927c88b89470d08615f5ac', N'字典编辑', NULL, NULL, NULL, NULL, N'2', N'system:dict:edit', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:32:27.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592118306983473154', N'f1cb187abf927c88b89470d08615f5ac', N'字典删除', NULL, NULL, NULL, NULL, N'2', N'system:dict:delete', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:32:39.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592118356778250241', N'f1cb187abf927c88b89470d08615f5ac', N'字典批量删除', NULL, NULL, NULL, NULL, N'2', N'system:dict:deleteBatch', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:32:51.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592118414990995457', N'f1cb187abf927c88b89470d08615f5ac', N'字典导入', NULL, NULL, NULL, NULL, N'2', N'system:dict:importExcel', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:33:05.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592118497606201346', N'1265162119913824258', N'路由网关删除', NULL, NULL, NULL, NULL, N'2', N'system:getway:delete', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:33:25.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592118604640645122', N'1170592628746878978', N'删除菜单', NULL, NULL, NULL, NULL, N'2', N'system:permission:delete', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:33:50.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592118648315932674', N'1170592628746878978', N'批量删除菜单', NULL, NULL, NULL, NULL, N'2', N'system:permission:deleteBatch', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:34:01.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592119001883176961', N'1170592628746878978', N'添加菜单权限数据', NULL, NULL, NULL, NULL, N'2', N'system:permission:addRule', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:35:25.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592120052866707457', N'1170592628746878978', N'删除菜单权限数据', NULL, NULL, NULL, NULL, N'2', N'system:permission:deleteRule', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:39:35.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592120222727630849', N'45c966826eeff4c99b8f8ebfe74511fc', N'保存部门授权', NULL, NULL, NULL, NULL, N'2', N'system:permission:saveDepart', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:40:16.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592120323667750914', N'190c2b43bec6a5f7a4194a85db67d96a', N'角色添加', NULL, NULL, NULL, NULL, N'2', N'system:role:add', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:40:40.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592120372296511490', N'190c2b43bec6a5f7a4194a85db67d96a', N'角色编辑', NULL, NULL, NULL, NULL, N'2', N'system:role:edit', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:40:52.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592120427007012865', N'190c2b43bec6a5f7a4194a85db67d96a', N'角色删除', NULL, NULL, NULL, NULL, N'2', N'system:role:delete', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:41:05.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592120484120850434', N'190c2b43bec6a5f7a4194a85db67d96a', N'角色批量删除', NULL, NULL, NULL, NULL, N'2', N'system:role:deleteBatch', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:41:18.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592120594695286785', N'190c2b43bec6a5f7a4194a85db67d96a', N'角色首页配置添加', NULL, NULL, NULL, NULL, N'2', N'system:roleindex:add', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:41:45.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1592120649007329281', N'190c2b43bec6a5f7a4194a85db67d96a', N'角色首页配置编辑', NULL, NULL, NULL, NULL, N'2', N'system:roleindex:edit', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:41:58.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593154566915579905', N'3f915b2769fc80648e92d04e84ca059d', N'导入用户', NULL, NULL, NULL, NULL, N'2', N'system:user:import', N'1', NULL, N'0', NULL, N'1', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 16:10:23.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593160905216663554', N'f1cb187abf927c88b89470d08615f5ac', N'字典子项新增', NULL, NULL, NULL, NULL, N'2', N'system:dict:item:add', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 16:35:34.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593160959633563650', N'f1cb187abf927c88b89470d08615f5ac', N'字典子项编辑', NULL, NULL, NULL, NULL, N'2', N'system:dict:item:edit', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 16:35:47.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593161025790320641', N'f1cb187abf927c88b89470d08615f5ac', N'字典子项删除', NULL, NULL, NULL, NULL, N'2', N'system:dict:item:delete', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 16:36:03.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593161089787011074', N'f1cb187abf927c88b89470d08615f5ac', N'字典子项批量删除', NULL, NULL, NULL, NULL, N'2', N'system:dict:item:deleteBatch', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 16:36:18.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593161421350936578', N'b1cb0a3fedf7ed0e4653cb5a229837ee', N'添加定时任务', NULL, NULL, NULL, NULL, N'2', N'system:quartzJob:add', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 16:37:37.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593161483627962370', N'b1cb0a3fedf7ed0e4653cb5a229837ee', N'更新定时任务', NULL, NULL, NULL, NULL, N'2', N'system:quartzJob:edit', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 16:37:52.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593161551202394114', N'b1cb0a3fedf7ed0e4653cb5a229837ee', N'删除定时任务', NULL, NULL, NULL, NULL, N'2', N'system:quartzJob:delete', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 16:38:08.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593161608362369026', N'b1cb0a3fedf7ed0e4653cb5a229837ee', N'批量删除定时任务', NULL, NULL, NULL, NULL, N'2', N'system:quartzJob:deleteBatch', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 16:38:22.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593161657385394177', N'b1cb0a3fedf7ed0e4653cb5a229837ee', N'停止定时任务', NULL, NULL, NULL, NULL, N'2', N'system:quartzJob:pause', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 16:38:33.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593161697348722689', N'b1cb0a3fedf7ed0e4653cb5a229837ee', N'启动定时任务', NULL, NULL, NULL, NULL, N'2', N'system:quartzJob:resume', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 16:38:43.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593161743607701505', N'b1cb0a3fedf7ed0e4653cb5a229837ee', N'立即执行定时任务', NULL, NULL, NULL, NULL, N'2', N'system:quartzJob:execute', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 16:38:54.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1593173018886709250', N'1166535831146504193', N'文件oos上传', NULL, NULL, NULL, NULL, N'2', N'system:ossFile:upload', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-17 17:23:42.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'159d2115213910765570', N'3f915b2769fc80648e92d04e84ca059d', N'通过ID查询用户拥有的角色', NULL, NULL, NULL, NULL, N'2', N'system:user:queryUserRole', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:20:22.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'15s92115213910765570', N'3f915b2769fc80648e92d04e84ca059d', N'通过ID查询用户信息接口', NULL, NULL, NULL, NULL, N'2', N'system:user:queryById', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2022-11-14 19:20:22.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1620261087828418562', N'1280350452934307841', N'获取租户删除的列表', NULL, NULL, NULL, NULL, N'2', N'system:tenant:recycleBinPageList', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2023-01-31 11:22:01.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1620305415648989186', N'1280350452934307841', N'彻底删除租户', NULL, NULL, NULL, NULL, N'2', N'system:tenant:deleteTenantLogic', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2023-01-31 14:18:10.0000000', N'admin', N'2023-01-31 14:19:51.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1620327825894981634', N'1280350452934307841', N'租户还原', NULL, NULL, NULL, NULL, N'2', N'system:tenant:revertTenantLogic', N'1', NULL, N'0', NULL, N'0', N'1', N'0', N'0', N'0', NULL, N'admin', N'2023-01-31 15:47:13.0000000', NULL, NULL, N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'190c2b43bec6a5f7a4194a85db67d96a', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'角色管理', N'/isystem/roleUserList', N'system/RoleUserList', NULL, NULL, N'1', NULL, NULL, N'1.2', N'0', NULL, N'1', N'0', N'0', N'0', NULL, NULL, N'admin', N'2019-04-17 15:13:56.0000000', N'admin', N'2019-12-25 09:36:31.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1a0811914300741f4e11838ff37a1d3a', N'3f915b2769fc80648e92d04e84ca059d', N'手机号禁用', NULL, NULL, NULL, NULL, N'2', N'user:form:phone', N'2', N'1', N'0', NULL, N'0', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-05-11 17:19:30.0000000', N'admin', N'2019-05-11 18:00:22.0000000', N'0', N'0', N'1', NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'200006f0edf145a2b50eacca07585451', N'fb07ca05a3e13674dbf6d3245956da2e', N'搜索列表(应用)', N'/list/search/application', N'examples/list/TableList', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-02-12 14:02:51.0000000', N'admin', N'2019-02-12 14:14:01.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'22d6a3d39a59dd7ea9a30acfa6bfb0a5', N'e41b69c57a941a3bbcce45032fe57605', N'AUTO动态表单', N'/online/df/:table/:id', N'modules/online/cgform/auto/OnlineDynamicForm', NULL, NULL, N'1', NULL, NULL, N'9', N'0', NULL, N'0', N'1', NULL, N'1', NULL, NULL, N'admin', N'2019-04-22 15:15:43.0000000', N'admin', N'2019-04-30 18:18:26.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'265de841c58907954b8877fb85212622', N'2a470fc0c3954d9dbb61de6d80846549', N'图片拖拽排序', N'/jeecg/imgDragSort', N'jeecg/ImgDragSort', NULL, NULL, N'1', NULL, NULL, N'4', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-25 10:43:08.0000000', N'admin', N'2019-04-25 10:46:26.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'277bfabef7d76e89b33062b16a9a5020', N'e3c13679c73a4f829bcff2aba8fd68b1', N'基础表单', N'/form/base-form', N'examples/form/BasicForm', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'0', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-02-26 17:02:08.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'2a470fc0c3954d9dbb61de6d80846549', N'', N'常见案例', N'/jeecg', N'layouts/RouteView', NULL, NULL, N'0', NULL, NULL, N'7', N'0', N'qrcode', N'1', N'0', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-04-02 11:46:42.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'2aeddae571695cd6380f6d6d334d6e7d', N'f0675b52d89100ee88472b6800754a08', N'布局统计报表', N'/report/ArchivesStatisticst', N'jeecg/report/ArchivesStatisticst', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-03 18:32:48.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'2dbbafa22cda07fa5d169d741b81fe12', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', N'在线文档', N'{{ window._CONFIG[''domianURL''] }}/doc.html', N'layouts/IframePageView', NULL, NULL, N'1', NULL, NULL, N'4', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-01-30 10:00:01.0000000', N'admin', N'2020-09-09 14:48:58.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'2e42e3835c2b44ec9f7bc26c146ee531', N'', N'结果页', N'/result', N'layouts/PageView', NULL, NULL, N'0', NULL, NULL, N'8', N'0', N'check-circle-o', N'1', N'0', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-04-02 11:46:56.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'339329ed54cf255e1f9392e84f136901', N'2a470fc0c3954d9dbb61de6d80846549', N'helloworld', N'/jeecg/helloworld', N'jeecg/helloworld', NULL, NULL, N'1', NULL, NULL, N'4', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-02-15 16:24:56.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'3f915b2769fc80648e92d04e84ca059d', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'用户管理', N'/isystem/user', N'system/UserList', NULL, NULL, N'1', NULL, NULL, N'1.1', N'0', NULL, N'1', N'0', N'1', N'0', N'0', NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2022-10-14 18:09:03.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'3fac0d3c9cd40fa53ab70d4c583821f8', N'2a470fc0c3954d9dbb61de6d80846549', N'分屏', N'/jeecg/splitPanel', N'jeecg/SplitPanel', NULL, NULL, N'1', NULL, NULL, N'6', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-25 16:27:06.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'4148ec82b6acd69f470bea75fe41c357', N'2a470fc0c3954d9dbb61de6d80846549', N'单表模型示例', N'/jeecg/jeecgDemoList', N'jeecg/JeecgDemoList', N'DemoList', NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'0', N'1', N'0', N'0', NULL, NULL, N'2018-12-28 15:57:30.0000000', N'admin', N'2022-10-14 19:00:09.0000000', N'0', N'1', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'418964ba087b90a84897b62474496b93', N'540a2936940846cb98114ffb0d145cb8', N'查询表格', N'/list/query-list', N'examples/list/TableList', NULL, NULL, N'1', NULL, NULL, N'1', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'4356a1a67b564f0988a484f5531fd4d9', N'2a470fc0c3954d9dbb61de6d80846549', N'内嵌Table', N'/jeecg/TableExpandeSub', N'jeecg/TableExpandeSub', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-04 22:48:13.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'45c966826eeff4c99b8f8ebfe74511fc', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'部门管理', N'/isystem/depart', N'system/DepartList', NULL, NULL, N'1', NULL, NULL, N'1.4', N'0', NULL, N'1', N'0', N'0', N'0', NULL, NULL, N'admin', N'2019-01-29 18:47:40.0000000', N'admin', N'2019-12-25 09:36:47.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'4875ebe289344e14844d8e3ea1edd73f', N'', N'详情页', N'/profile', N'layouts/RouteView', NULL, NULL, N'0', NULL, NULL, N'8', N'0', N'profile', N'1', N'0', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-04-02 11:46:48.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'4f66409ef3bbd69c1d80469d6e2a885e', N'6e73eb3c26099c191bf03852ee1310a1', N'账户绑定', N'/account/settings/binding', N'account/settings/Binding', NULL, NULL, N'1', N'BindingSettings', NULL, NULL, NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-26 19:01:20.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'4f84f9400e5e92c95f05b554724c2b58', N'540a2936940846cb98114ffb0d145cb8', N'角色列表', N'/list/role-list', N'examples/list/RoleList', NULL, NULL, N'1', NULL, NULL, N'4', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'53a9230444d33de28aa11cc108fb1dba', N'5c8042bd6c601270b2bbd9b20bccc68b', N'我的消息', N'/isps/userAnnouncement', N'system/UserAnnouncementList', NULL, NULL, N'1', NULL, NULL, N'3', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-04-19 10:16:00.0000000', N'admin', N'2019-12-25 09:54:34.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'54097c6a3cf50fad0793a34beff1efdf', N'e41b69c57a941a3bbcce45032fe57605', N'AUTO在线表单', N'/online/cgformList/:code', N'modules/online/cgform/auto/OnlCgformAutoList', NULL, NULL, N'1', NULL, NULL, N'9', N'0', NULL, N'1', N'1', NULL, N'1', NULL, NULL, N'admin', N'2019-03-19 16:03:06.0000000', N'admin', N'2019-04-30 18:19:03.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'540a2936940846cb98114ffb0d145cb8', N'', N'列表页', N'/list', N'layouts/PageView', NULL, N'/list/query-list', N'0', NULL, NULL, N'9', N'0', N'table', N'1', N'0', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-03-31 22:20:20.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'54dd5457a3190740005c1bfec55b1c34', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'菜单管理(老)', N'/isystem/permission', N'system/PermissionList', NULL, NULL, N'1', NULL, NULL, N'1.3', N'0', NULL, N'1', N'1', N'0', N'0', N'0', NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2022-10-14 18:01:41.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'58857ff846e61794c69208e9d3a85466', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', N'日志管理', N'/isystem/log', N'system/LogList', NULL, NULL, N'1', NULL, NULL, N'2', N'0', N'', N'1', N'1', N'0', N'0', NULL, NULL, NULL, N'2018-12-26 10:11:18.0000000', N'admin', N'2020-09-09 14:48:25.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'58b9204feaf07e47284ddb36cd2d8468', N'2a470fc0c3954d9dbb61de6d80846549', N'图片翻页', N'/jeecg/imgTurnPage', N'jeecg/ImgTurnPage', NULL, NULL, N'1', NULL, NULL, N'4', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-25 11:36:42.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'5c2f42277948043026b7a14692456828', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'我的部门', N'/isystem/departUserList', N'system/DepartUserList', NULL, NULL, N'1', NULL, NULL, N'2', N'0', NULL, N'1', N'0', N'0', N'0', NULL, NULL, N'admin', N'2019-04-17 15:12:24.0000000', N'admin', N'2019-12-25 09:35:26.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'5c8042bd6c601270b2bbd9b20bccc68b', N'', N'消息中心', N'/message', N'layouts/RouteView', NULL, NULL, N'0', NULL, NULL, N'6', N'0', N'message', N'1', N'0', NULL, N'0', NULL, NULL, N'admin', N'2019-04-09 11:05:04.0000000', N'admin', N'2019-04-11 19:47:54.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'6531cf3421b1265aeeeabaab5e176e6d', N'e3c13679c73a4f829bcff2aba8fd68b1', N'分步表单', N'/form/step-form', N'examples/form/stepForm/StepForm', NULL, NULL, N'1', NULL, NULL, N'2', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'655563cd64b75dcf52ef7bcdd4836953', N'2a470fc0c3954d9dbb61de6d80846549', N'图片预览', N'/jeecg/ImagPreview', N'jeecg/ImagPreview', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-17 11:18:45.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'65a8f489f25a345836b7f44b1181197a', N'c65321e57b7949b7a975313220de0422', N'403', N'/exception/403', N'exception/403', NULL, NULL, N'1', NULL, NULL, N'1', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'6ad53fd1b220989a8b71ff482d683a5a', N'2a470fc0c3954d9dbb61de6d80846549', N'一对多erp风格示例', N'/jeecg/tablist/JeecgOrderDMainList', N'jeecg/tablist/JeecgOrderDMainList', NULL, NULL, N'1', NULL, NULL, N'2', N'0', NULL, N'1', N'1', N'0', N'0', N'0', NULL, N'admin', N'2019-02-20 14:45:09.0000000', N'admin', N'2022-01-17 17:02:51.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'6e73eb3c26099c191bf03852ee1310a1', N'717f6bee46f44a3897eca9abd6e2ec44', N'个人设置', N'/account/settings/BaseSetting', N'account/settings/Index', NULL, NULL, N'1', NULL, NULL, N'2', N'1', NULL, N'1', N'0', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-04-19 09:41:05.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'700b7f95165c46cc7a78bf227aa8fed3', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', N'性能监控', N'/monitor', N'layouts/RouteView', NULL, NULL, N'1', NULL, NULL, N'3', N'0', NULL, N'1', N'0', N'0', N'0', NULL, NULL, N'admin', N'2019-04-02 11:34:34.0000000', N'admin', N'2020-09-09 14:48:51.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'717f6bee46f44a3897eca9abd6e2ec44', N'', N'个人页', N'/account', N'layouts/RouteView', NULL, NULL, N'0', NULL, NULL, N'9', N'0', N'user', N'1', N'0', N'0', N'1', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2020-02-23 22:41:37.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'73678f9daa45ed17a3674131b03432fb', N'540a2936940846cb98114ffb0d145cb8', N'权限列表', N'/list/permission-list', N'examples/list/PermissionList', NULL, NULL, N'1', NULL, NULL, N'5', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'7960961b0063228937da5fa8dd73d371', N'2a470fc0c3954d9dbb61de6d80846549', N'JEditableTable示例', N'/jeecg/JEditableTable', N'jeecg/JeecgEditableTableExample', NULL, NULL, N'1', NULL, NULL, N'2.1', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-03-22 15:22:18.0000000', N'admin', N'2019-12-25 09:48:16.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'7ac9eb9ccbde2f7a033cd4944272bf1e', N'540a2936940846cb98114ffb0d145cb8', N'卡片列表', N'/list/card', N'examples/list/CardList', NULL, NULL, N'1', NULL, NULL, N'7', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'841057b8a1bef8f6b4b20f9a618a7fa6', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', N'数据日志', N'/sys/dataLog-list', N'system/DataLogList', NULL, NULL, N'1', NULL, NULL, N'2.1', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-03-11 19:26:49.0000000', N'admin', N'2020-09-09 14:48:32.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'882a73768cfd7f78f3a37584f7299656', N'6e73eb3c26099c191bf03852ee1310a1', N'个性化设置', N'/account/settings/custom', N'account/settings/Custom', NULL, NULL, N'1', N'CustomSettings', NULL, NULL, NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-26 19:00:46.0000000', NULL, N'2018-12-26 21:13:25.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'8b3bff2eee6f1939147f5c68292a1642', N'700b7f95165c46cc7a78bf227aa8fed3', N'服务器信息', N'/monitor/SystemInfo', N'modules/monitor/SystemInfo', NULL, NULL, N'1', NULL, NULL, N'4', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-02 11:39:19.0000000', N'admin', N'2019-04-02 15:40:02.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'8d1ebd663688965f1fd86a2f0ead3416', N'700b7f95165c46cc7a78bf227aa8fed3', N'Redis监控', N'/monitor/redis/info', N'modules/monitor/RedisInfo', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-02 13:11:33.0000000', N'admin', N'2019-05-07 15:18:54.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'8d4683aacaa997ab86b966b464360338', N'e41b69c57a941a3bbcce45032fe57605', N'Online表单开发', N'/online/cgform', N'modules/online/cgform/OnlCgformHeadList', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'0', NULL, N'0', NULL, NULL, N'admin', N'2019-03-12 15:48:14.0000000', N'admin', N'2019-06-11 14:19:17.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'8fb8172747a78756c11916216b8b8066', N'717f6bee46f44a3897eca9abd6e2ec44', N'工作台', N'/dashboard/workplace', N'dashboard/Workplace', NULL, NULL, N'1', NULL, NULL, N'3', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-04-02 11:45:02.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'944abf0a8fc22fe1f1154a389a574154', N'5c8042bd6c601270b2bbd9b20bccc68b', N'消息管理', N'/modules/message/sysMessageList', N'modules/message/SysMessageList', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-09 11:27:53.0000000', N'admin', N'2019-04-09 19:31:23.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'9502685863ab87f0ad1134142788a385', N'', N'首页', N'/dashboard/analysis', N'dashboard/Analysis', NULL, NULL, N'0', NULL, NULL, N'0', N'0', N'home', N'1', N'1', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-03-29 11:04:13.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'97c8629abc7848eccdb6d77c24bb3ebb', N'700b7f95165c46cc7a78bf227aa8fed3', N'磁盘监控', N'/monitor/Disk', N'modules/monitor/DiskMonitoring', NULL, NULL, N'1', NULL, NULL, N'6', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-25 14:30:06.0000000', N'admin', N'2019-05-05 14:37:14.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'9a90363f216a6a08f32eecb3f0bf12a3', N'2a470fc0c3954d9dbb61de6d80846549', N'自定义组件', N'/jeecg/SelectDemo', N'jeecg/SelectDemo', NULL, NULL, N'1', NULL, NULL, N'0', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-03-19 11:19:05.0000000', N'admin', N'2019-12-25 09:47:04.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'9cb91b8851db0cf7b19d7ecc2a8193dd', N'1939e035e803a99ceecb6f5563570fb2', N'我的任务表单', N'/modules/bpm/task/form/FormModule', N'modules/bpm/task/form/FormModule', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-03-08 16:49:05.0000000', N'admin', N'2019-03-08 18:37:56.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'9fe26464838de2ea5e90f2367e35efa0', N'e41b69c57a941a3bbcce45032fe57605', N'AUTO在线报表', N'/online/cgreport/:code', N'modules/online/cgreport/auto/OnlCgreportAutoList', N'onlineAutoList', NULL, N'1', NULL, NULL, N'9', N'0', NULL, N'1', N'1', NULL, N'1', NULL, NULL, N'admin', N'2019-03-12 11:06:48.0000000', N'admin', N'2019-04-30 18:19:10.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'a400e4f4d54f79bf5ce160ae432231af', N'2a470fc0c3954d9dbb61de6d80846549', N'JEECG官方网站', N'http://www.jeecg.com', N'layouts/IframePageView', NULL, NULL, N'1', NULL, NULL, N'4', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-01-29 19:44:06.0000000', N'admin', N'2019-02-15 16:25:02.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'ae4fed059f67086fd52a73d913cf473d', N'540a2936940846cb98114ffb0d145cb8', N'内联编辑表格', N'/list/edit-table', N'examples/list/TableInnerEditList', NULL, NULL, N'1', NULL, NULL, N'2', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'aedbf679b5773c1f25e9f7b10111da73', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', N'SQL监控', N'{{ window._CONFIG[''domianURL''] }}/druid/', N'layouts/IframePageView', NULL, NULL, N'1', NULL, NULL, N'3', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-01-30 09:43:22.0000000', N'admin', N'2020-09-09 14:48:38.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'b1cb0a3fedf7ed0e4653cb5a229837ee', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', N'定时任务', N'/isystem/QuartzJobList', N'system/QuartzJobList', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'0', N'0', N'0', NULL, NULL, NULL, N'2019-01-03 09:38:52.0000000', N'admin', N'2020-09-09 14:48:16.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'b3c824fc22bd953e2eb16ae6914ac8f9', N'4875ebe289344e14844d8e3ea1edd73f', N'高级详情页', N'/profile/advanced', N'examples/profile/advanced/Advanced', NULL, NULL, N'1', NULL, NULL, N'2', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'b4dfc7d5dd9e8d5b6dd6d4579b1aa559', N'c65321e57b7949b7a975313220de0422', N'500', N'/exception/500', N'exception/500', NULL, NULL, N'1', NULL, NULL, N'3', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'b6bcee2ccc854052d3cc3e9c96d90197', N'71102b3b87fb07e5527bbd2c530dd90a', N'加班申请', N'/modules/extbpm/joa/JoaOvertimeList', N'modules/extbpm/joa/JoaOvertimeList', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-03 15:33:10.0000000', N'admin', N'2019-04-03 15:34:48.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'c431130c0bc0ec71b0a5be37747bb36a', N'2a470fc0c3954d9dbb61de6d80846549', N'一对多JEditable', N'/jeecg/JeecgOrderMainListForJEditableTable', N'jeecg/JeecgOrderMainListForJEditableTable', NULL, NULL, N'1', NULL, NULL, N'3', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-03-29 10:51:59.0000000', N'admin', N'2019-04-04 20:09:39.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'c65321e57b7949b7a975313220de0422', NULL, N'异常页', N'/exception', N'layouts/RouteView', NULL, NULL, N'0', NULL, NULL, N'8', NULL, N'warning', N'1', N'0', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'c6cf95444d80435eb37b2f9db3971ae6', N'2a470fc0c3954d9dbb61de6d80846549', N'数据回执模拟', N'/jeecg/InterfaceTest', N'jeecg/InterfaceTest', NULL, NULL, N'1', NULL, NULL, N'6', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-02-19 16:02:23.0000000', N'admin', N'2019-02-21 16:25:45.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'cc50656cf9ca528e6f2150eba4714ad2', N'4875ebe289344e14844d8e3ea1edd73f', N'基础详情页', N'/profile/basic', N'examples/profile/basic/Index', NULL, NULL, N'1', NULL, NULL, N'1', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'd07a2c87a451434c99ab06296727ec4f', N'700b7f95165c46cc7a78bf227aa8fed3', N'JVM信息', N'/monitor/JvmInfo', N'modules/monitor/JvmInfo', NULL, NULL, N'1', NULL, NULL, N'4', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-01 23:07:48.0000000', N'admin', N'2019-04-02 11:37:16.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'd2bbf9ebca5a8fa2e227af97d2da7548', N'c65321e57b7949b7a975313220de0422', N'404', N'/exception/404', N'exception/404', NULL, NULL, N'1', NULL, NULL, N'2', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'', N'系统管理', N'/isystem', N'layouts/RouteView', NULL, NULL, N'0', NULL, NULL, N'4', N'0', N'setting', N'1', N'0', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-03-31 22:19:52.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'd86f58e7ab516d3bc6bfb1fe10585f97', N'717f6bee46f44a3897eca9abd6e2ec44', N'个人中心', N'/account/center', N'account/center/Index', NULL, NULL, N'1', NULL, NULL, N'1', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'de13e0f6328c069748de7399fcc1dbbd', N'fb07ca05a3e13674dbf6d3245956da2e', N'搜索列表(项目)', N'/list/search/project', N'examples/list/TableList', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-02-12 14:01:40.0000000', N'admin', N'2019-02-12 14:14:18.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'e08cb190ef230d5d4f03824198773950', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'系统通告', N'/isystem/annountCement', N'system/SysAnnouncementList', NULL, NULL, N'1', N'annountCement', NULL, N'6', NULL, N'', N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2019-01-02 17:23:01.0000000', NULL, N'2019-01-02 17:31:23.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'e1979bb53e9ea51cecc74d86fd9d2f64', N'2a470fc0c3954d9dbb61de6d80846549', N'PDF预览', N'/jeecg/jeecgPdfView', N'jeecg/JeecgPdfView', NULL, NULL, N'1', NULL, NULL, N'3', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-25 10:39:35.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'e3c13679c73a4f829bcff2aba8fd68b1', N'', N'表单页', N'/form', N'layouts/PageView', NULL, NULL, N'0', NULL, NULL, N'9', N'0', N'form', N'1', N'0', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-03-31 22:20:14.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'e41b69c57a941a3bbcce45032fe57605', N'', N'在线开发', N'/online', N'layouts/RouteView', NULL, NULL, N'0', NULL, NULL, N'2', N'0', N'cloud', N'1', N'0', N'0', N'0', NULL, NULL, N'admin', N'2019-03-08 10:43:10.0000000', N'admin', N'2021-01-24 14:15:12.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'e5973686ed495c379d829ea8b2881fc6', N'e3c13679c73a4f829bcff2aba8fd68b1', N'高级表单', N'/form/advanced-form', N'examples/form/advancedForm/AdvancedForm', NULL, NULL, N'1', NULL, NULL, N'3', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'e6bfd1fcabfd7942fdd05f076d1dad38', N'2a470fc0c3954d9dbb61de6d80846549', N'打印测试', N'/jeecg/PrintDemo', N'jeecg/PrintDemo', NULL, NULL, N'1', NULL, NULL, N'3', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-02-19 15:58:48.0000000', N'admin', N'2019-05-07 20:14:39.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'ebb9d82ea16ad864071158e0c449d186', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'分类字典', N'/isys/category', N'system/SysCategoryList', NULL, NULL, N'1', NULL, N'1', N'5.2', N'0', NULL, N'1', N'1', N'0', N'0', NULL, NULL, N'admin', N'2019-05-29 18:48:07.0000000', N'admin', N'2020-02-23 22:45:33.0000000', N'0', N'0', N'1', N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'ec8d607d0156e198b11853760319c646', N'6e73eb3c26099c191bf03852ee1310a1', N'安全设置', N'/account/settings/security', N'account/settings/Security', NULL, NULL, N'1', N'SecuritySettings', NULL, NULL, NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-26 18:59:52.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'f0675b52d89100ee88472b6800754a08', N'', N'统计报表', N'/report', N'layouts/RouteView', NULL, NULL, N'0', NULL, NULL, N'1', N'0', N'bar-chart', N'1', N'0', N'0', N'0', N'0', NULL, N'admin', N'2019-04-03 18:32:02.0000000', N'admin', N'2022-04-16 23:31:25.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'f1cb187abf927c88b89470d08615f5ac', N'd7d6e2e4e2934f2c9385a623fd98c6f3', N'数据字典', N'/isystem/dict', N'system/DictList', NULL, NULL, N'1', NULL, NULL, N'5', N'0', NULL, N'1', N'0', N'0', N'0', NULL, NULL, NULL, N'2018-12-28 13:54:43.0000000', N'admin', N'2020-02-23 22:45:25.0000000', N'0', N'0', NULL, N'0')
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'f23d9bfff4d9aa6b68569ba2cff38415', N'540a2936940846cb98114ffb0d145cb8', N'标准列表', N'/list/basic-list', N'examples/list/StandardList', NULL, NULL, N'1', NULL, NULL, N'6', NULL, NULL, N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'f2849d3814fc97993bfc519ae6bbf049', N'e41b69c57a941a3bbcce45032fe57605', N'AUTO复制表单', N'/online/copyform/:code', N'modules/online/cgform/OnlCgformCopyList', NULL, NULL, N'1', NULL, N'1', N'1', N'0', NULL, N'1', N'1', N'0', N'1', NULL, NULL, N'admin', N'2019-08-29 16:05:37.0000000', NULL, NULL, N'0', N'0', N'1', NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'f780d0d3083d849ccbdb1b1baee4911d', N'5c8042bd6c601270b2bbd9b20bccc68b', N'模板管理', N'/modules/message/sysMessageTemplateList', N'modules/message/SysMessageTemplateList', NULL, NULL, N'1', NULL, NULL, N'1', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-09 11:50:31.0000000', N'admin', N'2019-04-12 10:16:34.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'fb07ca05a3e13674dbf6d3245956da2e', N'540a2936940846cb98114ffb0d145cb8', N'搜索列表', N'/list/search', N'examples/list/search/SearchLayout', NULL, N'/list/search/article', N'1', NULL, NULL, N'8', N'0', NULL, N'1', N'0', NULL, N'0', NULL, NULL, NULL, N'2018-12-25 20:34:38.0000000', N'admin', N'2019-02-12 15:09:13.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'fb367426764077dcf94640c843733985', N'2a470fc0c3954d9dbb61de6d80846549', N'一对多示例', N'/jeecg/JeecgOrderMainList', N'jeecg/JeecgOrderMainList', NULL, NULL, N'1', NULL, NULL, N'2', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-02-15 16:24:11.0000000', N'admin', N'2019-02-18 10:50:14.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'fba41089766888023411a978d13c0aa4', N'e41b69c57a941a3bbcce45032fe57605', N'AUTO树表单列表', N'/online/cgformTreeList/:code', N'modules/online/cgform/auto/OnlCgformTreeList', NULL, NULL, N'1', NULL, N'1', N'9', N'0', NULL, N'1', N'1', NULL, N'1', NULL, NULL, N'admin', N'2019-05-21 14:46:50.0000000', N'admin', N'2019-06-11 13:52:52.0000000', N'0', N'0', N'1', NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'fc810a2267dd183e4ef7c71cc60f4670', N'700b7f95165c46cc7a78bf227aa8fed3', N'请求追踪', N'/monitor/HttpTrace', N'modules/monitor/HttpTrace', NULL, NULL, N'1', NULL, NULL, N'4', N'0', NULL, N'1', N'1', NULL, N'0', NULL, NULL, N'admin', N'2019-04-02 09:46:19.0000000', N'admin', N'2019-04-02 11:37:27.0000000', N'0', N'0', NULL, NULL)
GO
INSERT INTO [dbo].[sys_permission_v2] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'fedfbf4420536cacc0218557d263dfea', N'6e73eb3c26099c191bf03852ee1310a1', N'新消息通知', N'/account/settings/notification', N'account/settings/Notification', NULL, NULL, N'1', N'NotificationSettings', NULL, NULL, NULL, N'', N'1', N'1', NULL, NULL, NULL, NULL, NULL, N'2018-12-26 19:02:05.0000000', NULL, NULL, N'0', N'0', NULL, NULL)
GO
-- ----------------------------
-- Table structure for sys_position
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_position]') AND type IN ('U'))
DROP TABLE [dbo].[sys_position]
GO
CREATE TABLE [dbo].[sys_position] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[post_rank] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL,
[company_id] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[sys_org_code] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[tenant_id] int NULL
)
GO
ALTER TABLE [dbo].[sys_position] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'职务编码',
'SCHEMA', N'dbo',
'TABLE', N'sys_position',
'COLUMN', N'code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'职务名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_position',
'COLUMN', N'name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'职级',
'SCHEMA', N'dbo',
'TABLE', N'sys_position',
'COLUMN', N'post_rank'
GO
EXEC sp_addextendedproperty
'MS_Description', N'公司id',
'SCHEMA', N'dbo',
'TABLE', N'sys_position',
'COLUMN', N'company_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'sys_position',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_position',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改人',
'SCHEMA', N'dbo',
'TABLE', N'sys_position',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_position',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'组织机构编码',
'SCHEMA', N'dbo',
'TABLE', N'sys_position',
'COLUMN', N'sys_org_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'租户ID',
'SCHEMA', N'dbo',
'TABLE', N'sys_position',
'COLUMN', N'tenant_id'
GO
-- ----------------------------
-- Records of sys_position
-- ----------------------------
INSERT INTO [dbo].[sys_position] ([id], [code], [name], [post_rank], [company_id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id]) VALUES (N'1185040064792571906', N'devleader', N'研发部经理', N'2', NULL, N'admin', N'2019-10-18 11:49:03.0000000', N'admin', N'2022-10-25 11:09:06.0000000', N'A01', N'0')
GO
INSERT INTO [dbo].[sys_position] ([id], [code], [name], [post_rank], [company_id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [tenant_id]) VALUES (N'1256485574212153345', N'总经理', N'laozong', N'5', NULL, N'admin', N'2020-05-02 15:28:00.0000000', N'admin', N'2022-10-25 00:16:17.0000000', N'北京国炬公司', N'0')
GO
-- ----------------------------
-- Table structure for sys_quartz_job
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_quartz_job]') AND type IN ('U'))
DROP TABLE [dbo].[sys_quartz_job]
GO
CREATE TABLE [dbo].[sys_quartz_job] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[del_flag] int NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[job_class_name] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[cron_expression] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[parameter] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[description] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[status] int NULL
)
GO
ALTER TABLE [dbo].[sys_quartz_job] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'sys_quartz_job',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_quartz_job',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'删除状态',
'SCHEMA', N'dbo',
'TABLE', N'sys_quartz_job',
'COLUMN', N'del_flag'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改人',
'SCHEMA', N'dbo',
'TABLE', N'sys_quartz_job',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'修改时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_quartz_job',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'任务类名',
'SCHEMA', N'dbo',
'TABLE', N'sys_quartz_job',
'COLUMN', N'job_class_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'cron表达式',
'SCHEMA', N'dbo',
'TABLE', N'sys_quartz_job',
'COLUMN', N'cron_expression'
GO
EXEC sp_addextendedproperty
'MS_Description', N'参数',
'SCHEMA', N'dbo',
'TABLE', N'sys_quartz_job',
'COLUMN', N'parameter'
GO
EXEC sp_addextendedproperty
'MS_Description', N'描述',
'SCHEMA', N'dbo',
'TABLE', N'sys_quartz_job',
'COLUMN', N'description'
GO
EXEC sp_addextendedproperty
'MS_Description', N'状态 0正常 -1停止',
'SCHEMA', N'dbo',
'TABLE', N'sys_quartz_job',
'COLUMN', N'status'
GO
-- ----------------------------
-- Records of sys_quartz_job
-- ----------------------------
INSERT INTO [dbo].[sys_quartz_job] ([id], [create_by], [create_time], [del_flag], [update_by], [update_time], [job_class_name], [cron_expression], [parameter], [description], [status]) VALUES (N'5b3d2c087ad41aa755fc4f89697b01e7', N'admin', N'2019-04-11 19:04:21.0000000', N'0', N'admin', N'2020-05-02 15:48:48.0000000', N'org.jeecg.modules.message.job.SendMsgJob', N'0/50 * * * * ? *', NULL, NULL, N'-1')
GO
INSERT INTO [dbo].[sys_quartz_job] ([id], [create_by], [create_time], [del_flag], [update_by], [update_time], [job_class_name], [cron_expression], [parameter], [description], [status]) VALUES (N'a253cdfc811d69fa0efc70d052bc8128', N'admin', N'2019-03-30 12:44:48.0000000', N'0', N'admin', N'2020-05-02 15:48:49.0000000', N'org.jeecg.modules.quartz.job.SampleJob', N'0/1 * * * * ?', NULL, NULL, N'-1')
GO
INSERT INTO [dbo].[sys_quartz_job] ([id], [create_by], [create_time], [del_flag], [update_by], [update_time], [job_class_name], [cron_expression], [parameter], [description], [status]) VALUES (N'df26ecacf0f75d219d746750fe84bbee', NULL, NULL, N'0', N'admin', N'2020-05-02 15:40:35.0000000', N'org.jeecg.modules.quartz.job.SampleParamJob', N'0/1 * * * * ?', N'scott', N'带参测试 后台将每隔1秒执行输出日志', N'-1')
GO
-- ----------------------------
-- Table structure for sys_role
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_role]') AND type IN ('U'))
DROP TABLE [dbo].[sys_role]
GO
CREATE TABLE [dbo].[sys_role] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[role_name] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL,
[role_code] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL,
[description] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[tenant_id] int NULL
)
GO
ALTER TABLE [dbo].[sys_role] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键id',
'SCHEMA', N'dbo',
'TABLE', N'sys_role',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'角色名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_role',
'COLUMN', N'role_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'角色编码',
'SCHEMA', N'dbo',
'TABLE', N'sys_role',
'COLUMN', N'role_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'描述',
'SCHEMA', N'dbo',
'TABLE', N'sys_role',
'COLUMN', N'description'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'sys_role',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_role',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'sys_role',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_role',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'租户ID',
'SCHEMA', N'dbo',
'TABLE', N'sys_role',
'COLUMN', N'tenant_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'角色表',
'SCHEMA', N'dbo',
'TABLE', N'sys_role'
GO
-- ----------------------------
-- Records of sys_role
-- ----------------------------
INSERT INTO [dbo].[sys_role] ([id], [role_name], [role_code], [description], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1169504891467464705', N'第三方登录角色', N'third_role', N'第三方登录角色', N'admin', N'2019-09-05 14:57:49.0000000', N'admin', N'2020-05-02 18:20:58.0000000', N'0')
GO
INSERT INTO [dbo].[sys_role] ([id], [role_name], [role_code], [description], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1260924539346472962', N'财务出纳', N'caiwu', NULL, N'admin', N'2020-05-14 21:26:52.0000000', NULL, NULL, N'0')
GO
INSERT INTO [dbo].[sys_role] ([id], [role_name], [role_code], [description], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'1501570619841810433', N'Vue3角色', N'vue3', NULL, N'admin', N'2022-03-09 22:48:28.0000000', N'admin', N'2022-06-10 10:51:22.0000000', N'0')
GO
INSERT INTO [dbo].[sys_role] ([id], [role_name], [role_code], [description], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'e51758fa916c881624b046d26bd09230', N'人力资源部', N'hr', NULL, N'admin', N'2019-01-21 18:07:24.0000000', N'admin', N'2019-10-18 11:39:43.0000000', N'0')
GO
INSERT INTO [dbo].[sys_role] ([id], [role_name], [role_code], [description], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'ee8626f80f7c2619917b6236f3a7f02b', N'临时角色', N'test', N'这是新建的临时角色123', NULL, N'2018-12-20 10:59:04.0000000', N'admin', N'2019-02-19 15:08:37.0000000', N'0')
GO
INSERT INTO [dbo].[sys_role] ([id], [role_name], [role_code], [description], [create_by], [create_time], [update_by], [update_time], [tenant_id]) VALUES (N'f6817f48af4fb3af11b9e8bf182f618b', N'管理员', N'admin', N'管理员', NULL, N'2018-12-21 18:03:39.0000000', N'admin', N'2023-03-04 15:00:04.0000000', N'0')
GO
-- ----------------------------
-- Table structure for sys_role_index
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_role_index]') AND type IN ('U'))
DROP TABLE [dbo].[sys_role_index]
GO
CREATE TABLE [dbo].[sys_role_index] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[role_code] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[url] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[component] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[is_route] tinyint NULL,
[priority] int NULL,
[status] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[sys_role_index] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'角色编码',
'SCHEMA', N'dbo',
'TABLE', N'sys_role_index',
'COLUMN', N'role_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'路由地址',
'SCHEMA', N'dbo',
'TABLE', N'sys_role_index',
'COLUMN', N'url'
GO
EXEC sp_addextendedproperty
'MS_Description', N'组件',
'SCHEMA', N'dbo',
'TABLE', N'sys_role_index',
'COLUMN', N'component'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否路由菜单: 0:不是 1:是默认值1',
'SCHEMA', N'dbo',
'TABLE', N'sys_role_index',
'COLUMN', N'is_route'
GO
EXEC sp_addextendedproperty
'MS_Description', N'优先级',
'SCHEMA', N'dbo',
'TABLE', N'sys_role_index',
'COLUMN', N'priority'
GO
EXEC sp_addextendedproperty
'MS_Description', N'状态0:无效 1:有效',
'SCHEMA', N'dbo',
'TABLE', N'sys_role_index',
'COLUMN', N'status'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_role_index',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_role_index',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_role_index',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_role_index',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'所属部门',
'SCHEMA', N'dbo',
'TABLE', N'sys_role_index',
'COLUMN', N'sys_org_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'角色首页表',
'SCHEMA', N'dbo',
'TABLE', N'sys_role_index'
GO
-- ----------------------------
-- Records of sys_role_index
-- ----------------------------
INSERT INTO [dbo].[sys_role_index] ([id], [role_code], [url], [component], [is_route], [priority], [status], [create_by], [create_time], [update_by], [update_time], [sys_org_code]) VALUES (N'1549658299929718786', N'admin', N'222', N'22', N'1', N'0', N'0', N'admin', N'2022-07-20 15:31:45.0000000', N'admin', N'2022-07-20 15:31:55.0000000', N'A01')
GO
-- ----------------------------
-- Table structure for sys_role_permission
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_role_permission]') AND type IN ('U'))
DROP TABLE [dbo].[sys_role_permission]
GO
CREATE TABLE [dbo].[sys_role_permission] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[role_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[permission_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[data_rule_ids] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL,
[operate_date] datetime2(7) NULL,
[operate_ip] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[sys_role_permission] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'角色id',
'SCHEMA', N'dbo',
'TABLE', N'sys_role_permission',
'COLUMN', N'role_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'权限id',
'SCHEMA', N'dbo',
'TABLE', N'sys_role_permission',
'COLUMN', N'permission_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据权限ids',
'SCHEMA', N'dbo',
'TABLE', N'sys_role_permission',
'COLUMN', N'data_rule_ids'
GO
EXEC sp_addextendedproperty
'MS_Description', N'操作时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_role_permission',
'COLUMN', N'operate_date'
GO
EXEC sp_addextendedproperty
'MS_Description', N'操作ip',
'SCHEMA', N'dbo',
'TABLE', N'sys_role_permission',
'COLUMN', N'operate_ip'
GO
EXEC sp_addextendedproperty
'MS_Description', N'角色权限表',
'SCHEMA', N'dbo',
'TABLE', N'sys_role_permission'
GO
-- ----------------------------
-- Records of sys_role_permission
-- ----------------------------
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'00b0748f04d3ea52c8cfa179c1c9d384', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'd7d6e2e4e2934f2c9385a623fd98c6f3', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'00b82058779cca5106fbb84783534c9b', N'f6817f48af4fb3af11b9e8bf182f618b', N'4148ec82b6acd69f470bea75fe41c357', N'', NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'0254c0b25694ad5479e6d6935bbc176e', N'f6817f48af4fb3af11b9e8bf182f618b', N'944abf0a8fc22fe1f1154a389a574154', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'09bd4fc30ffe88c4a44ed3868f442719', N'f6817f48af4fb3af11b9e8bf182f618b', N'e6bfd1fcabfd7942fdd05f076d1dad38', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'0c2d2db76ee3aa81a4fe0925b0f31365', N'f6817f48af4fb3af11b9e8bf182f618b', N'024f1fd1283dc632458976463d8984e1', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'0c6b8facbb1cc874964c87a8cf01e4b1', N'f6817f48af4fb3af11b9e8bf182f618b', N'841057b8a1bef8f6b4b20f9a618a7fa6', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'0c6e1075e422972083c3e854d9af7851', N'f6817f48af4fb3af11b9e8bf182f618b', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'0d9d14bc66e9d5e99b0280095fdc8587', N'ee8626f80f7c2619917b6236f3a7f02b', N'277bfabef7d76e89b33062b16a9a5020', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'0dec36b68c234767cd35466efef3b941', N'ee8626f80f7c2619917b6236f3a7f02b', N'54dd5457a3190740005c1bfec55b1c34', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'0e1469997af2d3b97fff56a59ee29eeb', N'f6817f48af4fb3af11b9e8bf182f618b', N'e41b69c57a941a3bbcce45032fe57605', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'0f861cb988fdc639bb1ab943471f3a72', N'f6817f48af4fb3af11b9e8bf182f618b', N'97c8629abc7848eccdb6d77c24bb3ebb', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'105c2ac10741e56a618a82cd58c461d7', N'e51758fa916c881624b046d26bd09230', N'1663f3faba244d16c94552f849627d84', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'115a6673ae6c0816d3f60de221520274', N'21c5a3187763729408b40afb0d0fdfa8', N'63b551e81c5956d5c861593d366d8c57', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1185039870491439105', N'f6817f48af4fb3af11b9e8bf182f618b', N'1174506953255182338', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1185039870529187841', N'f6817f48af4fb3af11b9e8bf182f618b', N'1174590283938041857', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1185039870537576450', N'f6817f48af4fb3af11b9e8bf182f618b', N'1166535831146504193', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1197431682208206850', N'f6817f48af4fb3af11b9e8bf182f618b', N'1192318987661234177', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1197795315916271617', N'f6817f48af4fb3af11b9e8bf182f618b', N'109c78a583d4693ce2f16551b7786786', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1197795316268593154', N'f6817f48af4fb3af11b9e8bf182f618b', N'9fe26464838de2ea5e90f2367e35efa0', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1209423530518761473', N'f6817f48af4fb3af11b9e8bf182f618b', N'1205097455226462210', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1209423530594258945', N'f6817f48af4fb3af11b9e8bf182f618b', N'1205098241075453953', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1209423530606841858', N'f6817f48af4fb3af11b9e8bf182f618b', N'1205306106780364802', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1209423580355481602', N'f6817f48af4fb3af11b9e8bf182f618b', N'190c2b43bec6a5f7a4194a85db67d96a', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1209654501558046722', N'f6817f48af4fb3af11b9e8bf182f618b', N'f2849d3814fc97993bfc519ae6bbf049', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1231590078632955905', N'f6817f48af4fb3af11b9e8bf182f618b', N'1224641973866467330', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1231590078658121729', N'f6817f48af4fb3af11b9e8bf182f618b', N'1209731624921534465', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1231590078662316033', N'f6817f48af4fb3af11b9e8bf182f618b', N'1229674163694841857', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1232123957949304833', N'ee8626f80f7c2619917b6236f3a7f02b', N'f0675b52d89100ee88472b6800754a08', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1232123957978664962', N'ee8626f80f7c2619917b6236f3a7f02b', N'1232123780958064642', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1232123957978664963', N'ee8626f80f7c2619917b6236f3a7f02b', N'020b06793e4de2eee0007f603000c769', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1232123957987053570', N'ee8626f80f7c2619917b6236f3a7f02b', N'2aeddae571695cd6380f6d6d334d6e7d', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1232124727411150850', N'f6817f48af4fb3af11b9e8bf182f618b', N'1232123780958064642', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1232125488694104066', N'ee8626f80f7c2619917b6236f3a7f02b', N'e41b69c57a941a3bbcce45032fe57605', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1260923306820882434', N'f6817f48af4fb3af11b9e8bf182f618b', N'1260923256208216065', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1260923306841853953', N'f6817f48af4fb3af11b9e8bf182f618b', N'1260922988733255681', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1260928399955836929', N'f6817f48af4fb3af11b9e8bf182f618b', N'1260928341675982849', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1260929736852488194', N'ee8626f80f7c2619917b6236f3a7f02b', N'1260929666434318338', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1260931414095937537', N'ee8626f80f7c2619917b6236f3a7f02b', N'1260931366557696001', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1269526122208522241', N'f6817f48af4fb3af11b9e8bf182f618b', N'1267412134208319489', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'126ea9faebeec2b914d6d9bef957afb6', N'f6817f48af4fb3af11b9e8bf182f618b', N'f1cb187abf927c88b89470d08615f5ac', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1281494164924653569', N'f6817f48af4fb3af11b9e8bf182f618b', N'1280350452934307841', NULL, N'2020-07-10 15:43:13.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1281494164945625089', N'f6817f48af4fb3af11b9e8bf182f618b', N'1280464606292099074', NULL, N'2020-07-10 15:43:13.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1281494684632473602', N'f6817f48af4fb3af11b9e8bf182f618b', N'1265162119913824258', NULL, N'2020-07-10 15:45:16.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1303585080082485250', N'f6817f48af4fb3af11b9e8bf182f618b', N'1287715272999944193', NULL, N'2020-09-09 14:44:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1303585080103456769', N'f6817f48af4fb3af11b9e8bf182f618b', N'1287715783966834689', NULL, N'2020-09-09 14:44:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1303585080116039682', N'f6817f48af4fb3af11b9e8bf182f618b', N'1287716451494510593', NULL, N'2020-09-09 14:44:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1303585080124428290', N'f6817f48af4fb3af11b9e8bf182f618b', N'1287718919049691137', NULL, N'2020-09-09 14:44:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1303585080128622593', N'f6817f48af4fb3af11b9e8bf182f618b', N'1287718938179911682', NULL, N'2020-09-09 14:44:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1303585080141205506', N'f6817f48af4fb3af11b9e8bf182f618b', N'1287718956957810689', NULL, N'2020-09-09 14:44:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1335960787783098369', N'f6817f48af4fb3af11b9e8bf182f618b', N'1335960713267093506', NULL, N'2020-12-07 22:54:07.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1372092783227596802', N'f6817f48af4fb3af11b9e8bf182f618b', N'1352200630711652354', NULL, N'2021-03-17 15:49:46.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1372092783240179713', N'f6817f48af4fb3af11b9e8bf182f618b', N'1365187528377102337', NULL, N'2021-03-17 15:49:46.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1400734738941505537', N'f6817f48af4fb3af11b9e8bf182f618b', N'1400726868091015170', NULL, N'2021-06-04 16:42:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184491288727554', N'f6817f48af4fb3af11b9e8bf182f618b', N'1404684556047024130', NULL, N'2021-08-16 16:24:33.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184491297116161', N'f6817f48af4fb3af11b9e8bf182f618b', N'1387612436586065922', NULL, N'2021-08-16 16:24:33.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775947751425', N'ee8626f80f7c2619917b6236f3a7f02b', N'1352200630711652354', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775956140034', N'ee8626f80f7c2619917b6236f3a7f02b', N'1205097455226462210', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775956140035', N'ee8626f80f7c2619917b6236f3a7f02b', N'1335960713267093506', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775964528642', N'ee8626f80f7c2619917b6236f3a7f02b', N'1205098241075453953', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775964528643', N'ee8626f80f7c2619917b6236f3a7f02b', N'1205306106780364802', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775972917250', N'ee8626f80f7c2619917b6236f3a7f02b', N'109c78a583d4693ce2f16551b7786786', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775972917251', N'ee8626f80f7c2619917b6236f3a7f02b', N'1192318987661234177', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775972917252', N'ee8626f80f7c2619917b6236f3a7f02b', N'1224641973866467330', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775977111554', N'ee8626f80f7c2619917b6236f3a7f02b', N'1229674163694841857', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775977111555', N'ee8626f80f7c2619917b6236f3a7f02b', N'1209731624921534465', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775977111556', N'ee8626f80f7c2619917b6236f3a7f02b', N'1304032910990495745', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775977111557', N'ee8626f80f7c2619917b6236f3a7f02b', N'190c2b43bec6a5f7a4194a85db67d96a', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775977111558', N'ee8626f80f7c2619917b6236f3a7f02b', N'1280350452934307841', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775977111559', N'ee8626f80f7c2619917b6236f3a7f02b', N'1174506953255182338', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775977111560', N'ee8626f80f7c2619917b6236f3a7f02b', N'5c2f42277948043026b7a14692456828', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775985500162', N'ee8626f80f7c2619917b6236f3a7f02b', N'1174590283938041857', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775985500163', N'ee8626f80f7c2619917b6236f3a7f02b', N'ebb9d82ea16ad864071158e0c449d186', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775985500164', N'ee8626f80f7c2619917b6236f3a7f02b', N'1404684556047024130', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775985500165', N'ee8626f80f7c2619917b6236f3a7f02b', N'1265162119913824258', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775989694465', N'ee8626f80f7c2619917b6236f3a7f02b', N'841057b8a1bef8f6b4b20f9a618a7fa6', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775989694466', N'ee8626f80f7c2619917b6236f3a7f02b', N'700b7f95165c46cc7a78bf227aa8fed3', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775989694467', N'ee8626f80f7c2619917b6236f3a7f02b', N'8d1ebd663688965f1fd86a2f0ead3416', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775989694468', N'ee8626f80f7c2619917b6236f3a7f02b', N'024f1fd1283dc632458976463d8984e1', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775989694469', N'ee8626f80f7c2619917b6236f3a7f02b', N'8b3bff2eee6f1939147f5c68292a1642', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775998083074', N'ee8626f80f7c2619917b6236f3a7f02b', N'd07a2c87a451434c99ab06296727ec4f', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775998083075', N'ee8626f80f7c2619917b6236f3a7f02b', N'fc810a2267dd183e4ef7c71cc60f4670', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775998083076', N'ee8626f80f7c2619917b6236f3a7f02b', N'97c8629abc7848eccdb6d77c24bb3ebb', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775998083077', N'ee8626f80f7c2619917b6236f3a7f02b', N'1287715272999944193', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184775998083078', N'ee8626f80f7c2619917b6236f3a7f02b', N'1287715783966834689', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776006471682', N'ee8626f80f7c2619917b6236f3a7f02b', N'1287716451494510593', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776006471683', N'ee8626f80f7c2619917b6236f3a7f02b', N'1287718919049691137', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776006471684', N'ee8626f80f7c2619917b6236f3a7f02b', N'1287718938179911682', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776006471685', N'ee8626f80f7c2619917b6236f3a7f02b', N'1287718956957810689', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776006471686', N'ee8626f80f7c2619917b6236f3a7f02b', N'1166535831146504193', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776006471687', N'ee8626f80f7c2619917b6236f3a7f02b', N'9a90363f216a6a08f32eecb3f0bf12a3', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776014860289', N'ee8626f80f7c2619917b6236f3a7f02b', N'4356a1a67b564f0988a484f5531fd4d9', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776014860290', N'ee8626f80f7c2619917b6236f3a7f02b', N'655563cd64b75dcf52ef7bcdd4836953', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776014860291', N'ee8626f80f7c2619917b6236f3a7f02b', N'1365187528377102337', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776014860292', N'ee8626f80f7c2619917b6236f3a7f02b', N'6ad53fd1b220989a8b71ff482d683a5a', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776014860293', N'ee8626f80f7c2619917b6236f3a7f02b', N'7960961b0063228937da5fa8dd73d371', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776014860294', N'ee8626f80f7c2619917b6236f3a7f02b', N'1387612436586065922', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776014860295', N'ee8626f80f7c2619917b6236f3a7f02b', N'043780fa095ff1b2bec4dc406d76f023', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776023248897', N'ee8626f80f7c2619917b6236f3a7f02b', N'0620e402857b8c5b605e1ad9f4b89350', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776023248898', N'ee8626f80f7c2619917b6236f3a7f02b', N'c431130c0bc0ec71b0a5be37747bb36a', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1427184776023248899', N'ee8626f80f7c2619917b6236f3a7f02b', N'e1979bb53e9ea51cecc74d86fd9d2f64', NULL, N'2021-08-16 16:25:41.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'145eac8dd88eddbd4ce0a800ab40a92c', N'e51758fa916c881624b046d26bd09230', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1496429874513534978', N'f6817f48af4fb3af11b9e8bf182f618b', N'1494641317580423169', NULL, N'2022-02-23 18:20:59.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988789567490', N'1501570619841810433', N'1438108176273760258', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988802150402', N'1501570619841810433', N'1438108176814825473', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988810539010', N'1501570619841810433', N'9502685863ab87f0ad1134142788a385', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988814733313', N'1501570619841810433', N'd7d6e2e4e2934f2c9385a623fd98c6f3', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988814733314', N'1501570619841810433', N'3f915b2769fc80648e92d04e84ca059d', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988823121922', N'1501570619841810433', N'1214376304951664642', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988823121923', N'1501570619841810433', N'1214462306546319362', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988831510529', N'1501570619841810433', N'1a0811914300741f4e11838ff37a1d3a', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988831510530', N'1501570619841810433', N'190c2b43bec6a5f7a4194a85db67d96a', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988831510531', N'1501570619841810433', N'1170592628746878978', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988831510532', N'1501570619841810433', N'45c966826eeff4c99b8f8ebfe74511fc', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988831510533', N'1501570619841810433', N'5c2f42277948043026b7a14692456828', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988831510534', N'1501570619841810433', N'1438782851980210178', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988839899138', N'1501570619841810433', N'1438782530717495298', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988839899139', N'1501570619841810433', N'1438782641187074050', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988839899140', N'1501570619841810433', N'1455735714507472898', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988844093442', N'1501570619841810433', N'1442055284830769154', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988844093443', N'1501570619841810433', N'1280350452934307841', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988844093444', N'1501570619841810433', N'1439398677984878593', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988844093445', N'1501570619841810433', N'1439399179791409153', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988844093446', N'1501570619841810433', N'1439488251473993730', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988844093447', N'1501570619841810433', N'1438469604861403137', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988852482050', N'1501570619841810433', N'1439511654494937090', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988856676354', N'1501570619841810433', N'1439531077792473089', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988856676355', N'1501570619841810433', N'1439533711676973057', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988860870657', N'1501570619841810433', N'1439784356766064642', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988860870658', N'1501570619841810433', N'1439797053314342913', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988860870659', N'1501570619841810433', N'1439839507094740994', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988869259265', N'1501570619841810433', N'1439842640030113793', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988869259267', N'1501570619841810433', N'1439542701152575489', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988873453570', N'1501570619841810433', N'1447763172274495489', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988873453571', N'1501570619841810433', N'1447763517847396354', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988873453573', N'1501570619841810433', N'1448252726202859522', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988873453574', N'1501570619841810433', N'1438108196993622018', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988873453575', N'1501570619841810433', N'1438108197958311537', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988873453576', N'1501570619841810433', N'1438108197270446081', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988873453577', N'1501570619841810433', N'1447535997560909826', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988873453578', N'1501570619841810433', N'1438783058792951810', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988881842177', N'1501570619841810433', N'1438108198679732226', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988881842178', N'1501570619841810433', N'1441340399835742209', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988881842179', N'1501570619841810433', N'1441357157443371009', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988881842180', N'1501570619841810433', N'1453250018282573826', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988881842181', N'1501570619841810433', N'1458389305235984385', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988881842182', N'1501570619841810433', N'1455067599277662209', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988890230785', N'1501570619841810433', N'1455019819440021505', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988890230786', N'1501570619841810433', N'1454034512171302914', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988890230787', N'1501570619841810433', N'1454031820661260289', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988898619394', N'1501570619841810433', N'1454031324835807233', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988898619395', N'1501570619841810433', N'1450308897429536769', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988898619396', N'1501570619841810433', N'1441361249200832513', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988907008001', N'1501570619841810433', N'1438108197958315557', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988907008002', N'1501570619841810433', N'1438108178127642626', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988907008003', N'1501570619841810433', N'1438108178781954049', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988907008004', N'1501570619841810433', N'1438108178781954050', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988907008005', N'1501570619841810433', N'1438108200672026626', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988911202306', N'1501570619841810433', N'1438108180258349057', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988911202307', N'1501570619841810433', N'1438108197790539778', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988911202308', N'1501570619841810433', N'1438108197958311937', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988911202309', N'1501570619841810433', N'1438108202366525441', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988911202310', N'1501570619841810433', N'1438108203649982466', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988911202311', N'1501570619841810433', N'1438108204400762881', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988911202312', N'1501570619841810433', N'1438108204576923649', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988911202313', N'1501570619841810433', N'1438108204732112898', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988911202314', N'1501570619841810433', N'1438108198113501186', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988919590914', N'1501570619841810433', N'1438108204232990721', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988919590915', N'1501570619841810433', N'1438108204023275521', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501570988919590916', N'1501570619841810433', N'1438108203817754625', NULL, N'2022-03-09 22:49:56.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514077577222', N'1501570619841810433', N'1438108205004742657', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514077577223', N'1501570619841810433', N'1438108205180903426', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514077577224', N'1501570619841810433', N'1438108205357064193', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514077577225', N'1501570619841810433', N'1438108205587750914', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514077577226', N'1501570619841810433', N'1438108205742940161', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514077577227', N'1501570619841810433', N'1438108205919100930', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514077577228', N'1501570619841810433', N'1438108206086873089', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514085965825', N'1501570619841810433', N'1438108206258839553', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514085965826', N'1501570619841810433', N'1438108206489526274', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514085965827', N'1501570619841810433', N'1438108206661492738', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514085965828', N'1501570619841810433', N'1438108206959288321', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514085965829', N'1501570619841810433', N'1438108207160614913', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514085965830', N'1501570619841810433', N'1438108207374524418', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514085965831', N'1501570619841810433', N'1438108207563268097', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514085965832', N'1501570619841810433', N'1438108207793954818', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514085965833', N'1501570619841810433', N'1438108208024641538', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514085965834', N'1501570619841810433', N'1438108208297271297', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514094354434', N'1501570619841810433', N'1438108199413735425', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514094354435', N'1501570619841810433', N'1438108208817364993', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514094354436', N'1501570619841810433', N'1438108208980942850', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514094354437', N'1501570619841810433', N'1438108209228406785', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514094354438', N'1501570619841810433', N'1438108199539564546', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548738', N'1501570619841810433', N'1438108210117599234', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548739', N'1501570619841810433', N'1438108210260205570', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548740', N'1501570619841810433', N'1438108211325558785', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548741', N'1501570619841810433', N'1438108211661103106', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548742', N'1501570619841810433', N'1438108211778543618', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548743', N'1501570619841810433', N'1438108214882328577', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548744', N'1501570619841810433', N'1438108215335313409', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548745', N'1501570619841810433', N'1438108197958311637', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548746', N'1501570619841810433', N'1438108200076435458', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548747', N'1501570619841810433', N'1438108200391008257', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548748', N'1501570619841810433', N'1438108197958311677', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548749', N'1501570619841810433', N'1438108178643542017', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548750', N'1501570619841810433', N'1438108179226550273', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514098548751', N'1501570619841810433', N'1438108179381739521', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937345', N'1501570619841810433', N'1438108198855892993', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937346', N'1501570619841810433', N'1438108179599843330', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937347', N'1501570619841810433', N'1438108199120134145', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937348', N'1501570619841810433', N'1438108179910221825', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937349', N'1501570619841810433', N'1438108198339993602', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937350', N'1501570619841810433', N'1438108199304683521', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937351', N'1501570619841810433', N'1438108180077993985', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937352', N'1501570619841810433', N'1438108180434509826', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937353', N'1501570619841810433', N'1438108180631642113', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937354', N'1501570619841810433', N'1438108182116425729', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937355', N'1501570619841810433', N'1438108201150177281', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937356', N'1501570619841810433', N'1438108201502498817', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514106937358', N'1501570619841810433', N'1438108202060341249', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514115325954', N'1501570619841810433', N'1438108199631839234', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514115325955', N'1501570619841810433', N'1438108215511474177', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514115325956', N'1501570619841810433', N'1438108215687634945', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514115325957', N'1501570619841810433', N'1438108215989624834', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514115325958', N'1501570619841810433', N'1438108200802050050', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514115325959', N'1501570619841810433', N'1438108216300003330', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514115325960', N'1501570619841810433', N'1438108216597798914', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514115325961', N'1501570619841810433', N'1438108200919490562', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514115325962', N'1501570619841810433', N'1438108216971091969', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514115325963', N'1501570619841810433', N'1438108217449242626', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514115325964', N'1501570619841810433', N'1438108183219527682', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514115325965', N'1501570619841810433', N'1438108185660612609', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714561', N'1501570619841810433', N'1438108185815801858', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714562', N'1501570619841810433', N'1438108185958408193', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714563', N'1501570619841810433', N'1438108186289758209', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714564', N'1501570619841810433', N'1438108178010202113', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714565', N'1501570619841810433', N'1438108178257666049', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714566', N'1501570619841810433', N'1438108176932265985', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714567', N'1501570619841810433', N'1438108177074872321', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714568', N'1501570619841810433', N'1438108177351696386', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714569', N'1501570619841810433', N'1438108177565605889', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714570', N'1501570619841810433', N'1438108177188118529', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714571', N'1501570619841810433', N'1438108177720795137', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714572', N'1501570619841810433', N'1438108177880178689', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714573', N'1501570619841810433', N'1438108178421243905', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714574', N'1501570619841810433', N'1438108225263230978', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514123714575', N'1501570619841810433', N'1438108180770054145', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514132103169', N'1501570619841810433', N'1438108183085309954', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501572514165657602', N'1501570619841810433', N'1438108225451974658', NULL, N'2022-03-09 22:56:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194927464450', N'1501570619841810433', N'1438108187455774722', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194935853057', N'1501570619841810433', N'1438108187678072833', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194935853058', N'1501570619841810433', N'1438108189062193153', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194935853059', N'1501570619841810433', N'1438108189427097601', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047361', N'1501570619841810433', N'1438108189754253313', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047362', N'1501570619841810433', N'1438108187871010818', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047363', N'1501570619841810433', N'1438108190110769154', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047364', N'1501570619841810433', N'1438108190404370433', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047365', N'1501570619841810433', N'1438108188034588674', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047366', N'1501570619841810433', N'1438108190777663490', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047367', N'1501570619841810433', N'1438108191356477442', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047368', N'1501570619841810433', N'1438108188378521602', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047369', N'1501570619841810433', N'1438108192623157249', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047370', N'1501570619841810433', N'1438108193701093378', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047371', N'1501570619841810433', N'1438108188542099458', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047372', N'1501570619841810433', N'1438108194992939010', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047373', N'1501570619841810433', N'1438108195307511809', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047374', N'1501570619841810433', N'1438108195487866881', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047375', N'1501570619841810433', N'1438108195638861825', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047376', N'1501570619841810433', N'1438108195924074497', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194940047377', N'1501570619841810433', N'1438108178911977473', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194948435969', N'1501570619841810433', N'1438108183630569474', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194948435970', N'1501570619841810433', N'1438108183630569477', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194948435971', N'1501570619841810433', N'1438108183907393538', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194948435972', N'1501570619841810433', N'1438108184049999873', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194948435973', N'1501570619841810433', N'1438108188714065922', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194948435974', N'1501570619841810433', N'1438108196263813121', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194948435975', N'1501570619841810433', N'1438108196528054273', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194952630273', N'1501570619841810433', N'1438108196855209985', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194952630274', N'1501570619841810433', N'1438108217562488834', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194952630275', N'1501570619841810433', N'1438108217860284417', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194952630276', N'1501570619841810433', N'1438108218049028097', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194952630277', N'1501570619841810433', N'1438108218409738242', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194952630278', N'1501570619841810433', N'1438108218787225601', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194952630279', N'1501570619841810433', N'1438108219034689538', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194952630280', N'1501570619841810433', N'1438108219240210434', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194952630281', N'1501570619841810433', N'1438108219445731330', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194952630282', N'1501570619841810433', N'1438108219592531970', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194952630283', N'1501570619841810433', N'1438108219793858561', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194961018881', N'1501570619841810433', N'1446778415130722306', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194961018882', N'1501570619841810433', N'1438108220137791489', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194961018883', N'1501570619841810433', N'1438108220418809857', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194961018884', N'1501570619841810433', N'1438108220523667458', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194961018885', N'1501570619841810433', N'1438108220896960513', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194965213185', N'1501570619841810433', N'1438108221127647234', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194965213186', N'1501570619841810433', N'1438108221270253570', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194965213187', N'1501570619841810433', N'1438108220724994049', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194965213188', N'1501570619841810433', N'1438108183395688450', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194965213189', N'1501570619841810433', N'1438115924159881218', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194965213190', N'1501570619841810433', N'1438116003012796418', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194965213191', N'1501570619841810433', N'1438108183492157442', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194965213192', N'1501570619841810433', N'1438108186717577217', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576194965213193', N'1501570619841810433', N'1438108187103453186', NULL, N'2022-03-09 23:10:37.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576319401824258', N'1501570619841810433', N'1443390062919208961', NULL, N'2022-03-09 23:11:07.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576319410212866', N'1501570619841810433', N'1438108223661006850', NULL, N'2022-03-09 23:11:07.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576319410212867', N'1501570619841810433', N'1438108223489040385', NULL, N'2022-03-09 23:11:07.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576319410212868', N'1501570619841810433', N'1449995470942593026', NULL, N'2022-03-09 23:11:07.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576319410212869', N'1501570619841810433', N'1438108222218166273', NULL, N'2022-03-09 23:11:07.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576319410212870', N'1501570619841810433', N'1438108221849067522', NULL, N'2022-03-09 23:11:07.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576319410212871', N'1501570619841810433', N'1438108221551271937', NULL, N'2022-03-09 23:11:07.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576319410212872', N'1501570619841810433', N'1438108222721482753', NULL, N'2022-03-09 23:11:07.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576328692207617', N'1501570619841810433', N'1443390062919208961', NULL, N'2022-03-09 23:11:09.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576328700596226', N'1501570619841810433', N'1438108223661006850', NULL, N'2022-03-09 23:11:09.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576328700596227', N'1501570619841810433', N'1438108223489040385', NULL, N'2022-03-09 23:11:09.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576328700596228', N'1501570619841810433', N'1449995470942593026', NULL, N'2022-03-09 23:11:09.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576328700596229', N'1501570619841810433', N'1438108222218166273', NULL, N'2022-03-09 23:11:09.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576328700596230', N'1501570619841810433', N'1438108221849067522', NULL, N'2022-03-09 23:11:09.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576328708984833', N'1501570619841810433', N'1438108221551271937', NULL, N'2022-03-09 23:11:09.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1501576328708984834', N'1501570619841810433', N'1438108222721482753', NULL, N'2022-03-09 23:11:09.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1522909726999498754', N'f6817f48af4fb3af11b9e8bf182f618b', N'121008911426059sc9473', NULL, N'2022-05-07 20:02:28.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1522909726999498755', N'f6817f48af4fb3af11b9e8bf182f618b', N'121008911426059sc9472', NULL, N'2022-05-07 20:02:28.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1522909726999498756', N'f6817f48af4fb3af11b9e8bf182f618b', N'121008911426059sc9471', NULL, N'2022-05-07 20:02:28.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1522910722202980354', N'f6817f48af4fb3af11b9e8bf182f618b', N'121008911426059sc94722', NULL, N'2022-05-07 20:06:25.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1523502432196915202', N'f6817f48af4fb3af11b9e8bf182f618b', N'121008911426059sc94711', NULL, N'2022-05-09 11:17:40.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'154edd0599bd1dc2c7de220b489cd1e2', N'f6817f48af4fb3af11b9e8bf182f618b', N'7ac9eb9ccbde2f7a033cd4944272bf1e', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1572775794261581825', N'1501570619841810433', N'1443391584864358402', NULL, N'2022-09-22 10:32:25.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1572775794269970434', N'1501570619841810433', N'1534418199197323265', NULL, N'2022-09-22 10:32:25.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1580834175006171137', N'1501570619841810433', N'1580833876002627585', NULL, N'2022-10-14 16:13:32.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1580834175006171138', N'1501570619841810433', N'1580834045490257922', NULL, N'2022-10-14 16:13:32.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1580835941080784898', N'1501570619841810433', N'1580835899477483522', NULL, N'2022-10-14 16:20:34.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1580861542625955842', N'f6817f48af4fb3af11b9e8bf182f618b', N'1170592628746878978', NULL, N'2022-10-14 18:02:17.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1580877977129570306', N'1501570619841810433', N'1580877931331964929', NULL, N'2022-10-14 19:07:36.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1580877977129570307', N'1501570619841810433', N'1580877743141933058', NULL, N'2022-10-14 19:07:36.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1580878701653643267', N'1501570619841810433', N'1580878668472504321', NULL, N'2022-10-14 19:10:28.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1580878704866480129', N'1501570619841810433', N'1580878668472504321', NULL, N'2022-10-14 19:10:29.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1587064040483061761', N'1501570619841810433', N'1455100420297859074', NULL, N'2022-10-31 20:48:48.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1587064040495644673', N'1501570619841810433', N'1461270075543347202', NULL, N'2022-10-31 20:48:48.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1587064040495644674', N'1501570619841810433', N'1458353686530232321', NULL, N'2022-10-31 20:48:48.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1587064040495644675', N'1501570619841810433', N'1457678003102879745', NULL, N'2022-10-31 20:48:48.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1587064040495644676', N'1501570619841810433', N'1509417558230999041', NULL, N'2022-10-31 20:48:48.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1587064040495644677', N'1501570619841810433', N'1452508868884353026', NULL, N'2022-10-31 20:48:48.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1587064040495644678', N'1501570619841810433', N'1461291438825558017', NULL, N'2022-10-31 20:48:48.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1587064040495644679', N'1501570619841810433', N'1460888189937176577', NULL, N'2022-10-31 20:48:48.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1587064040504033281', N'1501570619841810433', N'1455101470794850305', NULL, N'2022-10-31 20:48:48.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1587064040504033282', N'1501570619841810433', N'1465686870713782273', NULL, N'2022-10-31 20:48:48.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1590154918424719362', N'1501570619841810433', N'1590154870697734146', NULL, N'2022-11-09 09:30:51.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1592114400605859842', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592113148350263298', NULL, N'2022-11-14 19:17:08.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444602613761', N'1501570619841810433', N'1588513553652436993', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444602613762', N'1501570619841810433', N'1592114574275211265', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444602613763', N'1501570619841810433', N'1592114652566089729', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444602613764', N'1501570619841810433', N'1592114721138765826', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444602613765', N'1501570619841810433', N'1592114772665790465', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444602613766', N'1501570619841810433', N'1592114823467200514', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444602613767', N'1501570619841810433', N'1592114893302362114', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444602613768', N'1501570619841810433', N'1592114955650691074', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722625', N'1501570619841810433', N'1592115070432014338', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722626', N'1501570619841810433', N'1592115115361398786', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722627', N'1501570619841810433', N'1592115162379546625', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722628', N'1501570619841810433', N'1592115213910765570', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722629', N'1501570619841810433', N'1592120649007329281', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722630', N'1501570619841810433', N'1592120594695286785', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722631', N'1501570619841810433', N'1592120484120850434', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722632', N'1501570619841810433', N'1592120427007012865', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722633', N'1501570619841810433', N'1592120372296511490', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722634', N'1501570619841810433', N'1592120323667750914', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722635', N'1501570619841810433', N'1592113148350263298', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722636', N'1501570619841810433', N'1592112984361365505', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722637', N'1501570619841810433', N'1592115914493751297', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722638', N'1501570619841810433', N'1592116663936184322', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722639', N'1501570619841810433', N'1592118604640645122', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722640', N'1501570619841810433', N'1592118648315932674', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722641', N'1501570619841810433', N'1592119001883176961', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722642', N'1501570619841810433', N'1592120052866707457', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722643', N'1501570619841810433', N'1592120222727630849', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722644', N'1501570619841810433', N'1592117422006300673', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722645', N'1501570619841810433', N'1592117377299214337', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722646', N'1501570619841810433', N'1592117276539449345', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722647', N'1501570619841810433', N'1592117222764277761', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722648', N'1501570619841810433', N'1592115712466710529', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722649', N'1501570619841810433', N'1592118053634928641', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722650', N'1501570619841810433', N'1592117990305132545', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722651', N'1501570619841810433', N'1592117804359053314', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722652', N'1501570619841810433', N'1592117748209905665', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722653', N'1501570619841810433', N'1592117625664925697', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722654', N'1501570619841810433', N'1592118414990995457', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444669722655', N'1501570619841810433', N'1592118356778250241', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444732637186', N'1501570619841810433', N'1592118306983473154', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444732637187', N'1501570619841810433', N'1592118254844080130', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444732637188', N'1501570619841810433', N'1592118192218927105', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444732637189', N'1501570619841810433', N'1592118497606201346', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593150444732637190', N'1501570619841810433', N'1592115610431877122', NULL, N'2022-11-17 15:54:00.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006353473537', N'f6817f48af4fb3af11b9e8bf182f618b', N'1588513553652436993', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006353473538', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592114574275211265', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006353473539', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592114652566089729', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006353473540', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592115213910765570', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006353473541', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592115162379546625', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006353473542', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592115115361398786', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006353473543', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592115070432014338', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006353473544', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592114955650691074', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006353473545', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592114893302362114', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006353473546', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592114823467200514', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006353473547', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592114772665790465', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388098', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592114721138765826', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388099', N'f6817f48af4fb3af11b9e8bf182f618b', N'1260929666434318338', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388100', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592120323667750914', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388101', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592120372296511490', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388102', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592120427007012865', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388103', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592120484120850434', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388104', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592120594695286785', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388105', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592120649007329281', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388106', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592112984361365505', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388107', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592115914493751297', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388108', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592116663936184322', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388109', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592118604640645122', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388110', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592118648315932674', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388111', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592119001883176961', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388112', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592120052866707457', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388113', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592115712466710529', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388114', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592117222764277761', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388115', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592117276539449345', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388116', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592117377299214337', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388117', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592117422006300673', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388118', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592120222727630849', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388119', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592118053634928641', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388120', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592117990305132545', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388121', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592117804359053314', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388122', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592117748209905665', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388123', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592117625664925697', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388124', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592118192218927105', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388125', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592118254844080130', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388126', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592118306983473154', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388127', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592118356778250241', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388128', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592118414990995457', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153006416388129', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592118497606201346', NULL, N'2022-11-17 16:04:11.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153065098895362', N'f6817f48af4fb3af11b9e8bf182f618b', N'1235823781053313025', NULL, N'2022-11-17 16:04:25.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153065098895363', N'f6817f48af4fb3af11b9e8bf182f618b', N'1304032910990495745', NULL, N'2022-11-17 16:04:25.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1593153077300125697', N'f6817f48af4fb3af11b9e8bf182f618b', N'1592115610431877122', NULL, N'2022-11-17 16:04:28.0000000', N'0:0:0:0:0:0:0:1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286053158913', N'1501570619841810433', N'1592135223910765570', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286069936130', N'1501570619841810433', N'1593185714482880514', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286069936131', N'1501570619841810433', N'15c92115213910765570', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286069936132', N'1501570619841810433', N'1d592115213910765570', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286069936133', N'1501570619841810433', N'1592120224120850434', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286078324738', N'1501570619841810433', N'1597419994965786625', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286078324739', N'1501570619841810433', N'119213522910765570', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286078324740', N'1501570619841810433', N'1593160959633563650', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286086713346', N'1501570619841810433', N'1593160905216663554', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286086713347', N'1501570619841810433', N'1593161025790320641', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286086713348', N'1501570619841810433', N'1593161089787011074', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286090907650', N'1501570619841810433', N'1596335805278990338', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286090907651', N'1501570619841810433', N'1596141938193747970', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286090907652', N'1501570619841810433', N'1600105607009165314', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286090907653', N'1501570619841810433', N'1600108123037917186', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286090907654', N'1501570619841810433', N'1600129606082650113', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286095101953', N'1501570619841810433', N'1611620416187969538', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286095101954', N'1501570619841810433', N'1611620600003342337', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286095101955', N'1501570619841810433', N'1611620654621569026', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286095101956', N'1501570619841810433', N'1611620772498218641', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286095101957', N'1501570619841810433', N'1611620772498288641', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286095101958', N'1501570619841810433', N'1611650772498288641', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286099296258', N'1501570619841810433', N'1612438989792034818', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286099296259', N'1501570619841810433', N'1613620712498288641', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286099296260', N'1501570619841810433', N'1620261087828418562', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286099296261', N'1501570619841810433', N'1620305415648989186', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286099296262', N'1501570619841810433', N'1697220712498288641', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286099296263', N'1501570619841810433', N'1621620772498288641', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286099296264', N'1501570619841810433', N'1620327825894981634', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286099296265', N'1501570619841810433', N'1593161743607701505', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286099296266', N'1501570619841810433', N'1593161697348722689', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286099296267', N'1501570619841810433', N'1593161657385394177', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286099296268', N'1501570619841810433', N'1593161608362369026', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286099296269', N'1501570619841810433', N'1593161551202394114', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286099296270', N'1501570619841810433', N'1593161483627962370', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286107684866', N'1501570619841810433', N'1593161421350936578', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286107684867', N'1501570619841810433', N'1594930803956920321', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1631912286107684868', N'1501570619841810433', N'1593173018886709250', NULL, N'2023-03-04 14:59:43.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1632635480313671681', N'e51758fa916c881624b046d26bd09230', N'9502685863ab87f0ad1134142788a385', NULL, N'2023-03-06 14:53:26.0000000', N'127.0.0.1')
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'165acd6046a0eaf975099f46a3c898ea', N'f6817f48af4fb3af11b9e8bf182f618b', N'4f66409ef3bbd69c1d80469d6e2a885e', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1664b92dff13e1575e3a929caa2fa14d', N'f6817f48af4fb3af11b9e8bf182f618b', N'd2bbf9ebca5a8fa2e227af97d2da7548', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'16ef8ed3865ccc6f6306200760896c50', N'ee8626f80f7c2619917b6236f3a7f02b', N'e8af452d8948ea49d37c934f5100ae6a', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'17ead5b7d97ed365398ab20009a69ea3', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'e08cb190ef230d5d4f03824198773950', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1ac1688ef8456f384091a03d88a89ab1', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'693ce69af3432bd00be13c3971a57961', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1af4babaa4227c3cbb830bc5eb513abb', N'ee8626f80f7c2619917b6236f3a7f02b', N'e08cb190ef230d5d4f03824198773950', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1ba162bbc2076c25561f8622f610d5bf', N'ee8626f80f7c2619917b6236f3a7f02b', N'aedbf679b5773c1f25e9f7b10111da73', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1c1dbba68ef1817e7fb19c822d2854e8', N'f6817f48af4fb3af11b9e8bf182f618b', N'fb367426764077dcf94640c843733985', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1c55c4ced20765b8ebab383caa60f0b6', N'e51758fa916c881624b046d26bd09230', N'fb367426764077dcf94640c843733985', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1e099baeae01b747d67aca06bdfc34d1', N'e51758fa916c881624b046d26bd09230', N'6ad53fd1b220989a8b71ff482d683a5a', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1e47db875601fd97723254046b5bba90', N'f6817f48af4fb3af11b9e8bf182f618b', N'baf16b7174bd821b6bab23fa9abb200d', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'1fe4d408b85f19618c15bcb768f0ec22', N'1750a8fb3e6d90cb7957c02de1dc8e59', N'9502685863ab87f0ad1134142788a385', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'20e53c87a785688bdc0a5bb6de394ef1', N'f6817f48af4fb3af11b9e8bf182f618b', N'540a2936940846cb98114ffb0d145cb8', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'248d288586c6ff3bd14381565df84163', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'3f915b2769fc80648e92d04e84ca059d', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'25491ecbd5a9b34f09c8bc447a10ede1', N'f6817f48af4fb3af11b9e8bf182f618b', N'd07a2c87a451434c99ab06296727ec4f', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'25f5443f19c34d99718a016d5f54112e', N'ee8626f80f7c2619917b6236f3a7f02b', N'6e73eb3c26099c191bf03852ee1310a1', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'27489816708b18859768dfed5945c405', N'a799c3b1b12dd3ed4bd046bfaef5fe6e', N'9502685863ab87f0ad1134142788a385', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'2779cdea8367fff37db26a42c1a1f531', N'f6817f48af4fb3af11b9e8bf182f618b', N'fef097f3903caf3a3c3a6efa8de43fbb', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'296f9c75ca0e172ae5ce4c1022c996df', N'646c628b2b8295fbdab2d34044de0354', N'732d48f8e0abe99fe6a23d18a3171cd1', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'29fb4d37aa29b9fa400f389237cf9fe7', N'ee8626f80f7c2619917b6236f3a7f02b', N'05b3c82ddb2536a4a5ee1a4c46b5abef', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'29fb6b0ad59a7e911c8d27e0bdc42d23', N'f6817f48af4fb3af11b9e8bf182f618b', N'9a90363f216a6a08f32eecb3f0bf12a3', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'2ad37346c1b83ddeebc008f6987b2227', N'f6817f48af4fb3af11b9e8bf182f618b', N'8d1ebd663688965f1fd86a2f0ead3416', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'2c462293cbb0eab7e8ae0a3600361b5f', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'9502685863ab87f0ad1134142788a385', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'2dc1a0eb5e39aaa131ddd0082a492d76', N'ee8626f80f7c2619917b6236f3a7f02b', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'2ea2382af618ba7d1e80491a0185fb8a', N'ee8626f80f7c2619917b6236f3a7f02b', N'f23d9bfff4d9aa6b68569ba2cff38415', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'2fcfa2ac3dcfadc7c67107dae9a0de6d', N'ee8626f80f7c2619917b6236f3a7f02b', N'73678f9daa45ed17a3674131b03432fb', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'2fdaed22dfa4c8d4629e44ef81688c6a', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'aedbf679b5773c1f25e9f7b10111da73', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'300c462b7fec09e2ff32574ef8b3f0bd', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'2a470fc0c3954d9dbb61de6d80846549', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'326181da3248a62a05e872119a462be1', N'ee8626f80f7c2619917b6236f3a7f02b', N'3f915b2769fc80648e92d04e84ca059d', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'3369650f5072b330543f8caa556b1b33', N'e51758fa916c881624b046d26bd09230', N'a400e4f4d54f79bf5ce160ae432231af', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'35a7e156c20e93aa7e825fe514bf9787', N'e51758fa916c881624b046d26bd09230', N'c6cf95444d80435eb37b2f9db3971ae6', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'35ac7cae648de39eb56213ca1b649713', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'b1cb0a3fedf7ed0e4653cb5a229837ee', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'37112f4d372541e105473f18da3dc50d', N'ee8626f80f7c2619917b6236f3a7f02b', N'a400e4f4d54f79bf5ce160ae432231af', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'37789f70cd8bd802c4a69e9e1f633eaa', N'ee8626f80f7c2619917b6236f3a7f02b', N'ae4fed059f67086fd52a73d913cf473d', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'381504a717cb3ce77dcd4070c9689a7e', N'ee8626f80f7c2619917b6236f3a7f02b', N'4f84f9400e5e92c95f05b554724c2b58', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'38a2e55db0960262800576e34b3af44c', N'f6817f48af4fb3af11b9e8bf182f618b', N'5c2f42277948043026b7a14692456828', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'38dd7a19711e7ffe864232954c06fae9', N'e51758fa916c881624b046d26bd09230', N'd2bbf9ebca5a8fa2e227af97d2da7548', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'3b1886f727ac503c93fecdd06dcb9622', N'f6817f48af4fb3af11b9e8bf182f618b', N'c431130c0bc0ec71b0a5be37747bb36a', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'3de2a60c7e42a521fecf6fcc5cb54978', N'f6817f48af4fb3af11b9e8bf182f618b', N'2d83d62bd2544b8994c8f38cf17b0ddf', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'3e4e38f748b8d87178dd62082e5b7b60', N'f6817f48af4fb3af11b9e8bf182f618b', N'7960961b0063228937da5fa8dd73d371', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'3e563751942b0879c88ca4de19757b50', N'1750a8fb3e6d90cb7957c02de1dc8e59', N'58857ff846e61794c69208e9d3a85466', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'3f1d04075e3c3254666a4138106a4e51', N'f6817f48af4fb3af11b9e8bf182f618b', N'3fac0d3c9cd40fa53ab70d4c583821f8', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'412e2de37a35b3442d68db8dd2f3c190', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'f1cb187abf927c88b89470d08615f5ac', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'4204f91fb61911ba8ce40afa7c02369f', N'f6817f48af4fb3af11b9e8bf182f618b', N'3f915b2769fc80648e92d04e84ca059d', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'444126230885d5d38b8fa6072c9f43f8', N'f6817f48af4fb3af11b9e8bf182f618b', N'f780d0d3083d849ccbdb1b1baee4911d', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'445656dd187bd8a71605f4bbab1938a3', N'f6817f48af4fb3af11b9e8bf182f618b', N'020b06793e4de2eee0007f603000c769', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'44b5a73541bcb854dd5d38c6d1fb93a1', N'ee8626f80f7c2619917b6236f3a7f02b', N'418964ba087b90a84897b62474496b93', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'455cdb482457f529b79b479a2ff74427', N'f6817f48af4fb3af11b9e8bf182f618b', N'e1979bb53e9ea51cecc74d86fd9d2f64', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'459aa2e7021b435b4d65414cfbc71c66', N'e51758fa916c881624b046d26bd09230', N'4148ec82b6acd69f470bea75fe41c357', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'45a358bb738782d1a0edbf7485e81459', N'f6817f48af4fb3af11b9e8bf182f618b', N'0ac2ad938963b6c6d1af25477d5b8b51', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'4c0940badae3ef9231ee9d042338f2a4', N'e51758fa916c881624b046d26bd09230', N'2a470fc0c3954d9dbb61de6d80846549', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'4d56ce2f67c94b74a1d3abdbea340e42', N'ee8626f80f7c2619917b6236f3a7f02b', N'd86f58e7ab516d3bc6bfb1fe10585f97', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'4dab5a06acc8ef3297889872caa74747', N'f6817f48af4fb3af11b9e8bf182f618b', N'ffb423d25cc59dcd0532213c4a518261', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'4e0a37ed49524df5f08fc6593aee875c', N'f6817f48af4fb3af11b9e8bf182f618b', N'f23d9bfff4d9aa6b68569ba2cff38415', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'4ea403fc1d19feb871c8bdd9f94a4ecc', N'f6817f48af4fb3af11b9e8bf182f618b', N'2e42e3835c2b44ec9f7bc26c146ee531', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'4f254549d9498f06f4cc9b23f3e2c070', N'f6817f48af4fb3af11b9e8bf182f618b', N'93d5cfb4448f11e9916698e7f462b4b6', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'4faad8ff93cb2b5607cd3d07c1b624ee', N'a799c3b1b12dd3ed4bd046bfaef5fe6e', N'70b8f33da5f39de1981bf89cf6c99792', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'504e326de3f03562cdd186748b48a8c7', N'f6817f48af4fb3af11b9e8bf182f618b', N'027aee69baee98a0ed2e01806e89c891', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'520b5989e6fe4a302a573d4fee12a40a', N'f6817f48af4fb3af11b9e8bf182f618b', N'6531cf3421b1265aeeeabaab5e176e6d', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'54fdf85e52807bdb32ce450814abc256', N'f6817f48af4fb3af11b9e8bf182f618b', N'cc50656cf9ca528e6f2150eba4714ad2', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'57c0b3a547b815ea3ec8e509b08948b3', N'1750a8fb3e6d90cb7957c02de1dc8e59', N'3f915b2769fc80648e92d04e84ca059d', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'593ee05c4fe4645c7826b7d5e14f23ec', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'8fb8172747a78756c11916216b8b8066', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'5affc85021fcba07d81c09a6fdfa8dc6', N'ee8626f80f7c2619917b6236f3a7f02b', N'078f9558cdeab239aecb2bda1a8ed0d1', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'5d230e6cd2935c4117f6cb9a7a749e39', N'f6817f48af4fb3af11b9e8bf182f618b', N'fc810a2267dd183e4ef7c71cc60f4670', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'5de6871fadb4fe1cdd28989da0126b07', N'f6817f48af4fb3af11b9e8bf182f618b', N'a400e4f4d54f79bf5ce160a3432231af', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'5e4015a9a641cbf3fb5d28d9f885d81a', N'f6817f48af4fb3af11b9e8bf182f618b', N'2dbbafa22cda07fa5d169d741b81fe12', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'5e634a89f75b7a421c02aecfd520325f', N'e51758fa916c881624b046d26bd09230', N'339329ed54cf255e1f9392e84f136901', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'5e74637c4bec048d1880ad0bd1b00552', N'e51758fa916c881624b046d26bd09230', N'a400e4f4d54f79bf5ce160a3432231af', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'5fc194b709336d354640fe29fefd65a3', N'a799c3b1b12dd3ed4bd046bfaef5fe6e', N'9ba60e626bf2882c31c488aba62b89f0', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'60eda4b4db138bdb47edbe8e10e71675', N'f6817f48af4fb3af11b9e8bf182f618b', N'fb07ca05a3e13674dbf6d3245956da2e', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'61835e48f3e675f7d3f5c9dd3a10dcf3', N'f6817f48af4fb3af11b9e8bf182f618b', N'f0675b52d89100ee88472b6800754a08', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'6451dac67ba4acafb570fd6a03f47460', N'ee8626f80f7c2619917b6236f3a7f02b', N'e3c13679c73a4f829bcff2aba8fd68b1', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'660fbc40bcb1044738f7cabdf1708c28', N'f6817f48af4fb3af11b9e8bf182f618b', N'b3c824fc22bd953e2eb16ae6914ac8f9', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'66b202f8f84fe766176b3f51071836ef', N'f6817f48af4fb3af11b9e8bf182f618b', N'1367a93f2c410b169faa7abcbad2f77c', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'6b605c261ffbc8ac8a98ae33579c8c78', N'f6817f48af4fb3af11b9e8bf182f618b', N'fba41089766888023411a978d13c0aa4', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'6c43fd3f10fdaf2a0646434ae68709b5', N'ee8626f80f7c2619917b6236f3a7f02b', N'540a2936940846cb98114ffb0d145cb8', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'6c74518eb6bb9a353f6a6c459c77e64b', N'f6817f48af4fb3af11b9e8bf182f618b', N'b4dfc7d5dd9e8d5b6dd6d4579b1aa559', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'6daddafacd7eccb91309530c17c5855d', N'f6817f48af4fb3af11b9e8bf182f618b', N'edfa74d66e8ea63ea432c2910837b150', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'6fb4c2142498dd6d5b6c014ef985cb66', N'f6817f48af4fb3af11b9e8bf182f618b', N'6e73eb3c26099c191bf03852ee1310a1', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'71a5f54a90aa8c7a250a38b7dba39f6f', N'ee8626f80f7c2619917b6236f3a7f02b', N'8fb8172747a78756c11916216b8b8066', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'737d35f582036cd18bfd4c8e5748eaa4', N'e51758fa916c881624b046d26bd09230', N'693ce69af3432bd00be13c3971a57961', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'7413acf23b56c906aedb5a36fb75bd3a', N'f6817f48af4fb3af11b9e8bf182f618b', N'a4fc7b64b01a224da066bb16230f9c5a', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'75002588591820806', N'16457350655250432', N'5129710648430592', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'75002588604403712', N'16457350655250432', N'5129710648430593', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'75002588612792320', N'16457350655250432', N'40238597734928384', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'75002588625375232', N'16457350655250432', N'57009744761589760', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'75002588633763840', N'16457350655250432', N'16392452747300864', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'75002588637958144', N'16457350655250432', N'16392767785668608', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'75002588650541056', N'16457350655250432', N'16439068543946752', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'76a54a8cc609754360bf9f57e7dbb2db', N'f6817f48af4fb3af11b9e8bf182f618b', N'c65321e57b7949b7a975313220de0422', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277779875336192', N'496138616573952', N'5129710648430592', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780043108352', N'496138616573952', N'5129710648430593', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780055691264', N'496138616573952', N'15701400130424832', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780064079872', N'496138616573952', N'16678126574637056', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780072468480', N'496138616573952', N'15701915807518720', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780076662784', N'496138616573952', N'15708892205944832', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780085051392', N'496138616573952', N'16678447719911424', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780089245696', N'496138616573952', N'25014528525733888', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780097634304', N'496138616573952', N'56898976661639168', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780135383040', N'496138616573952', N'40238597734928384', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780139577344', N'496138616573952', N'45235621697949696', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780147965952', N'496138616573952', N'45235787867885568', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780156354560', N'496138616573952', N'45235939278065664', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780164743168', N'496138616573952', N'43117268627886080', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780168937472', N'496138616573952', N'45236734832676864', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780181520384', N'496138616573952', N'45237010692050944', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780189908992', N'496138616573952', N'45237170029465600', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780198297600', N'496138616573952', N'57009544286441472', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780206686208', N'496138616573952', N'57009744761589760', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780215074816', N'496138616573952', N'57009981228060672', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780219269120', N'496138616573952', N'56309618086776832', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780227657728', N'496138616573952', N'57212882168844288', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780236046336', N'496138616573952', N'61560041605435392', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780244434944', N'496138616573952', N'61560275261722624', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780257017856', N'496138616573952', N'61560480518377472', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780265406464', N'496138616573952', N'44986029924421632', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780324126720', N'496138616573952', N'45235228800716800', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780332515328', N'496138616573952', N'45069342940860416', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780340903937', N'496138616573952', N'5129710648430594', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780349292544', N'496138616573952', N'16687383932047360', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780357681152', N'496138616573952', N'16689632049631232', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780366069760', N'496138616573952', N'16689745006432256', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780370264064', N'496138616573952', N'16689883993083904', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780374458369', N'496138616573952', N'16690313745666048', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780387041280', N'496138616573952', N'5129710648430595', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780395429888', N'496138616573952', N'16694861252005888', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780403818496', N'496138616573952', N'16695107491205120', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780412207104', N'496138616573952', N'16695243126607872', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780420595712', N'496138616573952', N'75002207560273920', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780428984320', N'496138616573952', N'76215889006956544', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780433178624', N'496138616573952', N'76216071333351424', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780441567232', N'496138616573952', N'76216264070008832', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780449955840', N'496138616573952', N'76216459709124608', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780458344448', N'496138616573952', N'76216594207870976', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780466733056', N'496138616573952', N'76216702639017984', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780475121664', N'496138616573952', N'58480609315524608', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780483510272', N'496138616573952', N'61394706252173312', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780491898880', N'496138616573952', N'61417744146370560', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780496093184', N'496138616573952', N'76606430504816640', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780504481792', N'496138616573952', N'76914082455752704', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780508676097', N'496138616573952', N'76607201262702592', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780517064704', N'496138616573952', N'39915540965232640', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780525453312', N'496138616573952', N'41370251991977984', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780538036224', N'496138616573952', N'45264987354042368', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780546424832', N'496138616573952', N'45265487029866496', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780554813440', N'496138616573952', N'45265762415284224', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780559007744', N'496138616573952', N'45265886315024384', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780567396352', N'496138616573952', N'45266070000373760', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780571590656', N'496138616573952', N'41363147411427328', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780579979264', N'496138616573952', N'41363537456533504', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780588367872', N'496138616573952', N'41364927394353152', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780596756480', N'496138616573952', N'41371711400054784', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780605145088', N'496138616573952', N'41469219249852416', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780613533696', N'496138616573952', N'39916171171991552', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780621922304', N'496138616573952', N'39918482854252544', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780630310912', N'496138616573952', N'41373430515240960', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780718391296', N'496138616573952', N'41375330996326400', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780722585600', N'496138616573952', N'63741744973352960', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780730974208', N'496138616573952', N'42082442672082944', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780739362816', N'496138616573952', N'41376192166629376', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780747751424', N'496138616573952', N'41377034236071936', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780756140032', N'496138616573952', N'56911328312299520', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780764528640', N'496138616573952', N'41378916912336896', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780768722944', N'496138616573952', N'63482475359244288', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780772917249', N'496138616573952', N'64290663792906240', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780785500160', N'496138616573952', N'66790433014943744', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780789694464', N'496138616573952', N'42087054753927168', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780798083072', N'496138616573952', N'67027338952445952', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780806471680', N'496138616573952', N'67027909637836800', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780810665985', N'496138616573952', N'67042515441684480', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780823248896', N'496138616573952', N'67082402312228864', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780827443200', N'496138616573952', N'16392452747300864', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780835831808', N'496138616573952', N'16392767785668608', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780840026112', N'496138616573952', N'16438800255291392', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780844220417', N'496138616573952', N'16438962738434048', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277780852609024', N'496138616573952', N'16439068543946752', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860062040064', N'496138616573953', N'5129710648430592', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860070428672', N'496138616573953', N'5129710648430593', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860078817280', N'496138616573953', N'40238597734928384', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860091400192', N'496138616573953', N'43117268627886080', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860099788800', N'496138616573953', N'57009744761589760', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860112371712', N'496138616573953', N'56309618086776832', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860120760320', N'496138616573953', N'44986029924421632', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860129148928', N'496138616573953', N'5129710648430594', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860141731840', N'496138616573953', N'5129710648430595', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860150120448', N'496138616573953', N'75002207560273920', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860158509056', N'496138616573953', N'58480609315524608', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860162703360', N'496138616573953', N'76606430504816640', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860171091968', N'496138616573953', N'76914082455752704', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860179480576', N'496138616573953', N'76607201262702592', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860187869184', N'496138616573953', N'39915540965232640', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860196257792', N'496138616573953', N'41370251991977984', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860204646400', N'496138616573953', N'41363147411427328', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860208840704', N'496138616573953', N'41371711400054784', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860213035009', N'496138616573953', N'39916171171991552', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860221423616', N'496138616573953', N'39918482854252544', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860225617920', N'496138616573953', N'41373430515240960', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860234006528', N'496138616573953', N'41375330996326400', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860242395136', N'496138616573953', N'63741744973352960', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860250783744', N'496138616573953', N'42082442672082944', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860254978048', N'496138616573953', N'41376192166629376', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860263366656', N'496138616573953', N'41377034236071936', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860271755264', N'496138616573953', N'56911328312299520', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860313698304', N'496138616573953', N'41378916912336896', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860322086912', N'496138616573953', N'63482475359244288', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860326281216', N'496138616573953', N'64290663792906240', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860334669824', N'496138616573953', N'66790433014943744', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860343058432', N'496138616573953', N'42087054753927168', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860347252736', N'496138616573953', N'67027338952445952', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860351447041', N'496138616573953', N'67027909637836800', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860359835648', N'496138616573953', N'67042515441684480', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860364029952', N'496138616573953', N'67082402312228864', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860368224256', N'496138616573953', N'16392452747300864', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860372418560', N'496138616573953', N'16392767785668608', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860376612865', N'496138616573953', N'16438800255291392', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860385001472', N'496138616573953', N'16438962738434048', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'77277860389195776', N'496138616573953', N'16439068543946752', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'7750f9be48ee09cd561fce718219a3e2', N'ee8626f80f7c2619917b6236f3a7f02b', N'882a73768cfd7f78f3a37584f7299656', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'7a5d31ba48fe3fb1266bf186dc5f7ba7', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'58857ff846e61794c69208e9d3a85466', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'7a6bca9276c128309c80d21e795c66c6', N'f6817f48af4fb3af11b9e8bf182f618b', N'54097c6a3cf50fad0793a34beff1efdf', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'7ca833caa5eac837b7200d8b6de8b2e3', N'f6817f48af4fb3af11b9e8bf182f618b', N'fedfbf4420536cacc0218557d263dfea', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'7d2ea745950be3357747ec7750c31c57', N'ee8626f80f7c2619917b6236f3a7f02b', N'2a470fc0c3954d9dbb61de6d80846549', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'7de42bdc0b8c5446b7d428c66a7abc12', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'54dd5457a3190740005c1bfec55b1c34', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'7e19d90cec0dd87aaef351b9ff8f4902', N'646c628b2b8295fbdab2d34044de0354', N'f9d3f4f27653a71c52faa9fb8070fbe7', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'7f862c47003eb20e8bad05f506371f92', N'ee8626f80f7c2619917b6236f3a7f02b', N'd7d6e2e4e2934f2c9385a623fd98c6f3', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'812ed54661b1a24b81b58974691a73f5', N'e51758fa916c881624b046d26bd09230', N'e6bfd1fcabfd7942fdd05f076d1dad38', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'83f704524b21b6a3ae324b8736c65333', N'ee8626f80f7c2619917b6236f3a7f02b', N'7ac9eb9ccbde2f7a033cd4944272bf1e', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'84d32474316a43b01256d6644e6e7751', N'ee8626f80f7c2619917b6236f3a7f02b', N'ec8d607d0156e198b11853760319c646', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'84eac2f113c23737128fb099d1d1da89', N'f6817f48af4fb3af11b9e8bf182f618b', N'03dc3d93261dda19fc86dd7ca486c6cf', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'85755a6c0bdff78b3860b52d35310c7f', N'e51758fa916c881624b046d26bd09230', N'c65321e57b7949b7a975313220de0422', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'86060e2867a5049d8a80d9fe5d8bc28b', N'f6817f48af4fb3af11b9e8bf182f618b', N'765dd244f37b804e3d00f475fd56149b', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'8703a2410cddb713c33232ce16ec04b9', N'ee8626f80f7c2619917b6236f3a7f02b', N'1367a93f2c410b169faa7abcbad2f77c', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'884f147c20e003cc80ed5b7efa598cbe', N'f6817f48af4fb3af11b9e8bf182f618b', N'e5973686ed495c379d829ea8b2881fc6', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'885c1a827383e5b2c6c4f8ca72a7b493', N'ee8626f80f7c2619917b6236f3a7f02b', N'4148ec82b6acd69f470bea75fe41c357', N'', NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'8a60df8d8b4c9ee5fa63f48aeee3ec00', N'1750a8fb3e6d90cb7957c02de1dc8e59', N'd7d6e2e4e2934f2c9385a623fd98c6f3', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'8b09925bdc194ab7f3559cd3a7ea0507', N'f6817f48af4fb3af11b9e8bf182f618b', N'ebb9d82ea16ad864071158e0c449d186', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'8b1e326791375f325d3e6b797753b65e', N'ee8626f80f7c2619917b6236f3a7f02b', N'2dbbafa22cda07fa5d169d741b81fe12', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'8ce1022dac4e558ff9694600515cf510', N'1750a8fb3e6d90cb7957c02de1dc8e59', N'08e6b9dc3c04489c8e1ff2ce6f105aa4', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'8d154c2382a8ae5c8d1b84bd38df2a93', N'f6817f48af4fb3af11b9e8bf182f618b', N'd86f58e7ab516d3bc6bfb1fe10585f97', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'8d848ca7feec5b7ebb3ecb32b2c8857a', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'4148ec82b6acd69f470bea75fe41c357', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'8dd64f65a1014196078d0882f767cd85', N'f6817f48af4fb3af11b9e8bf182f618b', N'e3c13679c73a4f829bcff2aba8fd68b1', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'8e3dc1671abad4f3c83883b194d2e05a', N'f6817f48af4fb3af11b9e8bf182f618b', N'b1cb0a3fedf7ed0e4653cb5a229837ee', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'8eec2c510f1ac9c5eee26c041b1f00ca', N'ee8626f80f7c2619917b6236f3a7f02b', N'58857ff846e61794c69208e9d3a85466', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'8f762ff80253f634b08cf59a77742ba4', N'ee8626f80f7c2619917b6236f3a7f02b', N'9502685863ab87f0ad1134142788a385', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'903b790e6090414343502c6dc393b7c9', N'ee8626f80f7c2619917b6236f3a7f02b', N'de13e0f6328c069748de7399fcc1dbbd', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'905bf419332ebcb83863603b3ebe30f0', N'f6817f48af4fb3af11b9e8bf182f618b', N'8fb8172747a78756c11916216b8b8066', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'90996d56357730e173e636b99fc48bea', N'ee8626f80f7c2619917b6236f3a7f02b', N'fb07ca05a3e13674dbf6d3245956da2e', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'90e1c607a0631364eec310f3cc4acebd', N'ee8626f80f7c2619917b6236f3a7f02b', N'4f66409ef3bbd69c1d80469d6e2a885e', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'9264104cee9b10c96241d527b2d0346d', N'1750a8fb3e6d90cb7957c02de1dc8e59', N'54dd5457a3190740005c1bfec55b1c34', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'9380121ca9cfee4b372194630fce150e', N'f6817f48af4fb3af11b9e8bf182f618b', N'65a8f489f25a345836b7f44b1181197a', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'94911fef73a590f6824105ebf9b6cab3', N'f6817f48af4fb3af11b9e8bf182f618b', N'8b3bff2eee6f1939147f5c68292a1642', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'9700d20dbc1ae3cbf7de1c810b521fe6', N'f6817f48af4fb3af11b9e8bf182f618b', N'ec8d607d0156e198b11853760319c646', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'980171fda43adfe24840959b1d048d4d', N'f6817f48af4fb3af11b9e8bf182f618b', N'd7d6e2e4e2934f2c9385a623fd98c6f3', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'987c23b70873bd1d6dca52f30aafd8c2', N'f6817f48af4fb3af11b9e8bf182f618b', N'00a2a0ae65cdca5e93209cdbde97cbe6', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'98f02353f91dd569e3c6b8fd6b4f4034', N'ee8626f80f7c2619917b6236f3a7f02b', N'6531cf3421b1265aeeeabaab5e176e6d', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'9b2ad767f9861e64a20b097538feafd3', N'f6817f48af4fb3af11b9e8bf182f618b', N'73678f9daa45ed17a3674131b03432fb', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'9d8772c310b675ae43eacdbc6c7fa04a', N'a799c3b1b12dd3ed4bd046bfaef5fe6e', N'1663f3faba244d16c94552f849627d84', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'9d980ec0489040e631a9c24a6af42934', N'f6817f48af4fb3af11b9e8bf182f618b', N'05b3c82ddb2536a4a5ee1a4c46b5abef', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'9f8311ecccd44e079723098cf2ffe1cc', N'1750a8fb3e6d90cb7957c02de1dc8e59', N'693ce69af3432bd00be13c3971a57961', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'a034ed7c38c996b880d3e78f586fe0ae', N'f6817f48af4fb3af11b9e8bf182f618b', N'c89018ea6286e852b424466fd92a2ffc', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'a098e2acc3f90316f161f6648d085640', N'ee8626f80f7c2619917b6236f3a7f02b', N'e6bfd1fcabfd7942fdd05f076d1dad38', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'a307a9349ad64a2eff8ab69582fa9be4', N'f6817f48af4fb3af11b9e8bf182f618b', N'0620e402857b8c5b605e1ad9f4b89350', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'a5d25fdb3c62904a8474182706ce11a0', N'f6817f48af4fb3af11b9e8bf182f618b', N'418964ba087b90a84897b62474496b93', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'a66feaaf128417ad762e946abccf27ec', N'ee8626f80f7c2619917b6236f3a7f02b', N'c6cf95444d80435eb37b2f9db3971ae6', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'a72c31a3913c736d4eca11d13be99183', N'e51758fa916c881624b046d26bd09230', N'a44c30db536349e91106223957e684eb', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'a7ab87eac0f8fafa2efa4b1f9351923f', N'ee8626f80f7c2619917b6236f3a7f02b', N'fedfbf4420536cacc0218557d263dfea', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'abdc324a2df9f13ee6e73d44c6e62bc8', N'ee8626f80f7c2619917b6236f3a7f02b', N'f1cb187abf927c88b89470d08615f5ac', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'acacce4417e5d7f96a9c3be2ded5b4be', N'f6817f48af4fb3af11b9e8bf182f618b', N'f9d3f4f27653a71c52faa9fb8070fbe7', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'ae1852fb349d8513eb3fdc173da3ee56', N'f6817f48af4fb3af11b9e8bf182f618b', N'8d4683aacaa997ab86b966b464360338', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'aefc8c22e061171806e59cd222f6b7e1', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'e8af452d8948ea49d37c934f5100ae6a', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'af60ac8fafd807ed6b6b354613b9ccbc', N'f6817f48af4fb3af11b9e8bf182f618b', N'58857ff846e61794c69208e9d3a85466', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'b0c8a20800b8bf1ebdd7be473bceb44f', N'f6817f48af4fb3af11b9e8bf182f618b', N'58b9204feaf07e47284ddb36cd2d8468', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'b128ebe78fa5abb54a3a82c6689bdca3', N'f6817f48af4fb3af11b9e8bf182f618b', N'aedbf679b5773c1f25e9f7b10111da73', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'b131ebeafcfd059f3c7e542606ea9ff5', N'ee8626f80f7c2619917b6236f3a7f02b', N'e5973686ed495c379d829ea8b2881fc6', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'b21b07951bb547b09cc85624a841aea0', N'f6817f48af4fb3af11b9e8bf182f618b', N'4356a1a67b564f0988a484f5531fd4d9', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'b2b2dcfff6986d3d7f890ea62d474651', N'ee8626f80f7c2619917b6236f3a7f02b', N'200006f0edf145a2b50eacca07585451', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'b495a46fa0e0d4637abe0db7fd12fe1a', N'ee8626f80f7c2619917b6236f3a7f02b', N'717f6bee46f44a3897eca9abd6e2ec44', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'b64c4ab9cd9a2ea8ac1e9db5fb7cf522', N'f6817f48af4fb3af11b9e8bf182f618b', N'2aeddae571695cd6380f6d6d334d6e7d', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'bbec16ad016efec9ea2def38f4d3d9dc', N'f6817f48af4fb3af11b9e8bf182f618b', N'13212d3416eb690c2e1d5033166ff47a', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'bd30561f141f07827b836878137fddd8', N'e51758fa916c881624b046d26bd09230', N'65a8f489f25a345836b7f44b1181197a', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'be8e5a9080569e59863f20c4c57a8e22', N'f6817f48af4fb3af11b9e8bf182f618b', N'22d6a3d39a59dd7ea9a30acfa6bfb0a5', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'c09373ebfc73fb5740db5ff02cba4f91', N'f6817f48af4fb3af11b9e8bf182f618b', N'339329ed54cf255e1f9392e84f136901', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'c56fb1658ee5f7476380786bf5905399', N'f6817f48af4fb3af11b9e8bf182f618b', N'de13e0f6328c069748de7399fcc1dbbd', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'c689539d20a445b0896270290c58d01f', N'e51758fa916c881624b046d26bd09230', N'13212d3416eb690c2e1d5033166ff47a', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'c6fee38d293b9d0596436a0cbd205070', N'f6817f48af4fb3af11b9e8bf182f618b', N'4f84f9400e5e92c95f05b554724c2b58', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'c8571839e6b14796e661f3e2843b80b6', N'ee8626f80f7c2619917b6236f3a7f02b', N'45c966826eeff4c99b8f8ebfe74511fc', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'c90b0b01c7ca454d2a1cb7408563e696', N'f6817f48af4fb3af11b9e8bf182f618b', N'882a73768cfd7f78f3a37584f7299656', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'c9d35261cccd67ab2932107a0967a7d7', N'e51758fa916c881624b046d26bd09230', N'b4dfc7d5dd9e8d5b6dd6d4579b1aa559', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'ced80e43584ce15e97bb07298e93020d', N'e51758fa916c881624b046d26bd09230', N'45c966826eeff4c99b8f8ebfe74511fc', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'cf1feb1bf69eafc982295ad6c9c8d698', N'f6817f48af4fb3af11b9e8bf182f618b', N'a2b11669e98c5fe54a53c3e3c4f35d14', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'cf2ef620217673e4042f695743294f01', N'f6817f48af4fb3af11b9e8bf182f618b', N'717f6bee46f44a3897eca9abd6e2ec44', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'cf43895aef7fc684669483ab00ef2257', N'f6817f48af4fb3af11b9e8bf182f618b', N'700b7f95165c46cc7a78bf227aa8fed3', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'd03d792b0f312e7b490afc5cec3dd6c5', N'e51758fa916c881624b046d26bd09230', N'8fb8172747a78756c11916216b8b8066', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'd281a95b8f293d0fa2a136f46c4e0b10', N'f6817f48af4fb3af11b9e8bf182f618b', N'5c8042bd6c601270b2bbd9b20bccc68b', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'd37ad568e26f46ed0feca227aa9c2ffa', N'f6817f48af4fb3af11b9e8bf182f618b', N'9502685863ab87f0ad1134142788a385', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'd3ddcacee1acdfaa0810618b74e38ef2', N'f6817f48af4fb3af11b9e8bf182f618b', N'c6cf95444d80435eb37b2f9db3971ae6', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'd3fe195d59811531c05d31d8436f5c8b', N'1750a8fb3e6d90cb7957c02de1dc8e59', N'e8af452d8948ea49d37c934f5100ae6a', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'd5267597a4450f06d49d2fb63859641a', N'e51758fa916c881624b046d26bd09230', N'2dbbafa22cda07fa5d169d741b81fe12', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'd83282192a69514cfe6161b3087ff962', N'f6817f48af4fb3af11b9e8bf182f618b', N'53a9230444d33de28aa11cc108fb1dba', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'd8a5c9079df12090e108e21be94b4fd7', N'f6817f48af4fb3af11b9e8bf182f618b', N'078f9558cdeab239aecb2bda1a8ed0d1', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'dbc5dd836d45c5bc7bc94b22596ab956', N'f6817f48af4fb3af11b9e8bf182f618b', N'1939e035e803a99ceecb6f5563570fb2', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'dc83bb13c0e8c930e79d28b2db26f01f', N'f6817f48af4fb3af11b9e8bf182f618b', N'63b551e81c5956d5c861593d366d8c57', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'dc8fd3f79bd85bd832608b42167a1c71', N'f6817f48af4fb3af11b9e8bf182f618b', N'91c23960fab49335831cf43d820b0a61', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'de82e89b8b60a3ea99be5348f565c240', N'f6817f48af4fb3af11b9e8bf182f618b', N'56ca78fe0f22d815fabc793461af67b8', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'de8f43229e351d34af3c95b1b9f0a15d', N'f6817f48af4fb3af11b9e8bf182f618b', N'a400e4f4d54f79bf5ce160ae432231af', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'e258ca8bf7ee168b93bfee739668eb15', N'ee8626f80f7c2619917b6236f3a7f02b', N'fb367426764077dcf94640c843733985', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'e339f7db7418a4fd2bd2c113f1182186', N'ee8626f80f7c2619917b6236f3a7f02b', N'b1cb0a3fedf7ed0e4653cb5a229837ee', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'e3e922673f4289b18366bb51b6200f17', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'45c966826eeff4c99b8f8ebfe74511fc', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'e7467726ee72235baaeb47df04a35e73', N'f6817f48af4fb3af11b9e8bf182f618b', N'e08cb190ef230d5d4f03824198773950', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'eaef4486f1c9b0408580bbfa2037eb66', N'f6817f48af4fb3af11b9e8bf182f618b', N'2a470fc0c3954d9dbb61de6d80846549', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'ec4bc97829ab56afd83f428b6dc37ff6', N'f6817f48af4fb3af11b9e8bf182f618b', N'200006f0edf145a2b50eacca07585451', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'ec846a3f85fdb6813e515be71f11b331', N'f6817f48af4fb3af11b9e8bf182f618b', N'732d48f8e0abe99fe6a23d18a3171cd1', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'ec93bb06f5be4c1f19522ca78180e2ef', N'f6817f48af4fb3af11b9e8bf182f618b', N'265de841c58907954b8877fb85212622', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'ecdd72fe694e6bba9c1d9fc925ee79de', N'f6817f48af4fb3af11b9e8bf182f618b', N'45c966826eeff4c99b8f8ebfe74511fc', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'edefd8d468f5727db465cf1b860af474', N'f6817f48af4fb3af11b9e8bf182f618b', N'6ad53fd1b220989a8b71ff482d683a5a', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'ef8bdd20d29447681ec91d3603e80c7b', N'f6817f48af4fb3af11b9e8bf182f618b', N'ae4fed059f67086fd52a73d913cf473d', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'f12b6c90e8913183d7ca547c66600891', N'e51758fa916c881624b046d26bd09230', N'aedbf679b5773c1f25e9f7b10111da73', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'f177acac0276329dc66af0c9ad30558a', N'f6817f48af4fb3af11b9e8bf182f618b', N'c2c356bf4ddd29975347a7047a062440', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'f17ab8ad1e71341140857ef4914ef297', N'21c5a3187763729408b40afb0d0fdfa8', N'732d48f8e0abe99fe6a23d18a3171cd1', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'f99f99cc3bc27220cdd4f5aced33b7d7', N'f6817f48af4fb3af11b9e8bf182f618b', N'655563cd64b75dcf52ef7bcdd4836953', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'fafe73c4448b977fe42880a6750c3ee8', N'f6817f48af4fb3af11b9e8bf182f618b', N'9cb91b8851db0cf7b19d7ecc2a8193dd', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'fced905c7598973b970d42d833f73474', N'f6817f48af4fb3af11b9e8bf182f618b', N'4875ebe289344e14844d8e3ea1edd73f', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'fd86f6b08eb683720ba499f9d9421726', N'ee8626f80f7c2619917b6236f3a7f02b', N'693ce69af3432bd00be13c3971a57961', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'fd97963dc5f144d3aecfc7045a883427', N'f6817f48af4fb3af11b9e8bf182f618b', N'043780fa095ff1b2bec4dc406d76f023', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_role_permission] ([id], [role_id], [permission_id], [data_rule_ids], [operate_date], [operate_ip]) VALUES (N'fed41a4671285efb266cd404f24dd378', N'52b0cf022ac4187b2a70dfa4f8b2d940', N'00a2a0ae65cdca5e93209cdbde97cbe6', NULL, NULL, NULL)
GO
-- ----------------------------
-- Table structure for sys_sms
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_sms]') AND type IN ('U'))
DROP TABLE [dbo].[sys_sms]
GO
CREATE TABLE [dbo].[sys_sms] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[es_title] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[es_type] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[es_receiver] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[es_param] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL,
[es_content] nvarchar(max) COLLATE Chinese_PRC_CI_AS NULL,
[es_send_time] datetime2(7) NULL,
[es_send_status] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL,
[es_send_num] int NULL,
[es_result] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[remark] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL
)
GO
ALTER TABLE [dbo].[sys_sms] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'ID',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'消息标题',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms',
'COLUMN', N'es_title'
GO
EXEC sp_addextendedproperty
'MS_Description', N'发送方式参考枚举MessageTypeEnum',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms',
'COLUMN', N'es_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'接收人',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms',
'COLUMN', N'es_receiver'
GO
EXEC sp_addextendedproperty
'MS_Description', N'发送所需参数Json格式',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms',
'COLUMN', N'es_param'
GO
EXEC sp_addextendedproperty
'MS_Description', N'推送内容',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms',
'COLUMN', N'es_content'
GO
EXEC sp_addextendedproperty
'MS_Description', N'推送时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms',
'COLUMN', N'es_send_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'推送状态 0未推送 1推送成功 2推送失败 -1失败不再发送',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms',
'COLUMN', N'es_send_status'
GO
EXEC sp_addextendedproperty
'MS_Description', N'发送次数 超过5次不再发送',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms',
'COLUMN', N'es_send_num'
GO
EXEC sp_addextendedproperty
'MS_Description', N'推送失败原因',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms',
'COLUMN', N'es_result'
GO
EXEC sp_addextendedproperty
'MS_Description', N'备注',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms',
'COLUMN', N'remark'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms',
'COLUMN', N'update_time'
GO
-- ----------------------------
-- Records of sys_sms
-- ----------------------------
INSERT INTO [dbo].[sys_sms] ([id], [es_title], [es_type], [es_receiver], [es_param], [es_content], [es_send_time], [es_send_status], [es_send_num], [es_result], [remark], [create_by], [create_time], [update_by], [update_time]) VALUES (N'402880e74dc2f361014dc2f8411e0001', N'消息推送测试333', N'2', N'411944058@qq.com', NULL, N'张三你好你的订单4028d881436d514601436d521ae80165已付款!', N'2015-06-05 17:06:01.0000000', N'3', NULL, NULL, N'认证失败错误的用户名或者密码', N'admin', N'2015-06-05 17:05:59.0000000', N'admin', N'2015-11-19 22:30:39.0000000')
GO
INSERT INTO [dbo].[sys_sms] ([id], [es_title], [es_type], [es_receiver], [es_param], [es_content], [es_send_time], [es_send_status], [es_send_num], [es_result], [remark], [create_by], [create_time], [update_by], [update_time]) VALUES (N'402880ea533647b00153364e74770001', N'发个问候', N'3', N'admin', NULL, N'你好', N'2016-03-02 00:00:00.0000000', N'2', NULL, NULL, NULL, N'admin', N'2016-03-02 15:50:24.0000000', N'admin', N'2018-07-05 19:53:01.0000000')
GO
INSERT INTO [dbo].[sys_sms] ([id], [es_title], [es_type], [es_receiver], [es_param], [es_content], [es_send_time], [es_send_status], [es_send_num], [es_result], [remark], [create_by], [create_time], [update_by], [update_time]) VALUES (N'402880ee5a17e711015a17f3188e013f', N'消息推送测试333', N'2', N'411944058@qq.com', NULL, N'张三你好你的订单4028d881436d514601436d521ae80165已付款!', NULL, N'2', NULL, NULL, NULL, N'admin', N'2017-02-07 17:41:31.0000000', N'admin', N'2017-03-10 11:37:05.0000000')
GO
INSERT INTO [dbo].[sys_sms] ([id], [es_title], [es_type], [es_receiver], [es_param], [es_content], [es_send_time], [es_send_status], [es_send_num], [es_result], [remark], [create_by], [create_time], [update_by], [update_time]) VALUES (N'402880f05ab649b4015ab64b9cd80012', N'消息推送测试333', N'2', N'411944058@qq.com', NULL, N'张三你好你的订单4028d881436d514601436d521ae80165已付款!', N'2017-11-16 15:58:15.0000000', N'3', NULL, NULL, NULL, N'admin', N'2017-03-10 11:38:13.0000000', N'admin', N'2017-07-31 17:24:54.0000000')
GO
INSERT INTO [dbo].[sys_sms] ([id], [es_title], [es_type], [es_receiver], [es_param], [es_content], [es_send_time], [es_send_status], [es_send_num], [es_result], [remark], [create_by], [create_time], [update_by], [update_time]) VALUES (N'402880f05ab7b035015ab7c4462c0004', N'消息推送测试333', N'2', N'411944058@qq.com', NULL, N'张三你好你的订单4028d881436d514601436d521ae80165已付款!', N'2017-11-16 15:58:15.0000000', N'3', NULL, NULL, NULL, N'admin', N'2017-03-10 18:29:37.0000000', NULL, NULL)
GO
INSERT INTO [dbo].[sys_sms] ([id], [es_title], [es_type], [es_receiver], [es_param], [es_content], [es_send_time], [es_send_status], [es_send_num], [es_result], [remark], [create_by], [create_time], [update_by], [update_time]) VALUES (N'402881f3646a472b01646a4a5af00001', N'催办HR审批', N'3', N'admin', NULL, N'admin您好
请前待办任务办理事项HR审批
===========================
此消息由系统发出', N'2018-07-05 19:53:35.0000000', N'2', NULL, NULL, NULL, N'admin', N'2018-07-05 19:53:35.0000000', N'admin', N'2018-07-07 13:45:24.0000000')
GO
INSERT INTO [dbo].[sys_sms] ([id], [es_title], [es_type], [es_receiver], [es_param], [es_content], [es_send_time], [es_send_status], [es_send_num], [es_result], [remark], [create_by], [create_time], [update_by], [update_time]) VALUES (N'402881f3647da06c01647da43a940014', N'催办HR审批', N'3', N'admin', NULL, N'admin您好
请前待办任务办理事项HR审批
===========================
此消息由系统发出', N'2018-07-09 14:04:32.0000000', N'2', NULL, NULL, NULL, N'admin', N'2018-07-09 14:04:32.0000000', N'admin', N'2018-07-09 18:51:30.0000000')
GO
-- ----------------------------
-- Table structure for sys_sms_template
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_sms_template]') AND type IN ('U'))
DROP TABLE [dbo].[sys_sms_template]
GO
CREATE TABLE [dbo].[sys_sms_template] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[template_name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[template_code] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[template_type] nvarchar(1) COLLATE Chinese_PRC_CI_AS NOT NULL,
[template_content] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NOT NULL,
[template_test_json] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[use_status] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[sys_sms_template] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms_template',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'模板标题',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms_template',
'COLUMN', N'template_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'模板CODE',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms_template',
'COLUMN', N'template_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'模板类型1短信 2邮件 3微信',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms_template',
'COLUMN', N'template_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'模板内容',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms_template',
'COLUMN', N'template_content'
GO
EXEC sp_addextendedproperty
'MS_Description', N'模板测试json',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms_template',
'COLUMN', N'template_test_json'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms_template',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms_template',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms_template',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms_template',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否使用中 1是0否',
'SCHEMA', N'dbo',
'TABLE', N'sys_sms_template',
'COLUMN', N'use_status'
GO
-- ----------------------------
-- Records of sys_sms_template
-- ----------------------------
INSERT INTO [dbo].[sys_sms_template] ([id], [template_name], [template_code], [template_type], [template_content], [template_test_json], [create_time], [create_by], [update_time], [update_by], [use_status]) VALUES (N'1199606397416775681', N'系统消息通知', N'sys_ts_note', N'2', N'<h1>&nbsp; &nbsp; 系统通知</h1>
<ul>
<li>通知时间:&nbsp; ${ts_date}</li>
<li>通知内容:&nbsp; ${ts_content}</li>
</ul>', NULL, N'2019-11-27 16:30:27.0000000', N'admin', N'2019-11-27 19:36:50.0000000', N'admin', NULL)
GO
INSERT INTO [dbo].[sys_sms_template] ([id], [template_name], [template_code], [template_type], [template_content], [template_test_json], [create_time], [create_by], [update_time], [update_by], [use_status]) VALUES (N'1199615897335095298', N'流程催办', N'bpm_cuiban', N'2', N'<h1>&nbsp; &nbsp;流程催办提醒</h1>
<ul>
<li>流程名称:&nbsp; ${bpm_name}</li>
<li>催办任务:&nbsp; ${bpm_task}</li>
<li>催办时间 :&nbsp; &nbsp; ${datetime}</li>
<li>催办内容 :&nbsp; &nbsp; ${remark}</li>
</ul>', NULL, N'2019-11-27 17:08:12.0000000', N'admin', N'2019-11-27 19:36:45.0000000', N'admin', NULL)
GO
INSERT INTO [dbo].[sys_sms_template] ([id], [template_name], [template_code], [template_type], [template_content], [template_test_json], [create_time], [create_by], [update_time], [update_by], [use_status]) VALUES (N'1199648914107625473', N'流程办理超时提醒', N'bpm_chaoshi_tip', N'2', N'<h1>&nbsp; &nbsp;流程办理超时提醒</h1>
<ul>
<li>&nbsp; &nbsp;超时提醒信息:&nbsp; &nbsp; 您有待处理的超时任务,请尽快处理!</li>
<li>&nbsp; &nbsp;超时任务标题:&nbsp; &nbsp; ${title}</li>
<li>&nbsp; &nbsp;超时任务节点:&nbsp; &nbsp; ${task}</li>
<li>&nbsp; &nbsp;任务处理人:&nbsp; &nbsp; &nbsp; &nbsp;${user}</li>
<li>&nbsp; &nbsp;任务开始时间:&nbsp; &nbsp; ${time}</li>
</ul>', NULL, N'2019-11-27 19:19:24.0000000', N'admin', N'2019-11-27 19:36:37.0000000', N'admin', NULL)
GO
INSERT INTO [dbo].[sys_sms_template] ([id], [template_name], [template_code], [template_type], [template_content], [template_test_json], [create_time], [create_by], [update_time], [update_by], [use_status]) VALUES (N'4028608164691b000164693108140003', N'催办:${taskName}', N'SYS001', N'1', N'${userName},您好!
请前待办任务办理事项!${taskName}
===========================
此消息由系统发出', N'{
"taskName":"HR审批",
"userName":"admin"
}', N'2018-07-05 14:46:18.0000000', N'admin', N'2018-07-05 18:31:34.0000000', N'admin', NULL)
GO
-- ----------------------------
-- Table structure for sys_tenant
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_tenant]') AND type IN ('U'))
DROP TABLE [dbo].[sys_tenant]
GO
CREATE TABLE [dbo].[sys_tenant] (
[id] int NOT NULL,
[name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[create_by] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[begin_date] datetime2(7) NULL,
[end_date] datetime2(7) NULL,
[status] int NULL,
[trade] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL,
[company_size] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL,
[company_address] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[company_logo] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL,
[house_number] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL,
[work_place] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[secondary_domain] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[login_bkgd_img] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL,
[position] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL,
[department] nvarchar(10) COLLATE Chinese_PRC_CI_AS NULL,
[del_flag] tinyint NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[apply_status] int NULL
)
GO
ALTER TABLE [dbo].[sys_tenant] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'租户编码',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'租户名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant',
'COLUMN', N'name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'开始时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant',
'COLUMN', N'begin_date'
GO
EXEC sp_addextendedproperty
'MS_Description', N'结束时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant',
'COLUMN', N'end_date'
GO
EXEC sp_addextendedproperty
'MS_Description', N'状态 1正常 0冻结',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant',
'COLUMN', N'status'
GO
EXEC sp_addextendedproperty
'MS_Description', N'所属行业',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant',
'COLUMN', N'trade'
GO
EXEC sp_addextendedproperty
'MS_Description', N'公司规模',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant',
'COLUMN', N'company_size'
GO
EXEC sp_addextendedproperty
'MS_Description', N'公司地址',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant',
'COLUMN', N'company_address'
GO
EXEC sp_addextendedproperty
'MS_Description', N'公司logo',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant',
'COLUMN', N'company_logo'
GO
EXEC sp_addextendedproperty
'MS_Description', N'门牌号',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant',
'COLUMN', N'house_number'
GO
EXEC sp_addextendedproperty
'MS_Description', N'工作地点',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant',
'COLUMN', N'work_place'
GO
EXEC sp_addextendedproperty
'MS_Description', N'二级域名',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant',
'COLUMN', N'secondary_domain'
GO
EXEC sp_addextendedproperty
'MS_Description', N'登录背景图片',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant',
'COLUMN', N'login_bkgd_img'
GO
EXEC sp_addextendedproperty
'MS_Description', N'职级',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant',
'COLUMN', N'position'
GO
EXEC sp_addextendedproperty
'MS_Description', N'部门',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant',
'COLUMN', N'department'
GO
EXEC sp_addextendedproperty
'MS_Description', N'删除状态(0-正常,1-已删除)',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant',
'COLUMN', N'del_flag'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'允许申请管理员 1允许 0不允许',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant',
'COLUMN', N'apply_status'
GO
EXEC sp_addextendedproperty
'MS_Description', N'多租户信息表',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant'
GO
-- ----------------------------
-- Records of sys_tenant
-- ----------------------------
INSERT INTO [dbo].[sys_tenant] ([id], [name], [create_time], [create_by], [begin_date], [end_date], [status], [trade], [company_size], [company_address], [company_logo], [house_number], [work_place], [secondary_domain], [login_bkgd_img], [position], [department], [del_flag], [update_by], [update_time], [apply_status]) VALUES (N'1', N'北京租户001', N'2020-07-10 15:43:32.0000000', N'admin', NULL, NULL, N'1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, N'0', NULL, NULL, N'1')
GO
-- ----------------------------
-- Table structure for sys_tenant_pack
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_tenant_pack]') AND type IN ('U'))
DROP TABLE [dbo].[sys_tenant_pack]
GO
CREATE TABLE [dbo].[sys_tenant_pack] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[tenant_id] int NULL,
[pack_name] nvarchar(20) COLLATE Chinese_PRC_CI_AS NULL,
[status] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL,
[remarks] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] date NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] date NULL,
[pack_code] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[sys_tenant_pack] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键id',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'租户id',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack',
'COLUMN', N'tenant_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'产品包名',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack',
'COLUMN', N'pack_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'开启状态(0 未开启 1开启)',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack',
'COLUMN', N'status'
GO
EXEC sp_addextendedproperty
'MS_Description', N'备注',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack',
'COLUMN', N'remarks'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'编码,默认添加的三个管理员需要设置编码',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack',
'COLUMN', N'pack_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'租户产品包',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack'
GO
-- ----------------------------
-- Records of sys_tenant_pack
-- ----------------------------
-- ----------------------------
-- Table structure for sys_tenant_pack_perms
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_tenant_pack_perms]') AND type IN ('U'))
DROP TABLE [dbo].[sys_tenant_pack_perms]
GO
CREATE TABLE [dbo].[sys_tenant_pack_perms] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[pack_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[permission_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] date NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] date NULL
)
GO
ALTER TABLE [dbo].[sys_tenant_pack_perms] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键编号',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack_perms',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'租户产品包名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack_perms',
'COLUMN', N'pack_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'菜单id',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack_perms',
'COLUMN', N'permission_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack_perms',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack_perms',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack_perms',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack_perms',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'租户产品包和菜单关系表',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack_perms'
GO
-- ----------------------------
-- Records of sys_tenant_pack_perms
-- ----------------------------
-- ----------------------------
-- Table structure for sys_tenant_pack_user
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_tenant_pack_user]') AND type IN ('U'))
DROP TABLE [dbo].[sys_tenant_pack_user]
GO
CREATE TABLE [dbo].[sys_tenant_pack_user] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[pack_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[user_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[tenant_id] int NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[status] int NULL
)
GO
ALTER TABLE [dbo].[sys_tenant_pack_user] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'租户产品包ID',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack_user',
'COLUMN', N'pack_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'用户ID',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack_user',
'COLUMN', N'user_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'租户ID',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack_user',
'COLUMN', N'tenant_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack_user',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack_user',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack_user',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack_user',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'状态 正常状态1 申请状态0',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack_user',
'COLUMN', N'status'
GO
EXEC sp_addextendedproperty
'MS_Description', N'租户套餐人员表',
'SCHEMA', N'dbo',
'TABLE', N'sys_tenant_pack_user'
GO
-- ----------------------------
-- Records of sys_tenant_pack_user
-- ----------------------------
-- ----------------------------
-- Table structure for sys_third_account
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_third_account]') AND type IN ('U'))
DROP TABLE [dbo].[sys_third_account]
GO
CREATE TABLE [dbo].[sys_third_account] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[sys_user_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[avatar] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[status] tinyint NULL,
[del_flag] tinyint NULL,
[realname] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[third_user_uuid] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[third_user_id] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[third_type] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[sys_third_account] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'编号',
'SCHEMA', N'dbo',
'TABLE', N'sys_third_account',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'第三方登录id',
'SCHEMA', N'dbo',
'TABLE', N'sys_third_account',
'COLUMN', N'sys_user_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'头像',
'SCHEMA', N'dbo',
'TABLE', N'sys_third_account',
'COLUMN', N'avatar'
GO
EXEC sp_addextendedproperty
'MS_Description', N'状态(1-正常,2-冻结)',
'SCHEMA', N'dbo',
'TABLE', N'sys_third_account',
'COLUMN', N'status'
GO
EXEC sp_addextendedproperty
'MS_Description', N'删除状态(0-正常,1-已删除)',
'SCHEMA', N'dbo',
'TABLE', N'sys_third_account',
'COLUMN', N'del_flag'
GO
EXEC sp_addextendedproperty
'MS_Description', N'真实姓名',
'SCHEMA', N'dbo',
'TABLE', N'sys_third_account',
'COLUMN', N'realname'
GO
EXEC sp_addextendedproperty
'MS_Description', N'第三方账号',
'SCHEMA', N'dbo',
'TABLE', N'sys_third_account',
'COLUMN', N'third_user_uuid'
GO
EXEC sp_addextendedproperty
'MS_Description', N'第三方app用户账号',
'SCHEMA', N'dbo',
'TABLE', N'sys_third_account',
'COLUMN', N'third_user_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_third_account',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_third_account',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_third_account',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_third_account',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'登录来源',
'SCHEMA', N'dbo',
'TABLE', N'sys_third_account',
'COLUMN', N'third_type'
GO
-- ----------------------------
-- Records of sys_third_account
-- ----------------------------
-- ----------------------------
-- Table structure for sys_user
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_user]') AND type IN ('U'))
DROP TABLE [dbo].[sys_user]
GO
CREATE TABLE [dbo].[sys_user] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[username] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[realname] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[password] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[salt] nvarchar(45) COLLATE Chinese_PRC_CI_AS NULL,
[avatar] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[birthday] datetime2(7) NULL,
[sex] tinyint NULL,
[email] nvarchar(45) COLLATE Chinese_PRC_CI_AS NULL,
[phone] nvarchar(45) COLLATE Chinese_PRC_CI_AS NULL,
[org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL,
[status] tinyint NULL,
[del_flag] tinyint NULL,
[third_id] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[third_type] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[activiti_sync] tinyint NULL,
[work_no] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[post] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[telephone] nvarchar(45) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[user_identity] tinyint NULL,
[depart_ids] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL,
[client_id] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL,
[login_tenant_id] int NULL,
[bpm_status] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[sys_user] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键id',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'登录账号',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'username'
GO
EXEC sp_addextendedproperty
'MS_Description', N'真实姓名',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'realname'
GO
EXEC sp_addextendedproperty
'MS_Description', N'密码',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'password'
GO
EXEC sp_addextendedproperty
'MS_Description', N'md5密码盐',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'salt'
GO
EXEC sp_addextendedproperty
'MS_Description', N'头像',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'avatar'
GO
EXEC sp_addextendedproperty
'MS_Description', N'生日',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'birthday'
GO
EXEC sp_addextendedproperty
'MS_Description', N'性别(0-默认未知,1-男,2-女)',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'sex'
GO
EXEC sp_addextendedproperty
'MS_Description', N'电子邮件',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'email'
GO
EXEC sp_addextendedproperty
'MS_Description', N'电话',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'phone'
GO
EXEC sp_addextendedproperty
'MS_Description', N'登录会话的机构编码',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'org_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'性别(1-正常,2-冻结)',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'status'
GO
EXEC sp_addextendedproperty
'MS_Description', N'删除状态(0-正常,1-已删除)',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'del_flag'
GO
EXEC sp_addextendedproperty
'MS_Description', N'第三方登录的唯一标识',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'third_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'第三方类型',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'third_type'
GO
EXEC sp_addextendedproperty
'MS_Description', N'同步工作流引擎(1-同步,0-不同步)',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'activiti_sync'
GO
EXEC sp_addextendedproperty
'MS_Description', N'工号,唯一键',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'work_no'
GO
EXEC sp_addextendedproperty
'MS_Description', N'职务,关联职务表',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'post'
GO
EXEC sp_addextendedproperty
'MS_Description', N'座机号',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'telephone'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'身份1普通成员 2上级',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'user_identity'
GO
EXEC sp_addextendedproperty
'MS_Description', N'负责部门',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'depart_ids'
GO
EXEC sp_addextendedproperty
'MS_Description', N'设备ID',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'client_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'上次登录选择租户ID',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'login_tenant_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'流程入职离职状态',
'SCHEMA', N'dbo',
'TABLE', N'sys_user',
'COLUMN', N'bpm_status'
GO
EXEC sp_addextendedproperty
'MS_Description', N'用户表',
'SCHEMA', N'dbo',
'TABLE', N'sys_user'
GO
-- ----------------------------
-- Records of sys_user
-- ----------------------------
INSERT INTO [dbo].[sys_user] ([id], [username], [realname], [password], [salt], [avatar], [birthday], [sex], [email], [phone], [org_code], [status], [del_flag], [third_id], [third_type], [activiti_sync], [work_no], [post], [telephone], [create_by], [create_time], [update_by], [update_time], [user_identity], [depart_ids], [client_id], [login_tenant_id], [bpm_status]) VALUES (N'1572778193260863489', N'123123', N'12312322', N'0938718c770fa385', N'mSBQHHZP', N'temp/4afbfbedab64034f9015f1bca8c379310b551dab_1663814505787.jpg', N'2022-09-16 00:00:00.0000000', N'1', N'111@1.com', N'18611788521', NULL, N'1', N'1', NULL, NULL, N'1', N'11', N'devleader', NULL, N'admin', N'2022-09-22 10:41:57.0000000', N'admin', N'2022-09-22 10:42:12.0000000', N'1', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_user] ([id], [username], [realname], [password], [salt], [avatar], [birthday], [sex], [email], [phone], [org_code], [status], [del_flag], [third_id], [third_type], [activiti_sync], [work_no], [post], [telephone], [create_by], [create_time], [update_by], [update_time], [user_identity], [depart_ids], [client_id], [login_tenant_id], [bpm_status]) VALUES (N'3d464b4ea0d2491aab8a7bde74c57e95', N'zhangsan', N'张三', N'02ea098224c7d0d2077c14b9a3a1ed16', N'x5xRdeKB', N'https://static.jeecg.com/temp/jmlogo_1606575041993.png', NULL, NULL, NULL, NULL, N'财务部', N'1', N'0', NULL, NULL, N'1', N'0005', N'总经理', NULL, N'admin', N'2020-05-14 21:26:24.0000000', N'admin', N'2020-09-09 14:42:51.0000000', N'1', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_user] ([id], [username], [realname], [password], [salt], [avatar], [birthday], [sex], [email], [phone], [org_code], [status], [del_flag], [third_id], [third_type], [activiti_sync], [work_no], [post], [telephone], [create_by], [create_time], [update_by], [update_time], [user_identity], [depart_ids], [client_id], [login_tenant_id], [bpm_status]) VALUES (N'a75d45a015c44384a04449ee80dc3503', N'jeecg', N'jeecg', N'eee378a1258530cb', N'mIgiYJow', N'https://static.jeecg.com/temp/国炬软件logo_1606575029126.png', NULL, N'1', NULL, NULL, N'A02A01', N'1', N'0', NULL, NULL, N'1', N'00002', N'devleader', NULL, N'admin', N'2019-02-13 16:02:36.0000000', N'jeecg', N'2022-03-09 23:03:21.0000000', N'1', N'', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[sys_user] ([id], [username], [realname], [password], [salt], [avatar], [birthday], [sex], [email], [phone], [org_code], [status], [del_flag], [third_id], [third_type], [activiti_sync], [work_no], [post], [telephone], [create_by], [create_time], [update_by], [update_time], [user_identity], [depart_ids], [client_id], [login_tenant_id], [bpm_status]) VALUES (N'e9ca23d68d884d4ebb19d07889727dae', N'admin', N'管理员', N'cb362cfeefbf3d8d', N'RCGTeGiH', N'https://static.jeecg.com/temp/国炬软件logo_1606575029126.png', N'2018-12-05 00:00:00.0000000', N'1', N'jeecg@163.com', N'18611111111', N'A01', N'1', N'0', NULL, NULL, N'1', N'00001', N'总经理', NULL, NULL, N'2019-06-21 17:54:10.0000000', N'admin', N'2022-11-03 10:19:31.0000000', N'2', N'c6d7cb4deeac411cb3384b1b31278596', NULL, N'0', NULL)
GO
INSERT INTO [dbo].[sys_user] ([id], [username], [realname], [password], [salt], [avatar], [birthday], [sex], [email], [phone], [org_code], [status], [del_flag], [third_id], [third_type], [activiti_sync], [work_no], [post], [telephone], [create_by], [create_time], [update_by], [update_time], [user_identity], [depart_ids], [client_id], [login_tenant_id], [bpm_status]) VALUES (N'f0019fdebedb443c98dcb17d88222c38', N'zhagnxiao', N'张小红12', N'f898134e5e52ae11a2ffb2c3b57a4e90', N'go3jJ4zX', N'https://static.jeecg.com/temp/jmlogo_1606575041993.png', N'2019-04-01 00:00:00.0000000', NULL, NULL, N'18611711111', N'研发部,财务部', N'1', N'0', NULL, NULL, N'1', N'00003', N'devleader', NULL, N'admin', N'2020-10-01 19:34:10.0000000', N'admin', N'2023-03-04 15:02:35.0000000', N'2', N'1582683631414632450', NULL, NULL, NULL)
GO
-- ----------------------------
-- Table structure for sys_user_agent
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_user_agent]') AND type IN ('U'))
DROP TABLE [dbo].[sys_user_agent]
GO
CREATE TABLE [dbo].[sys_user_agent] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[user_name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[agent_user_name] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[start_time] datetime2(7) NULL,
[end_time] datetime2(7) NULL,
[status] nvarchar(2) COLLATE Chinese_PRC_CI_AS NULL,
[create_name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_name] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[sys_org_code] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[sys_company_code] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[sys_user_agent] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'序号',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_agent',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'用户名',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_agent',
'COLUMN', N'user_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'代理人用户名',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_agent',
'COLUMN', N'agent_user_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'代理开始时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_agent',
'COLUMN', N'start_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'代理结束时间',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_agent',
'COLUMN', N'end_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'状态0无效1有效',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_agent',
'COLUMN', N'status'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_agent',
'COLUMN', N'create_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_agent',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_agent',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_agent',
'COLUMN', N'update_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_agent',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_agent',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'所属部门',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_agent',
'COLUMN', N'sys_org_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'所属公司',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_agent',
'COLUMN', N'sys_company_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'用户代理人设置',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_agent'
GO
-- ----------------------------
-- Records of sys_user_agent
-- ----------------------------
INSERT INTO [dbo].[sys_user_agent] ([id], [user_name], [agent_user_name], [start_time], [end_time], [status], [create_name], [create_by], [create_time], [update_name], [update_by], [update_time], [sys_org_code], [sys_company_code]) VALUES (N'1632029640019922945', N'zhagnxiao', N'jeecg', N'2023-03-04 22:45:50.0000000', N'2023-03-04 05:00:00.0000000', N'1', NULL, N'admin', N'2023-03-04 22:46:02.0000000', NULL, NULL, NULL, N'A01', NULL)
GO
-- ----------------------------
-- Table structure for sys_user_depart
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_user_depart]') AND type IN ('U'))
DROP TABLE [dbo].[sys_user_depart]
GO
CREATE TABLE [dbo].[sys_user_depart] (
[ID] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[user_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[dep_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[sys_user_depart] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'id',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_depart',
'COLUMN', N'ID'
GO
EXEC sp_addextendedproperty
'MS_Description', N'用户id',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_depart',
'COLUMN', N'user_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'部门id',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_depart',
'COLUMN', N'dep_id'
GO
-- ----------------------------
-- Records of sys_user_depart
-- ----------------------------
INSERT INTO [dbo].[sys_user_depart] ([ID], [user_id], [dep_id]) VALUES (N'1303584634328633345', N'3d464b4ea0d2491aab8a7bde74c57e95', N'a7d7e77e06c84325a40932163adcdaa6')
GO
INSERT INTO [dbo].[sys_user_depart] ([ID], [user_id], [dep_id]) VALUES (N'1256487210695356418', N'a75d45a015c44384a04449ee80dc3503', N'a7d7e77e06c84325a40932163adcdaa6')
GO
INSERT INTO [dbo].[sys_user_depart] ([ID], [user_id], [dep_id]) VALUES (N'1f3a0267811327b9eca86b0cc2b956f3', N'bcbe1290783a469a83ae3bd8effe15d4', N'5159cde220114246b045e574adceafe9')
GO
INSERT INTO [dbo].[sys_user_depart] ([ID], [user_id], [dep_id]) VALUES (N'1587992837927714818', N'e9ca23d68d884d4ebb19d07889727dae', N'c6d7cb4deeac411cb3384b1b31278596')
GO
INSERT INTO [dbo].[sys_user_depart] ([ID], [user_id], [dep_id]) VALUES (N'1631913005669896194', N'f0019fdebedb443c98dcb17d88222c38', N'1582683631414632450')
GO
INSERT INTO [dbo].[sys_user_depart] ([ID], [user_id], [dep_id]) VALUES (N'1631913005669896195', N'f0019fdebedb443c98dcb17d88222c38', N'57197590443c44f083d42ae24ef26a2c')
GO
INSERT INTO [dbo].[sys_user_depart] ([ID], [user_id], [dep_id]) VALUES (N'1631913005678284802', N'f0019fdebedb443c98dcb17d88222c38', N'67fc001af12a4f9b8458005d3f19934a')
GO
-- ----------------------------
-- Table structure for sys_user_role
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_user_role]') AND type IN ('U'))
DROP TABLE [dbo].[sys_user_role]
GO
CREATE TABLE [dbo].[sys_user_role] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[user_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[role_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[tenant_id] int NULL
)
GO
ALTER TABLE [dbo].[sys_user_role] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键id',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_role',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'用户id',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_role',
'COLUMN', N'user_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'角色id',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_role',
'COLUMN', N'role_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'租户ID',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_role',
'COLUMN', N'tenant_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'用户角色表',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_role'
GO
-- ----------------------------
-- Records of sys_user_role
-- ----------------------------
INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'0ede6d23d53bc7dc990346ff14faabee', N'3db4cf42353f4e868b7ccfeef90505d2', N'ee8626f80f7c2619917b6236f3a7f02b', N'0')
GO
INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'1256487210544361473', N'a75d45a015c44384a04449ee80dc3503', N'ee8626f80f7c2619917b6236f3a7f02b', N'0')
GO
INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'1303584634118918145', N'3d464b4ea0d2491aab8a7bde74c57e95', N'ee8626f80f7c2619917b6236f3a7f02b', N'0')
GO
INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'1587992837868994562', N'e9ca23d68d884d4ebb19d07889727dae', N'1501570619841810433', N'0')
GO
INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'1587992837885771777', N'e9ca23d68d884d4ebb19d07889727dae', N'f6817f48af4fb3af11b9e8bf182f618b', N'0')
GO
INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'1631913005644730370', N'f0019fdebedb443c98dcb17d88222c38', N'ee8626f80f7c2619917b6236f3a7f02b', N'0')
GO
INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'31af310584bd5795f76b1fe8c38294a0', N'70f5dcf03f36471dabba81381919291f', N'e51758fa916c881624b046d26bd09230', N'0')
GO
INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'79d66ef7aa137cfa9957081a1483009d', N'9a668858c4c74cf5a2b25ad9608ba095', N'ee8626f80f7c2619917b6236f3a7f02b', N'0')
GO
INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'8d7846ec783e157174e4ce2949231a65', N'7ee6630e89d17afbf6d12150197b578d', N'e51758fa916c881624b046d26bd09230', N'0')
GO
INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'b3ffd9311a1ca296c44e2409b547384f', N'01b802058ea94b978a2c96f4807f6b48', N'1', N'0')
GO
INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'be2639167ede09379937daca7fc3bb73', N'526f300ab35e44faaed54a9fb0742845', N'ee8626f80f7c2619917b6236f3a7f02b', N'0')
GO
INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'e78d210d24aaff48e0a736e2ddff4cdc', N'3e177fede453430387a8279ced685679', N'ee8626f80f7c2619917b6236f3a7f02b', N'0')
GO
INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'ee45d0343ecec894b6886effc92cb0b7', N'4d8fef4667574b24a9ccfedaf257810c', N'f6817f48af4fb3af11b9e8bf182f618b', N'0')
GO
INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'f2922a38ba24fb53749e45a0c459adb3', N'439ae3e9bcf7418583fcd429cadb1d72', N'1', N'0')
GO
INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'f2de3ae7b5efd8345581aa802a6675d6', N'41b1be8d4c52023b0798f51164ca682d', N'e51758fa916c881624b046d26bd09230', N'0')
GO
INSERT INTO [dbo].[sys_user_role] ([id], [user_id], [role_id], [tenant_id]) VALUES (N'f72c6190b0722e798147e73c776c6ac9', N'439ae3e9bcf7418583fcd429cadb1d72', N'ee8626f80f7c2619917b6236f3a7f02b', N'0')
GO
-- ----------------------------
-- Table structure for sys_user_tenant
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[sys_user_tenant]') AND type IN ('U'))
DROP TABLE [dbo].[sys_user_tenant]
GO
CREATE TABLE [dbo].[sys_user_tenant] (
[id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[user_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[tenant_id] int NULL,
[status] nvarchar(1) COLLATE Chinese_PRC_CI_AS NULL,
[create_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL
)
GO
ALTER TABLE [dbo].[sys_user_tenant] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键id',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_tenant',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'用户id',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_tenant',
'COLUMN', N'user_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'租户id',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_tenant',
'COLUMN', N'tenant_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'状态(1 正常 2 离职 3 待审核 4 审核未通过)',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_tenant',
'COLUMN', N'status'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_tenant',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_tenant',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_tenant',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_tenant',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'用户租户关系表',
'SCHEMA', N'dbo',
'TABLE', N'sys_user_tenant'
GO
-- ----------------------------
-- Records of sys_user_tenant
-- ----------------------------
-- ----------------------------
-- Table structure for test_demo
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[test_demo]') AND type IN ('U'))
DROP TABLE [dbo].[test_demo]
GO
CREATE TABLE [dbo].[test_demo] (
[id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[name] nvarchar(200) COLLATE Chinese_PRC_CI_AS NULL,
[sex] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[age] int NULL,
[descc] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL,
[birthday] datetime2(7) NULL,
[user_code] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[file_kk] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL,
[top_pic] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL,
[chegnshi] nvarchar(300) COLLATE Chinese_PRC_CI_AS NULL,
[ceck] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[xiamuti] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[search_sel] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[pop] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[sel_table] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[test_demo] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键',
'SCHEMA', N'dbo',
'TABLE', N'test_demo',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'test_demo',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'test_demo',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人登录名称',
'SCHEMA', N'dbo',
'TABLE', N'test_demo',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'test_demo',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'用户名',
'SCHEMA', N'dbo',
'TABLE', N'test_demo',
'COLUMN', N'name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'性别',
'SCHEMA', N'dbo',
'TABLE', N'test_demo',
'COLUMN', N'sex'
GO
EXEC sp_addextendedproperty
'MS_Description', N'年龄',
'SCHEMA', N'dbo',
'TABLE', N'test_demo',
'COLUMN', N'age'
GO
EXEC sp_addextendedproperty
'MS_Description', N'描述',
'SCHEMA', N'dbo',
'TABLE', N'test_demo',
'COLUMN', N'descc'
GO
EXEC sp_addextendedproperty
'MS_Description', N'生日',
'SCHEMA', N'dbo',
'TABLE', N'test_demo',
'COLUMN', N'birthday'
GO
EXEC sp_addextendedproperty
'MS_Description', N'用户编码',
'SCHEMA', N'dbo',
'TABLE', N'test_demo',
'COLUMN', N'user_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'附件',
'SCHEMA', N'dbo',
'TABLE', N'test_demo',
'COLUMN', N'file_kk'
GO
EXEC sp_addextendedproperty
'MS_Description', N'头像',
'SCHEMA', N'dbo',
'TABLE', N'test_demo',
'COLUMN', N'top_pic'
GO
EXEC sp_addextendedproperty
'MS_Description', N'城市',
'SCHEMA', N'dbo',
'TABLE', N'test_demo',
'COLUMN', N'chegnshi'
GO
EXEC sp_addextendedproperty
'MS_Description', N'checkbox',
'SCHEMA', N'dbo',
'TABLE', N'test_demo',
'COLUMN', N'ceck'
GO
EXEC sp_addextendedproperty
'MS_Description', N'下拉多选',
'SCHEMA', N'dbo',
'TABLE', N'test_demo',
'COLUMN', N'xiamuti'
GO
EXEC sp_addextendedproperty
'MS_Description', N'搜索下拉',
'SCHEMA', N'dbo',
'TABLE', N'test_demo',
'COLUMN', N'search_sel'
GO
EXEC sp_addextendedproperty
'MS_Description', N'弹窗',
'SCHEMA', N'dbo',
'TABLE', N'test_demo',
'COLUMN', N'pop'
GO
EXEC sp_addextendedproperty
'MS_Description', N'下拉字典表',
'SCHEMA', N'dbo',
'TABLE', N'test_demo',
'COLUMN', N'sel_table'
GO
-- ----------------------------
-- Records of test_demo
-- ----------------------------
INSERT INTO [dbo].[test_demo] ([id], [create_by], [create_time], [update_by], [update_time], [name], [sex], [age], [descc], [birthday], [user_code], [file_kk], [top_pic], [chegnshi], [ceck], [xiamuti], [search_sel], [pop], [sel_table]) VALUES (N'1331884149004910593', N'admin', N'2020-11-26 16:55:01.0000000', NULL, NULL, N'张三', N'1', NULL, NULL, NULL, NULL, N'', N'', N'130304', NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[test_demo] ([id], [create_by], [create_time], [update_by], [update_time], [name], [sex], [age], [descc], [birthday], [user_code], [file_kk], [top_pic], [chegnshi], [ceck], [xiamuti], [search_sel], [pop], [sel_table]) VALUES (N'1331901553776869377', N'admin', N'2020-11-26 18:04:10.0000000', N'admin', N'2020-11-26 18:04:24.0000000', N'张三', N'2', NULL, N'', NULL, N'', N'', N'', N'', N'1', N'1,2', N'hr', N'', NULL)
GO
INSERT INTO [dbo].[test_demo] ([id], [create_by], [create_time], [update_by], [update_time], [name], [sex], [age], [descc], [birthday], [user_code], [file_kk], [top_pic], [chegnshi], [ceck], [xiamuti], [search_sel], [pop], [sel_table]) VALUES (N'1533107308342210561', N'admin', N'2022-06-04 23:24:00.0000000', NULL, NULL, N'11', N'1', N'111', N'<p>111</p>', N'2022-06-24 00:00:00.0000000', NULL, N'temp/11_1654356225072.jpg', N'temp/11_1654356229294.jpg', N'210603', N'2', N'2,1', N'hr', NULL, N'admin')
GO
INSERT INTO [dbo].[test_demo] ([id], [create_by], [create_time], [update_by], [update_time], [name], [sex], [age], [descc], [birthday], [user_code], [file_kk], [top_pic], [chegnshi], [ceck], [xiamuti], [search_sel], [pop], [sel_table]) VALUES (N'4028810c6aed99e1016aed9b31b40002', NULL, NULL, N'admin', N'2019-10-19 15:37:27.0000000', N'jeecg', N'2', N'55', N'5', N'2019-05-15 00:00:00.0000000', NULL, N'', N'', NULL, NULL, NULL, NULL, NULL, NULL)
GO
INSERT INTO [dbo].[test_demo] ([id], [create_by], [create_time], [update_by], [update_time], [name], [sex], [age], [descc], [birthday], [user_code], [file_kk], [top_pic], [chegnshi], [ceck], [xiamuti], [search_sel], [pop], [sel_table]) VALUES (N'4028810c6b02cba2016b02cba21f0000', N'admin', N'2019-05-29 16:53:48.0000000', N'admin', N'2022-11-07 22:09:46.0000000', N'张小红', N'1', N'8222', N'8', N'2019-04-01 00:00:00.0000000', N'', N'', N'', N'120101', N'2', N'', N'', N'', N'')
GO
-- ----------------------------
-- Table structure for test_enhance_select
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[test_enhance_select]') AND type IN ('U'))
DROP TABLE [dbo].[test_enhance_select]
GO
CREATE TABLE [dbo].[test_enhance_select] (
[id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[province] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[city] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[area] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[test_enhance_select] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'省份',
'SCHEMA', N'dbo',
'TABLE', N'test_enhance_select',
'COLUMN', N'province'
GO
EXEC sp_addextendedproperty
'MS_Description', N'市',
'SCHEMA', N'dbo',
'TABLE', N'test_enhance_select',
'COLUMN', N'city'
GO
EXEC sp_addextendedproperty
'MS_Description', N'区',
'SCHEMA', N'dbo',
'TABLE', N'test_enhance_select',
'COLUMN', N'area'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'test_enhance_select',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'test_enhance_select',
'COLUMN', N'create_by'
GO
-- ----------------------------
-- Records of test_enhance_select
-- ----------------------------
INSERT INTO [dbo].[test_enhance_select] ([id], [province], [city], [area], [create_time], [create_by]) VALUES (N'1256614575282958338', N'1230769290609725441', N'1230769470889299970', N'1230769620021972993', N'2020-05-03 00:00:36.0000000', N'admin')
GO
INSERT INTO [dbo].[test_enhance_select] ([id], [province], [city], [area], [create_time], [create_by]) VALUES (N'1427183594647195649', N'1230769253267836929', N'1230769769930592257', N'1230769855347593217', N'2021-08-16 16:20:59.0000000', N'admin')
GO
INSERT INTO [dbo].[test_enhance_select] ([id], [province], [city], [area], [create_time], [create_by]) VALUES (N'1427184250225299457', N'1230769290609725441', N'1230769470889299970', N'1230769620021972993', N'2021-08-16 16:23:35.0000000', N'admin')
GO
INSERT INTO [dbo].[test_enhance_select] ([id], [province], [city], [area], [create_time], [create_by]) VALUES (N'1427900912506630146', N'1230769253267836929', N'1230769769930592257', N'1230769855347593217', N'2021-08-18 15:51:21.0000000', N'admin')
GO
INSERT INTO [dbo].[test_enhance_select] ([id], [province], [city], [area], [create_time], [create_by]) VALUES (N'402880e570801ffe01708053743c002e', N'1230769253267836929', N'1230769769930592257', N'1230769855347593217', N'2020-02-26 15:08:37.0000000', N'admin')
GO
INSERT INTO [dbo].[test_enhance_select] ([id], [province], [city], [area], [create_time], [create_by]) VALUES (N'402880e570801ffe017080538b24002f', N'1230769253267836929', N'1230769769930592257', N'1230769855347593217', N'2020-02-26 15:08:43.0000000', N'admin')
GO
INSERT INTO [dbo].[test_enhance_select] ([id], [province], [city], [area], [create_time], [create_by]) VALUES (N'402880e570801ffe01708053b2b10030', N'1230769290609725441', N'1230769470889299970', N'1230769620021972993', N'2020-02-26 15:08:53.0000000', N'admin')
GO
-- ----------------------------
-- Table structure for test_note
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[test_note]') AND type IN ('U'))
DROP TABLE [dbo].[test_note]
GO
CREATE TABLE [dbo].[test_note] (
[id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL,
[name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[age] int NULL,
[sex] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[birthday] datetime2(7) NULL,
[contents] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[test_note] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键',
'SCHEMA', N'dbo',
'TABLE', N'test_note',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'test_note',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'test_note',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'test_note',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'test_note',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'所属部门',
'SCHEMA', N'dbo',
'TABLE', N'test_note',
'COLUMN', N'sys_org_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'用户名',
'SCHEMA', N'dbo',
'TABLE', N'test_note',
'COLUMN', N'name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'年龄',
'SCHEMA', N'dbo',
'TABLE', N'test_note',
'COLUMN', N'age'
GO
EXEC sp_addextendedproperty
'MS_Description', N'性别',
'SCHEMA', N'dbo',
'TABLE', N'test_note',
'COLUMN', N'sex'
GO
EXEC sp_addextendedproperty
'MS_Description', N'生日',
'SCHEMA', N'dbo',
'TABLE', N'test_note',
'COLUMN', N'birthday'
GO
EXEC sp_addextendedproperty
'MS_Description', N'请假原因',
'SCHEMA', N'dbo',
'TABLE', N'test_note',
'COLUMN', N'contents'
GO
-- ----------------------------
-- Records of test_note
-- ----------------------------
INSERT INTO [dbo].[test_note] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [age], [sex], [birthday], [contents]) VALUES (N'1257876639515222017', N'admin', N'2020-05-06 11:35:35.0000000', NULL, NULL, N'A01', N'不同意', N'20', N'1', N'2020-05-06 00:00:00.0000000', N'999')
GO
INSERT INTO [dbo].[test_note] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [age], [sex], [birthday], [contents]) VALUES (N'1260208702503366657', N'admin', N'2020-05-12 22:02:23.0000000', N'admin', N'2020-07-11 11:40:24.0000000', N'A01', N'jeecg', N'22233', N'2', N'2020-05-12 00:00:00.0000000', N'sss')
GO
INSERT INTO [dbo].[test_note] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [age], [sex], [birthday], [contents]) VALUES (N'1304309860578455553', N'admin', N'2020-09-11 14:44:38.0000000', NULL, NULL, N'A01', N'zhangsan', N'222', N'1', N'2020-09-11 00:00:00.0000000', N'222')
GO
INSERT INTO [dbo].[test_note] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [age], [sex], [birthday], [contents]) VALUES (N'1427901092375162881', N'admin', N'2021-08-18 15:52:04.0000000', N'admin', N'2022-06-02 13:00:26.0000000', N'A01', N'zhangsan', N'222', N'1', NULL, N'')
GO
INSERT INTO [dbo].[test_note] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [age], [sex], [birthday], [contents]) VALUES (N'1580543046964621313', N'admin', N'2022-10-13 20:56:42.0000000', N'admin', N'2022-10-28 10:25:54.0000000', N'A01', N'zhangsan', N'22', N'1', N'2022-10-05 00:00:00.0000000', N'1212')
GO
INSERT INTO [dbo].[test_note] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [age], [sex], [birthday], [contents]) VALUES (N'1586554454185570306', N'admin', N'2022-10-30 11:03:53.0000000', NULL, NULL, N'A01', N'zhagnxiao', N'44', NULL, NULL, NULL)
GO
-- ----------------------------
-- Table structure for test_order_customer
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[test_order_customer]') AND type IN ('U'))
DROP TABLE [dbo].[test_order_customer]
GO
CREATE TABLE [dbo].[test_order_customer] (
[id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL,
[name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[sex] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[age] int NULL,
[birthday] date NULL,
[order_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[address] nvarchar(300) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[test_order_customer] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'test_order_customer',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'test_order_customer',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'test_order_customer',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'test_order_customer',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'所属部门',
'SCHEMA', N'dbo',
'TABLE', N'test_order_customer',
'COLUMN', N'sys_org_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'客户名字',
'SCHEMA', N'dbo',
'TABLE', N'test_order_customer',
'COLUMN', N'name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'性别',
'SCHEMA', N'dbo',
'TABLE', N'test_order_customer',
'COLUMN', N'sex'
GO
EXEC sp_addextendedproperty
'MS_Description', N'年龄',
'SCHEMA', N'dbo',
'TABLE', N'test_order_customer',
'COLUMN', N'age'
GO
EXEC sp_addextendedproperty
'MS_Description', N'生日',
'SCHEMA', N'dbo',
'TABLE', N'test_order_customer',
'COLUMN', N'birthday'
GO
EXEC sp_addextendedproperty
'MS_Description', N'订单id',
'SCHEMA', N'dbo',
'TABLE', N'test_order_customer',
'COLUMN', N'order_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'地址',
'SCHEMA', N'dbo',
'TABLE', N'test_order_customer',
'COLUMN', N'address'
GO
-- ----------------------------
-- Records of test_order_customer
-- ----------------------------
INSERT INTO [dbo].[test_order_customer] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [age], [birthday], [order_id], [address]) VALUES (N'1586285823409205250', N'admin', N'2022-10-29 17:16:26.0000000', NULL, NULL, N'A01', N'90', N'1', N'90', N'2022-09-28', N'1551943088862896130', NULL)
GO
INSERT INTO [dbo].[test_order_customer] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [age], [birthday], [order_id], [address]) VALUES (N'1586557969578553345', N'admin', N'2022-10-30 11:20:31.0000000', NULL, NULL, N'A01', N'小王', N'1', N'33', N'2022-09-29', N'1586557968995545089', NULL)
GO
INSERT INTO [dbo].[test_order_customer] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [age], [birthday], [order_id], [address]) VALUES (N'1586557969578553346', N'admin', N'2022-10-30 11:17:51.0000000', NULL, NULL, N'A01', N'效力', N'2', N'333', N'2022-10-16', N'1586557968995545089', NULL)
GO
INSERT INTO [dbo].[test_order_customer] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [age], [birthday], [order_id], [address]) VALUES (N'1589514956528386050', N'admin', N'2022-11-07 15:07:52.0000000', NULL, NULL, N'A01', N'1111', N'1', N'22', N'2022-11-02', N'1589514956490637313', NULL)
GO
INSERT INTO [dbo].[test_order_customer] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [age], [birthday], [order_id], [address]) VALUES (N'1589516804559699969', N'admin', N'2022-11-23 17:20:56.0000000', NULL, NULL, N'A01', N'444', NULL, NULL, NULL, N'1589516804530339842', N'110101')
GO
INSERT INTO [dbo].[test_order_customer] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [age], [birthday], [order_id], [address]) VALUES (N'1589516804559699970', N'admin', N'2022-11-07 15:15:13.0000000', NULL, NULL, N'A01', N'33', NULL, NULL, NULL, N'1589516804530339842', N'120101')
GO
INSERT INTO [dbo].[test_order_customer] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [age], [birthday], [order_id], [address]) VALUES (N'1589516832699285506', N'admin', N'2022-11-07 15:15:19.0000000', NULL, NULL, N'A01', N'4434', NULL, NULL, NULL, N'1589516804530339842', NULL)
GO
INSERT INTO [dbo].[test_order_customer] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [sex], [age], [birthday], [order_id], [address]) VALUES (N'1597149156416937985', N'admin', N'2022-11-28 16:43:27.0000000', NULL, NULL, N'A01', N'33', N'1', N'33', N'2022-11-03', N'1597149156089782273', NULL)
GO
-- ----------------------------
-- Table structure for test_order_main
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[test_order_main]') AND type IN ('U'))
DROP TABLE [dbo].[test_order_main]
GO
CREATE TABLE [dbo].[test_order_main] (
[id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[order_code] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[order_date] datetime2(7) NULL,
[descc] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[xiala] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[test_order_main] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键',
'SCHEMA', N'dbo',
'TABLE', N'test_order_main',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'test_order_main',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'test_order_main',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'test_order_main',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'test_order_main',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'订单编码',
'SCHEMA', N'dbo',
'TABLE', N'test_order_main',
'COLUMN', N'order_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'下单时间',
'SCHEMA', N'dbo',
'TABLE', N'test_order_main',
'COLUMN', N'order_date'
GO
EXEC sp_addextendedproperty
'MS_Description', N'描述',
'SCHEMA', N'dbo',
'TABLE', N'test_order_main',
'COLUMN', N'descc'
GO
EXEC sp_addextendedproperty
'MS_Description', N'下拉多选',
'SCHEMA', N'dbo',
'TABLE', N'test_order_main',
'COLUMN', N'xiala'
GO
-- ----------------------------
-- Records of test_order_main
-- ----------------------------
INSERT INTO [dbo].[test_order_main] ([id], [create_by], [create_time], [update_by], [update_time], [order_code], [order_date], [descc], [xiala]) VALUES (N'1256629667445714946', N'admin', N'2020-05-03 01:00:34.0000000', N'admin', N'2020-11-26 15:22:35.0000000', N'鼠标', N'2020-05-03 00:00:00.0000000', N'15', NULL)
GO
INSERT INTO [dbo].[test_order_main] ([id], [create_by], [create_time], [update_by], [update_time], [order_code], [order_date], [descc], [xiala]) VALUES (N'1551943088862896130', N'admin', N'2022-07-26 22:50:40.0000000', N'admin', N'2022-10-29 17:16:26.0000000', N'CN2022', NULL, N'', N'')
GO
INSERT INTO [dbo].[test_order_main] ([id], [create_by], [create_time], [update_by], [update_time], [order_code], [order_date], [descc], [xiala]) VALUES (N'1586557968995545089', N'admin', N'2022-10-30 11:17:51.0000000', N'admin', N'2022-11-07 15:07:24.0000000', N'CN2022103011170844', NULL, N'111', N'')
GO
INSERT INTO [dbo].[test_order_main] ([id], [create_by], [create_time], [update_by], [update_time], [order_code], [order_date], [descc], [xiala]) VALUES (N'1589514956490637313', N'admin', N'2022-11-07 15:07:52.0000000', N'admin', N'2022-11-07 15:14:50.0000000', N'顾平', N'2022-11-07 00:00:00.0000000', NULL, N'1,2')
GO
INSERT INTO [dbo].[test_order_main] ([id], [create_by], [create_time], [update_by], [update_time], [order_code], [order_date], [descc], [xiala]) VALUES (N'1589516804530339842', N'admin', N'2022-11-07 15:15:13.0000000', N'admin', N'2022-11-23 17:20:56.0000000', N'顾平2', N'2022-11-07 00:00:00.0000000', N'222', N'1,2')
GO
INSERT INTO [dbo].[test_order_main] ([id], [create_by], [create_time], [update_by], [update_time], [order_code], [order_date], [descc], [xiala]) VALUES (N'1597149156089782273', N'admin', N'2022-11-28 16:43:27.0000000', NULL, NULL, N'CN2022112816431596', NULL, NULL, NULL)
GO
-- ----------------------------
-- Table structure for test_order_product
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[test_order_product]') AND type IN ('U'))
DROP TABLE [dbo].[test_order_product]
GO
CREATE TABLE [dbo].[test_order_product] (
[id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[product_name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[price] float(53) NULL,
[num] int NULL,
[descc] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[order_fk_id] nvarchar(32) COLLATE Chinese_PRC_CI_AS NOT NULL,
[pro_type] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[test_order_product] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键',
'SCHEMA', N'dbo',
'TABLE', N'test_order_product',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'test_order_product',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'test_order_product',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'test_order_product',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'test_order_product',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'产品名字',
'SCHEMA', N'dbo',
'TABLE', N'test_order_product',
'COLUMN', N'product_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'价格',
'SCHEMA', N'dbo',
'TABLE', N'test_order_product',
'COLUMN', N'price'
GO
EXEC sp_addextendedproperty
'MS_Description', N'数量',
'SCHEMA', N'dbo',
'TABLE', N'test_order_product',
'COLUMN', N'num'
GO
EXEC sp_addextendedproperty
'MS_Description', N'描述',
'SCHEMA', N'dbo',
'TABLE', N'test_order_product',
'COLUMN', N'descc'
GO
EXEC sp_addextendedproperty
'MS_Description', N'订单外键ID',
'SCHEMA', N'dbo',
'TABLE', N'test_order_product',
'COLUMN', N'order_fk_id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'产品类型',
'SCHEMA', N'dbo',
'TABLE', N'test_order_product',
'COLUMN', N'pro_type'
GO
-- ----------------------------
-- Records of test_order_product
-- ----------------------------
INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1331860890813284353', N'admin', N'2020-11-26 15:22:35.0000000', NULL, NULL, N'44', N'44', N'44', N'', N'1256629667445714946', N'1')
GO
INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1551943088930004994', N'admin', N'2022-10-29 17:16:26.0000000', NULL, NULL, N'11', N'11', N'11', N'11', N'1551943088862896130', N'1')
GO
INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1551943088930004995', N'admin', N'2022-07-26 22:50:40.0000000', NULL, NULL, N'2', N'2', N'2', N'2', N'1551943088862896130', N'2')
GO
INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'15665749948861', N'admin', N'2020-02-24 02:05:38.0000000', NULL, NULL, N'333', N'33', NULL, N'', N'402831816a38e7fd016a38e825c90003', N'')
GO
INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1586557969318506498', N'admin', N'2022-10-30 11:20:31.0000000', NULL, NULL, N'小米手机3', N'20003', N'33', N'3', N'1586557968995545089', N'2')
GO
INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1586557969381421058', N'admin', N'2022-10-30 11:17:51.0000000', NULL, NULL, N'华为手机1', N'80001', N'31', N'11', N'1586557968995545089', N'2')
GO
INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'15884388229280883233', N'admin', N'2020-11-26 15:22:35.0000000', NULL, NULL, N'华为手机', N'25', N'35', N'345', N'1256629667445714946', N'1')
GO
INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'15884388231401967996', N'admin', N'2020-07-11 11:36:36.0000000', NULL, NULL, N'低代码平台', N'25', N'35', N'445', N'1256629667445714946', N'1')
GO
INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'15884388463052345317', N'admin', N'2020-07-11 11:36:36.0000000', NULL, NULL, N'表单设计器', N'55', N'55', N'55', N'1256629667445714946', N'2')
GO
INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1589514837779251202', N'admin', N'2022-11-07 15:07:24.0000000', NULL, NULL, N'2323', N'2323', N'2323', N'', N'1586557968995545089', N'1')
GO
INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1589514956499025921', N'admin', N'2022-11-07 15:07:52.0000000', NULL, NULL, N'111', N'222', N'222', N'222', N'1589514956490637313', N'1')
GO
INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1589514956515803137', N'admin', N'2022-11-07 15:07:52.0000000', NULL, NULL, N'333', NULL, NULL, N'', N'1589514956490637313', N'')
GO
INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1589516804542922753', N'admin', N'2022-11-23 17:20:56.0000000', NULL, NULL, N'1133', NULL, NULL, NULL, N'1589516804530339842', NULL)
GO
INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1589516804551311361', N'admin', N'2022-11-07 15:15:13.0000000', NULL, NULL, N'222', NULL, NULL, NULL, N'1589516804530339842', NULL)
GO
INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'1597149156278525953', N'admin', N'2022-11-28 16:43:27.0000000', NULL, NULL, N'22', N'2', N'2', N'22', N'1597149156089782273', N'1')
GO
INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'402831816a38e7fd016a38e7fdeb0001', N'admin', N'2019-04-20 12:01:29.0000000', NULL, NULL, N'笔记本', N'100', N'10', NULL, N'402831816a38e7fd016a38e7fddf0000', NULL)
GO
INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'402831816a38e7fd016a38e7fdf10002', N'admin', N'2019-04-20 12:01:29.0000000', NULL, NULL, N'显示器', N'300', N'1', NULL, N'402831816a38e7fd016a38e7fddf0000', NULL)
GO
INSERT INTO [dbo].[test_order_product] ([id], [create_by], [create_time], [update_by], [update_time], [product_name], [price], [num], [descc], [order_fk_id], [pro_type]) VALUES (N'4028810c6b40244b016b406884080005', N'admin', N'2020-02-24 02:05:38.0000000', NULL, NULL, N'333', NULL, N'33', N'', N'402831816a38e7fd016a38e825c90003', N'')
GO
-- ----------------------------
-- Table structure for test_shoptype_tree
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[test_shoptype_tree]') AND type IN ('U'))
DROP TABLE [dbo].[test_shoptype_tree]
GO
CREATE TABLE [dbo].[test_shoptype_tree] (
[id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL,
[type_name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[pic] nvarchar(500) COLLATE Chinese_PRC_CI_AS NULL,
[pid] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[has_child] nvarchar(3) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[test_shoptype_tree] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'主键',
'SCHEMA', N'dbo',
'TABLE', N'test_shoptype_tree',
'COLUMN', N'id'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'test_shoptype_tree',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'test_shoptype_tree',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'test_shoptype_tree',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'test_shoptype_tree',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'所属部门',
'SCHEMA', N'dbo',
'TABLE', N'test_shoptype_tree',
'COLUMN', N'sys_org_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'商品分类',
'SCHEMA', N'dbo',
'TABLE', N'test_shoptype_tree',
'COLUMN', N'type_name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'分类图片',
'SCHEMA', N'dbo',
'TABLE', N'test_shoptype_tree',
'COLUMN', N'pic'
GO
EXEC sp_addextendedproperty
'MS_Description', N'父级节点',
'SCHEMA', N'dbo',
'TABLE', N'test_shoptype_tree',
'COLUMN', N'pid'
GO
EXEC sp_addextendedproperty
'MS_Description', N'是否有子节点',
'SCHEMA', N'dbo',
'TABLE', N'test_shoptype_tree',
'COLUMN', N'has_child'
GO
-- ----------------------------
-- Records of test_shoptype_tree
-- ----------------------------
INSERT INTO [dbo].[test_shoptype_tree] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [type_name], [pic], [pid], [has_child]) VALUES (N'1256628820489908225', N'admin', N'2020-05-03 00:57:12.0000000', N'admin', N'2022-10-30 17:33:00.0000000', N'A01', N'衣服', N'temp/11_1666924536435.jpg', N'0', N'1')
GO
INSERT INTO [dbo].[test_shoptype_tree] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [type_name], [pic], [pid], [has_child]) VALUES (N'1256628843097206786', N'admin', N'2020-05-03 00:57:17.0000000', NULL, NULL, N'A01', N'电子产品', NULL, N'0', N'0')
GO
INSERT INTO [dbo].[test_shoptype_tree] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [type_name], [pic], [pid], [has_child]) VALUES (N'1256629035921944577', N'admin', N'2020-05-03 00:58:03.0000000', NULL, NULL, N'A01', N'三星显示器', N'gh_f28e66390fc9_344 (shop)_1588438682583.jpg', N'1256628864848867329', N'0')
GO
INSERT INTO [dbo].[test_shoptype_tree] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [type_name], [pic], [pid], [has_child]) VALUES (N'1256629093740425218', N'admin', N'2020-05-03 00:58:17.0000000', N'admin', N'2020-05-03 22:32:37.0000000', N'A01', N'手机', N'', N'0', N'1')
GO
INSERT INTO [dbo].[test_shoptype_tree] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [type_name], [pic], [pid], [has_child]) VALUES (N'1256629139206680578', N'admin', N'2020-05-03 00:58:28.0000000', N'admin', N'2022-10-28 10:35:29.0000000', N'A01', N'iPhone', N'', N'1256629093740425218', N'0')
GO
INSERT INTO [dbo].[test_shoptype_tree] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [type_name], [pic], [pid], [has_child]) VALUES (N'1256629188993069058', N'admin', N'2020-05-03 00:58:40.0000000', N'admin', N'2022-10-28 10:35:25.0000000', N'A01', N'华为手机', N'', N'1256629093740425218', N'0')
GO
INSERT INTO [dbo].[test_shoptype_tree] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [type_name], [pic], [pid], [has_child]) VALUES (N'1585822484715520001', N'admin', N'2022-10-28 10:35:18.0000000', NULL, NULL, N'A01', N'微博', N'temp/4afbfbedab64034f9015f1bca8c379310b551dab_1666924512468.jpg', N'1256629093740425218', N'0')
GO
INSERT INTO [dbo].[test_shoptype_tree] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [type_name], [pic], [pid], [has_child]) VALUES (N'1586652276604006401', N'admin', N'2022-10-30 17:32:36.0000000', N'admin', N'2022-10-30 17:32:42.0000000', N'A01', N'机械设备', N'temp/11_1667122355087.jpg', N'0', N'1')
GO
INSERT INTO [dbo].[test_shoptype_tree] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [type_name], [pic], [pid], [has_child]) VALUES (N'1586652301673361409', N'admin', N'2022-10-30 17:32:42.0000000', N'admin', N'2022-10-30 17:32:50.0000000', N'A01', N'塔基1', NULL, N'1586652276604006401', N'0')
GO
INSERT INTO [dbo].[test_shoptype_tree] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [type_name], [pic], [pid], [has_child]) VALUES (N'1586652322430971906', N'admin', N'2022-10-30 17:32:47.0000000', N'admin', N'2022-10-30 17:32:53.0000000', N'A01', N'小机器2', NULL, N'1586652276604006401', N'0')
GO
INSERT INTO [dbo].[test_shoptype_tree] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [type_name], [pic], [pid], [has_child]) VALUES (N'1586652378194243586', N'admin', N'2022-10-30 17:33:00.0000000', NULL, NULL, N'A01', N'牛仔裤', NULL, N'1256628820489908225', N'0')
GO
-- ----------------------------
-- Table structure for test_v3_hello
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[test_v3_hello]') AND type IN ('U'))
DROP TABLE [dbo].[test_v3_hello]
GO
CREATE TABLE [dbo].[test_v3_hello] (
[id] nvarchar(36) COLLATE Chinese_PRC_CI_AS NOT NULL,
[create_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[create_time] datetime2(7) NULL,
[update_by] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL,
[update_time] datetime2(7) NULL,
[sys_org_code] nvarchar(64) COLLATE Chinese_PRC_CI_AS NULL,
[name] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[age] int NULL,
[sex] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[birthday] date NULL,
[cc] nvarchar(1000) COLLATE Chinese_PRC_CI_AS NULL,
[rel_user] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL,
[rel_filed] nvarchar(32) COLLATE Chinese_PRC_CI_AS NULL
)
GO
ALTER TABLE [dbo].[test_v3_hello] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建人',
'SCHEMA', N'dbo',
'TABLE', N'test_v3_hello',
'COLUMN', N'create_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'创建日期',
'SCHEMA', N'dbo',
'TABLE', N'test_v3_hello',
'COLUMN', N'create_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新人',
'SCHEMA', N'dbo',
'TABLE', N'test_v3_hello',
'COLUMN', N'update_by'
GO
EXEC sp_addextendedproperty
'MS_Description', N'更新日期',
'SCHEMA', N'dbo',
'TABLE', N'test_v3_hello',
'COLUMN', N'update_time'
GO
EXEC sp_addextendedproperty
'MS_Description', N'所属部门',
'SCHEMA', N'dbo',
'TABLE', N'test_v3_hello',
'COLUMN', N'sys_org_code'
GO
EXEC sp_addextendedproperty
'MS_Description', N'名字',
'SCHEMA', N'dbo',
'TABLE', N'test_v3_hello',
'COLUMN', N'name'
GO
EXEC sp_addextendedproperty
'MS_Description', N'年龄',
'SCHEMA', N'dbo',
'TABLE', N'test_v3_hello',
'COLUMN', N'age'
GO
EXEC sp_addextendedproperty
'MS_Description', N'性别',
'SCHEMA', N'dbo',
'TABLE', N'test_v3_hello',
'COLUMN', N'sex'
GO
EXEC sp_addextendedproperty
'MS_Description', N'生日',
'SCHEMA', N'dbo',
'TABLE', N'test_v3_hello',
'COLUMN', N'birthday'
GO
EXEC sp_addextendedproperty
'MS_Description', N'备注',
'SCHEMA', N'dbo',
'TABLE', N'test_v3_hello',
'COLUMN', N'cc'
GO
EXEC sp_addextendedproperty
'MS_Description', N'关联记录',
'SCHEMA', N'dbo',
'TABLE', N'test_v3_hello',
'COLUMN', N'rel_user'
GO
EXEC sp_addextendedproperty
'MS_Description', N'他表字段',
'SCHEMA', N'dbo',
'TABLE', N'test_v3_hello',
'COLUMN', N'rel_filed'
GO
-- ----------------------------
-- Records of test_v3_hello
-- ----------------------------
INSERT INTO [dbo].[test_v3_hello] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [age], [sex], [birthday], [cc], [rel_user], [rel_filed]) VALUES (N'1585826258943197186', N'admin', N'2022-10-28 10:50:18.0000000', N'admin', N'2022-10-30 11:03:27.0000000', N'A01', N'黄明远1', N'201', N'1', N'2022-10-28', N'问题的关键究竟为何? 而这些并不是完全重要, 更加重要的问题是, 可是,即使是这样,随机一段废话的出现仍然代表了一定的意义. 我们都知道, 只要有意义, 那么就必须慎重考虑.那么, 经过上述讨论, 就我个人来说, 随机一段废话对我的意义, 不能不说非常重大.
就我个人来说, 随机一段废话对我的意义, 不能不说非常重大. 既然如此, 我们一般认为, 抓住了问题的关键, 其他一切则会迎刃而解.对我', N'1260208702503366657', NULL)
GO
INSERT INTO [dbo].[test_v3_hello] ([id], [create_by], [create_time], [update_by], [update_time], [sys_org_code], [name], [age], [sex], [birthday], [cc], [rel_user], [rel_filed]) VALUES (N'1586554463777943554', N'admin', N'2022-10-30 11:03:55.0000000', NULL, NULL, N'A01', N'袁清妍', N'30', N'1', N'2022-10-30', NULL, N'1586554454185570306', NULL)
GO
-- ----------------------------
-- Table structure for tmp_report_data_1
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[tmp_report_data_1]') AND type IN ('U'))
DROP TABLE [dbo].[tmp_report_data_1]
GO
CREATE TABLE [dbo].[tmp_report_data_1] (
[monty] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL,
[main_income] decimal(10,2) NULL,
[total] decimal(10,2) NULL,
[his_lowest] decimal(10,2) NULL,
[his_average] decimal(10,2) NULL,
[his_highest] decimal(10,2) NULL
)
GO
ALTER TABLE [dbo].[tmp_report_data_1] SET (LOCK_ESCALATION = TABLE)
GO
EXEC sp_addextendedproperty
'MS_Description', N'月份',
'SCHEMA', N'dbo',
'TABLE', N'tmp_report_data_1',
'COLUMN', N'monty'
GO
-- ----------------------------
-- Records of tmp_report_data_1
-- ----------------------------
INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'1月', N'483834.66', N'483834.66', N'57569.77', N'216797.62', N'483834.66')
GO
INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'2月', N'11666578.65', N'12150413.31', N'22140.00', N'4985361.57', N'11666578.65')
GO
INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'3月', N'27080982.08', N'39231395.39', N'73106.29', N'16192642.30', N'27080982.08')
GO
INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'4月', N'0.00', N'39231395.39', N'73106.29', N'8513415.34', N'17428381.40')
GO
INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'5月', N'0.00', N'39231395.39', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'6月', N'0.00', N'39231395.39', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'7月', N'0.00', N'39231395.39', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'8月', N'0.00', N'39231395.39', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'9月', N'0.00', N'39231395.39', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'10月', N'0.00', N'39231395.39', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'11月', N'0.00', N'39231395.39', NULL, NULL, NULL)
GO
INSERT INTO [dbo].[tmp_report_data_1] ([monty], [main_income], [total], [his_lowest], [his_average], [his_highest]) VALUES (N'12月', N'0.00', N'39231395.39', NULL, NULL, NULL)
GO
-- ----------------------------
-- Table structure for tmp_report_data_income
-- ----------------------------
IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[tmp_report_data_income]') AND type IN ('U'))
DROP TABLE [dbo].[tmp_report_data_income]
GO
CREATE TABLE [dbo].[tmp_report_data_income] (
[biz_income] nvarchar(100) COLLATE Chinese_PRC_CI_AS NULL,
[bx_jj_yongjin] decimal(10,2) NULL,
[bx_zx_money] decimal(10,2) NULL,
[chengbao_gz_money] decimal(10,2) NULL,
[bx_gg_moeny] decimal(10,2) NULL,
[tb_zx_money] decimal(10,2) NULL,
[neikong_zx_money] decimal(10,2) NULL,
[total] decimal(10,2) NULL
)
GO
ALTER TABLE [dbo].[tmp_report_data_income] SET (LOCK_ESCALATION = TABLE)
GO
-- ----------------------------
-- Records of tmp_report_data_income
-- ----------------------------
INSERT INTO [dbo].[tmp_report_data_income] ([biz_income], [bx_jj_yongjin], [bx_zx_money], [chengbao_gz_money], [bx_gg_moeny], [tb_zx_money], [neikong_zx_money], [total]) VALUES (N'中国石油全资(集团所属)', N'37134.58', N'1099273.32', N'0.00', N'0.00', N'0.00', N'226415.09', N'38460270.57')
GO
INSERT INTO [dbo].[tmp_report_data_income] ([biz_income], [bx_jj_yongjin], [bx_zx_money], [chengbao_gz_money], [bx_gg_moeny], [tb_zx_money], [neikong_zx_money], [total]) VALUES (N'中国石油全资(股份所属)', N'227595.77', N'0.00', N'0.00', N'0.00', N'0.00', N'0.00', N'227595.77')
GO
INSERT INTO [dbo].[tmp_report_data_income] ([biz_income], [bx_jj_yongjin], [bx_zx_money], [chengbao_gz_money], [bx_gg_moeny], [tb_zx_money], [neikong_zx_money], [total]) VALUES (N'中石油控股或有控股权', N'310628.11', N'369298.64', N'0.00', N'0.00', N'0.00', N'0.00', N'679926.75')
GO
INSERT INTO [dbo].[tmp_report_data_income] ([biz_income], [bx_jj_yongjin], [bx_zx_money], [chengbao_gz_money], [bx_gg_moeny], [tb_zx_money], [neikong_zx_money], [total]) VALUES (N'中石油参股', N'72062.45', N'0.00', N'0.00', N'0.00', N'0.00', N'0.00', N'72062.75')
GO
INSERT INTO [dbo].[tmp_report_data_income] ([biz_income], [bx_jj_yongjin], [bx_zx_money], [chengbao_gz_money], [bx_gg_moeny], [tb_zx_money], [neikong_zx_money], [total]) VALUES (N'非中石油', N'1486526.90', N'212070.72', N'0.00', N'0.00', N'0.00', N'226415.09', N'1698597.62')
GO
-- ----------------------------
-- Primary Key structure for table ceshi_note
-- ----------------------------
ALTER TABLE [dbo].[ceshi_note] ADD CONSTRAINT [PK__ceshi_no__3213E83FF7E4A701] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table demo
-- ----------------------------
ALTER TABLE [dbo].[demo] ADD CONSTRAINT [PK__demo__3213E83F2CABF780] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table demo_field_def_val_main
-- ----------------------------
ALTER TABLE [dbo].[demo_field_def_val_main] ADD CONSTRAINT [PK__demo_fie__3213E83F6C8F4538] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table demo_field_def_val_sub
-- ----------------------------
ALTER TABLE [dbo].[demo_field_def_val_sub] ADD CONSTRAINT [PK__demo_fie__3213E83F59AF3504] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table jeecg_monthly_growth_analysis
-- ----------------------------
ALTER TABLE [dbo].[jeecg_monthly_growth_analysis] ADD CONSTRAINT [PK__jeecg_mo__3213E83FC8ED98B5] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table jeecg_order_customer
-- ----------------------------
ALTER TABLE [dbo].[jeecg_order_customer] ADD CONSTRAINT [PK__jeecg_or__3213E83FEF361E82] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table jeecg_order_main
-- ----------------------------
ALTER TABLE [dbo].[jeecg_order_main] ADD CONSTRAINT [PK__jeecg_or__3213E83FE350402D] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table jeecg_order_ticket
-- ----------------------------
ALTER TABLE [dbo].[jeecg_order_ticket] ADD CONSTRAINT [PK__jeecg_or__3213E83F14757BE4] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table jeecg_project_nature_income
-- ----------------------------
ALTER TABLE [dbo].[jeecg_project_nature_income] ADD CONSTRAINT [PK__jeecg_pr__3213E83F149F4269] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table jimu_dict
-- ----------------------------
CREATE UNIQUE NONCLUSTERED INDEX [uk_sd_dict_code]
ON [dbo].[jimu_dict] (
[dict_code] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table jimu_dict
-- ----------------------------
ALTER TABLE [dbo].[jimu_dict] ADD CONSTRAINT [PK__jimu_dic__3213E83F36C00E97] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table jimu_dict_item
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_sdi_role_dict_id]
ON [dbo].[jimu_dict_item] (
[dict_id] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sdi_role_sort_order]
ON [dbo].[jimu_dict_item] (
[sort_order] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sdi_status]
ON [dbo].[jimu_dict_item] (
[status] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sdi_dict_val]
ON [dbo].[jimu_dict_item] (
[dict_id] ASC,
[item_value] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table jimu_dict_item
-- ----------------------------
ALTER TABLE [dbo].[jimu_dict_item] ADD CONSTRAINT [PK__jimu_dic__3213E83FDCB09773] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table jimu_report
-- ----------------------------
CREATE UNIQUE NONCLUSTERED INDEX [uniq_jmreport_code]
ON [dbo].[jimu_report] (
[code] ASC
)
GO
CREATE NONCLUSTERED INDEX [uniq_jmreport_createby]
ON [dbo].[jimu_report] (
[create_by] ASC
)
GO
CREATE NONCLUSTERED INDEX [uniq_jmreport_delflag]
ON [dbo].[jimu_report] (
[del_flag] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table jimu_report
-- ----------------------------
ALTER TABLE [dbo].[jimu_report] ADD CONSTRAINT [PK__jimu_rep__3213E83F2090C74C] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table jimu_report_data_source
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_jmdatasource_report_id]
ON [dbo].[jimu_report_data_source] (
[report_id] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_jmdatasource_code]
ON [dbo].[jimu_report_data_source] (
[code] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table jimu_report_data_source
-- ----------------------------
ALTER TABLE [dbo].[jimu_report_data_source] ADD CONSTRAINT [PK__jimu_rep__3213E83F697E6500] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table jimu_report_db
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_jmreportdb_db_key]
ON [dbo].[jimu_report_db] (
[db_key] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_jimu_report_id]
ON [dbo].[jimu_report_db] (
[jimu_report_id] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_db_source_id]
ON [dbo].[jimu_report_db] (
[db_source] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table jimu_report_db
-- ----------------------------
ALTER TABLE [dbo].[jimu_report_db] ADD CONSTRAINT [PK__jimu_rep__3213E83F45BCE2C8] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table jimu_report_db_field
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_jrdf_jimu_report_db_id]
ON [dbo].[jimu_report_db_field] (
[jimu_report_db_id] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_dbfield_order_num]
ON [dbo].[jimu_report_db_field] (
[order_num] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table jimu_report_db_field
-- ----------------------------
ALTER TABLE [dbo].[jimu_report_db_field] ADD CONSTRAINT [PK__jimu_rep__3213E83F3E80A08A] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table jimu_report_db_param
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_jrdp_jimu_report_head_id]
ON [dbo].[jimu_report_db_param] (
[jimu_report_head_id] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table jimu_report_db_param
-- ----------------------------
ALTER TABLE [dbo].[jimu_report_db_param] ADD CONSTRAINT [PK__jimu_rep__3213E83F681D8137] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table jimu_report_link
-- ----------------------------
CREATE NONCLUSTERED INDEX [uniq_link_reportid]
ON [dbo].[jimu_report_link] (
[report_id] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table jimu_report_link
-- ----------------------------
ALTER TABLE [dbo].[jimu_report_link] ADD CONSTRAINT [PK__jimu_rep__3213E83F36B61176] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table jimu_report_map
-- ----------------------------
CREATE UNIQUE NONCLUSTERED INDEX [uniq_jmreport_map_name]
ON [dbo].[jimu_report_map] (
[name] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table jimu_report_map
-- ----------------------------
ALTER TABLE [dbo].[jimu_report_map] ADD CONSTRAINT [PK__jimu_rep__3213E83F92DD4E69] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table jimu_report_share
-- ----------------------------
ALTER TABLE [dbo].[jimu_report_share] ADD CONSTRAINT [PK__jimu_rep__3213E83F16EB7B78] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table onl_auth_data
-- ----------------------------
ALTER TABLE [dbo].[onl_auth_data] ADD CONSTRAINT [PK__onl_auth__3213E83FE30D5CAC] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table onl_auth_page
-- ----------------------------
ALTER TABLE [dbo].[onl_auth_page] ADD CONSTRAINT [PK__onl_auth__3213E83F99C2C355] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table onl_auth_relation
-- ----------------------------
ALTER TABLE [dbo].[onl_auth_relation] ADD CONSTRAINT [PK__onl_auth__3213E83F5C0B6CDB] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table onl_cgform_button
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_ocb_CGFORM_HEAD_ID]
ON [dbo].[onl_cgform_button] (
[CGFORM_HEAD_ID] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_ocb_BUTTON_CODE]
ON [dbo].[onl_cgform_button] (
[BUTTON_CODE] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_ocb_BUTTON_STATUS]
ON [dbo].[onl_cgform_button] (
[BUTTON_STATUS] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_ocb_ORDER_NUM]
ON [dbo].[onl_cgform_button] (
[ORDER_NUM] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table onl_cgform_button
-- ----------------------------
ALTER TABLE [dbo].[onl_cgform_button] ADD CONSTRAINT [PK__onl_cgfo__3214EC2745BB6166] PRIMARY KEY CLUSTERED ([ID])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table onl_cgform_enhance_java
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_ejava_cgform_head_id]
ON [dbo].[onl_cgform_enhance_java] (
[CGFORM_HEAD_ID] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_ocej_BUTTON_CODE]
ON [dbo].[onl_cgform_enhance_java] (
[BUTTON_CODE] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_ocej_ACTIVE_STATUS]
ON [dbo].[onl_cgform_enhance_java] (
[ACTIVE_STATUS] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table onl_cgform_enhance_java
-- ----------------------------
ALTER TABLE [dbo].[onl_cgform_enhance_java] ADD CONSTRAINT [PK__onl_cgfo__3214EC2765271160] PRIMARY KEY CLUSTERED ([ID])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table onl_cgform_enhance_js
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_ejs_cgform_head_id]
ON [dbo].[onl_cgform_enhance_js] (
[CGFORM_HEAD_ID] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_ejs_cg_js_type]
ON [dbo].[onl_cgform_enhance_js] (
[CG_JS_TYPE] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table onl_cgform_enhance_js
-- ----------------------------
ALTER TABLE [dbo].[onl_cgform_enhance_js] ADD CONSTRAINT [PK__onl_cgfo__3214EC275C278D8F] PRIMARY KEY CLUSTERED ([ID])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table onl_cgform_enhance_sql
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_oces_CGFORM_HEAD_ID]
ON [dbo].[onl_cgform_enhance_sql] (
[CGFORM_HEAD_ID] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table onl_cgform_enhance_sql
-- ----------------------------
ALTER TABLE [dbo].[onl_cgform_enhance_sql] ADD CONSTRAINT [PK__onl_cgfo__3214EC27D568A45C] PRIMARY KEY CLUSTERED ([ID])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table onl_cgform_field
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_ocf_cgform_head_id]
ON [dbo].[onl_cgform_field] (
[cgform_head_id] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table onl_cgform_field
-- ----------------------------
ALTER TABLE [dbo].[onl_cgform_field] ADD CONSTRAINT [PK__onl_cgfo__3213E83F34F24577] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table onl_cgform_head
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_och_cgform_head_id]
ON [dbo].[onl_cgform_head] (
[table_name] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_och_table_name]
ON [dbo].[onl_cgform_head] (
[form_template] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_och_form_template_mobile]
ON [dbo].[onl_cgform_head] (
[form_template_mobile] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_och_table_version]
ON [dbo].[onl_cgform_head] (
[table_version] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table onl_cgform_head
-- ----------------------------
ALTER TABLE [dbo].[onl_cgform_head] ADD CONSTRAINT [PK__onl_cgfo__3213E83FEF6BB97F] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table onl_cgform_index
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_oci_cgform_head_id]
ON [dbo].[onl_cgform_index] (
[cgform_head_id] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table onl_cgform_index
-- ----------------------------
ALTER TABLE [dbo].[onl_cgform_index] ADD CONSTRAINT [PK__onl_cgfo__3213E83F42A9062C] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table onl_cgreport_head
-- ----------------------------
CREATE UNIQUE NONCLUSTERED INDEX [index_onlinereport_code]
ON [dbo].[onl_cgreport_head] (
[code] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_och_code]
ON [dbo].[onl_cgreport_head] (
[code] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table onl_cgreport_head
-- ----------------------------
ALTER TABLE [dbo].[onl_cgreport_head] ADD CONSTRAINT [PK__onl_cgre__3213E83FD319BEB7] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table onl_cgreport_item
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_oci_cgrhead_id]
ON [dbo].[onl_cgreport_item] (
[cgrhead_id] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_oci_is_show]
ON [dbo].[onl_cgreport_item] (
[is_show] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_oci_order_num]
ON [dbo].[onl_cgreport_item] (
[order_num] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table onl_cgreport_item
-- ----------------------------
ALTER TABLE [dbo].[onl_cgreport_item] ADD CONSTRAINT [PK__onl_cgre__3213E83F44A8101E] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table onl_cgreport_param
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_ocp_cgrhead_id]
ON [dbo].[onl_cgreport_param] (
[cgrhead_id] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table onl_cgreport_param
-- ----------------------------
ALTER TABLE [dbo].[onl_cgreport_param] ADD CONSTRAINT [PK__onl_cgre__3213E83F4E8C509A] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table oss_file
-- ----------------------------
ALTER TABLE [dbo].[oss_file] ADD CONSTRAINT [PK__oss_file__3213E83F05F30FE9] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table QRTZ_CALENDARS
-- ----------------------------
ALTER TABLE [dbo].[QRTZ_CALENDARS] ADD CONSTRAINT [PK_QRTZ_CALENDARS] PRIMARY KEY CLUSTERED ([SCHED_NAME], [CALENDAR_NAME])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table QRTZ_CRON_TRIGGERS
-- ----------------------------
ALTER TABLE [dbo].[QRTZ_CRON_TRIGGERS] ADD CONSTRAINT [PK_QRTZ_CRON_TRIGGERS] PRIMARY KEY CLUSTERED ([SCHED_NAME], [TRIGGER_NAME], [TRIGGER_GROUP])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table QRTZ_FIRED_TRIGGERS
-- ----------------------------
ALTER TABLE [dbo].[QRTZ_FIRED_TRIGGERS] ADD CONSTRAINT [PK_QRTZ_FIRED_TRIGGERS] PRIMARY KEY CLUSTERED ([SCHED_NAME], [ENTRY_ID])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table QRTZ_JOB_DETAILS
-- ----------------------------
ALTER TABLE [dbo].[QRTZ_JOB_DETAILS] ADD CONSTRAINT [PK_QRTZ_JOB_DETAILS] PRIMARY KEY CLUSTERED ([SCHED_NAME], [JOB_NAME], [JOB_GROUP])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table QRTZ_LOCKS
-- ----------------------------
ALTER TABLE [dbo].[QRTZ_LOCKS] ADD CONSTRAINT [PK_QRTZ_LOCKS] PRIMARY KEY CLUSTERED ([SCHED_NAME], [LOCK_NAME])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table QRTZ_PAUSED_TRIGGER_GRPS
-- ----------------------------
ALTER TABLE [dbo].[QRTZ_PAUSED_TRIGGER_GRPS] ADD CONSTRAINT [PK_QRTZ_PAUSED_TRIGGER_GRPS] PRIMARY KEY CLUSTERED ([SCHED_NAME], [TRIGGER_GROUP])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table QRTZ_SCHEDULER_STATE
-- ----------------------------
ALTER TABLE [dbo].[QRTZ_SCHEDULER_STATE] ADD CONSTRAINT [PK_QRTZ_SCHEDULER_STATE] PRIMARY KEY CLUSTERED ([SCHED_NAME], [INSTANCE_NAME])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table QRTZ_SIMPLE_TRIGGERS
-- ----------------------------
ALTER TABLE [dbo].[QRTZ_SIMPLE_TRIGGERS] ADD CONSTRAINT [PK_QRTZ_SIMPLE_TRIGGERS] PRIMARY KEY CLUSTERED ([SCHED_NAME], [TRIGGER_NAME], [TRIGGER_GROUP])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table QRTZ_SIMPROP_TRIGGERS
-- ----------------------------
ALTER TABLE [dbo].[QRTZ_SIMPROP_TRIGGERS] ADD CONSTRAINT [PK_QRTZ_SIMPROP_TRIGGERS] PRIMARY KEY CLUSTERED ([SCHED_NAME], [TRIGGER_NAME], [TRIGGER_GROUP])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table QRTZ_TRIGGERS
-- ----------------------------
ALTER TABLE [dbo].[QRTZ_TRIGGERS] ADD CONSTRAINT [PK_QRTZ_TRIGGERS] PRIMARY KEY CLUSTERED ([SCHED_NAME], [TRIGGER_NAME], [TRIGGER_GROUP])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table rep_demo_dxtj
-- ----------------------------
ALTER TABLE [dbo].[rep_demo_dxtj] ADD CONSTRAINT [PK__rep_demo__3213E83F5429BC7F] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table rep_demo_employee
-- ----------------------------
ALTER TABLE [dbo].[rep_demo_employee] ADD CONSTRAINT [PK__rep_demo__3213E83F04AF2C8C] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table rep_demo_gongsi
-- ----------------------------
ALTER TABLE [dbo].[rep_demo_gongsi] ADD CONSTRAINT [PK__rep_demo__3213E83FC2297A45] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table rep_demo_jianpiao
-- ----------------------------
ALTER TABLE [dbo].[rep_demo_jianpiao] ADD CONSTRAINT [PK__rep_demo__3213E83FAEB384EE] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table sys_announcement
-- ----------------------------
ALTER TABLE [dbo].[sys_announcement] ADD CONSTRAINT [PK__sys_anno__3213E83F1A5F764B] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_category
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_sc_code]
ON [dbo].[sys_category] (
[code] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_category
-- ----------------------------
ALTER TABLE [dbo].[sys_category] ADD CONSTRAINT [PK__sys_cate__3213E83F189E1F2C] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_check_rule
-- ----------------------------
CREATE UNIQUE NONCLUSTERED INDEX [uk_scr_rule_code]
ON [dbo].[sys_check_rule] (
[rule_code] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_check_rule
-- ----------------------------
ALTER TABLE [dbo].[sys_check_rule] ADD CONSTRAINT [PK__sys_chec__3213E83F99BB1333] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_comment
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_table_data_id]
ON [dbo].[sys_comment] (
[table_name] ASC,
[table_data_id] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_comment
-- ----------------------------
ALTER TABLE [dbo].[sys_comment] ADD CONSTRAINT [PK__sys_comm__3213E83F7F64780E] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_data_log
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_sdl_data_table_id]
ON [dbo].[sys_data_log] (
[data_table] ASC,
[data_id] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_data_log
-- ----------------------------
ALTER TABLE [dbo].[sys_data_log] ADD CONSTRAINT [PK__sys_data__3213E83F36D9030D] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_data_source
-- ----------------------------
CREATE UNIQUE NONCLUSTERED INDEX [uk_sdc_rule_code]
ON [dbo].[sys_data_source] (
[code] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_data_source
-- ----------------------------
ALTER TABLE [dbo].[sys_data_source] ADD CONSTRAINT [PK__sys_data__3213E83FFBEA9489] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_depart
-- ----------------------------
CREATE UNIQUE NONCLUSTERED INDEX [uniq_depart_org_code]
ON [dbo].[sys_depart] (
[org_code] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sd_parent_id]
ON [dbo].[sys_depart] (
[parent_id] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sd_depart_order]
ON [dbo].[sys_depart] (
[depart_order] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sd_org_code]
ON [dbo].[sys_depart] (
[org_code] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_depart
-- ----------------------------
ALTER TABLE [dbo].[sys_depart] ADD CONSTRAINT [PK__sys_depa__3213E83F53116BC4] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table sys_depart_permission
-- ----------------------------
ALTER TABLE [dbo].[sys_depart_permission] ADD CONSTRAINT [PK__sys_depa__3213E83F7682CE9B] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table sys_depart_role
-- ----------------------------
ALTER TABLE [dbo].[sys_depart_role] ADD CONSTRAINT [PK__sys_depa__3213E83FDEFD6AE8] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_depart_role_permission
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_sdrp_role_per_id]
ON [dbo].[sys_depart_role_permission] (
[role_id] ASC,
[permission_id] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sdrp_role_id]
ON [dbo].[sys_depart_role_permission] (
[role_id] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sdrp_per_id]
ON [dbo].[sys_depart_role_permission] (
[permission_id] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_depart_role_permission
-- ----------------------------
ALTER TABLE [dbo].[sys_depart_role_permission] ADD CONSTRAINT [PK__sys_depa__3213E83F9F266237] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table sys_depart_role_user
-- ----------------------------
ALTER TABLE [dbo].[sys_depart_role_user] ADD CONSTRAINT [PK__sys_depa__3213E83F54E7F5C3] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_dict
-- ----------------------------
CREATE UNIQUE NONCLUSTERED INDEX [uk_sd_dict_code]
ON [dbo].[sys_dict] (
[dict_code] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_dict
-- ----------------------------
ALTER TABLE [dbo].[sys_dict] ADD CONSTRAINT [PK__sys_dict__3213E83FA0BE0970] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_dict_item
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_sdi_role_dict_id]
ON [dbo].[sys_dict_item] (
[dict_id] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sdi_role_sort_order]
ON [dbo].[sys_dict_item] (
[sort_order] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sdi_status]
ON [dbo].[sys_dict_item] (
[status] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sdi_dict_val]
ON [dbo].[sys_dict_item] (
[dict_id] ASC,
[item_value] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_dict_item
-- ----------------------------
ALTER TABLE [dbo].[sys_dict_item] ADD CONSTRAINT [PK__sys_dict__3213E83F010BB9F9] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_files
-- ----------------------------
CREATE NONCLUSTERED INDEX [index_tenant_id]
ON [dbo].[sys_files] (
[tenant_id] ASC
)
GO
CREATE NONCLUSTERED INDEX [index_del_flag]
ON [dbo].[sys_files] (
[del_flag] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_files
-- ----------------------------
ALTER TABLE [dbo].[sys_files] ADD CONSTRAINT [PK__sys_file__3213E83F5A975C3B] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_fill_rule
-- ----------------------------
CREATE UNIQUE NONCLUSTERED INDEX [uk_sfr_rule_code]
ON [dbo].[sys_fill_rule] (
[rule_code] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_fill_rule
-- ----------------------------
ALTER TABLE [dbo].[sys_fill_rule] ADD CONSTRAINT [PK__sys_fill__3213E83FA0057AD2] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_form_file
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_table_form]
ON [dbo].[sys_form_file] (
[table_name] ASC,
[table_data_id] ASC
)
GO
CREATE NONCLUSTERED INDEX [index_file_id]
ON [dbo].[sys_form_file] (
[file_id] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_form_file
-- ----------------------------
ALTER TABLE [dbo].[sys_form_file] ADD CONSTRAINT [PK__sys_form__3213E83F2429D539] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table sys_gateway_route
-- ----------------------------
ALTER TABLE [dbo].[sys_gateway_route] ADD CONSTRAINT [PK__sys_gate__3213E83FBF445748] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_log
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_sl_userid]
ON [dbo].[sys_log] (
[userid] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sl_log_type]
ON [dbo].[sys_log] (
[log_type] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sl_operate_type]
ON [dbo].[sys_log] (
[operate_type] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sl_create_time]
ON [dbo].[sys_log] (
[create_time] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_log
-- ----------------------------
ALTER TABLE [dbo].[sys_log] ADD CONSTRAINT [PK__sys_log__3213E83FE76D1067] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_permission
-- ----------------------------
CREATE NONCLUSTERED INDEX [index_menu_type]
ON [dbo].[sys_permission] (
[menu_type] ASC
)
GO
CREATE NONCLUSTERED INDEX [index_menu_hidden]
ON [dbo].[sys_permission] (
[hidden] ASC
)
GO
CREATE NONCLUSTERED INDEX [index_menu_status]
ON [dbo].[sys_permission] (
[status] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_permission
-- ----------------------------
ALTER TABLE [dbo].[sys_permission] ADD CONSTRAINT [PK__sys_perm__3213E83F87278AC0] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_permission_data_rule
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_spdr_permission_id]
ON [dbo].[sys_permission_data_rule] (
[permission_id] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_permission_data_rule
-- ----------------------------
ALTER TABLE [dbo].[sys_permission_data_rule] ADD CONSTRAINT [PK__sys_perm__3213E83FD4DA6C24] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_permission_v2
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_sp_parent_id]
ON [dbo].[sys_permission_v2] (
[parent_id] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sp_is_route]
ON [dbo].[sys_permission_v2] (
[is_route] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sp_is_leaf]
ON [dbo].[sys_permission_v2] (
[is_leaf] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sp_sort_no]
ON [dbo].[sys_permission_v2] (
[sort_no] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sp_del_flag]
ON [dbo].[sys_permission_v2] (
[del_flag] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sp_menu_type]
ON [dbo].[sys_permission_v2] (
[menu_type] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sp_hidden]
ON [dbo].[sys_permission_v2] (
[hidden] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sp_status]
ON [dbo].[sys_permission_v2] (
[status] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_permission_v2
-- ----------------------------
ALTER TABLE [dbo].[sys_permission_v2] ADD CONSTRAINT [PK__sys_perm__3213E83F8EEE9CFB] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_position
-- ----------------------------
CREATE UNIQUE NONCLUSTERED INDEX [uniq_code]
ON [dbo].[sys_position] (
[code] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_position
-- ----------------------------
ALTER TABLE [dbo].[sys_position] ADD CONSTRAINT [PK__sys_posi__3213E83F448665E5] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table sys_quartz_job
-- ----------------------------
ALTER TABLE [dbo].[sys_quartz_job] ADD CONSTRAINT [PK__sys_quar__3213E83F00199709] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_role
-- ----------------------------
CREATE UNIQUE NONCLUSTERED INDEX [uniq_sys_role_role_code]
ON [dbo].[sys_role] (
[role_code] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sr_role_code]
ON [dbo].[sys_role] (
[role_code] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_role
-- ----------------------------
ALTER TABLE [dbo].[sys_role] ADD CONSTRAINT [PK__sys_role__3213E83FF2D3B976] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table sys_role_index
-- ----------------------------
ALTER TABLE [dbo].[sys_role_index] ADD CONSTRAINT [PK__sys_role__3213E83FD2775F53] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_role_permission
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_srp_role_per_id]
ON [dbo].[sys_role_permission] (
[role_id] ASC,
[permission_id] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_srp_role_id]
ON [dbo].[sys_role_permission] (
[role_id] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_srp_permission_id]
ON [dbo].[sys_role_permission] (
[permission_id] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_role_permission
-- ----------------------------
ALTER TABLE [dbo].[sys_role_permission] ADD CONSTRAINT [PK__sys_role__3213E83FCB80DA3D] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_sms
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_ss_es_type]
ON [dbo].[sys_sms] (
[es_type] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_ss_es_receiver]
ON [dbo].[sys_sms] (
[es_receiver] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_ss_es_send_time]
ON [dbo].[sys_sms] (
[es_send_time] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_ss_es_send_status]
ON [dbo].[sys_sms] (
[es_send_status] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_sms
-- ----------------------------
ALTER TABLE [dbo].[sys_sms] ADD CONSTRAINT [PK__sys_sms__3213E83FD71C497F] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_sms_template
-- ----------------------------
CREATE UNIQUE NONCLUSTERED INDEX [uk_sst_template_code]
ON [dbo].[sys_sms_template] (
[template_code] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_sms_template
-- ----------------------------
ALTER TABLE [dbo].[sys_sms_template] ADD CONSTRAINT [PK__sys_sms___3213E83F73786521] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table sys_tenant
-- ----------------------------
ALTER TABLE [dbo].[sys_tenant] ADD CONSTRAINT [PK__sys_tena__3213E83F436B64B0] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table sys_tenant_pack
-- ----------------------------
ALTER TABLE [dbo].[sys_tenant_pack] ADD CONSTRAINT [PK__sys_tena__3213E83FFFB5C8E8] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table sys_tenant_pack_perms
-- ----------------------------
ALTER TABLE [dbo].[sys_tenant_pack_perms] ADD CONSTRAINT [PK__sys_tena__3213E83F1CC0AADC] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table sys_tenant_pack_user
-- ----------------------------
ALTER TABLE [dbo].[sys_tenant_pack_user] ADD CONSTRAINT [PK__sys_tena__3213E83F372999BA] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_third_account
-- ----------------------------
CREATE UNIQUE NONCLUSTERED INDEX [uniq_sys_third_account_third_type_third_user_id]
ON [dbo].[sys_third_account] (
[third_type] ASC,
[third_user_id] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_third_account
-- ----------------------------
ALTER TABLE [dbo].[sys_third_account] ADD CONSTRAINT [PK__sys_thir__3213E83F3D7D9F62] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_user
-- ----------------------------
CREATE UNIQUE NONCLUSTERED INDEX [uniq_sys_user_work_no]
ON [dbo].[sys_user] (
[work_no] ASC
)
GO
CREATE UNIQUE NONCLUSTERED INDEX [uniq_sys_user_username]
ON [dbo].[sys_user] (
[username] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_su_username]
ON [dbo].[sys_user] (
[username] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_su_status]
ON [dbo].[sys_user] (
[status] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_su_del_flag]
ON [dbo].[sys_user] (
[del_flag] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_user
-- ----------------------------
ALTER TABLE [dbo].[sys_user] ADD CONSTRAINT [PK__sys_user__3213E83F96C0BB47] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_user_agent
-- ----------------------------
CREATE UNIQUE NONCLUSTERED INDEX [uk_sug_user_name]
ON [dbo].[sys_user_agent] (
[user_name] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sug_status]
ON [dbo].[sys_user_agent] (
[status] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sug_start_time]
ON [dbo].[sys_user_agent] (
[start_time] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sug_end_time]
ON [dbo].[sys_user_agent] (
[end_time] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_user_agent
-- ----------------------------
ALTER TABLE [dbo].[sys_user_agent] ADD CONSTRAINT [PK__sys_user__3213E83F30C2DC9A] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_user_depart
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_sud_user_id]
ON [dbo].[sys_user_depart] (
[user_id] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sud_dep_id]
ON [dbo].[sys_user_depart] (
[dep_id] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sud_user_dep_id]
ON [dbo].[sys_user_depart] (
[user_id] ASC,
[dep_id] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_user_depart
-- ----------------------------
ALTER TABLE [dbo].[sys_user_depart] ADD CONSTRAINT [PK__sys_user__3214EC27102DA902] PRIMARY KEY CLUSTERED ([ID])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_user_role
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_sur_user_id]
ON [dbo].[sys_user_role] (
[user_id] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sur_role_id]
ON [dbo].[sys_user_role] (
[role_id] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sur_user_role_id]
ON [dbo].[sys_user_role] (
[user_id] ASC,
[role_id] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_user_role
-- ----------------------------
ALTER TABLE [dbo].[sys_user_role] ADD CONSTRAINT [PK__sys_user__3213E83FE60450C0] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Indexes structure for table sys_user_tenant
-- ----------------------------
CREATE NONCLUSTERED INDEX [idx_sut_user_id]
ON [dbo].[sys_user_tenant] (
[user_id] ASC
)
GO
CREATE NONCLUSTERED INDEX [idx_sut_tenant_id]
ON [dbo].[sys_user_tenant] (
[tenant_id] ASC
)
GO
-- ----------------------------
-- Primary Key structure for table sys_user_tenant
-- ----------------------------
ALTER TABLE [dbo].[sys_user_tenant] ADD CONSTRAINT [PK__sys_user__3213E83FAE3DA22C] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table test_demo
-- ----------------------------
ALTER TABLE [dbo].[test_demo] ADD CONSTRAINT [PK__test_dem__3213E83FA7D0363E] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table test_enhance_select
-- ----------------------------
ALTER TABLE [dbo].[test_enhance_select] ADD CONSTRAINT [PK__test_enh__3213E83F1627B77A] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table test_note
-- ----------------------------
ALTER TABLE [dbo].[test_note] ADD CONSTRAINT [PK__test_not__3213E83F11715188] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table test_order_customer
-- ----------------------------
ALTER TABLE [dbo].[test_order_customer] ADD CONSTRAINT [PK__test_ord__3213E83FAB4758BB] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table test_order_main
-- ----------------------------
ALTER TABLE [dbo].[test_order_main] ADD CONSTRAINT [PK__test_ord__3213E83FF2049B14] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table test_order_product
-- ----------------------------
ALTER TABLE [dbo].[test_order_product] ADD CONSTRAINT [PK__test_ord__3213E83F901253CC] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table test_shoptype_tree
-- ----------------------------
ALTER TABLE [dbo].[test_shoptype_tree] ADD CONSTRAINT [PK__test_sho__3213E83F19572FB9] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Primary Key structure for table test_v3_hello
-- ----------------------------
ALTER TABLE [dbo].[test_v3_hello] ADD CONSTRAINT [PK__test_v3___3213E83FD37A655B] PRIMARY KEY CLUSTERED ([id])
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO
-- ----------------------------
-- Foreign Keys structure for table QRTZ_CRON_TRIGGERS
-- ----------------------------
ALTER TABLE [dbo].[QRTZ_CRON_TRIGGERS] ADD CONSTRAINT [FK_QRTZ_CRON_TRIGGERS_QRTZ_TRIGGERS] FOREIGN KEY ([SCHED_NAME], [TRIGGER_NAME], [TRIGGER_GROUP]) REFERENCES [dbo].[QRTZ_TRIGGERS] ([SCHED_NAME], [TRIGGER_NAME], [TRIGGER_GROUP]) ON DELETE CASCADE ON UPDATE NO ACTION
GO
-- ----------------------------
-- Foreign Keys structure for table QRTZ_SIMPLE_TRIGGERS
-- ----------------------------
ALTER TABLE [dbo].[QRTZ_SIMPLE_TRIGGERS] ADD CONSTRAINT [FK_QRTZ_SIMPLE_TRIGGERS_QRTZ_TRIGGERS] FOREIGN KEY ([SCHED_NAME], [TRIGGER_NAME], [TRIGGER_GROUP]) REFERENCES [dbo].[QRTZ_TRIGGERS] ([SCHED_NAME], [TRIGGER_NAME], [TRIGGER_GROUP]) ON DELETE CASCADE ON UPDATE NO ACTION
GO
-- ----------------------------
-- Foreign Keys structure for table QRTZ_SIMPROP_TRIGGERS
-- ----------------------------
ALTER TABLE [dbo].[QRTZ_SIMPROP_TRIGGERS] ADD CONSTRAINT [FK_QRTZ_SIMPROP_TRIGGERS_QRTZ_TRIGGERS] FOREIGN KEY ([SCHED_NAME], [TRIGGER_NAME], [TRIGGER_GROUP]) REFERENCES [dbo].[QRTZ_TRIGGERS] ([SCHED_NAME], [TRIGGER_NAME], [TRIGGER_GROUP]) ON DELETE CASCADE ON UPDATE NO ACTION
GO
-- ----------------------------
-- Foreign Keys structure for table QRTZ_TRIGGERS
-- ----------------------------
ALTER TABLE [dbo].[QRTZ_TRIGGERS] ADD CONSTRAINT [FK_QRTZ_TRIGGERS_QRTZ_JOB_DETAILS] FOREIGN KEY ([SCHED_NAME], [JOB_NAME], [JOB_GROUP]) REFERENCES [dbo].[QRTZ_JOB_DETAILS] ([SCHED_NAME], [JOB_NAME], [JOB_GROUP]) ON DELETE NO ACTION ON UPDATE NO ACTION
GO