diff --git a/docs/db/jeecg3.6.5-sqlserver2005-20160718.sql b/docs/db/jeecg3.6.5-sqlserver2005-20160718.sql new file mode 100644 index 00000000..6de02a75 --- /dev/null +++ b/docs/db/jeecg3.6.5-sqlserver2005-20160718.sql @@ -0,0 +1,29584 @@ +/* +Navicat SQL Server Data Transfer + +Source Server : slqserver2005 +Source Server Version : 90000 +Source Host : 192.168.0.199\SQL2005:1433 +Source Database : jeecg +Source Schema : dbo + +Target Server Type : SQL Server +Target Server Version : 90000 +File Encoding : 65001 + +Date: 2016-07-18 21:27:34 +*/ + + +-- ---------------------------- +-- Table structure for auto_form +-- ---------------------------- +DROP TABLE [dbo].[auto_form] +GO +CREATE TABLE [dbo].[auto_form] ( +[id] nvarchar(36) NOT NULL , +[form_name] nvarchar(100) NULL , +[form_desc] nvarchar(200) NULL , +[form_style_id] nvarchar(36) NULL , +[form_content] nvarchar(MAX) NULL , +[create_name] nvarchar(50) NULL , +[create_by] nvarchar(50) NULL , +[create_date] datetime NULL , +[update_by] nvarchar(50) NULL , +[update_date] datetime NULL , +[sys_org_code] nvarchar(50) NULL , +[sys_company_code] nvarchar(50) NULL , +[form_parse] nvarchar(MAX) NULL , +[main_table_source] nvarchar(50) NULL , +[update_name] nvarchar(50) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form', +'COLUMN', N'form_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'表单名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'form_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'表单名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'form_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form', +'COLUMN', N'form_desc')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'表单描述' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'form_desc' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'表单描述' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'form_desc' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form', +'COLUMN', N'form_style_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'模板样式' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'form_style_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'模板样式' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'form_style_id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form', +'COLUMN', N'form_content')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'表单编辑器文本' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'form_content' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'表单编辑器文本' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'form_content' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form', +'COLUMN', N'sys_org_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form', +'COLUMN', N'sys_company_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form', +'COLUMN', N'main_table_source')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主数据源' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'main_table_source' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主数据源' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'main_table_source' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO + +-- ---------------------------- +-- Records of auto_form +-- ---------------------------- +INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'4028138151a9dc0c0151aa3f1d450002', N'employee_entry_form', N'员工入职单', N'', N'

员工入职单


填表日期:

基本信息

姓名

部门

职务


生日

籍贯

学历

身份证

入职日期

工号

手机

邮箱

MSN

人事部

照片

{|-是 否 -|}

档案表

{|-是 否 -|}

身份证

{|-是 否 -|}

学位证

{|-是 否 -|}

其他证件

分配电话


经办人:        日期:      

部门意见

经办人:        日期:     

总经理意见

经办人:       日期:     

新员工意见

经办人:       日期:      


 


 


', N'管理员', N'admin', N'2015-12-16 18:04:01.000', N'admin', N'2015-12-18 15:16:09.000', N'A02', N'A0', N'{"fields":0,"template":"

员工入职单


填表日期:

基本信息

姓名

部门

职务


生日

籍贯

学历

身份证

入职日期

工号

手机

邮箱

MSN

人事部

照片

{|-是 否 -|}

档案表

{|-是 否 -|}

身份证

{|-是 否 -|}

学位证

{|-是 否 -|}

其他证件

分配电话


经办人:        日期:      

部门意见

经办人:        日期:     

总经理意见

经办人:       日期:     

新员工意见

经办人:       日期:      


 


 


","parse":"

员工入职单


填表日期:

基本信息

姓名

部门

职务


生日

籍贯

学历

身份证

入职日期

工号

手机

邮箱

MSN

人事部

照片

是 否 

档案表

是 否 

身份证

是 否 

学位证

是 否 

其他证件

分配电话


经办人:        日期:      

部门意见

经办人:        日期:     

总经理意见

经办人:       日期:     

新员工意见

经办人:       日期:      


 


 


","data":[{"name":"ds.create_date","type":"text","title":"create_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds.create_date","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_name","type":"text","title":"employee_name","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_name","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_depart","type":"text","title":"employee_depart","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_depart","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_job","type":"text","title":"employee_job","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_job","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_birthday","type":"text","title":"employee_birthday","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds.employee_birthday","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_origin","type":"text","title":"employee_origin","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_origin","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_degree","type":"text","title":"employee_degree","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_degree","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_identification","type":"text","title":"employee_identification","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_identification","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_entry_date","type":"text","title":"employee_entry_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds.employee_entry_date","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_code","type":"text","title":"employee_code","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_code","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_phone","type":"text","title":"employee_phone","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_phone","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_mail","type":"text","title":"employee_mail","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_mail","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_msn","type":"text","title":"employee_msn","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_msn","style":"text-align: left; width: 150px;","content":""},{"leipiplugins":"radios","name":"leipiNewField","selector":"2c90ac564c9d1734014c9db1a167002b","autofield":"ds.hr_pic","title":"hr_pic","value":"Y,N","content":"是 否 ","options":[{"type":"radio","name":"leipiNewField","checkedtext":"是","value":"Y","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"否","value":"N","checked":""}]},{"leipiplugins":"radios","name":"leipiNewField","selector":"2c90ac564c9d1734014c9db1a167002b","autofield":"ds.hr_archives","title":"hr_archives","value":"Y,N","content":"是 否 ","options":[{"type":"radio","name":"leipiNewField","checkedtext":"是","value":"Y","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"否","value":"N","checked":""}]},{"leipiplugins":"radios","name":"leipiNewField","selector":"2c90ac564c9d1734014c9db1a167002b","autofield":"ds.hr_identification","title":"hr_identification","value":"Y,N","content":"是 否 ","options":[{"type":"radio","name":"leipiNewField","checkedtext":"是","value":"Y","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"否","value":"N","checked":""}]},{"leipiplugins":"radios","name":"leipiNewField","selector":"2c90ac564c9d1734014c9db1a167002b","autofield":"ds.hr_degree","title":"hr_degree","value":"Y,N","content":"是 否 ","options":[{"type":"radio","name":"leipiNewField","checkedtext":"是","value":"Y","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"否","value":"N","checked":""}]},{"name":"ds.hr_other","type":"text","title":"hr_other","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.hr_other","style":"text-align: left; width: 150px;","content":""},{"name":"ds.hr_tel","type":"text","title":"hr_tel","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.hr_tel","style":"text-align: left; width: 150px;","content":""},{"name":"ds.hr_op_user","type":"text","title":"hr_op_user","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.hr_op_user","style":"text-align: left; width: 150px;","content":""},{"name":"ds.hr_op_date","type":"text","title":"hr_op_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds.hr_op_date","style":"text-align: left; width: 150px;","content":""},{"title":"depart_opinion","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"ds.depart_opinion","orgrich":"0","orgfontsize":"","orgwidth":"900","orgheight":"80","style":"width:900px;height:80px;","content":""},{"name":"ds.depart_op_user","type":"text","title":"depart_op_user","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.depart_op_user","style":"text-align: left; width: 150px;","content":""},{"name":"ds.depart_op_date","type":"text","title":"depart_op_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds.depart_op_date","style":"text-align: left; width: 150px;","content":""},{"title":"manager_opinion","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"ds.manager_opinion","orgrich":"0","orgfontsize":"","orgwidth":"900","orgheight":"80","style":"width:900px;height:80px;","content":""},{"name":"ds.manager_op_user","type":"text","title":"manager_op_user","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.manager_op_user","style":"text-align: left; width: 150px;","content":""},{"name":"ds.manager_op_date","type":"text","title":"manager_op_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds.manager_op_date","style":"text-align: left; width: 150px;","content":""},{"title":"employee_opinion","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"ds.employee_opinion","orgrich":"0","orgfontsize":"","orgwidth":"900","orgheight":"80","style":"width:900px;height:80px;","content":""},{"name":"ds.employee_op_user","type":"text","title":"employee_op_user","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.employee_op_user","style":"text-align: left; width: 150px;","content":""},{"name":"ds.employee_op_date","type":"text","title":"employee_op_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds.employee_op_date","style":"text-align: left; width: 150px;","content":""},{"name":"ds.id","type":"text","title":"id","value":"","datatype":"","leipiplugins":"text","orghide":"1","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds.id","style":"text-align: left; width: 150px;","content":""}],"add_fields":{}}', N'ds', N'管理员') +GO +GO +INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'402880e750a8cbbf0150a8ccabdb0001', N'order_form', N'订单表单', N'', N'

价格合同人合同内容
订单号订单内容订单价格

', N'管理员', N'admin', N'2015-10-27 18:16:37.000', N'admin', N'2015-11-30 12:25:44.000', N'A02', N'A0', N'{"fields":0,"template":"

价格合同人合同内容
订单号订单内容订单价格

","parse":"

价格合同人合同内容
订单号订单内容订单价格

","data":[{"name":"jeecg_order_main.ID","type":"hidden","title":"主键","value":"","datatype":"","leipiplugins":"text","orghide":"1","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_order_main.ID","style":"text-align: left; width: 150px;","content":""},{"style":"text-align: left; width: 150px;","title":"价格","value":"","name":"jeecg_order_main.GO_ALL_PRICE","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"jeecg_order_main.GO_ALL_PRICE","datatype":"","content":""},{"style":"text-align: left; width: 150px;","title":"合同人","value":"","name":"jeecg_order_main.GO_CONTACT_NAME","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"jeecg_order_main.GO_CONTACT_NAME","datatype":"","content":""},{"style":"text-align: left; width: 150px;","title":"合同内容","value":"","name":"jeecg_order_main.GO_CONTENT","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"jeecg_order_main.GO_CONTENT","datatype":"","content":""},{"style":"text-align: left; width: 150px;","title":"合同编码","value":"","name":"jeecg_order_main.GO_ORDER_CODE","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"jeecg_order_main.GO_ORDER_CODE","datatype":"","content":""},{"style":"text-align: left; width: 150px;","title":"GO_ORDER_COUNT","value":"","name":"jeecg_order_main.GO_ORDER_COUNT","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"jeecg_order_main.GO_ORDER_COUNT","datatype":"","content":""},{"style":"text-align: left; width: 150px;","title":"GO_RETURN_PRICE","value":"","name":"jeecg_order_main.GO_RETURN_PRICE","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"jeecg_order_main.GO_RETURN_PRICE","datatype":"","content":""},{"name":"leipiNewField","leipiplugins":"listctrl","type":"text","value":"{列表控件}","readonly":"readonly","title":"订单客户","autofield":"jeecg_order_custom.ID`jeecg_order_custom.GO_ORDER_CODE`jeecg_order_custom.GOC_CONTENT`jeecg_order_custom.GOC_CUS_NAME`jeecg_order_custom.GOC_SEX`","orgtitle":"ID`订单号`订单内容`客户名`性别`","orgcoltype":"text`popup`text`text`select`","orgunit":"#`#`#`#`#`","orgsum":"0`0`0`0`0`","orgcolvalue":"`````","ishide":"1`0`0`0`0`","ruletype":"0`0`0`0`0`","dict":"0`user_msg`0`0`sex`","length":"32`157`157`157`157`","pkid":"","fkdsid":"","orgwidth":"100%","style":"width: 100%;","content":""}],"add_fields":{}}', N'jeecg_order_main', N'管理员') +GO +GO +INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'402881a151f6d9420151f6e3b4ce0001', N'jform00002', N'员工离职单', N'', N'
员工离职单
姓名编号
职务
入职时间
离职方式{|-辞工 急辞工 辞退 开除 自动离职 -|}
申请离职日期正式离职日期
领工资人及身份证号
离职须知
离职原因
面谈记录和意见
办公用品移交
人力资源部审核应发薪资     应扣薪资 
实发薪资     领取时间 
总经理审批
说明

', N'管理员', N'admin', N'2015-12-31 15:14:57.000', N'admin', N'2016-01-06 11:23:05.000', N'A03', N'A0', N'{"fields":0,"template":"
员工离职单
姓名编号
职务
入职时间
离职方式{|-辞工 急辞工 辞退 开除 自动离职 -|}
申请离职日期正式离职日期
领工资人及身份证号
离职须知
离职原因
面谈记录和意见
办公用品移交
人力资源部审核应发薪资     应扣薪资 
实发薪资     领取时间 
总经理审批
说明

","parse":"
员工离职单
姓名编号
职务
入职时间
离职方式辞工 急辞工 辞退 开除 自动离职 
申请离职日期正式离职日期
领工资人及身份证号
离职须知
离职原因
面谈记录和意见
办公用品移交
人力资源部审核应发薪资     应扣薪资 
实发薪资     领取时间 
总经理审批
说明

","data":[{"name":"jform00002.name","type":"text","title":"name","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jform00002.name","style":"text-align: left; width: 150px;","content":""},{"name":"jform00002.code","type":"text","title":"code","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jform00002.code","style":"text-align: left; width: 150px;","content":""},{"name":"jform00002.job","type":"text","title":"job","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jform00002.job","style":"text-align: left; width: 150px;","content":""},{"name":"jform00002.join_time","type":"text","title":"join_time","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"jform00002.join_time","style":"text-align: left; width: 150px;","content":""},{"leipiplugins":"radios","name":"leipiNewField","selector":"402881a151f1af7c0151f1b9d7f50002","autofield":"jform00002.out_type","title":"out_type","value":"cigong,jicigong,citui,kaichu,zidonglizhi","content":"辞工 急辞工 辞退 开除 自动离职 ","options":[{"type":"radio","name":"leipiNewField","checkedtext":"辞工","value":"cigong","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"急辞工","value":"jicigong","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"辞退","value":"citui","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"开除","value":"kaichu","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"自动离职","value":"zidonglizhi","checked":""}]},{"name":"jform00002.apply_out_time","type":"text","title":"apply_out_time","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"jform00002.apply_out_time","style":"text-align: left; width: 150px;","content":""},{"name":"jform00002.out_time","type":"text","title":"out_time","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"jform00002.out_time","style":"text-align: left; width: 150px;","content":""},{"title":"id_card","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"jform00002.id_card","orgrich":"0","orgfontsize":"","orgwidth":"500","orgheight":"80","style":"width:500px;height:80px;","content":""},{"title":"out_content","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"jform00002.out_content","orgrich":"0","orgfontsize":"","orgwidth":"500","orgheight":"80","style":"width:500px;height:80px;","content":""},{"title":"out_reason","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"jform00002.out_reason","orgrich":"0","orgfontsize":"","orgwidth":"500","orgheight":"80","style":"width:500px;height:80px;","content":""},{"title":"interview_record","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"jform00002.interview_record","orgrich":"0","orgfontsize":"","orgwidth":"500","orgheight":"80","style":"width:500px;height:80px;","content":""},{"title":"office_change","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"jform00002.office_change","orgrich":"0","orgfontsize":"","orgwidth":"500","orgheight":"80","style":"width:500px;height:80px;","content":""},{"name":"jform00002.should_send_salary","type":"text","title":"should_send_salary","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"float","autofield":"jform00002.should_send_salary","style":"text-align: left; width: 150px;","content":""},{"name":"jform00002.should_deduct_pay","type":"text","title":"should_deduct_pay","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"float","autofield":"jform00002.should_deduct_pay","style":"text-align: left; width: 150px;","content":""},{"name":"jform00002.pay","type":"text","title":"pay","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"float","autofield":"jform00002.pay","style":"text-align: left; width: 150px;","content":""},{"name":"jform00002.get_time","type":"text","title":"get_time","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"jform00002.get_time","style":"text-align: left; width: 150px;","content":""},{"title":"boss_check","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"jform00002.boss_check","orgrich":"0","orgfontsize":"","orgwidth":"500","orgheight":"80","style":"width:500px;height:80px;","content":""},{"title":"description","name":"leipiNewField","leipiplugins":"textarea","datatype":"","value":"","autofield":"jform00002.description","orgrich":"0","orgfontsize":"","orgwidth":"500","orgheight":"80","style":"width:500px;height:80px;","content":""},{"name":"jform00002.id","type":"text","title":"id","value":"","datatype":"","leipiplugins":"text","orghide":"1","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jform00002.id","style":"text-align: left; width: 150px;","content":""}],"add_fields":{}}', N'jform00002', N'管理员') +GO +GO +INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'402885d8507f14a601507f15b5200001', N'jeecg_custom_record', N'客户追踪记录表(案例)', N'', N'new document

客户追踪记录表

* 客户编号负责人成立日期
客户名称资本额
地址电话
营业类型传真
主要往来银行
其他投资事业平均每日营业额
主要往来业务付款方式{|-现金 支票 客票 其他 -|}
与本公司往来收款记录{|-优秀 良好 一般 很差 -|}
最近与本公司往来重要记录
最近交易数据跟踪
客户意见
信用评定
填表人


', N'管理员', N'admin', N'2015-10-19 15:52:21.000', N'admin', N'2015-11-19 11:21:39.000', N'A02', N'A0', N'{"fields":0,"template":"new document

客户追踪记录表

* 客户编号负责人成立日期
客户名称资本额
地址电话
营业类型传真
主要往来银行
其他投资事业平均每日营业额
主要往来业务付款方式{|-现金 支票 客票 其他 -|}
与本公司往来收款记录{|-优秀 良好 一般 很差 -|}
最近与本公司往来重要记录
最近交易数据跟踪
客户意见
信用评定
填表人


","parse":"new document

客户追踪记录表

* 客户编号负责人成立日期
客户名称资本额
地址电话
营业类型传真
主要往来银行
其他投资事业平均每日营业额
主要往来业务付款方式现金 支票 客票 其他 
与本公司往来收款记录优秀 良好 一般 很差 
最近与本公司往来重要记录
最近交易数据跟踪
客户意见
信用评定
填表人


","data":[{"name":"jeecg_custom_record.id","type":"hidden","title":"id","value":"","leipiplugins":"text","orghide":"1","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_record.id","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"jeecg_custom_record.custom_id","type":"text","title":"custom_id","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_record.custom_id","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_record.header","type":"text","title":"header","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_record.header","style":"text-align: left; width: 150px;","content":""},{"name":"leipiNewField","type":"text","value":"{macros}","title":"establish_date","leipiplugins":"macros","orgtype":"sys_datetime","orghide":"0","orgfontsize":"","orgwidth":"150","style":"width: 150px;","content":""},{"name":"jeecg_custom_record.custom_name","type":"text","title":"custom_name","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"300","orgtype":"text","autofield":"jeecg_custom_record.custom_name","style":"text-align: left; width: 300px;","orgfontsize":"","orgheight":"","content":""},{"name":"jeecg_custom_record.capital_lines","type":"text","title":"capital_lines","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_record.capital_lines","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_record.address","type":"text","title":"address","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"300","orgtype":"text","autofield":"jeecg_custom_record.address","style":"text-align: left; width: 300px;","orgfontsize":"","orgheight":"","content":""},{"name":"jeecg_custom_record.phone","type":"text","title":"phone","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_record.phone","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_record.business_type","type":"text","title":"business_type","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"300","orgtype":"text","autofield":"jeecg_custom_record.business_type","style":"text-align: left; width: 300px;","content":""},{"name":"jeecg_custom_record.fax","type":"text","title":"fax","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_record.fax","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_record.banks","type":"text","title":"banks","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"300","orgtype":"text","autofield":"jeecg_custom_record.banks","style":"text-align: left; width: 300px;","content":""},{"name":"jeecg_custom_record.other_business","type":"text","title":"other_business","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"250","orgtype":"text","autofield":"jeecg_custom_record.other_business","style":"text-align: left; width: 250px;","content":""},{"name":"jeecg_custom_record.turnover","type":"text","title":"turnover","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_record.turnover","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_record.business","type":"text","title":"business","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"250","orgtype":"text","autofield":"jeecg_custom_record.business","style":"text-align: left; width: 250px;","content":""},{"leipiplugins":"checkboxs","selector":"undefined","autofield":"undefined","title":"pay_type","parse_name":"checkboxs_0","name":"leipiNewField,leipiNewField,leipiNewField,leipiNewField","value":"现金,支票,客票,其他","content":"现金 支票 客票 其他 ","options":[{"type":"checkbox","name":"leipiNewField","checkedtext":"现金","selector":"undefined","value":"现金","fieldname":"undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","checkedtext":"支票","selector":"undefined","value":"支票","fieldname":"undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","checkedtext":"客票","selector":"undefined","value":"客票","fieldname":"undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","checkedtext":"其他","selector":"undefined","value":"其他","fieldname":"undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""}]},{"name":"jeecg_custom_record.business_contacts","type":"text","title":"business_contacts","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"250","orgtype":"text","autofield":"jeecg_custom_record.business_contacts","style":"text-align: left; width: 250px;","content":""},{"leipiplugins":"checkboxs","selector":"undefined","autofield":"undefined","title":"collection","parse_name":"checkboxs_1","name":"leipiNewField,leipiNewField,leipiNewField,leipiNewField","value":"优秀,良好,一般,很差","content":"优秀 良好 一般 很差 ","options":[{"type":"checkbox","name":"leipiNewField","checkedtext":"优秀","selector":"undefined","value":"优秀","fieldname":"undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","checkedtext":"良好","selector":"undefined","value":"良好","fieldname":"undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","checkedtext":"一般","selector":"undefined","value":"一般","fieldname":"undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","checkedtext":"很差","selector":"undefined","value":"很差","fieldname":"undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""}]},{"name":"jeecg_custom_record.business_important_contacts","type":"text","title":"business_important_contacts","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"300","orgtype":"text","autofield":"jeecg_custom_record.business_important_contacts","style":"text-align: left; width: 300px;","content":""},{"name":"jeecg_custom_record.business_record","type":"text","title":"business_record","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"300","orgtype":"text","autofield":"jeecg_custom_record.business_record","style":"text-align: left; width: 300px;","content":""},{"name":"jeecg_custom_record.customer_opinion","type":"text","title":"customer_opinion","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"300","orgtype":"text","autofield":"jeecg_custom_record.customer_opinion","style":"text-align: left; width: 300px;","content":""},{"name":"jeecg_custom_record.credit_evaluation","type":"text","title":"credit_evaluation","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"300","orgtype":"text","autofield":"jeecg_custom_record.credit_evaluation","style":"text-align: left; width: 300px;","content":""},{"name":"jeecg_custom_record.preparer","type":"text","title":"preparer","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_record.preparer","style":"text-align: left; width: 150px;","content":""}],"add_fields":{}}', N'jeecg_custom_record', N'管理员') +GO +GO +INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'402885d8508410ea01508424b4350006', N'jeecg_custom_info', N'客户资料管理卡(案例)', N'', N'


客户资料管理卡
{|-男 女 -|}
{|-虚拟 数码 美容 服装 配饰 母婴 家居 食品 -|}
{|-铁路 水运 汽运 自提 -|}

{|-销售上量 利润为准 量利兼顾 积极 保守 平常 投机 凌乱 -|}


', N'管理员', N'admin', N'2015-10-20 15:26:49.000', N'admin', N'2015-11-19 11:21:10.000', N'A02', N'A0', N'{"fields":0,"template":"


客户资料管理卡
{|-男 女 -|}
{|-虚拟 数码 美容 服装 配饰 母婴 家居 食品 -|}
{|-铁路 水运 汽运 自提 -|}

{|-销售上量 利润为准 量利兼顾 积极 保守 平常 投机 凌乱 -|}


","parse":"


客户资料管理卡
男 女 
虚拟 数码 美容 服装 配饰 母婴 家居 食品 
铁路 水运 汽运 自提 

销售上量 利润为准 量利兼顾 积极 保守 平常 投机 凌乱 


","data":[{"name":"jeecg_custom_info.CUST_NAME","type":"text","title":"cust_name","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"100","orgtype":"text","autofield":"jeecg_custom_info.CUST_NAME","style":"text-align: left; width: 100px;","orgfontsize":"","orgheight":"","content":""},{"name":"jeecg_custom_info.CUST_ADDR","type":"text","title":"cust_addr","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"100","orgtype":"text","autofield":"jeecg_custom_info.CUST_ADDR","style":"text-align: left; width: 100px;","content":""},{"name":"jeecg_custom_info.CUST_CODE","type":"text","title":"cust_code","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"60","orgtype":"text","autofield":"jeecg_custom_info.CUST_CODE","style":"text-align: left; width: 60px;","content":""},{"name":"jeecg_custom_info.EMAIL","type":"text","title":"email","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.EMAIL","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.CUST_CHARGE","type":"text","title":"cust_charge","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"50","orgtype":"text","autofield":"jeecg_custom_info.CUST_CHARGE","style":"text-align: left; width: 50px;","content":""},{"plugins":"radios","name":"leipiNewField","title":"sex","value":"男,女","content":"男 女 ","options":[{"type":"radio","name":"leipiNewField","value":"男","checked":""},{"type":"radio","name":"leipiNewField","value":"女","checked":""}]},{"name":"jeecg_custom_info.AGE","type":"text","title":"age","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"100","orgtype":"text","autofield":"jeecg_custom_info.AGE","style":"text-align: left; width: 100px;","content":""},{"name":"jeecg_custom_info.POSITION","type":"text","title":"position","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"60","orgtype":"text","autofield":"jeecg_custom_info.POSITION","style":"text-align: left; width: 60px;","orgfontsize":"","orgheight":"","content":""},{"name":"jeecg_custom_info.PHONE","type":"text","title":"phone","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.PHONE","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.BANK","type":"text","title":"bank","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"50","orgtype":"text","autofield":"jeecg_custom_info.BANK","style":"text-align: left; width: 50px;","content":""},{"name":"jeecg_custom_info.MONEY","type":"text","title":"money","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.MONEY","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.PROMOTER","type":"text","title":"promoter","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.PROMOTER","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.ACCOUNT","type":"text","title":"account","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"50","orgtype":"text","autofield":"jeecg_custom_info.ACCOUNT","style":"text-align: left; width: 50px;","content":""},{"name":"jeecg_custom_info.TURNOVER","type":"text","title":"turnover","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.TURNOVER","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.PAYMENT_ATTR","type":"text","title":"payment_attr","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.PAYMENT_ATTR","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.SAX_NUM","type":"text","title":"sax_num","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.SAX_NUM","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.PAY_DATE","type":"text","title":"pay_date","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.PAY_DATE","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.BEGIN_PAY_DATE","type":"text","title":"begin_pay_date","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.BEGIN_PAY_DATE","style":"text-align: left; width: 150px;","content":""},{"plugins":"checkboxs","title":"main_bus","parse_name":"checkboxs_0","name":"leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField","value":"虚拟,数码,美容,服装,配饰,母婴,家居,食品","content":"虚拟 数码 美容 服装 配饰 母婴 家居 食品 ","options":[{"type":"checkbox","name":"leipiNewField","value":"虚拟","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"数码","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"美容","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"服装","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"配饰","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"母婴","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"家居","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"食品","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""}]},{"name":"jeecg_custom_info.BUS_PRO","type":"text","title":"bus_pro","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"50","orgtype":"text","autofield":"jeecg_custom_info.BUS_PRO","style":"text-align: left; width: 50px;","content":""},{"name":"jeecg_custom_info.WAREHOUSE","type":"text","title":"warehouse","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"50","orgtype":"text","autofield":"jeecg_custom_info.WAREHOUSE","style":"text-align: left; width: 50px;","content":""},{"name":"jeecg_custom_info.PEOPLE","type":"text","title":"people","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"80","orgtype":"text","autofield":"jeecg_custom_info.PEOPLE","style":"text-align: left; width: 80px;","content":""},{"plugins":"checkboxs","title":"transportation","parse_name":"checkboxs_1","name":"leipiNewField,leipiNewField,leipiNewField,leipiNewField","value":"铁路,水运,汽运,自提","content":"铁路 水运 汽运 自提 ","options":[{"type":"checkbox","name":"leipiNewField","value":"铁路","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"水运","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"汽运","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"自提","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""}]},{"name":"jeecg_custom_info.OPERATION","type":"text","title":"operation","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"50","orgtype":"text","autofield":"jeecg_custom_info.OPERATION","style":"text-align: left; width: 50px;","content":""},{"name":"jeecg_custom_info.CAR","type":"text","title":"car","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"50","orgtype":"text","autofield":"jeecg_custom_info.CAR","style":"text-align: left; width: 50px;","content":""},{"name":"jeecg_custom_info.SHOPKEEPER","type":"text","title":"shopkeeper","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.SHOPKEEPER","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.WHOLESALE","type":"text","title":"wholesale","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"50","orgtype":"text","autofield":"jeecg_custom_info.WHOLESALE","style":"text-align: left; width: 50px;","content":""},{"name":"jeecg_custom_info.AREA","type":"text","title":"area","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.AREA","style":"text-align: left; width: 150px;","content":""},{"plugins":"checkboxs","title":"management","parse_name":"checkboxs_2","name":"leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField,leipiNewField","value":"销售上量,利润为准,量利兼顾,积极,保守,平常,投机,凌乱","content":"销售上量 利润为准 量利兼顾 积极 保守 平常 投机 凌乱 ","options":[{"type":"checkbox","name":"leipiNewField","value":"销售上量","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"利润为准","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"量利兼顾","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"积极","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"保守","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"平常","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"投机","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""},{"type":"checkbox","name":"leipiNewField","value":"凌乱","fieldname":"undefinedundefinedundefinedundefinedundefinedundefined","fieldflow":"undefined","checked":""}]},{"name":"jeecg_custom_info.STOCK1","type":"text","title":"stock1","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"100","orgtype":"text","autofield":"jeecg_custom_info.STOCK1","style":"text-align: left; width: 100px;","content":""},{"name":"jeecg_custom_info.STOCK2","type":"text","title":"stock2","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.STOCK2","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.SALE1","type":"text","title":"sale1","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"100","orgtype":"text","autofield":"jeecg_custom_info.SALE1","style":"text-align: left; width: 100px;","content":""},{"name":"jeecg_custom_info.SALE2","type":"text","title":"sale2","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.SALE2","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.INVENTORY1","type":"text","title":"inventory1","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"100","orgtype":"text","autofield":"jeecg_custom_info.INVENTORY1","style":"text-align: left; width: 100px;","content":""},{"name":"jeecg_custom_info.INVENTORY2","type":"text","title":"inventory2","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.INVENTORY2","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.MAX_MONEY","type":"text","title":"max_money","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.MAX_MONEY","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.CUST_LEVEL","type":"text","title":"cust_level","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.CUST_LEVEL","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.ALL_AVG_INVENTORY","type":"text","title":"all_avg_inventory","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.ALL_AVG_INVENTORY","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.AVG_INVENTORY","type":"text","title":"avg_inventory","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.AVG_INVENTORY","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.PRICE","type":"text","title":"price","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.PRICE","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.PROMISE","type":"text","title":"promise","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.PROMISE","style":"text-align: left; width: 150px;","content":""},{"name":"jeecg_custom_info.COMPETING_GOODS","type":"text","title":"competing_goods","value":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"jeecg_custom_info.COMPETING_GOODS","style":"text-align: left; width: 150px;","content":""}],"add_fields":{}}', N'jeecg_custom_info', N'管理员') +GO +GO +INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'4028948150f601230150f60692050001', N'doc', N'文档Doc', N'', N'

内容
时间
文档编号
标题
文档类型{|-  -|}
', N'管理员', N'admin', N'2015-11-11 18:10:37.000', N'admin', N'2015-11-19 10:59:24.000', N'A02', N'A0', N'{"fields":0,"template":"

内容
时间
文档编号
标题
文档类型{|-  -|}
","parse":"

内容
时间
文档编号
标题
文档类型  
","data":[{"type":"hidden","name":"doc.ID","autofield":"doc.ID","content":""},{"style":"text-align: left; width: 300px;","title":"DOCCONTENT","value":"","name":"doc.DOCCONTENT","orgheight":"","orgwidth":"300","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"doc.DOCCONTENT","content":""},{"style":"text-align: left; width: 300px;","title":"时间","value":"","name":"doc.DOCDATE","orgheight":"","orgwidth":"300","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"standardDate","autofield":"doc.DOCDATE","datatype":"","content":""},{"style":"text-align: left; width: 300px;","title":"DOCID","value":"","name":"doc.DOCID","orgheight":"","orgwidth":"300","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"doc.DOCID","content":""},{"style":"text-align: left; width: 300px;","title":"DOCTITLE","value":"","name":"doc.DOCTITLE","orgheight":"","orgwidth":"300","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"doc.DOCTITLE","content":""},{"leipiplugins":"select","name":"leipiNewField","title":"文档类型","size":"1","datatype":"","selector":"402881e54dcb624a014dcbf4912b000e","orgwidth":"150","autofield":"doc.DOCTYPE","style":"width: 150px;","value":"bdfl_ptbd,bdfl_fzbd,bdfl_vipbd","content":"  "}],"add_fields":{}}', N'doc', N'管理员') +GO +GO +INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'40289481513a049b01513a0aabf70001', N'docdb', N'docdb', N'', N'

DOCCONTENT
DOCDATE
DOCID
DOCTITLE{|-  -|}
DOCTYPE{|-spring-key java-class -|}


', N'管理员', N'admin', N'2015-11-24 23:09:16.000', N'admin', N'2015-11-30 12:14:19.000', N'A02', N'A0', N'{"fields":0,"template":"

DOCCONTENT
DOCDATE
DOCID
DOCTITLE{|-  -|}
DOCTYPE{|-spring-key java-class -|}


","parse":"

DOCCONTENT
DOCDATE
DOCID
DOCTITLE  
DOCTYPEspring-key java-class 


","data":[{"type":"hidden","name":"docdb.ID","autofield":"docdb.ID","content":""},{"style":"text-align: left; width: 300px;","title":"DOCCONTENT","value":"","name":"docdb.DOCCONTENT","orgheight":"","orgwidth":"300","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"docdb.DOCCONTENT","content":""},{"style":"text-align: left; width: 300px;","title":"DOCDATE","value":"","name":"docdb.DOCDATE","orgheight":"","orgwidth":"300","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"standardDate","autofield":"docdb.DOCDATE","datatype":"","content":""},{"name":"docdb.DOCID","title":"DOCID","leipiplugins":"popup","size":"1","datatype":"","style":"background-image: url(http://localhost:8080/jeecg/plug-in/easyui/themes/default/images/searchbox_button.png); background-color: rgb(255, 255, 255); width: 150px; background-position: 100% 50%; background-repeat: no-repeat no-repeat;","dictionary":"user_msg,account,realname","orgwidth":"150","autofield":"docdb.DOCID","content":""},{"leipiplugins":"select","name":"leipiNewField","title":"DOCTITLE","size":"1","datatype":"","selector":"402881e64ca6fd1b014ca7044c370004","orgwidth":"150","autofield":"docdb.DOCTITLE","style":"width: 150px;","value":"spline,column,pie","content":"  "},{"leipiplugins":"radios","name":"leipiNewField","selector":"8a1c7ee54e3e2ca9014e3e4b78f90009","autofield":"docdb.DOCTYPE","title":"DOCTYPE","value":"spring,class","content":"spring-key java-class ","options":[{"type":"radio","name":"leipiNewField","checkedtext":"spring-key","value":"spring","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"java-class","value":"class","checked":""}]}],"add_fields":{}}', N'docdb', N'管理员') +GO +GO +INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'4028ef815382c6c9015382ccd9b60003', N'test', N'学生表录入', N'', N'

NAME
SEX{|-男性 女性 -|}
AGE
BIRTHDAY


', N'管理员', N'admin', N'2016-03-17 12:19:36.000', N'admin', N'2016-03-17 12:30:58.000', N'A03', N'A0', N'{"fields":0,"template":"

NAME
SEX{|-男性 女性 -|}
AGE
BIRTHDAY


","parse":"

NAME
SEX男性 女性 
AGE
BIRTHDAY


","data":[{"type":"hidden","name":"test_stud.ID","autofield":"test_stud.ID","content":""},{"style":"text-align: left; width: 150px;","title":"NAME","value":"","name":"test_stud.NAME","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"test_stud.NAME","content":""},{"leipiplugins":"radios","name":"leipiNewField","selector":"8a8ab0b246dc81120146dc8181cd005f","autofield":"test_stud.SEX","title":"SEX","value":"0,1","content":"男性 女性 ","options":[{"type":"radio","name":"leipiNewField","checkedtext":"男性","value":"0","checked":""},{"type":"radio","name":"leipiNewField","checkedtext":"女性","value":"1","checked":""}]},{"style":"text-align: left; width: 150px;","title":"AGE","value":"","name":"test_stud.AGE","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"text","autofield":"test_stud.AGE","datatype":"","content":""},{"style":"text-align: left; width: 150px;","title":"BIRTHDAY","value":"","name":"test_stud.BIRTHDAY","orgheight":"","orgwidth":"150","orgalign":"left","orgfontsize":"","orghide":"0","leipiplugins":"text","orgtype":"standardDate","autofield":"test_stud.BIRTHDAY","datatype":"","content":""}],"add_fields":{}}', N'test_stud', N'管理员') +GO +GO +INSERT INTO [dbo].[auto_form] ([id], [form_name], [form_desc], [form_style_id], [form_content], [create_name], [create_by], [create_date], [update_by], [update_date], [sys_org_code], [sys_company_code], [form_parse], [main_table_source], [update_name]) VALUES (N'4028efa25214f7ca0152164db04b001c', N'employee_leave_form', N'请假申请单', N'', N'
请假申请单
姓名申请日期
部门职务
请假类别{|-  -|}
请假原因
开始时间
结束时间
共计
联系方式
职务代理人
直接主管
部门负责人
人力行政部
行政部备案


', N'管理员', N'admin', N'2016-01-06 17:38:56.000', N'admin', N'2016-01-13 21:16:43.000', N'A02', N'A0', N'{"fields":0,"template":"
请假申请单
姓名申请日期
部门职务
请假类别{|-  -|}
请假原因
开始时间
结束时间
共计
联系方式
职务代理人
直接主管
部门负责人
人力行政部
行政部备案


","parse":"
请假申请单
姓名申请日期
部门职务
请假类别  
请假原因
开始时间
结束时间
共计
联系方式
职务代理人
直接主管
部门负责人
人力行政部
行政部备案


","data":[{"name":"ds_leave.name","type":"text","title":"name","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.name","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.apply_date","type":"text","title":"apply_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds_leave.apply_date","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_employee_leave.department","type":"text","title":"department","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_employee_leave.department","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.duty","type":"text","title":"duty","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.duty","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"leipiplugins":"select","name":"leipiNewField","title":"leave_category","size":"1","datatype":"","selector":"","orgwidth":"150","autofield":"ds_leave.leave_category","style":"width: 150px;","value":"事假,病假,年假","content":"  "},{"title":"leave_reason","name":"ds_leave.leave_reason","leipiplugins":"textarea","datatype":"","value":"","autofield":"ds_leave.leave_reason","orgrich":"1","orgfontsize":"","orgwidth":"300","orgheight":"80","style":"width: 432px; height: 80px; margin: 0px;","content":""},{"name":"ds_leave.leave_start_date","type":"text","title":"leave_start_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds_leave.leave_start_date","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.leave_end_date","type":"text","title":"leave_end_date","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"standardDate","autofield":"ds_leave.leave_end_date","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.total","type":"text","title":"total","value":"","datatype":"n","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"int","autofield":"ds_leave.total","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.contact_way","type":"text","title":"contact_way","value":"","datatype":"m","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.contact_way","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.duty_deputy","type":"text","title":"duty_deputy","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.duty_deputy","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.leader_approval","type":"text","title":"leader_approval","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.leader_approval","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.dept_principal_approval","type":"text","title":"dept_principal_approval","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.dept_principal_approval","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.hr_principal_approval","type":"text","title":"hr_principal_approval","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.hr_principal_approval","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.hr_records","type":"text","title":"hr_records","value":"","datatype":"","leipiplugins":"text","orghide":"0","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.hr_records","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""},{"name":"ds_leave.id","type":"text","title":"id","value":"","datatype":"","leipiplugins":"text","orghide":"1","orgalign":"left","orgwidth":"150","orgtype":"text","autofield":"ds_leave.id","style":"text-align: left; width: 150px;","orgfontsize":"","orgheight":"","content":""}],"add_fields":{}}', N'ds_leave', N'管理员') +GO +GO + +-- ---------------------------- +-- Table structure for auto_form_db +-- ---------------------------- +DROP TABLE [dbo].[auto_form_db] +GO +CREATE TABLE [dbo].[auto_form_db] ( +[id] nvarchar(36) NOT NULL , +[create_name] nvarchar(50) NULL , +[create_by] nvarchar(50) NULL , +[update_name] nvarchar(50) NULL , +[update_by] nvarchar(50) NULL , +[sys_org_code] nvarchar(50) NULL , +[sys_company_code] nvarchar(50) NULL , +[create_date] datetime NULL , +[update_date] datetime NULL , +[db_name] nvarchar(32) NULL , +[db_ch_name] nvarchar(50) NULL , +[db_type] nvarchar(32) NULL , +[db_table_name] nvarchar(32) NULL , +[db_dyn_sql] nvarchar(MAX) NULL , +[db_key] nvarchar(32) NULL , +[tb_db_key] nvarchar(32) NULL , +[auto_form_id] nvarchar(32) NULL , +[tb_db_table_name] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db', +'COLUMN', N'sys_org_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db', +'COLUMN', N'sys_company_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db', +'COLUMN', N'db_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'数据源名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'db_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'数据源名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'db_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db', +'COLUMN', N'db_ch_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'数据源名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'db_ch_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'数据源名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'db_ch_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db', +'COLUMN', N'db_type')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'数据源类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'db_type' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'数据源类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'db_type' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db', +'COLUMN', N'db_table_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'数据库表名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'db_table_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'数据库表名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'db_table_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db', +'COLUMN', N'db_dyn_sql')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'动态查询SQL' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'db_dyn_sql' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'动态查询SQL' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'db_dyn_sql' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db', +'COLUMN', N'tb_db_key')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'填报数据源' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'tb_db_key' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'填报数据源' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'tb_db_key' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db', +'COLUMN', N'auto_form_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键字段' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'auto_form_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键字段' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'auto_form_id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db', +'COLUMN', N'tb_db_table_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'填报数据表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'tb_db_table_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'填报数据表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db' +, @level2type = 'COLUMN', @level2name = N'tb_db_table_name' +GO + +-- ---------------------------- +-- Records of auto_form_db +-- ---------------------------- +INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'4028138151aed6f00151af011fdb0005', N'管理员', N'admin', N'管理员', N'admin', N'A02', N'A0', N'2015-12-17 16:14:25.000', N'2015-12-17 16:29:53.000', N'ds', N'员工入职单', N'sql', null, N'select * from jform_employee_entry where id=''${id}''', null, N'', N'4028138151a9dc0c0151aa3f1d450002', N'jform_employee_entry') +GO +GO +INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'402880e750a8cbbf0150a8cd67ae0003', N'管理员', N'admin', N'管理员', N'admin', N'A02', N'A0', N'2015-10-27 18:17:25.000', N'2015-11-19 11:00:27.000', N'jeecg_order_main', N'订单主表', N'sql', null, N'select * from jeecg_order_main where id = ''${id}''', null, N'', N'402880e750a8cbbf0150a8ccabdb0001', N'jeecg_order_main') +GO +GO +INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'402880e750a8cbbf0150a8d99b0f0032', N'管理员', N'admin', N'管理员', N'admin', N'A02', N'A0', N'2015-10-27 18:30:44.000', N'2015-11-19 11:00:46.000', N'jeecg_order_custom', N'订单客户', N'sql', null, N'select * from jeecg_order_custom where GO_ORDER_CODE in (select GO_ORDER_CODE from jeecg_order_main where id = ''${id}'')', null, N'', N'402880e750a8cbbf0150a8ccabdb0001', N'jeecg_order_custom') +GO +GO +INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'402881a151f6d9420151f722f6cb002b', N'管理员', N'admin', N'管理员', N'admin', N'A03', N'A0', N'2015-12-31 16:24:03.000', N'2015-12-31 16:26:43.000', N'jform00002', N'jform00002', N'sql', null, N'select * from jform_employee_resignation where id = ''${id}''', null, N'', N'402881a151f6d9420151f6e3b4ce0001', N'jform_employee_resignation') +GO +GO +INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'402885d8507f228101507f76227a0021', N'管理员', N'admin', N'管理员', N'admin', N'A02', N'A0', N'2015-10-19 17:37:40.000', N'2015-11-10 09:23:50.000', N'jeecg_custom_record', N'jeecg_custom_record', N'table', N'jeecg_custom_record', null, N'', N'', N'402885d8507f14a601507f15b5200001', N'jeecg_custom_record') +GO +GO +INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'402885d8508410ea0150842528020008', N'管理员', N'admin', N'管理员', N'admin', N'A02', N'A0', N'2015-10-20 15:27:19.000', N'2015-11-10 09:23:35.000', N'jeecg_custom_info', N'jeecg_custom_info', N'table', N'jeecg_custom_info', null, N'', N'', N'402885d8508410ea01508424b4350006', N'jeecg_custom_info') +GO +GO +INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'40289481511d91f101511da111100012', N'管理员', N'admin', N'', N'', N'A02', N'A0', N'2015-11-19 10:44:33.000', null, N'doc', N'doc', N'sql', N'auto_form', N'select * from doc where id = ''${id}''', N'', N'', N'4028948150f601230150f60692050001', N'doc') +GO +GO +INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'40289481513a049b01513a0aedcd0003', N'管理员', N'admin', N'', N'', N'A02', N'A0', N'2015-11-24 23:09:33.000', null, N'docdb', N'docdb', N'table', N'doc', N'', N'', N'', N'40289481513a049b01513a0aabf70001', N'doc') +GO +GO +INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'4028ef815382c6c9015382ce39f40005', N'管理员', N'admin', N'管理员', N'admin', N'A03', N'A0', N'2016-03-17 12:21:06.000', N'2016-03-17 12:21:37.000', N'test_stud', N'学生录入', N'table', N'test_student', null, N'', N'', N'4028ef815382c6c9015382ccd9b60003', N'test_student') +GO +GO +INSERT INTO [dbo].[auto_form_db] ([id], [create_name], [create_by], [update_name], [update_by], [sys_org_code], [sys_company_code], [create_date], [update_date], [db_name], [db_ch_name], [db_type], [db_table_name], [db_dyn_sql], [db_key], [tb_db_key], [auto_form_id], [tb_db_table_name]) VALUES (N'4028efa25214f7ca01521657b948001f', N'管理员', N'admin', N'管理员', N'admin', N'A02', N'A0', N'2016-01-06 17:49:53.000', N'2016-01-06 22:50:18.000', N'ds_leave', N'请假申请单', N'sql', null, N'select * from jform_employee_leave where id=''${id}''', null, N'', N'4028efa25214f7ca0152164db04b001c', N'jform_employee_leave') +GO +GO + +-- ---------------------------- +-- Table structure for auto_form_db_field +-- ---------------------------- +DROP TABLE [dbo].[auto_form_db_field] +GO +CREATE TABLE [dbo].[auto_form_db_field] ( +[id] nvarchar(36) NOT NULL , +[create_name] nvarchar(50) NULL , +[create_by] nvarchar(50) NULL , +[create_date] datetime NULL , +[update_name] nvarchar(50) NULL , +[update_by] nvarchar(50) NULL , +[update_date] datetime NULL , +[sys_org_code] nvarchar(50) NULL , +[sys_company_code] nvarchar(50) NULL , +[auto_form_db_id] nvarchar(32) NULL , +[field_name] nvarchar(32) NULL , +[field_text] nvarchar(50) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db_field', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db_field' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db_field' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db_field', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db_field' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db_field' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db_field', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db_field' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db_field' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db_field', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db_field' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db_field' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db_field', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db_field' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db_field' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db_field', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db_field' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db_field' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db_field', +'COLUMN', N'sys_org_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db_field' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db_field' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db_field', +'COLUMN', N'sys_company_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db_field' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db_field' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db_field', +'COLUMN', N'auto_form_db_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'数据源ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db_field' +, @level2type = 'COLUMN', @level2name = N'auto_form_db_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'数据源ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db_field' +, @level2type = 'COLUMN', @level2name = N'auto_form_db_id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db_field', +'COLUMN', N'field_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'字段名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db_field' +, @level2type = 'COLUMN', @level2name = N'field_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'字段名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db_field' +, @level2type = 'COLUMN', @level2name = N'field_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_db_field', +'COLUMN', N'field_text')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'字段文本' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db_field' +, @level2type = 'COLUMN', @level2name = N'field_text' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'字段文本' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_db_field' +, @level2type = 'COLUMN', @level2name = N'field_text' +GO + +-- ---------------------------- +-- Records of auto_form_db_field +-- ---------------------------- +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49be0030', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'id', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49c10031', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'create_name', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49c30032', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'create_by', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49c50033', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'create_date', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49c90034', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'update_name', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49cc0035', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'update_by', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49cf0036', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'update_date', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49d10037', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'sys_org_code', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49d50038', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'sys_company_code', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49d80039', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_name', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49db003a', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_depart', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49de003b', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_job', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49e1003c', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_birthday', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49e4003d', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_origin', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49e6003e', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_degree', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49ea003f', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_identification', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49ec0040', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_entry_date', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49ee0041', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_code', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49f10042', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_phone', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49f50043', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_mail', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49f80044', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_msn', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49fa0045', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'hr_pic', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f49ff0046', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'hr_archives', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a030047', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'hr_identification', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a050048', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'hr_degree', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a070049', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'hr_other', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a0a004a', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'hr_tel', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a0d004b', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'hr_op_user', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a0f004c', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'hr_op_date', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a12004d', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'depart_opinion', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a14004e', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'depart_op_user', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a16004f', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'depart_op_date', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a180050', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'manager_opinion', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a1c0051', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'manager_op_user', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a220052', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'manager_op_date', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a240053', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_opinion', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a260054', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_op_user', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028138151aed6f00151af0f4a280055', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'4028138151aed6f00151af011fdb0005', N'employee_op_date', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe00c0007', N'管理员', N'admin', N'2015-06-30 14:38:07.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'ID', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe0120008', N'管理员', N'admin', N'2015-06-30 14:38:07.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'AGE', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe0140009', N'管理员', N'admin', N'2015-06-30 14:38:07.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'BIRTHDAY', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe017000a', N'管理员', N'admin', N'2015-06-30 14:38:07.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'CONTENT', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe019000b', N'管理员', N'admin', N'2015-06-30 14:38:07.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'CREATE_DATE', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe01b000c', N'管理员', N'admin', N'2015-06-30 14:38:07.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'DEP_ID', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe01d000d', N'管理员', N'admin', N'2015-06-30 14:38:07.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'EMAIL', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe01f000e', N'管理员', N'admin', N'2015-06-30 14:38:07.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'MOBILE_PHONE', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe121000f', N'管理员', N'admin', N'2015-06-30 14:38:08.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'OFFICE_PHONE', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe1260010', N'管理员', N'admin', N'2015-06-30 14:38:08.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'SALARY', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe12d0011', N'管理员', N'admin', N'2015-06-30 14:38:08.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'SEX', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe1300012', N'管理员', N'admin', N'2015-06-30 14:38:08.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'STATUS', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe1330013', N'管理员', N'admin', N'2015-06-30 14:38:08.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'USER_NAME', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e4315cc014e432fe1370014', N'管理员', N'admin', N'2015-06-30 14:38:08.000', N'管理员', N'admin', N'2015-07-14 09:48:19.000', N'02', N'02', N'402880e64e343388014e345d9bc50027', N'CREATE_TIME', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e8a1ebb014e8a33a7330008', N'管理员', N'admin', N'2015-07-14 09:35:17.000', null, null, null, N'A02', N'A0', N'402880e64e8a1ebb014e8a33a70e0007', N'ID', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e8a1ebb014e8a33a7370009', N'管理员', N'admin', N'2015-07-14 09:35:17.000', null, null, null, N'A02', N'A0', N'402880e64e8a1ebb014e8a33a70e0007', N'AGE', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e8a1ebb014e8a33a738000a', N'管理员', N'admin', N'2015-07-14 09:35:17.000', null, null, null, N'A02', N'A0', N'402880e64e8a1ebb014e8a33a70e0007', N'BIRTHDAY', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e8a1ebb014e8a33a739000b', N'管理员', N'admin', N'2015-07-14 09:35:17.000', null, null, null, N'A02', N'A0', N'402880e64e8a1ebb014e8a33a70e0007', N'CREATEDT', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e8a1ebb014e8a33a73c000c', N'管理员', N'admin', N'2015-07-14 09:35:17.000', null, null, null, N'A02', N'A0', N'402880e64e8a1ebb014e8a33a70e0007', N'NAME', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e64e8a1ebb014e8a33a73d000d', N'管理员', N'admin', N'2015-07-14 09:35:17.000', null, null, null, N'A02', N'A0', N'402880e64e8a1ebb014e8a33a70e0007', N'SALARY', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7892c3c0006', N'管理员', N'admin', N'2015-10-27 12:23:16.000', null, null, null, N'A02', N'A0', N'402880e750a783e20150a7892c370005', N'ID', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7892c400007', N'管理员', N'admin', N'2015-10-27 12:23:16.000', null, null, null, N'A02', N'A0', N'402880e750a783e20150a7892c370005', N'AGE', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7892c410008', N'管理员', N'admin', N'2015-10-27 12:23:16.000', null, null, null, N'A02', N'A0', N'402880e750a783e20150a7892c370005', N'BIRTHDAY', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7892c430009', N'管理员', N'admin', N'2015-10-27 12:23:16.000', null, null, null, N'A02', N'A0', N'402880e750a783e20150a7892c370005', N'CREATEDT', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7892c44000a', N'管理员', N'admin', N'2015-10-27 12:23:16.000', null, null, null, N'A02', N'A0', N'402880e750a783e20150a7892c370005', N'NAME', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7892c48000b', N'管理员', N'admin', N'2015-10-27 12:23:16.000', null, null, null, N'A02', N'A0', N'402880e750a783e20150a7892c370005', N'SALARY', null) +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7ce5bfe0015', N'管理员', N'admin', N'2015-10-27 13:38:50.000', N'管理员', N'admin', N'2015-10-29 10:31:30.000', N'A02', N'A0', N'402880e64f43c015014f43dcee710005', N'ID', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7ce5bff0016', N'管理员', N'admin', N'2015-10-27 13:38:50.000', N'管理员', N'admin', N'2015-10-29 10:31:30.000', N'A02', N'A0', N'402880e64f43c015014f43dcee710005', N'AGE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7ce5c000017', N'管理员', N'admin', N'2015-10-27 13:38:50.000', N'管理员', N'admin', N'2015-10-29 10:31:30.000', N'A02', N'A0', N'402880e64f43c015014f43dcee710005', N'BIRTHDAY', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7ce5c010018', N'管理员', N'admin', N'2015-10-27 13:38:50.000', N'管理员', N'admin', N'2015-10-29 10:31:30.000', N'A02', N'A0', N'402880e64f43c015014f43dcee710005', N'CREATEDT', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7ce5c020019', N'管理员', N'admin', N'2015-10-27 13:38:50.000', N'管理员', N'admin', N'2015-10-29 10:31:30.000', N'A02', N'A0', N'402880e64f43c015014f43dcee710005', N'NAME', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a783e20150a7ce5c04001a', N'管理员', N'admin', N'2015-10-27 13:38:50.000', N'管理员', N'admin', N'2015-10-29 10:31:30.000', N'A02', N'A0', N'402880e64f43c015014f43dcee710005', N'SALARY', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a805130150a84790350013', N'管理员', N'admin', N'2015-10-27 15:51:13.000', N'管理员', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'402880e750a783e20150a7eb72370024', N'id', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a805130150a84790380014', N'管理员', N'admin', N'2015-10-27 15:51:13.000', N'管理员', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'402880e750a783e20150a7eb72370024', N'create_name', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a805130150a847903a0015', N'管理员', N'admin', N'2015-10-27 15:51:13.000', N'管理员', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'402880e750a783e20150a7eb72370024', N'create_by', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a805130150a847903c0016', N'管理员', N'admin', N'2015-10-27 15:51:13.000', N'管理员', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'402880e750a783e20150a7eb72370024', N'create_date', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a805130150a847903e0017', N'管理员', N'admin', N'2015-10-27 15:51:13.000', N'管理员', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'402880e750a783e20150a7eb72370024', N'update_name', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a805130150a84790400018', N'管理员', N'admin', N'2015-10-27 15:51:13.000', N'管理员', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'402880e750a783e20150a7eb72370024', N'update_by', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a805130150a84790420019', N'管理员', N'admin', N'2015-10-27 15:51:13.000', N'管理员', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'402880e750a783e20150a7eb72370024', N'update_date', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750a805130150a8479045001a', N'管理员', N'admin', N'2015-10-27 15:51:13.000', N'管理员', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'402880e750a783e20150a7eb72370024', N'name', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750cd74030150cd76f7be0002', N'管理员', N'admin', N'2015-11-03 21:08:57.000', N'管理员', N'admin', N'2015-11-03 21:09:12.000', N'A02', N'A0', N'402880e750c5dae60150c5e293510005', N'ID', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750cd74030150cd76f7c20003', N'管理员', N'admin', N'2015-11-03 21:08:57.000', N'管理员', N'admin', N'2015-11-03 21:09:12.000', N'A02', N'A0', N'402880e750c5dae60150c5e293510005', N'DOCCONTENT', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750cd74030150cd76f7c30004', N'管理员', N'admin', N'2015-11-03 21:08:57.000', N'管理员', N'admin', N'2015-11-03 21:09:12.000', N'A02', N'A0', N'402880e750c5dae60150c5e293510005', N'DOCDATE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750cd74030150cd76f7c40005', N'管理员', N'admin', N'2015-11-03 21:08:57.000', N'管理员', N'admin', N'2015-11-03 21:09:12.000', N'A02', N'A0', N'402880e750c5dae60150c5e293510005', N'DOCID', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750cd74030150cd76f7c60006', N'管理员', N'admin', N'2015-11-03 21:08:57.000', N'管理员', N'admin', N'2015-11-03 21:09:12.000', N'A02', N'A0', N'402880e750c5dae60150c5e293510005', N'DOCTITLE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402880e750cd74030150cd76f7c80007', N'管理员', N'admin', N'2015-11-03 21:08:57.000', N'管理员', N'admin', N'2015-11-03 21:09:12.000', N'A02', N'A0', N'402880e750c5dae60150c5e293510005', N'DOCTYPE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6d3002c', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:43.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'id', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6d9002d', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:43.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'create_name', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6db002e', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:43.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'create_by', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6dd002f', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:43.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'create_date', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6de0030', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:43.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'update_name', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6e30031', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:43.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'update_by', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6e80032', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:43.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'update_date', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6ec0033', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'sys_org_code', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6f10034', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'sys_company_code', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6f30035', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'name', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6f70036', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'code', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6f80037', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'job', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6fa0038', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'join_time', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6fc0039', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'out_type', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f6fe003a', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'apply_out_time', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f700003b', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'out_time', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f704003c', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'id_card', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f709003d', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'out_content', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f70f003e', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'out_reason', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f712003f', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'interview_record', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f7140040', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'office_change', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f7160041', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'hr_check', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f71a0042', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'should_send_salary', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f71b0043', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'should_deduct_pay', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f71e0044', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'pay', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f7200045', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'get_time', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f7220046', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'boss_check', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402881a151f6d9420151f722f7230047', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'402881a151f6d9420151f722f6cb002b', N'description', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa690003', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'id', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa6c0004', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'create_name', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa6e0005', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'create_by', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa700006', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'create_date', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa730007', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'update_name', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa750008', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'update_by', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa770009', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'update_date', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa7b000a', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'sys_org_code', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa83000b', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'sys_company_code', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa89000c', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'custom_id', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa8c000d', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'header', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa8e000e', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'establish_date', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aa96000f', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'custom_name', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aaa00010', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'capital_lines', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aaa30011', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'address', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aaa50012', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'phone', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aaa80013', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'business_type', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aaab0014', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'fax', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aab50015', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'banks', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aabf0016', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'other_business', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aac20017', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'turnover', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aac60018', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'business', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aac90019', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'pay_type', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aacc001a', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:50.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'business_contacts', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aacf001b', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:51.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'collection', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aad1001c', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:51.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'business_important_contacts', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aad4001d', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:51.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'business_record', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aad7001e', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:51.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'customer_opinion', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aada001f', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:51.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'credit_evaluation', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d85082c32601508300aadd0020', N'管理员', N'admin', N'2015-10-20 10:07:50.000', N'管理员', N'admin', N'2015-11-10 09:23:51.000', N'A02', N'A0', N'402885d8507f228101507f76227a0021', N'preparer', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425280d0009', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'ID', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425281a000a', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'CUST_NAME', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425281e000b', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'CUST_ADDR', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252821000c', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'CUST_CODE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252823000d', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'EMAIL', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252827000e', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'CUST_CHARGE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425282a000f', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'SEX', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425282d0010', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'AGE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425282f0011', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'POSITION', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528310012', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'PHONE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528370013', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'BANK', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425283b0014', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'MONEY', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528410015', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'PROMOTER', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528450016', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'ACCOUNT', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528470017', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'TURNOVER', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425284b0018', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'PAYMENT_ATTR', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425284e0019', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'SAX_NUM', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252851001a', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'PAY_DATE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252853001b', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'BEGIN_PAY_DATE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252855001c', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'MAIN_BUS', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252857001d', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'BUS_PRO', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425285a001e', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'WAREHOUSE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425285f001f', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'PEOPLE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528620020', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'TRANSPORTATION', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528680021', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'OPERATION', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425286d0022', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'CAR', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528700023', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'SHOPKEEPER', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528740024', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'WHOLESALE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528790025', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'BUS_SCOPE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425287f0026', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'AREA', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528830027', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'MANAGEMENT', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528860028', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'STOCK1', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425288a0029', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'STOCK2', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252891002a', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'SALE1', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252895002b', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'SALE2', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea015084252899002c', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'INVENTORY1', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea01508425289e002d', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'INVENTORY2', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528a1002e', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'MAX_MONEY', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528a7002f', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'CUST_LEVEL', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528aa0030', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'ALL_AVG_INVENTORY', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528af0031', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'AVG_INVENTORY', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528b50032', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'PRICE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528bb0033', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'PROMISE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'402885d8508410ea0150842528be0034', N'管理员', N'admin', N'2015-10-20 15:27:19.000', N'管理员', N'admin', N'2015-11-10 09:23:35.000', N'A02', N'A0', N'402885d8508410ea0150842528020008', N'COMPETING_GOODS', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e0152176699550002', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'id', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e0152176699580003', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'name', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e01521766995b0004', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'apply_date', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e01521766995d0005', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'duty', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e0152176699600006', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'leave_category', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e0152176699630007', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'leave_reason', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e0152176699660008', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'leave_start_date', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e0152176699680009', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'leave_end_date', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e01521766996b000a', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'total', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e01521766996d000b', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'contact_way', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e015217669970000c', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'duty_deputy', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e015217669975000d', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'leader_approval', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e015217669979000e', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'dept_principal_approval', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e01521766997d000f', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'hr_principal_approval', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e01521766997f0010', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'hr_records', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40288be752175e8e0152176699830011', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'4028efa25214f7ca01521657b948001f', N'department', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028948150eeebb30150eeef462d0005', N'管理员', N'admin', N'2015-11-10 09:07:49.000', null, null, null, N'A02', N'A0', N'4028948150eeebb30150eeef46280004', N'ID', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028948150eeebb30150eeef46310006', N'管理员', N'admin', N'2015-11-10 09:07:49.000', null, null, null, N'A02', N'A0', N'4028948150eeebb30150eeef46280004', N'DOCCONTENT', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028948150eeebb30150eeef46320007', N'管理员', N'admin', N'2015-11-10 09:07:49.000', null, null, null, N'A02', N'A0', N'4028948150eeebb30150eeef46280004', N'DOCDATE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028948150eeebb30150eeef46340008', N'管理员', N'admin', N'2015-11-10 09:07:49.000', null, null, null, N'A02', N'A0', N'4028948150eeebb30150eeef46280004', N'DOCID', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028948150eeebb30150eeef46360009', N'管理员', N'admin', N'2015-11-10 09:07:49.000', null, null, null, N'A02', N'A0', N'4028948150eeebb30150eeef46280004', N'DOCTITLE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028948150eeebb30150eeef463b000a', N'管理员', N'admin', N'2015-11-10 09:07:49.000', null, null, null, N'A02', N'A0', N'4028948150eeebb30150eeef46280004', N'DOCTYPE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53970002', N'管理员', N'admin', N'2015-11-16 11:19:52.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'ID', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e539c0003', N'管理员', N'admin', N'2015-11-16 11:19:52.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'CREATE_DT', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e539d0004', N'管理员', N'admin', N'2015-11-16 11:19:52.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'CRTUSER', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e539f0005', N'管理员', N'admin', N'2015-11-16 11:19:52.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'CRTUSER_NAME', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53a00006', N'管理员', N'admin', N'2015-11-16 11:19:52.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'DEL_DT', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53a90007', N'管理员', N'admin', N'2015-11-16 11:19:53.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'DELFLAG', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53aa0008', N'管理员', N'admin', N'2015-11-16 11:19:53.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'GO_ORDER_CODE', N'订单号') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53ad0009', N'管理员', N'admin', N'2015-11-16 11:19:53.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'GOC_BUSS_CONTENT', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53af000a', N'管理员', N'admin', N'2015-11-16 11:19:53.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'GOC_CONTENT', N'订单内容') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53b2000b', N'管理员', N'admin', N'2015-11-16 11:19:53.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'GOC_CUS_NAME', N'客户名') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53b4000c', N'管理员', N'admin', N'2015-11-16 11:19:53.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'GOC_IDCARD', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53b7000d', N'管理员', N'admin', N'2015-11-16 11:19:53.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'GOC_PASSPORT_CODE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53b9000e', N'管理员', N'admin', N'2015-11-16 11:19:53.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'GOC_SEX', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53bb000f', N'管理员', N'admin', N'2015-11-16 11:19:53.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'MODIFIER', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53be0010', N'管理员', N'admin', N'2015-11-16 11:19:53.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'MODIFIER_NAME', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e4bb401510e4e53c10011', N'管理员', N'admin', N'2015-11-16 11:19:53.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'402880e750a8cbbf0150a8d99b0f0032', N'MODIFY_DT', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e8766480002', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'ID', N'主键') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e8766490003', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'CREATE_DT', N'创建时间') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e87664a0004', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'CRTUSER', N'创建人') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e87664b0005', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'CRTUSER_NAME', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e87664d0006', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'DEL_DT', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e87664e0007', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'DELFLAG', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e87664f0008', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'GO_ALL_PRICE', N'价格') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e8766500009', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'GO_CONTACT_NAME', N'合同人') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e876651000a', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'GO_CONTENT', N'合同内容') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e876653000b', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'GO_ORDER_CODE', N'合同编码') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e876654000c', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'GO_ORDER_COUNT', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e876655000d', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'GO_RETURN_PRICE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e876657000e', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'GO_TELPHONE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e876658000f', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'GODER_TYPE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e8766590010', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'MODIFIER', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e87665b0011', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'MODIFIER_NAME', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e87665c0012', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'MODIFY_DT', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481510e814b01510e87665d0013', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'402880e750a8cbbf0150a8cd67ae0003', N'USERTYPE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481511d91f101511da111120013', N'管理员', N'admin', N'2015-11-19 10:44:33.000', null, null, null, N'A02', N'A0', N'40289481511d91f101511da111100012', N'ID', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481511d91f101511da111130014', N'管理员', N'admin', N'2015-11-19 10:44:33.000', null, null, null, N'A02', N'A0', N'40289481511d91f101511da111100012', N'DOCCONTENT', N'内容') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481511d91f101511da111140015', N'管理员', N'admin', N'2015-11-19 10:44:33.000', null, null, null, N'A02', N'A0', N'40289481511d91f101511da111100012', N'DOCDATE', N'时间') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481511d91f101511da111160016', N'管理员', N'admin', N'2015-11-19 10:44:33.000', null, null, null, N'A02', N'A0', N'40289481511d91f101511da111100012', N'DOCID', N'文档编号') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481511d91f101511da111170017', N'管理员', N'admin', N'2015-11-19 10:44:33.000', null, null, null, N'A02', N'A0', N'40289481511d91f101511da111100012', N'DOCTITLE', N'标题') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481511d91f101511da111180018', N'管理员', N'admin', N'2015-11-19 10:44:33.000', null, null, null, N'A02', N'A0', N'40289481511d91f101511da111100012', N'DOCTYPE', N'文档类型') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481513a049b01513a0aedfd0004', N'管理员', N'admin', N'2015-11-24 23:09:33.000', null, null, null, N'A02', N'A0', N'40289481513a049b01513a0aedcd0003', N'ID', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481513a049b01513a0aee080005', N'管理员', N'admin', N'2015-11-24 23:09:33.000', null, null, null, N'A02', N'A0', N'40289481513a049b01513a0aedcd0003', N'DOCCONTENT', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481513a049b01513a0aee0b0006', N'管理员', N'admin', N'2015-11-24 23:09:33.000', null, null, null, N'A02', N'A0', N'40289481513a049b01513a0aedcd0003', N'DOCDATE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481513a049b01513a0aee0f0007', N'管理员', N'admin', N'2015-11-24 23:09:33.000', null, null, null, N'A02', N'A0', N'40289481513a049b01513a0aedcd0003', N'DOCID', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481513a049b01513a0aee130008', N'管理员', N'admin', N'2015-11-24 23:09:33.000', null, null, null, N'A02', N'A0', N'40289481513a049b01513a0aedcd0003', N'DOCTITLE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'40289481513a049b01513a0aee160009', N'管理员', N'admin', N'2015-11-24 23:09:33.000', null, null, null, N'A02', N'A0', N'40289481513a049b01513a0aedcd0003', N'DOCTYPE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028ef815382c6c9015382ce39f90006', N'管理员', N'admin', N'2016-03-17 12:21:06.000', N'管理员', N'admin', N'2016-03-17 12:21:37.000', N'A03', N'A0', N'4028ef815382c6c9015382ce39f40005', N'ID', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028ef815382c6c9015382ce3a2e000f', N'管理员', N'admin', N'2016-03-17 12:21:06.000', N'管理员', N'admin', N'2016-03-17 12:21:37.000', N'A03', N'A0', N'4028ef815382c6c9015382ce39f40005', N'NAME', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028ef815382c6c9015382ce3a2f0010', N'管理员', N'admin', N'2016-03-17 12:21:06.000', N'管理员', N'admin', N'2016-03-17 12:21:37.000', N'A03', N'A0', N'4028ef815382c6c9015382ce39f40005', N'SEX', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028ef815382c6c9015382ce3a310011', N'管理员', N'admin', N'2016-03-17 12:21:06.000', N'管理员', N'admin', N'2016-03-17 12:21:37.000', N'A03', N'A0', N'4028ef815382c6c9015382ce39f40005', N'AGE', N'') +GO +GO +INSERT INTO [dbo].[auto_form_db_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [auto_form_db_id], [field_name], [field_text]) VALUES (N'4028ef815382c6c9015382ce3a320012', N'管理员', N'admin', N'2016-03-17 12:21:06.000', N'管理员', N'admin', N'2016-03-17 12:21:37.000', N'A03', N'A0', N'4028ef815382c6c9015382ce39f40005', N'BIRTHDAY', N'') +GO +GO + +-- ---------------------------- +-- Table structure for auto_form_param +-- ---------------------------- +DROP TABLE [dbo].[auto_form_param] +GO +CREATE TABLE [dbo].[auto_form_param] ( +[id] nvarchar(36) NOT NULL , +[create_name] nvarchar(50) NULL , +[create_by] nvarchar(50) NULL , +[create_date] datetime NULL , +[update_name] nvarchar(50) NULL , +[update_by] nvarchar(50) NULL , +[update_date] datetime NULL , +[sys_org_code] nvarchar(50) NULL , +[sys_company_code] nvarchar(50) NULL , +[param_name] nvarchar(32) NOT NULL , +[param_desc] nvarchar(32) NULL , +[param_value] nvarchar(32) NULL , +[seq] int NULL , +[auto_form_db_id] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_param', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_param', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_param', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_param', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_param', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_param', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_param', +'COLUMN', N'sys_org_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_param', +'COLUMN', N'sys_company_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_param', +'COLUMN', N'param_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'参数名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'param_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'参数名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'param_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_param', +'COLUMN', N'param_desc')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'参数说明' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'param_desc' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'参数说明' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'param_desc' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_param', +'COLUMN', N'param_value')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'数值' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'param_value' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'数值' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'param_value' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_param', +'COLUMN', N'seq')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'排序' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'seq' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'排序' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'seq' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_param', +'COLUMN', N'auto_form_db_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'数据源ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'auto_form_db_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'数据源ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_param' +, @level2type = 'COLUMN', @level2name = N'auto_form_db_id' +GO + +-- ---------------------------- +-- Records of auto_form_param +-- ---------------------------- +INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'4028138151aed6f00151af0f4a2c0056', N'管理员', N'admin', N'2015-12-17 16:29:53.000', null, null, null, N'A02', N'A0', N'id', N'', N'', N'0', N'4028138151aed6f00151af011fdb0005') +GO +GO +INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'402880e64e8a1ebb014e8a33a73f000e', N'管理员', N'admin', N'2015-07-14 09:35:17.000', null, null, null, N'A02', N'A0', N'id', N'', N'', N'0', N'402880e64e8a1ebb014e8a33a70e0007') +GO +GO +INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'402880e750a783e20150a7892c49000c', N'管理员', N'admin', N'2015-10-27 12:23:16.000', null, null, null, N'A02', N'A0', N'id', N'ID', N'', null, N'402880e750a783e20150a7892c370005') +GO +GO +INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'402880e750a783e20150a7ce5c07001b', N'管理员', N'admin', N'2015-10-27 13:38:50.000', N'管理员', N'admin', N'2015-10-27 14:02:32.000', N'A02', N'A0', N'id', N'', N'', N'0', N'402880e64f43c015014f43dcee710005') +GO +GO +INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'402880e750a805130150a847904b001b', N'管理员', N'admin', N'2015-10-27 15:51:13.000', N'管理员', N'admin', N'2015-10-29 22:05:30.000', N'A02', N'A0', N'namess', N'', N'', N'0', N'402880e750a783e20150a7eb72370024') +GO +GO +INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'402881a151f6d9420151f722f7240048', N'管理员', N'admin', N'2015-12-31 16:24:03.000', N'管理员', N'admin', N'2015-12-31 16:26:44.000', N'A03', N'A0', N'id', N'', N'', N'0', N'402881a151f6d9420151f722f6cb002b') +GO +GO +INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'40288be752175e8e01521766998c0012', N'管理员', N'admin', N'2016-01-06 22:45:45.000', N'管理员', N'admin', N'2016-01-06 22:50:18.000', N'A02', N'A0', N'id', N'', N'', N'0', N'4028efa25214f7ca01521657b948001f') +GO +GO +INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'4028948150eeebb30150ef0be20c0021', N'管理员', N'admin', N'2015-11-10 09:39:04.000', null, null, null, N'A02', N'A0', N'id', N'', N'', N'0', N'4028948150eeebb30150ef0baa720012') +GO +GO +INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'40289481510e4bb401510e4e53c70012', N'管理员', N'admin', N'2015-11-16 11:19:53.000', N'管理员', N'admin', N'2015-11-19 11:00:46.000', N'A02', N'A0', N'id', N'', N'', N'0', N'402880e750a8cbbf0150a8d99b0f0032') +GO +GO +INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'40289481510e814b01510e8766640014', N'管理员', N'admin', N'2015-11-16 12:22:13.000', N'管理员', N'admin', N'2015-11-19 11:00:27.000', N'A02', N'A0', N'id', N'主键', N'', N'0', N'402880e750a8cbbf0150a8cd67ae0003') +GO +GO +INSERT INTO [dbo].[auto_form_param] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [param_name], [param_desc], [param_value], [seq], [auto_form_db_id]) VALUES (N'40289481511d91f101511da1111a0019', N'管理员', N'admin', N'2015-11-19 10:44:33.000', null, null, null, N'A02', N'A0', N'id', N'', N'', N'0', N'40289481511d91f101511da111100012') +GO +GO + +-- ---------------------------- +-- Table structure for auto_form_style +-- ---------------------------- +DROP TABLE [dbo].[auto_form_style] +GO +CREATE TABLE [dbo].[auto_form_style] ( +[id] nvarchar(36) NOT NULL , +[style_desc] nvarchar(200) NULL , +[style_content] nvarchar(MAX) NULL , +[create_name] nvarchar(50) NULL , +[create_by] nvarchar(50) NULL , +[create_date] datetime NULL , +[update_name] nvarchar(50) NULL , +[update_by] nvarchar(50) NULL , +[update_date] datetime NULL , +[sys_org_code] nvarchar(50) NULL , +[sys_company_code] nvarchar(50) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_style', +'COLUMN', N'style_desc')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'表单描述' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_style' +, @level2type = 'COLUMN', @level2name = N'style_desc' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'表单描述' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_style' +, @level2type = 'COLUMN', @level2name = N'style_desc' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_style', +'COLUMN', N'style_content')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'表单编辑器文本' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_style' +, @level2type = 'COLUMN', @level2name = N'style_content' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'表单编辑器文本' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_style' +, @level2type = 'COLUMN', @level2name = N'style_content' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_style', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_style' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_style' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_style', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_style' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_style' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_style', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_style' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_style' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_style', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_style' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_style' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_style', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_style' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_style' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_style', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_style' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_style' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_style', +'COLUMN', N'sys_org_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_style' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_style' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'auto_form_style', +'COLUMN', N'sys_company_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_style' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'auto_form_style' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +GO + +-- ---------------------------- +-- Records of auto_form_style +-- ---------------------------- +INSERT INTO [dbo].[auto_form_style] ([id], [style_desc], [style_content], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402813814e421337014e4232a020000b', N'单列表单', N'<#if dsList?exists&&(dsList?size>0)> + <#list dsList as ds> + <#list ds.columns as po> + <#assign temp_hidden = po.fieldName?lower_case /> + <#if temp_hidden == "id" > + + +<#list dsList as ds> + <#list ds.columns as po> + <#assign temp_show = po.fieldName?lower_case /> + <#if temp_show != "id" > + + <#if po.fieldText?trim == "">${po.fieldName}<#else>${po.fieldText?trim} + + + + + +', N'管理员', N'admin', N'2015-06-30 10:01:30.000', N'管理员', N'admin', N'2015-12-01 12:03:49.000', N'02', N'02') +GO +GO +INSERT INTO [dbo].[auto_form_style] ([id], [style_desc], [style_content], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402880e850ad49570150ad656afa000c', N'双列表单', N'<#macro showItem ds po itemIndex> + <#if itemIndex % 2 == 0> + <#if po.fieldText?trim == "">${po.fieldName}<#else>${po.fieldText?trim} + ${po.fieldName}<#else>${po.fieldText?trim}" value="" name="${ds.dsName}.${po.fieldName}" orgheight="" orgwidth="150" orgalign="left" orgfontsize="" orghide="0" leipiplugins="text" orgtype="text" autofield="${ds.dsName}.${po.fieldName}"/> + <#if itemIndex % 2 == 1> + +<#if dsList?exists&&(dsList?size>0)> +
+<#list dsList as ds> +<#list ds.columns as po> +<#assign temp_hidden = po.fieldName?lower_case /><#if temp_hidden == "id" > + + +
+ + <#assign id_count = 0 /> + <#list dsList as ds> + <#list ds.columns as po> + <#assign temp_show = po.fieldName?lower_case /> + <#if temp_show != "id" ><@showItem ds=ds po=po itemIndex=id_count/><#assign id_count = id_count + 1 /> + + +
+', N'管理员', N'admin', N'2015-10-28 15:41:56.000', N'管理员', N'admin', N'2015-12-01 12:06:01.000', N'A02', N'A0') +GO +GO +INSERT INTO [dbo].[auto_form_style] ([id], [style_desc], [style_content], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402880e850ad49570150ad8b852a001c', N'三列表单', N'<#macro showItem ds po itemIndex> +<#if itemIndex % 3 == 0> +<#if po.fieldText?trim == "">${po.fieldName}<#else>${po.fieldText?trim} +${po.fieldName}<#else>${po.fieldText?trim}" value="" name="${ds.dsName}.${po.fieldName}" orgheight="" orgwidth="150" orgalign="left" orgfontsize="" orghide="0" leipiplugins="text" orgtype="text" autofield="${ds.dsName}.${po.fieldName}"/> +<#if itemIndex % 3 == 2> + +<#if dsList?exists&&(dsList?size>0)> +
+<#list dsList as ds> +<#list ds.columns as po><#assign temp_hidden = po.fieldName?lower_case /><#if temp_hidden == "id" > + +
+ + <#assign id_count = 0 /> + <#list dsList as ds> + <#list ds.columns as po> + <#assign temp_show = po.fieldName?lower_case /><#if temp_show != "id" ><@showItem ds=ds po=po itemIndex=id_count/><#assign id_count = id_count + 1 /> + + +
+', N'管理员', N'admin', N'2015-10-28 16:23:33.000', N'管理员', N'admin', N'2015-12-01 12:04:54.000', N'A02', N'A0') +GO +GO + +-- ---------------------------- +-- Table structure for cgform_button +-- ---------------------------- +DROP TABLE [dbo].[cgform_button] +GO +CREATE TABLE [dbo].[cgform_button] ( +[ID] nvarchar(32) NOT NULL , +[BUTTON_CODE] nvarchar(50) NULL , +[button_icon] nvarchar(20) NULL , +[BUTTON_NAME] nvarchar(50) NULL , +[BUTTON_STATUS] nvarchar(2) NULL , +[BUTTON_STYLE] nvarchar(20) NULL , +[EXP] nvarchar(255) NULL , +[FORM_ID] nvarchar(32) NULL , +[OPT_TYPE] nvarchar(20) NULL , +[order_num] int NULL +) + + +GO + +-- ---------------------------- +-- Records of cgform_button +-- ---------------------------- +INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'4028138151b3cf300151b419df090007', N'autoFormAdd', N'icon-add', N'自定义表单添加', N'1', N'button', N'', N'4028138151adbcc50151adfd13680002', N'js', N'1') +GO +GO +INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'4028138151b3cf300151b41a8c480009', N'autoFormUpdate', N'icon-edit', N'自定义表单编辑', N'1', N'button', N'', N'4028138151adbcc50151adfd13680002', N'js', N'2') +GO +GO +INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'402880e64e28b359014e2913478a0018', N'12', N'pictures', N'12', N'0', N'link', N'12', N'402881e44df713f5014df71fc6be0004', N'action', N'12') +GO +GO +INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'402881e64ca6fd1b014ca713620f000d', N'copy_url', N'pictures', N'配置地址', N'1', N'link', N'', N'2c90ac564c9d1734014c9d22b16c0001', N'js', N'3') +GO +GO +INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'402881e64ca6fd1b014ca713e2c0000f', N'graph_test', N'pictures', N'功能测试', N'1', N'link', N'', N'2c90ac564c9d1734014c9d22b16c0001', N'js', N'2') +GO +GO +INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'4028948150f5ba6a0150f5c0682a0001', N'1', N'pictures', N'1', N'0', N'link', N'1', N'402885d8506e5d9201506e72f4920001', N'action', N'1') +GO +GO +INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'4028b881535b12bd01535b3c3c1f001a', N'cancel_check', N'icon-redo', N'清空勾选', N'1', N'button', N'', N'4028b881535b12bd01535b1ae3680001', N'js', N'0') +GO +GO +INSERT INTO [dbo].[cgform_button] ([ID], [BUTTON_CODE], [button_icon], [BUTTON_NAME], [BUTTON_STATUS], [BUTTON_STYLE], [EXP], [FORM_ID], [OPT_TYPE], [order_num]) VALUES (N'4028b881537338160153738b86ac0010', N'groupmanage', N'pictures', N'分组维护', N'1', N'button', N'', N'4028b881535b12bd01535b1ae3680001', N'js', N'2') +GO +GO + +-- ---------------------------- +-- Table structure for cgform_button_sql +-- ---------------------------- +DROP TABLE [dbo].[cgform_button_sql] +GO +CREATE TABLE [dbo].[cgform_button_sql] ( +[ID] nvarchar(32) NOT NULL , +[BUTTON_CODE] nvarchar(50) NULL , +[CGB_SQL] varbinary(MAX) NULL , +[CGB_SQL_NAME] nvarchar(50) NULL , +[CONTENT] nvarchar(MAX) NULL , +[FORM_ID] nvarchar(32) NULL +) + + +GO + +-- ---------------------------- +-- Records of cgform_button_sql +-- ---------------------------- + +-- ---------------------------- +-- Table structure for cgform_enhance_java +-- ---------------------------- +DROP TABLE [dbo].[cgform_enhance_java] +GO +CREATE TABLE [dbo].[cgform_enhance_java] ( +[id] nvarchar(36) NOT NULL , +[button_code] nvarchar(32) NULL , +[cg_java_type] nvarchar(32) NOT NULL , +[cg_java_value] nvarchar(200) NOT NULL , +[form_id] nvarchar(32) NOT NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_enhance_java', +'COLUMN', N'button_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'按钮编码' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' +, @level2type = 'COLUMN', @level2name = N'button_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'按钮编码' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' +, @level2type = 'COLUMN', @level2name = N'button_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_enhance_java', +'COLUMN', N'cg_java_type')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' +, @level2type = 'COLUMN', @level2name = N'cg_java_type' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' +, @level2type = 'COLUMN', @level2name = N'cg_java_type' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_enhance_java', +'COLUMN', N'cg_java_value')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'数值' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' +, @level2type = 'COLUMN', @level2name = N'cg_java_value' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'数值' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' +, @level2type = 'COLUMN', @level2name = N'cg_java_value' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_enhance_java', +'COLUMN', N'form_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'表单ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' +, @level2type = 'COLUMN', @level2name = N'form_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'表单ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' +, @level2type = 'COLUMN', @level2name = N'form_id' +GO + +-- ---------------------------- +-- Records of cgform_enhance_java +-- ---------------------------- +INSERT INTO [dbo].[cgform_enhance_java] ([id], [button_code], [cg_java_type], [cg_java_value], [form_id]) VALUES (N'402883885139c8d7015139cb2de40002', N'add', N'spring', N'cgformJavaInterDemo', N'8a8ab0b246dc81120146dc818484013c') +GO +GO + +-- ---------------------------- +-- Table structure for cgform_enhance_js +-- ---------------------------- +DROP TABLE [dbo].[cgform_enhance_js] +GO +CREATE TABLE [dbo].[cgform_enhance_js] ( +[ID] nvarchar(32) NOT NULL , +[CG_JS] varbinary(MAX) NULL , +[CG_JS_TYPE] nvarchar(20) NULL , +[CONTENT] nvarchar(MAX) NULL , +[FORM_ID] nvarchar(32) NULL +) + + +GO + +-- ---------------------------- +-- Records of cgform_enhance_js +-- ---------------------------- +INSERT INTO [dbo].[cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [FORM_ID]) VALUES (N'2c90ac564c9d1734014c9d322192001f', 0x6A666F726D5F67726170687265706F72745F686561644677203D20313035303B0D0A6A666F726D5F67726170687265706F72745F686561644668203D203630303B0D0A0D0A2F2F3F3F0D0A0966756E6374696F6E206A666F726D5F67726170687265706F72745F6865616461646428297B0D0A09096164642827E59BBEE8A1A8E9858DE7BDAE272C276367466F726D4275696C64436F6E74726F6C6C65722E646F3F66746C466F726D267461626C654E616D653D6A666F726D5F67726170687265706F72745F68656164272C276A666F726D5F67726170687265706F72745F686561644C697374272C6A666F726D5F67726170687265706F72745F6865616446772C6A666F726D5F67726170687265706F72745F686561644668293B0D0A097D0D0A092F2F3F3F0D0A0966756E6374696F6E206A666F726D5F67726170687265706F72745F6865616475706461746528297B0D0A09097570646174652827E59BBEE8A1A8E9858DE7BDAE272C276367466F726D4275696C64436F6E74726F6C6C65722E646F3F66746C466F726D267461626C654E616D653D6A666F726D5F67726170687265706F72745F68656164272C276A666F726D5F67726170687265706F72745F686561644C697374272C6A666F726D5F67726170687265706F72745F6865616446772C6A666F726D5F67726170687265706F72745F686561644668293B0D0A097D0D0A092F2F3F3F0D0A0966756E6374696F6E206A666F726D5F67726170687265706F72745F68656164636F707928297B0D0A0909636F707928273F3F3F3F3F3F272C276367466F726D4275696C64436F6E74726F6C6C65722E646F3F66746C466F726D267461626C654E616D653D6A666F726D5F67726170687265706F72745F68656164272C276A666F726D5F67726170687265706F72745F686561644C697374272C6A666F726D5F67726170687265706F72745F6865616446772C6A666F726D5F67726170687265706F72745F686561644668293B0D0A097D0D0A092F2F3F3F0D0A0966756E6374696F6E206A666F726D5F67726170687265706F72745F686561647669657728297B0D0A090964657461696C28273F3F272C276367466F726D4275696C64436F6E74726F6C6C65722E646F3F66746C466F726D267461626C654E616D653D6A666F726D5F67726170687265706F72745F68656164272C276A666F726D5F67726170687265706F72745F686561644C697374272C6A666F726D5F67726170687265706F72745F6865616446772C6A666F726D5F67726170687265706F72745F686561644668293B0D0A097D0D0A0D0A66756E6374696F6E2067726170685F746573742829207B0D0A097661722065203D206576656E74207C7C20785F6578706F72742E63616C6C65722E617267756D656E74735B305D3B0D0A2020202076617220746172676574203D20652E746172676574207C7C20652E737263456C656D656E743B0D0A2020202076617220636F6E6669674964203D202428746172676574292E706172656E7473282274723A666972737422292E66696E64282274645B6669656C643D27636F6465275D22292E7465787428293B0D0A2020202076617220636F6E6669674E616D65203D202428746172676574292E706172656E7473282274723A666972737422292E66696E64282274645B6669656C643D276E616D65275D22292E7465787428293B0D0A09202020200D0A096164644F6E655461622822E8A1A8E58D95E695B0E68DAEE58897E8A1A8205B222B636F6E6669674E616D652B225D222C202267726170685265706F7274436F6E74726F6C6C65722E646F3F6C697374266973496672616D652669643D222B636F6E6669674964293B0D0A7D0D0A0D0A66756E6374696F6E20636F70795F75726C2829207B0D0A202020207661722065203D206576656E74207C7C20785F6578706F72742E63616C6C65722E617267756D656E74735B305D3B0D0A2020202076617220746172676574203D20652E746172676574207C7C20652E737263456C656D656E743B0D0A2020202076617220636F6E6669674964203D202428746172676574292E706172656E7473282274723A666972737422292E66696E64282274645B6669656C643D27636F6465275D22292E7465787428293B0D0A20202020706F704D656E754C696E6B477261706828636F6E66696749642C20636F6E6669674964293B0D0A7D0D0A2F2FE59BBEE8A1A8E9858DE7BDAEE5A48DE588B60D0A66756E6374696F6E20706F704D656E754C696E6B4772617068287461626C654E616D652C636F6E74656E74297B0D0A097661722075726C203D20223C696E70757420747970653D277465787427207374796C653D2777696474683A33383070783B272064697361626C65643D5C2264697361626C65645C222069643D276D656E754C696E6B27207469746C653D2767726170685265706F7274436F6E74726F6C6C65722E646F3F6C6973742669643D272076616C75653D2767726170685265706F7274436F6E74726F6C6C65722E646F3F6C697374266973496672616D652669643D222B7461626C654E616D652B2227202F3E223B0D0A09242E6469616C6F67287B0D0A0909636F6E74656E743A2075726C2C0D0A090964726167203A66616C73652C0D0A09096C6F636B203A20747275652C0D0A09097469746C653A27E88F9CE58D95E993BEE68EA55B272B636F6E74656E742B275D272C0D0A09096F706163697479203A20302E332C0D0A090977696474683A3430302C0D0A09096865696768743A35302C0D0A090963616368653A66616C73652C0D0A092020202063616E63656C56616C3A2027E585B3E997AD272C0D0A092020202063616E63656C3A2066756E6374696F6E28297B636C69702E64657374726F7928293B7D2C0D0A0920202020627574746F6E203A205B7B0D0A0920202020096964203A2022636F70747942746E222C0D0A0920202020096E616D65203A2022E5A48DE588B6222C0D0A09202020200963616C6C6261636B203A2066756E6374696F6E202829207B0D0A0920202020097D0D0A09202020207D5D2C0D0A0920202020696E6974203A2066756E6374696F6E202829207B0D0A090909636C6970203D206E6577205A65726F436C6970626F6172642E436C69656E7428293B0D0A090909636C69702E73657448616E64437572736F7228207472756520293B0D0A0909090D0A090909636C69702E6164644576656E744C697374656E657228276D6F7573654F766572272C2066756E6374696F6E28636C69656E74297B0D0A09090909636C69702E736574546578742820646F63756D656E742E676574456C656D656E744279496428226D656E754C696E6B22292E76616C756520293B0D0A0909097D293B0D0A090909636C69702E6164644576656E744C697374656E65722827636F6D706C657465272C2066756E6374696F6E28636C69656E742C2074657874297B0D0A09090909616C6572742822E5A48DE588B6E68890E58A9F22293B0D0A0909097D293B0D0A090909766172206D656E754C696E6B203D20242822236D656E754C696E6B22292E76616C28293B0D0A0909092428242822696E7075745B747970653D627574746F6E5D22295B305D292E6174747228226964222C22636F70747942746E22293B0D0A090909636C69702E73657454657874286D656E754C696E6B293B0D0A090909636C69702E676C75652822636F70747942746E22293B0D0A09202020207D0D0A097D293B20200D0A7D, N'list', null, N'2c90ac564c9d1734014c9d22b16c0001') +GO +GO +INSERT INTO [dbo].[cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [FORM_ID]) VALUES (N'2c90ac564c9d1734014c9d3241ac0021', 0x242822746578746172656122292E686569676874283630293B0D0A0D0A242866756E6374696F6E28297B0D0A242822626F647922292E617070656E6428223C6C696E6B20687265663D5C22706C75672D696E2F6C68674469616C6F672F736B696E732F64656661756C742E6373735C222072656C3D5C227374796C6573686565745C222069643D5C226C68676469616C6F676C696E6B5C223E22293B0D0A766172202462746E203D202428223C64697620636C6173733D5C2275695F627574746F6E735C2220207374796C653D5C22646973706C61793A696E6C696E652D626C6F636B3B70616464696E673A3070783B5C223E3C696E707574207374796C653D5C22706F736974696F6E3A2072656C61746976653B746F703A203070783B5C2220636C6173733D5C2275695F73746174655F686967686C696768745C2220747970653D5C22627574746F6E5C222076616C75653D5C2273716CE8A7A3E69E905C22202069643D5C2273716C416E616C797A655C22202F3E3C2F6469763E22293B0D0A242822236367725F73716C22292E6166746572282462746E293B0D0A2462746E2E636C69636B2866756E6374696F6E28297B0D0A20242E616A6178287B0D0A2020202075726C3A2263675265706F7274436F6E74726F6C6C65722E646F3F6765744669656C6473222C0D0A20202020646174613A7B73716C3A242822236367725F73716C22292E76616C28297D2C0D0A09747970653A22506F7374222C0D0A2020202064617461547970653A226A736F6E222C0D0A20202020737563636573733A66756E6374696F6E2864617461297B0D0A20202020696628646174612E7374617475733D3D227375636365737322297B0D0A09202020202020242822236164645F6A666F726D5F67726170687265706F72745F6974656D5F7461626C6522292E656D70747928293B0D0A09202020202020242E6561636828646174612E6669656C64732C66756E6374696F6E28696E6465782C65297B0D0A0909092428222361646442746E5F6A666F726D5F67726170687265706F72745F6974656D22292E636C69636B28293B0D0A090909242822236164645F6A666F726D5F67726170687265706F72745F6974656D5F7461626C652074723A6C61737422292E66696E6428223A7465787422290D0A090909092E65712830292E76616C2865290D0A090909092E656E6428292E65712831292E76616C2865290D0A090909092E656E6428292E65712832292E76616C28696E646578293B0D0A092020202020207D293B200D0A092020202020202F2F726573657454724E756D28226164645F6A666F726D5F67726170687265706F72745F6974656D5F7461626C6522293B0D0A202020207D656C73657B0D0A0909242E6D657373616765722E616C65727428273F3F272C646174612E6461746173293B0D0A097D0D0A20207D0D0A20207D293B0D0A207D293B0D0A7D293B, N'form', null, N'2c90ac564c9d1734014c9d22b16c0001') +GO +GO +INSERT INTO [dbo].[cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [FORM_ID]) VALUES (N'4028138151b3cf300151b42289dd000f', 0x2F2FE887AAE5AE9AE4B989E8A1A8E58D95E6B7BBE58AA00D0A66756E6374696F6E206175746F466F726D41646428297B0D0A2020200D0A202063726561746564657461696C77696E646F772827E887AAE5AE9AE4B989E8A1A8E58D95E6B7BBE58AA0272C276175746F466F726D436F6E74726F6C6C65722E646F3F76696577436F6E74656E7426666F726D4E616D653D656D706C6F7965655F656E7472795F666F726D2669643D266F703D616464272C313030302C373030293B0D0A0D0A7D0D0A0D0A2F2FE887AAE5AE9AE4B989E8A1A8E58D95E7BC96E8BE910D0A66756E6374696F6E206175746F466F726D55706461746528297B0D0A2020202076617220726F7744617461203D20242827236A666F726D5F656D706C6F7965655F656E7472794C69737427292E6461746167726964282767657453656C656374656427293B0D0A202020206966202821726F774461746129207B0D0A097469702827E8AFB7E98089E68BA9E4B880E69DA1E4BFA1E681AF27293B0D0A0972657475726E3B0D0A2020207D090D0A202020766172206964203D20726F77446174612E69643B0D0A20202063726561746564657461696C77696E646F772827E887AAE5AE9AE4B989E8A1A8E58D95E6B7BBE58AA0272C276175746F466F726D436F6E74726F6C6C65722E646F3F76696577436F6E74656E7426666F726D4E616D653D656D706C6F7965655F656E7472795F666F726D266F703D7570646174652669643D272B6964202C313030302C373030293B0D0A0D0A7D, N'list', null, N'4028138151adbcc50151adfd13680002') +GO +GO +INSERT INTO [dbo].[cgform_enhance_js] ([ID], [CG_JS], [CG_JS_TYPE], [CONTENT], [FORM_ID]) VALUES (N'4028b881535b12bd01535b4275ea0022', 0x66756E6374696F6E2063616E63656C5F636865636B28297B202020200D0A2020202020242827236A666F726D5F636F6E746163744C69737427292E64617461677269642827636C656172436865636B656427293B0D0A7D0D0A0D0A66756E6374696F6E2067726F75706D616E61676528297B0D0A202020206164644F6E65546162282027E9809AE8AEAFE5BD95E58886E5BD95E7BBB4E68AA4272C2763674175746F4C697374436F6E74726F6C6C65722E646F3F6C6973742669643D6A666F726D5F636F6E746163745F67726F757027290D0A7D0D0A0D0A2428646F63756D656E74292E72656164792866756E6374696F6E202829207B0D0A2020202020202428272361646427292E6C696E6B627574746F6E287B2020200D0A2020202020202020202020746578743A27E696B0E5A29EE4BABAE59198270D0A2020202020207D290D0A20202020202428272375706461746527292E6C696E6B627574746F6E287B2020200D0A2020202020202020202020746578743A27E4BFAEE694B9E4BABAE59198270D0A2020202020207D290D0A7D293B, N'list', null, N'4028b881535b12bd01535b1ae3680001') +GO +GO + +-- ---------------------------- +-- Table structure for cgform_field +-- ---------------------------- +DROP TABLE [dbo].[cgform_field] +GO +CREATE TABLE [dbo].[cgform_field] ( +[id] nvarchar(32) NOT NULL , +[content] nvarchar(200) NOT NULL , +[create_by] nvarchar(255) NULL , +[create_date] datetime NULL , +[create_name] nvarchar(32) NULL , +[dict_field] nvarchar(100) NULL , +[dict_table] nvarchar(100) NULL , +[dict_text] nvarchar(100) NULL , +[field_default] nvarchar(20) NULL , +[field_href] nvarchar(200) NULL , +[field_length] int NULL , +[field_name] nvarchar(32) NOT NULL , +[field_valid_type] nvarchar(10) NULL , +[is_key] nvarchar(2) NULL , +[is_null] nvarchar(5) NULL , +[is_query] nvarchar(5) NULL , +[is_show] nvarchar(5) NULL , +[is_show_list] nvarchar(5) NULL , +[length] int NOT NULL , +[main_field] nvarchar(100) NULL , +[main_table] nvarchar(100) NULL , +[old_field_name] nvarchar(32) NULL , +[order_num] int NULL , +[point_length] int NULL , +[query_mode] nvarchar(10) NULL , +[show_type] nvarchar(10) NULL , +[type] nvarchar(32) NOT NULL , +[update_by] nvarchar(32) NULL , +[update_date] datetime NULL , +[update_name] nvarchar(32) NULL , +[table_id] nvarchar(32) NOT NULL , +[extend_json] nvarchar(500) NULL +) + + +GO + +-- ---------------------------- +-- Records of cgform_field +-- ---------------------------- +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b17b0002', N'id', N'admin', N'2015-04-09 15:43:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2015-04-09 15:49:50.000', N'管理员', N'2c90ac564c9d1734014c9d22b16c0001', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b1aa0003', N'查询数据SQL', N'admin', N'2015-04-09 15:43:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'cgr_sql', N'', N'N', N'N', N'Y', N'Y', N'Y', N'2000', N'', N'', N'cgr_sql', N'4', N'0', N'single', N'textarea', N'string', N'admin', N'2015-04-11 16:50:46.000', N'管理员', N'2c90ac564c9d1734014c9d22b16c0001', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b1aa0004', N'编码', N'admin', N'2015-04-09 15:43:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'code', N'', N'N', N'N', N'Y', N'Y', N'Y', N'36', N'', N'', N'code', N'3', N'0', N'single', N'text', N'string', N'admin', N'2015-04-09 15:49:50.000', N'管理员', N'2c90ac564c9d1734014c9d22b16c0001', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b1aa0005', N'描述', N'admin', N'2015-04-09 15:43:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'content', N'', N'N', N'N', N'N', N'Y', N'Y', N'1000', N'', N'', N'content', N'5', N'0', N'group', N'text', N'string', N'admin', N'2015-04-09 15:49:50.000', N'管理员', N'2c90ac564c9d1734014c9d22b16c0001', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b1aa0006', N'名称', N'admin', N'2015-04-09 15:43:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'N', N'Y', N'Y', N'Y', N'100', N'', N'', N'name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2015-04-09 19:04:50.000', N'管理员', N'2c90ac564c9d1734014c9d22b16c0001', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b1ba0007', N'y轴文字', N'admin', N'2015-04-09 15:43:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'ytext', N'', N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', N'ytext', N'6', N'0', N'group', N'text', N'string', N'admin', N'2015-04-09 15:49:50.000', N'管理员', N'2c90ac564c9d1734014c9d22b16c0001', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b1ba0008', N'x轴数据', N'admin', N'2015-04-09 15:43:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'categories', N'', N'N', N'N', N'N', N'Y', N'Y', N'1000', N'', N'', N'categories', N'7', N'0', N'group', N'text', N'string', N'admin', N'2015-04-09 15:49:50.000', N'管理员', N'2c90ac564c9d1734014c9d22b16c0001', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b1ba0009', N'是否显示明细', N'admin', N'2015-04-09 15:43:58.000', N'管理员', N'sf_yn', N'', N'', N'', N'', N'120', N'is_show_list', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'5', N'', N'', N'is_show_list', N'8', N'0', N'single', N'list', N'string', N'admin', N'2015-04-09 18:27:39.000', N'管理员', N'2c90ac564c9d1734014c9d22b16c0001', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b1ba000a', N'扩展JS', N'admin', N'2015-04-09 15:43:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'x_page_js', N'', N'N', N'Y', N'N', N'Y', N'Y', N'5000', N'', N'', N'x_page_js', N'9', N'0', N'group', N'textarea', N'Text', N'admin', N'2015-04-09 15:49:50.000', N'管理员', N'2c90ac564c9d1734014c9d22b16c0001', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b360000c', N'id', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2015-04-09 15:47:32.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b360000d', N'是否查询', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'sf_yn', N'', N'', N'', N'', N'120', N'search_flag', N'', N'N', N'Y', N'N', N'Y', N'Y', N'2', N'', N'', N'search_flag', N'7', N'0', N'group', N'list', N'string', N'admin', N'2015-04-09 19:08:44.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b360000e', N'查询模式', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'searchmode', N'', N'', N'', N'', N'100', N'search_mode', N'', N'N', N'Y', N'N', N'Y', N'Y', N'10', N'', N'', N'search_mode', N'8', N'0', N'group', N'list', N'string', N'admin', N'2015-04-11 17:03:31.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b360000f', N'cgreportHeadId', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'cgreport_head_id', N'', N'N', N'Y', N'N', N'N', N'N', N'36', N'id', N'jform_graphreport_head', N'cgreport_head_id', N'16', N'0', N'group', N'text', N'string', N'admin', N'2015-04-09 15:50:16.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b3600010', N'字典Code', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'', N'', N'', N'', N'', N'100', N'dict_code', N'', N'N', N'Y', N'N', N'Y', N'Y', N'500', N'', N'', N'dict_code', N'9', N'0', N'group', N'text', N'string', N'admin', N'2015-04-11 17:03:31.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b36f0011', N'字段href', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'field_href', N'', N'N', N'Y', N'N', N'N', N'N', N'120', N'', N'', N'field_href', N'14', N'0', N'group', N'text', N'string', N'admin', N'2015-04-09 15:47:32.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b37f0012', N'字段名', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'', N'', N'', N'', N'', N'80', N'field_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'36', N'', N'', N'field_name', N'2', N'0', N'group', N'text', N'string', N'admin', N'2015-04-13 00:40:36.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b37f0013', N'字段文本', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'', N'', N'', N'', N'', N'80', N'field_txt', N'', N'N', N'Y', N'N', N'Y', N'Y', N'1000', N'', N'', N'field_txt', N'3', N'0', N'group', N'text', N'string', N'admin', N'2015-04-11 17:19:53.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b37f0014', N'字段类型', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'fieldtype', N'', N'', N'', N'', N'120', N'field_type', N'', N'N', N'Y', N'N', N'Y', N'Y', N'10', N'', N'', N'field_type', N'5', N'0', N'group', N'list', N'string', N'admin', N'2015-04-11 13:53:04.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b37f0015', N'是否显示', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'sf_yn', N'', N'', N'', N'', N'120', N'is_show', N'', N'N', N'Y', N'N', N'Y', N'Y', N'5', N'', N'', N'is_show', N'6', N'0', N'group', N'list', N'string', N'admin', N'2015-04-09 19:08:44.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b38f0016', N'排序', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'', N'', N'', N'', N'', N'50', N'order_num', N'', N'N', N'Y', N'N', N'Y', N'Y', N'10', N'', N'', N'order_num', N'4', N'0', N'group', N'text', N'int', N'admin', N'2015-04-09 19:08:44.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b38f0017', N'取值表达式', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'replace_va', N'', N'N', N'Y', N'N', N'N', N'N', N'36', N'', N'', N'replace_va', N'15', N'0', N'group', N'text', N'string', N'admin', N'2015-04-09 15:47:32.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b38f0018', N'显示图表', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'sf_yn', N'', N'', N'', N'', N'120', N'is_graph', N'', N'N', N'Y', N'N', N'Y', N'Y', N'5', N'', N'', N'is_graph', N'10', N'0', N'group', N'list', N'string', N'admin', N'2015-04-09 19:08:44.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b38f0019', N'图表类型', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'tblx', N'', N'', N'', N'', N'120', N'graph_type', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'graph_type', N'11', N'0', N'group', N'list', N'string', N'admin', N'2015-04-11 13:53:04.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b38f001a', N'图表名称', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'', N'', N'', N'', N'', N'80', N'graph_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'graph_name', N'12', N'0', N'group', N'text', N'string', N'admin', N'2015-04-11 17:19:53.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'2c90ac564c9d1734014c9d22b38f001b', N'标签名称', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'', N'', N'', N'', N'', N'80', N'tab_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'tab_name', N'13', N'0', N'group', N'text', N'string', N'admin', N'2015-04-11 17:19:53.000', N'管理员', N'2c90ac564c9d1734014c9d22b360000b', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd136d0003', N'主键', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd143b0004', N'创建人名称', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd144b0005', N'创建人登录名称', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd144d0006', N'填表日期', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', N'admin', N'2015-12-17 13:45:11.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd144f0007', N'更新人名称', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd14580008', N'更新人登录名称', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd145c0009', N'更新日期', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd145f000a', N'所属部门', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd1460000b', N'所属公司', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd1462000c', N'姓名', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd1464000d', N'部门', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_depart', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'employee_depart', N'11', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd1466000e', N'职务', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_job', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_job', N'12', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd1468000f', N'生日', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_birthday', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_birthday', N'13', N'0', N'single', N'date', N'Date', N'admin', N'2015-12-17 13:45:11.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd146a0010', N'籍贯', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_origin', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'employee_origin', N'14', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd14780011', N'学历', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_degree', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_degree', N'15', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd147c0012', N'身份证', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_identification', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'employee_identification', N'16', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd14860013', N'入职日期', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_entry_date', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_entry_date', N'17', N'0', N'single', N'date', N'Date', N'admin', N'2015-12-17 13:45:11.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151adfd14890014', N'工号', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_code', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_code', N'18', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae001f1c0016', N'手机', N'admin', N'2015-12-17 11:33:42.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_phone', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_phone', N'19', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae001f210017', N'邮箱', N'admin', N'2015-12-17 11:33:42.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_mail', N'', N'N', N'Y', N'N', N'Y', N'Y', N'150', N'', N'', N'employee_mail', N'20', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae001f230018', N'MSN', N'admin', N'2015-12-17 11:33:42.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_msn', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_msn', N'21', N'0', N'single', N'text', N'string', null, null, null, N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae001f260019', N'照片', N'admin', N'2015-12-17 11:33:42.000', N'管理员', N'sf_yn', N'', N'', N'', N'', N'120', N'hr_pic', N'', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'employee_pic', N'22', N'0', N'single', N'radio', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae001f2a001a', N'档案表', N'admin', N'2015-12-17 11:33:42.000', N'管理员', N'sf_yn', N'', N'', N'', N'', N'120', N'hr_archives', N'', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'employee_archives', N'23', N'0', N'single', N'radio', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae29b4b5001c', N'身份证', N'admin', N'2015-12-17 12:19:07.000', N'管理员', N'sf_yn', N'', N'', N'', N'', N'120', N'hr_identification', N'', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'hr_depart_identification', N'24', N'0', N'single', N'radio', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae29b4b9001d', N'学位证', N'admin', N'2015-12-17 12:19:07.000', N'管理员', N'sf_yn', N'', N'', N'', N'', N'120', N'hr_degree', N'', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'hr_depart_degree', N'25', N'0', N'single', N'radio', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae3206c6001f', N'其他证件', N'admin', N'2015-12-17 12:28:12.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'hr_other', N'', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'hr_depart_other', N'26', N'0', N'single', N'text', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae3206cb0020', N'分配电话', N'admin', N'2015-12-17 12:28:12.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'hr_tel', N'', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'hr_depart_tel', N'27', N'0', N'single', N'text', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae3206ce0021', N'经办人', N'admin', N'2015-12-17 12:28:12.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'hr_op_user', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'hr_depart_op_user', N'28', N'0', N'single', N'text', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae3206d20022', N'日期', N'admin', N'2015-12-17 12:28:12.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'hr_op_date', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'hr_depart_op_date', N'29', N'0', N'single', N'date', N'Date', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae36da220025', N'部门意见', N'admin', N'2015-12-17 12:33:29.000', N'管理员', N'', N'', N'', N'', N'', N'900', N'depart_opinion', N'', N'N', N'Y', N'N', N'Y', N'N', N'200', N'', N'', N'depart_opinion', N'30', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae36da260026', N'经办人', N'admin', N'2015-12-17 12:33:29.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'depart_op_user', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'depart_op_user', N'31', N'0', N'single', N'text', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae36da2a0027', N'日期', N'admin', N'2015-12-17 12:33:29.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'depart_op_date', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'depart_op_date', N'32', N'0', N'single', N'date', N'Date', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae3c288e0029', N'总经理意见', N'admin', N'2015-12-17 12:39:16.000', N'管理员', N'', N'', N'', N'', N'', N'900', N'manager_opinion', N'', N'N', N'Y', N'N', N'Y', N'N', N'200', N'', N'', N'manager_opinion', N'33', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae3c2892002a', N'经办人', N'admin', N'2015-12-17 12:39:16.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'manager_op_user', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'manager_op_user', N'34', N'0', N'single', N'text', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae3c2898002b', N'日期', N'admin', N'2015-12-17 12:39:16.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'manager_op_date', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'manager_op_date', N'35', N'0', N'single', N'date', N'Date', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae755bcf002e', N'新员工意见', N'admin', N'2015-12-17 13:41:45.000', N'管理员', N'', N'', N'', N'', N'', N'900', N'employee_opinion', N'', N'N', N'Y', N'N', N'Y', N'N', N'200', N'', N'', N'employee_opinion', N'36', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae755bd1002f', N'经办人', N'admin', N'2015-12-17 13:41:45.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_op_user', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'employee_op_user', N'37', N'0', N'single', N'text', N'string', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028138151adbcc50151ae755bfc0030', N'日期', N'admin', N'2015-12-17 13:41:45.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'employee_op_date', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'employee_op_date', N'38', N'0', N'single', N'date', N'Date', N'admin', N'2015-12-17 15:56:50.000', N'管理员', N'4028138151adbcc50151adfd13680002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da32ebe014da3309b890002', N'主键', N'admin', N'2015-05-30 12:59:41.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2015-06-12 10:56:57.000', N'管理员', N'402880e74da32ebe014da3309b880001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da32ebe014da3309cf00003', N'创建人名称', N'admin', N'2015-05-30 12:59:41.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2015-06-12 10:56:57.000', N'管理员', N'402880e74da32ebe014da3309b880001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da32ebe014da3309cf40004', N'创建人登录名称', N'admin', N'2015-05-30 12:59:41.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', N'admin', N'2015-06-12 10:56:57.000', N'管理员', N'402880e74da32ebe014da3309b880001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da32ebe014da3309cf70005', N'创建日期', N'admin', N'2015-05-30 12:59:41.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', N'admin', N'2015-06-12 10:56:57.000', N'管理员', N'402880e74da32ebe014da3309b880001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da32ebe014da3309cfb0006', N'更新人名称', N'admin', N'2015-05-30 12:59:41.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', N'admin', N'2015-06-12 10:56:57.000', N'管理员', N'402880e74da32ebe014da3309b880001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da32ebe014da3309cff0007', N'更新人登录名称', N'admin', N'2015-05-30 12:59:41.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', N'admin', N'2015-06-12 10:56:57.000', N'管理员', N'402880e74da32ebe014da3309b880001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da32ebe014da3309d020008', N'更新日期', N'admin', N'2015-05-30 12:59:41.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', N'admin', N'2015-06-12 10:56:57.000', N'管理员', N'402880e74da32ebe014da3309b880001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da32ebe014da3309d050009', N'物料编码', N'admin', N'2015-05-30 12:59:41.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'name', N'8', N'0', N'single', N'text', N'string', N'admin', N'2015-06-12 10:56:57.000', N'管理员', N'402880e74da32ebe014da3309b880001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74da35336014da3555bc70002', N'父ID', N'admin', N'2015-05-30 13:39:49.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'father_id', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'father_id', N'9', N'0', N'single', N'text', N'string', N'admin', N'2016-06-05 23:03:16.000', N'管理员', N'402880e74da32ebe014da3309b880001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880e74de5a679014de5b2eb200004', N'age', N'admin', N'2015-06-12 10:56:57.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'age', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'age', N'10', N'0', N'single', N'text', N'string', null, null, null, N'402880e74da32ebe014da3309b880001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74170002', N'主键', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74350003', N'创建人名称', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad744d0004', N'创建人登录名称', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74540005', N'创建日期', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74580006', N'更新人名称', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad745e0007', N'更新人登录名称', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74610008', N'更新日期', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74640009', N'所属部门', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad7469000a', N'所属公司', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad746d000b', N'姓名', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad7472000c', N'员工编号', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'code', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'code', N'11', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad7475000d', N'职务', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'job', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'job', N'12', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad747a000e', N'入职时间', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'join_time', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'join_time', N'13', N'0', N'single', N'datetime', N'Date', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad747d000f', N'离职方式', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'outType', N'', N'', N'', N'', N'120', N'out_type', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'out_type', N'14', N'0', N'single', N'radio', N'string', N'admin', N'2015-12-30 15:14:52.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74800010', N'申请离职日期', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'apply_out_time', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'apply_out_time', N'15', N'0', N'single', N'datetime', N'Date', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74840011', N'正式离职日期', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'out_time', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'out_time', N'16', N'0', N'single', N'datetime', N'Date', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74910012', N'身份证编号', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id_card', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'id_card', N'17', N'0', N'single', N'text', N'string', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74950013', N'离职须知', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'out_content', N'', N'N', N'Y', N'N', N'Y', N'N', N'200', N'', N'', N'out_content', N'18', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad749a0014', N'离职原因', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'out_reason', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'out_reason', N'19', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad749e0015', N'面谈记录', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'interview_record', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'interview_record', N'20', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74a10016', N'办公物品移交', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'office_change', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'office_change', N'21', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74a40017', N'人力资源部审核', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'hr_check', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'hr_check', N'22', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74a70018', N'应发薪资', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'should_send_salary', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'should_send_salary', N'23', N'0', N'single', N'text', N'double', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74aa0019', N'应扣薪资', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'should_deduct_pay', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'should_deduct_pay', N'24', N'0', N'single', N'text', N'double', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74ae001a', N'实发薪资', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'pay', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'pay', N'25', N'0', N'single', N'text', N'double', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74b1001b', N'领取日期', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'get_time', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'get_time', N'26', N'0', N'single', N'datetime', N'Date', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0ad74b4001c', N'总经理审批', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'boss_check', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'boss_check', N'27', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881a151f09a900151f0b638150022', N'说明', N'admin', N'2015-12-30 10:27:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'description', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'description', N'28', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.000', N'管理员', N'402881a151f09a900151f0ad74120001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc6c10005', N'主键', N'admin', N'2015-06-15 20:09:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc6f00006', N'创建人名称', N'admin', N'2015-06-15 20:09:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc6f50007', N'创建人登录名称', N'admin', N'2015-06-15 20:09:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc6f90008', N'更新人名称', N'admin', N'2015-06-15 20:09:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'4', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc6fe0009', N'更新人登录名称', N'admin', N'2015-06-15 20:09:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'5', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc70f000a', N'所属部门', N'admin', N'2015-06-15 20:09:24.000', N'管理员', N'id', N't_s_depart', N'departname', N'', N'', N'120', N'sys_org_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'6', N'0', N'single', N'text', N'string', N'admin', N'2015-06-15 20:16:39.000', N'管理员', N'402881e44df713f5014df71fc6be0004', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc713000b', N'所属公司', N'admin', N'2015-06-15 20:09:24.000', N'管理员', N'id', N't_s_depart', N'departname', N'', N'', N'120', N'sys_company_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'7', N'0', N'single', N'text', N'string', N'admin', N'2015-06-15 20:16:39.000', N'管理员', N'402881e44df713f5014df71fc6be0004', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc718000c', N'创建日期', N'admin', N'2015-06-15 20:09:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'8', N'0', N'single', N'date', N'Date', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df71fc71d000d', N'更新日期', N'admin', N'2015-06-15 20:09:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'9', N'0', N'single', N'date', N'Date', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7218e93000f', N'数据源名称', N'admin', N'2015-06-15 20:11:21.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'db_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'db_name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7218eaa0010', N'数据源类型', N'admin', N'2015-06-15 20:11:21.000', N'管理员', N'formDbType', N'', N'', N'', N'', N'120', N'db_type', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'db_type', N'11', N'0', N'single', N'list', N'string', N'admin', N'2015-06-16 16:25:21.000', N'管理员', N'402881e44df713f5014df71fc6be0004', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7218eaf0011', N'数据库表名', N'admin', N'2015-06-15 20:11:21.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'db_table_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'db_table_name', N'12', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7218eb40012', N'动态查询SQL', N'admin', N'2015-06-15 20:11:21.000', N'管理员', N'', N'', N'', N'', N'', N'100', N'db_dyn_sql', N'', N'N', N'Y', N'N', N'Y', N'Y', N'500', N'', N'', N'db_dyn_sql', N'13', N'0', N'single', N'textarea', N'string', N'admin', N'2015-06-16 12:06:04.000', N'管理员', N'402881e44df713f5014df71fc6be0004', N'{style:"width:400px"}') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7218eb80013', N'主键字段', N'admin', N'2015-06-15 20:11:21.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'auto_form_id', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'auto_form_id', N'14', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df71fc6be0004', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f080016', N'主键', N'admin', N'2015-06-15 20:14:13.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df7242f070015', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f100017', N'创建人名称', N'admin', N'2015-06-15 20:14:13.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df7242f070015', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f140018', N'创建人登录名称', N'admin', N'2015-06-15 20:14:13.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df7242f070015', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f190019', N'创建日期', N'admin', N'2015-06-15 20:14:13.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'402881e44df713f5014df7242f070015', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f1d001a', N'更新人名称', N'admin', N'2015-06-15 20:14:13.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df7242f070015', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f21001b', N'更新人登录名称', N'admin', N'2015-06-15 20:14:13.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df7242f070015', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f26001c', N'更新日期', N'admin', N'2015-06-15 20:14:13.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'402881e44df713f5014df7242f070015', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f2a001d', N'所属部门', N'admin', N'2015-06-15 20:14:13.000', N'管理员', N'id', N't_s_depart', N'departname', N'', N'', N'120', N'sys_org_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', N'admin', N'2015-06-15 20:17:05.000', N'管理员', N'402881e44df713f5014df7242f070015', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f2e001e', N'所属公司', N'admin', N'2015-06-15 20:14:13.000', N'管理员', N'id', N't_s_depart', N'departname', N'', N'', N'120', N'sys_company_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', N'admin', N'2015-06-15 20:17:05.000', N'管理员', N'402881e44df713f5014df7242f070015', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f32001f', N'数据源ID', N'admin', N'2015-06-15 20:14:13.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'auto_form_db_id', N'', N'N', N'Y', N'N', N'N', N'N', N'32', N'id', N'auto_form_db', N'auto_form_db_id', N'10', N'0', N'single', N'text', N'string', N'admin', N'2015-06-15 20:18:15.000', N'管理员', N'402881e44df713f5014df7242f070015', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e44df713f5014df7242f360020', N'字段名', N'admin', N'2015-06-15 20:14:13.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'field_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'field_name', N'11', N'0', N'single', N'text', N'string', null, null, null, N'402881e44df713f5014df7242f070015', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd20e0003', N'id', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'Y', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 20:52:54.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2960004', N'职工姓名', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'staff_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'staff_name', N'2', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd29b0005', N'部门', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'depart', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'depart', N'3', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd29e0006', N'员工编号', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'staff_no', N'', N'N', N'Y', N'N', N'Y', N'Y', N'30', N'', N'', N'staff_no', N'4', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2a10007', N'职位', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'staff_post', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'staff_post', N'5', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2af0008', N'打款方式', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'pay_way', N'', N'N', N'Y', N'N', N'Y', N'Y', N'10', N'', N'', N'pay_way', N'6', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2b20009', N'开户行', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'acct_bank', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'acct_bank', N'7', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2b5000a', N'卡号', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'card_no', N'', N'N', N'Y', N'N', N'Y', N'Y', N'30', N'', N'', N'card_no', N'8', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2b7000b', N'联系手机号', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'tele_no', N'', N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'tele_no', N'9', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2ba000c', N'费用合计', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'cost_all', N'', N'N', N'Y', N'N', N'Y', N'Y', N'7', N'', N'', N'cost_all', N'10', N'2', N'group', N'text', N'BigDecimal', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2bc000d', N'单据数量', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'documents', N'', N'N', N'Y', N'N', N'Y', N'Y', N'2', N'', N'', N'documents', N'11', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2be000e', N'费用大写', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'cost_upper', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'cost_upper', N'12', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2bf000f', N'预支款项', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'prepaid_fee', N'', N'N', N'Y', N'N', N'Y', N'Y', N'7', N'', N'', N'prepaid_fee', N'13', N'2', N'group', N'text', N'BigDecimal', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2c10010', N'实际支付', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'real_fee', N'', N'N', N'Y', N'N', N'Y', N'Y', N'7', N'', N'', N'real_fee', N'14', N'2', N'group', N'text', N'BigDecimal', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2c30011', N'填报时间', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'fill_time', N'', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'fill_time', N'15', N'0', N'group', N'date', N'Date', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2c60012', N'申请时间', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'apply_time', N'', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'apply_time', N'16', N'0', N'group', N'date', N'Date', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2cd0013', N'申请人', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'apply_by', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'apply_by', N'17', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd2cf0014', N'备注', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'comments', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'comments', N'18', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd33f0015', N'部门审批', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'depart_approve', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'depart_approve', N'19', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd43e0016', N'财务审批', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'finance_approve', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'finance_approve', N'20', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd4cf0017', N'总经理审批', N'admin', N'2016-01-01 20:51:07.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'mgr_approve', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'mgr_approve', N'21', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3dd4d30018', N'出纳', N'admin', N'2016-01-01 20:51:07.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'treasurer', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'treasurer', N'22', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.000', N'管理员', N'402881e451fce3050151fd3dd20c0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e196b001a', N'id', N'admin', N'2016-01-01 20:51:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'Y', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 20:52:19.000', N'管理员', N'402881e451fce3050151fd3e196b0019', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1994001b', N'外键', N'admin', N'2016-01-01 20:51:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'fk_id', N'', N'N', N'Y', N'N', N'Y', N'Y', N'36', N'id', N'jform_employee_cost_claim', N'fk_id', N'2', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:01:38.000', N'管理员', N'402881e451fce3050151fd3e196b0019', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1996001c', N'日期', N'admin', N'2016-01-01 20:51:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'meals_date', N'', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'meals_date', N'3', N'0', N'group', N'date', N'Date', N'admin', N'2016-01-01 21:01:38.000', N'管理员', N'402881e451fce3050151fd3e196b0019', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1997001d', N'餐费', N'admin', N'2016-01-01 20:51:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'meals_cost', N'', N'N', N'Y', N'N', N'Y', N'Y', N'7', N'', N'', N'meals_cost', N'4', N'2', N'group', N'text', N'BigDecimal', N'admin', N'2016-01-01 21:01:38.000', N'管理员', N'402881e451fce3050151fd3e196b0019', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1999001e', N'吃饭地点', N'admin', N'2016-01-01 20:51:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'meals_addr', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'meals_addr', N'5', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:01:38.000', N'管理员', N'402881e451fce3050151fd3e196b0019', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e199b001f', N'同行人数', N'admin', N'2016-01-01 20:51:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'meals_number', N'', N'N', N'Y', N'N', N'Y', N'Y', N'2', N'', N'', N'meals_number', N'6', N'0', N'group', N'text', N'int', N'admin', N'2016-01-01 21:01:38.000', N'管理员', N'402881e451fce3050151fd3e196b0019', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e19c20020', N'备注', N'admin', N'2016-01-01 20:51:24.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'comments', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'comments', N'7', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:01:38.000', N'管理员', N'402881e451fce3050151fd3e196b0019', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1b680022', N'id', N'admin', N'2016-01-01 20:51:25.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'Y', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 20:52:02.000', N'管理员', N'402881e451fce3050151fd3e1b680021', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1b6b0023', N'外键', N'admin', N'2016-01-01 20:51:25.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'fk_id', N'', N'N', N'Y', N'N', N'Y', N'Y', N'36', N'id', N'jform_employee_cost_claim', N'fk_id', N'2', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:00:23.000', N'管理员', N'402881e451fce3050151fd3e1b680021', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1b6d0024', N'事项', N'admin', N'2016-01-01 20:51:25.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'item', N'', N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'item', N'3', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:00:23.000', N'管理员', N'402881e451fce3050151fd3e1b680021', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1b6f0025', N'费用', N'admin', N'2016-01-01 20:51:25.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'cost', N'', N'N', N'Y', N'N', N'Y', N'Y', N'7', N'', N'', N'cost', N'4', N'2', N'group', N'text', N'BigDecimal', N'admin', N'2016-01-01 21:00:23.000', N'管理员', N'402881e451fce3050151fd3e1b680021', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1b700026', N'开始时间', N'admin', N'2016-01-01 20:51:25.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'begin_time', N'', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'begin_time', N'5', N'0', N'group', N'date', N'Date', N'admin', N'2016-01-01 21:00:23.000', N'管理员', N'402881e451fce3050151fd3e1b680021', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1b720027', N'结束时间', N'admin', N'2016-01-01 20:51:25.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'end_time', N'', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'end_time', N'6', N'0', N'group', N'date', N'Date', N'admin', N'2016-01-01 21:00:23.000', N'管理员', N'402881e451fce3050151fd3e1b680021', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e451fce3050151fd3e1b730028', N'备注', N'admin', N'2016-01-01 20:51:25.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'comments', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'comments', N'7', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:00:23.000', N'管理员', N'402881e451fce3050151fd3e1b680021', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfa060002', N'id', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:18:44.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfab20003', N'姓名', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'name', N'2', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:18:44.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfae10004', N'性别', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'sex', N'', N'', N'', N'', N'120', N'sex', N'', N'N', N'Y', N'N', N'Y', N'Y', N'10', N'', N'', N'sex', N'3', N'0', N'group', N'radio', N'string', N'admin', N'2016-04-01 10:23:39.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfaf00005', N'生日', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'birthday', N'', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'birthday', N'4', N'0', N'group', N'date', N'Date', N'admin', N'2016-03-06 21:18:44.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfaf00006', N'电话号码', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'telnum', N'', N'N', N'Y', N'N', N'Y', N'Y', N'30', N'', N'', N'telnum', N'5', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:18:44.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb000007', N'电子邮箱', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'email', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'email', N'6', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:18:44.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb000008', N'最高学历', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'degree', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'degree', N'7', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:18:44.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb000009', N'工作年限', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'workyear', N'', N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'workyear', N'8', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:18:44.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb00000a', N'身份证号', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'cardid', N'', N'N', N'Y', N'N', N'N', N'Y', N'200', N'', N'', N'cardid', N'9', N'0', N'group', N'text', N'string', N'admin', N'2016-07-06 15:44:08.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb00000b', N'现居地', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'habitation', N'', N'N', N'Y', N'N', N'N', N'Y', N'100', N'', N'', N'habitation', N'10', N'0', N'group', N'text', N'string', N'admin', N'2016-05-07 16:24:34.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb0f000c', N'户口所在地', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'residence', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'residence', N'11', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:18:44.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb0f000d', N'期望薪资', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'salary', N'', N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'salary', N'12', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:18:44.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb0f000e', N'期望工作地点', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'work_place', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'work_place', N'13', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:18:44.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb0f000f', N'工作类型', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'work_type', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'work_type', N'14', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:18:44.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb0f0010', N'到岗时间', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'arrival_time', N'', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'arrival_time', N'15', N'0', N'group', N'datetime', N'Date', N'admin', N'2016-05-03 18:57:03.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfb0f0011', N'自我评价', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'introduction', N'', N'N', N'Y', N'N', N'Y', N'Y', N'500', N'', N'', N'introduction', N'16', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:18:45.000', N'管理员', N'402881e4534c0aea01534c0cf9f70001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfca50013', N'id', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:23:12.000', N'管理员', N'402881e4534c0aea01534c0cfca50012', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfca50014', N'简历信息表ID', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'id', N'jform_resume_info', N'name', N'', N'', N'120', N'resume_id', N'', N'N', N'Y', N'N', N'Y', N'Y', N'36', N'id', N'jform_resume_info', N'resume_id', N'2', N'0', N'group', N'list', N'string', N'admin', N'2016-07-14 14:48:33.000', N'管理员', N'402881e4534c0aea01534c0cfca50012', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfca50015', N'开始日期', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'begin_date', N'3', N'0', N'group', N'date', N'Date', N'admin', N'2016-03-06 21:23:12.000', N'管理员', N'402881e4534c0aea01534c0cfca50012', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfca50016', N'结束日期', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'end_date', N'', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'end_date', N'4', N'0', N'group', N'date', N'Date', N'admin', N'2016-03-06 21:23:12.000', N'管理员', N'402881e4534c0aea01534c0cfca50012', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfca50017', N'公司名称', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'company_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'200', N'', N'', N'company_name', N'5', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:23:12.000', N'管理员', N'402881e4534c0aea01534c0cfca50012', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfca50018', N'部门名称', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'depart_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'depart_name', N'6', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:23:12.000', N'管理员', N'402881e4534c0aea01534c0cfca50012', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfca50019', N'职位', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'post', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'post', N'7', N'0', N'group', N'text', N'string', N'admin', N'2016-04-01 11:42:38.000', N'管理员', N'402881e4534c0aea01534c0cfca50012', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfca5001a', N'工作描述', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'experience', N'', N'N', N'Y', N'N', N'Y', N'Y', N'2000', N'', N'', N'experience', N'8', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:23:12.000', N'管理员', N'402881e4534c0aea01534c0cfca50012', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfe2b001c', N'id', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:21:55.000', N'管理员', N'402881e4534c0aea01534c0cfe2b001b', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfe3b001d', N'简历主键', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'resume_id', N'', N'N', N'Y', N'N', N'N', N'N', N'36', N'id', N'jform_resume_info', N'resume_id', N'2', N'0', N'group', N'text', N'string', N'admin', N'2016-03-10 18:10:18.000', N'管理员', N'402881e4534c0aea01534c0cfe2b001b', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfe3b001e', N'开始时间', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'begin_date', N'3', N'0', N'group', N'date', N'Date', N'admin', N'2016-03-06 21:21:55.000', N'管理员', N'402881e4534c0aea01534c0cfe2b001b', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfe3b001f', N'结束时间', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'end_date', N'', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'end_date', N'4', N'0', N'group', N'date', N'Date', N'admin', N'2016-03-06 21:21:55.000', N'管理员', N'402881e4534c0aea01534c0cfe2b001b', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfe3b0020', N'学校名称', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'school_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'school_name', N'5', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:21:55.000', N'管理员', N'402881e4534c0aea01534c0cfe2b001b', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfe3b0021', N'专业', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'major', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'major', N'6', N'0', N'group', N'text', N'string', N'admin', N'2016-03-06 21:21:55.000', N'管理员', N'402881e4534c0aea01534c0cfe2b001b', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402881e4534c0aea01534c0cfe3b0022', N'学历', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'degree', N'', N'N', N'Y', N'N', N'N', N'Y', N'30', N'', N'', N'degree', N'7', N'0', N'group', N'text', N'string', N'admin', N'2016-05-07 16:30:05.000', N'管理员', N'402881e4534c0aea01534c0cfe2b001b', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e97d0003', N'主键', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9ae0004', N'创建人名称', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9be0005', N'创建人登录名称', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9c80006', N'创建日期', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9ca0007', N'更新人名称', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9d30008', N'更新人登录名称', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9d60009', N'更新日期', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9d9000a', N'所属部门', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9ef000b', N'所属公司', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9f1000c', N'客户名称', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'cust_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'cust_name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9f3000d', N'地址', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'cust_addr', N'', N'N', N'Y', N'N', N'Y', N'Y', N'200', N'', N'', N'cust_addr', N'11', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9f6000e', N'客户编号', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'cust_code', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'cust_code', N'12', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9f8000f', N'email', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'email', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'email', N'13', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9fc0010', N'负责人', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'cust_charge', N'', N'N', N'Y', N'N', N'Y', N'N', N'50', N'', N'', N'cust_charge', N'14', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67e9fe0011', N'性别', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sex', N'', N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'sex', N'15', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67ea010012', N'年龄', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'age', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'age', N'16', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67ea0c0013', N'职务', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'position', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'position', N'17', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67ea3a0014', N'电话', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'phone', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'phone', N'18', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67eab70015', N'往来银行', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'bank', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'bank', N'19', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67eabd0016', N'现金情况', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'money', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'money', N'20', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67eac20017', N'承办人', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'promoter', N'', N'N', N'Y', N'N', N'Y', N'N', N'50', N'', N'', N'promoter', N'21', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67eac70018', N'账号', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'account', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'account', N'22', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67eacd0019', N'资金周转', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'turnover', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'turnover', N'23', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67ead0001a', N'付款态度', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'payment_attr', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'payment_attr', N'24', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67ead4001b', N'税号', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sax_num', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'sax_num', N'25', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67ead7001c', N'付款日期', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'pay_date', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'pay_date', N'26', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67eadb001d', N'开始交易日期', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'begin_pay_date', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'begin_pay_date', N'27', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67eadf001e', N'主营产品', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'main_bus', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'main_bus', N'28', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b67eae2001f', N'营业项目', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'bus_pro', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'bus_pro', N'29', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa70c0021', N'仓库情况', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'warehouse', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'warehouse', N'30', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa70f0022', N'员工人数及素质', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'people', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'people', N'31', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa7110023', N'运输方式', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'transportation', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'transportation', N'32', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa7130024', N'经营体制', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'operation', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'operation', N'33', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa7160025', N'服务车数目', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'car', N'', N'N', N'Y', N'N', N'Y', N'N', N'20', N'', N'', N'car', N'34', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa7180026', N'零售商数及覆盖情况', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'shopkeeper', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'shopkeeper', N'35', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa71a0027', N'批发商数', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'wholesale', N'', N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'wholesale', N'36', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa71c0028', N'营业范围', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'bus_scope', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'bus_scope', N'37', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa71f0029', N'门市面积', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'area', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'area', N'38', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa721002a', N'经营方针', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'management', N'', N'N', N'Y', N'N', N'Y', N'N', N'200', N'', N'', N'management', N'39', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa723002b', N'进货', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'stock1', N'', N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'stock1', N'40', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa725002c', N'进货', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'stock2', N'', N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'stock2', N'41', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa727002d', N'销售', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sale1', N'', N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'sale1', N'42', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa729002e', N'销售', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sale2', N'', N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'sale2', N'43', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa72b002f', N'存货', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'inventory1', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'inventory1', N'44', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa72d0030', N'存货', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'inventory2', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'inventory2', N'45', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa72f0031', N'最高信用额度', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'max_money', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'max_money', N'46', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa7320032', N'客户等级', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'cust_level', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'cust_level', N'47', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa7340033', N'总体月均库存数', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'all_avg_inventory', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'all_avg_inventory', N'48', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa7360034', N'月均库存数', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'avg_inventory', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'avg_inventory', N'49', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa7380035', N'价格折扣', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'price', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'price', N'50', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa73a0036', N'支持和服务的承诺', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'promise', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'promise', N'51', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'40288388506b3aa601506b6fa73c0037', N'竞品经营情况', N'admin', N'2015-10-15 20:18:11.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'competing_goods', N'', N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'competing_goods', N'52', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.000', N'管理员', N'40288388506b3aa601506b67e97b0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4950002', N'主键', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4a80003', N'创建人名称', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4ab0004', N'创建人登录名称', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4b30005', N'创建日期', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4b60006', N'更新人名称', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4be0007', N'更新人登录名称', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4c10008', N'更新日期', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4c50009', N'所属部门', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4cc000a', N'所属公司', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4cf000b', N'客户编号', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'custom_id', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'custom_id', N'10', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4d3000c', N'负责人', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'header', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'header', N'11', N'0', N'single', N'text', N'string', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4d5000d', N'成立日期', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'establish_date', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'establish_date', N'12', N'0', N'single', N'text', N'Date', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4d8000e', N'客户名称', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'custom_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'custom_id', N'13', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 16:33:07.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4db000f', N'资本额', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'capital_lines', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'capital_lines', N'14', N'0', N'single', N'text', N'double', null, null, null, N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4e10010', N'地址', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'address', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'address', N'15', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4e40011', N'电话', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'phone', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'phone', N'16', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4ef0012', N'营业类型', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'business_type', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'business_type', N'17', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4f10013', N'传真', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'fax', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'fax', N'18', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4f30014', N'主要往来银行', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'banks', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'banks', N'19', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4f50015', N'其他投资事业', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'other_business', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'other_business', N'20', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4f80016', N'平均每日营业额', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'turnover', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'turnover', N'21', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4fa0017', N'主要业务往来', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'business', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'business', N'22', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4fc0018', N'付款方式', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'pay_type', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'pay_type', N'23', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f4fe0019', N'与本公司往来', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'business_contacts', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'business_contacts', N'24', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f501001a', N'收款记录', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'collection', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'collection', N'25', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f503001b', N'最近与本公司往来重要记录', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'business_important_contacts', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'business_important_contacts', N'26', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f506001c', N'最近交易数据跟踪', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'business_record', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'business_record', N'27', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f509001d', N'客户意见', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'customer_opinion', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'customer_opinion', N'28', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f50b001e', N'信用评定', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'credit_evaluation', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'credit_evaluation', N'29', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402885d8506e5d9201506e72f50d001f', N'填表人', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'preparer', N'', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'preparer', N'30', N'0', N'single', N'text', N'string', N'admin', N'2015-10-16 22:11:16.000', N'管理员', N'402885d8506e5d9201506e72f4920001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae3690002', N'主键', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'4028b881535b12bd01535b1ae3680001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae49a0003', N'创建人名称', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'4028b881535b12bd01535b1ae3680001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4a40004', N'创建人登录名称', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'4028b881535b12bd01535b1ae3680001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4b40005', N'创建日期', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'4028b881535b12bd01535b1ae3680001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4b60006', N'更新人名称', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'4028b881535b12bd01535b1ae3680001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4be0007', N'更新人登录名称', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'4028b881535b12bd01535b1ae3680001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4c20008', N'更新日期', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'4028b881535b12bd01535b1ae3680001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4c70009', N'所属部门', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'4028b881535b12bd01535b1ae3680001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4ca000a', N'所属公司', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'4028b881535b12bd01535b1ae3680001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4cd000b', N'流程状态', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'bpm_status', N'', N'', N'1', N'', N'120', N'bpm_status', N'', N'N', N'Y', N'N', N'N', N'N', N'32', N'', N'', N'bpm_status', N'10', N'0', N'single', N'text', N'string', N'admin', N'2016-03-10 20:45:29.000', N'管理员', N'4028b881535b12bd01535b1ae3680001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4d1000c', N'姓名', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'name', N's2-50', N'N', N'Y', N'Y', N'Y', N'Y', N'100', N'', N'', N'name', N'11', N'0', N'single', N'text', N'string', N'admin', N'2016-03-11 21:30:11.000', N'管理员', N'4028b881535b12bd01535b1ae3680001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4d5000d', N'性别', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'sex', N'', N'', N'', N'', N'120', N'sex', N'', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'sex', N'12', N'0', N'single', N'radio', N'string', N'admin', N'2016-03-10 20:46:17.000', N'管理员', N'4028b881535b12bd01535b1ae3680001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4d8000e', N'所属分组', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'id', N'jform_contact_group', N'name', N'', N'', N'120', N'groups', N'', N'N', N'Y', N'N', N'Y', N'Y', N'200', N'', N'', N'group', N'13', N'0', N'single', N'list', N'string', N'admin', N'2016-03-14 12:45:23.000', N'管理员', N'4028b881535b12bd01535b1ae3680001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4dc000f', N'公司名称', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'company', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'200', N'', N'', N'company', N'14', N'0', N'single', N'text', N'string', N'admin', N'2016-03-10 20:22:53.000', N'管理员', N'4028b881535b12bd01535b1ae3680001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4e00010', N'职位', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'position', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'position', N'15', N'0', N'single', N'text', N'string', N'admin', N'2016-03-31 13:58:50.000', N'管理员', N'4028b881535b12bd01535b1ae3680001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4e40011', N'移动电话', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'mobile', N'm', N'N', N'Y', N'Y', N'Y', N'Y', N'30', N'', N'', N'mobile', N'16', N'0', N'single', N'text', N'string', N'admin', N'2016-05-05 14:56:20.000', N'管理员', N'4028b881535b12bd01535b1ae3680001', N'{ignore="ignore"}') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4ef0012', N'办公电话', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'office_phone', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'30', N'', N'', N'office_phone', N'17', N'0', N'single', N'text', N'string', N'admin', N'2016-04-09 12:59:17.000', N'管理员', N'4028b881535b12bd01535b1ae3680001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b881535b12bd01535b1ae4f30013', N'电子邮箱', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'email', N'e', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'email', N'18', N'0', N'single', N'text', N'string', N'admin', N'2016-03-10 20:54:09.000', N'管理员', N'4028b881535b12bd01535b1ae3680001', N'{ignore="ignore"}') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21d1000d', N'主键', N'admin', N'2016-03-11 20:33:47.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'4028b88153659dd4015365ab21d0000c', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21db000e', N'创建人名称', N'admin', N'2016-03-11 20:33:47.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'4028b88153659dd4015365ab21d0000c', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21de000f', N'创建人登录名称', N'admin', N'2016-03-11 20:33:47.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'4028b88153659dd4015365ab21d0000c', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21e10010', N'创建日期', N'admin', N'2016-03-11 20:33:47.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'4028b88153659dd4015365ab21d0000c', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21e40011', N'更新人名称', N'admin', N'2016-03-11 20:33:47.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'4028b88153659dd4015365ab21d0000c', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21e70012', N'更新人登录名称', N'admin', N'2016-03-11 20:33:47.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'4028b88153659dd4015365ab21d0000c', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21e90013', N'更新日期', N'admin', N'2016-03-11 20:33:47.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'4028b88153659dd4015365ab21d0000c', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21ed0014', N'所属部门', N'admin', N'2016-03-11 20:33:47.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'4028b88153659dd4015365ab21d0000c', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21f00015', N'所属公司', N'admin', N'2016-03-11 20:33:47.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'4028b88153659dd4015365ab21d0000c', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21f40016', N'流程状态', N'admin', N'2016-03-11 20:33:47.000', N'管理员', N'bpm_status', N'', N'', N'1', N'', N'120', N'bpm_status', N'', N'N', N'Y', N'N', N'N', N'N', N'32', N'', N'', N'bpm_status', N'10', N'0', N'single', N'text', N'string', N'admin', N'2016-03-11 22:27:55.000', N'管理员', N'4028b88153659dd4015365ab21d0000c', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028b88153659dd4015365ab21f70017', N'分组名称', N'admin', N'2016-03-11 20:33:47.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'name', N'11', N'0', N'single', N'text', N'string', null, null, null, N'4028b88153659dd4015365ab21d0000c', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184940140', N'主键', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2016-02-25 11:55:39.000', N'管理员', N'8a8ab0b246dc81120146dc81847e013b', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc81849b0141', N'订单号', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'account', N'user_msg', N'realname', N'', N'', N'0', N'order_code', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'50', N'', N'', N'order_code', N'2', N'0', N'single', N'popup', N'string', N'admin', N'2016-02-25 11:55:39.000', N'管理员', N'8a8ab0b246dc81120146dc81847e013b', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc81849d0142', N'订单日期', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'order_date', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'20', N'', N'', N'order_date', N'3', N'0', N'single', N'date', N'Date', N'admin', N'2016-02-25 11:55:39.000', N'管理员', N'8a8ab0b246dc81120146dc81847e013b', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc81849f0143', N'订单金额', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'order_money', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'10', N'', N'', N'order_money', N'4', N'3', N'single', N'text', N'double', N'admin', N'2016-02-25 11:55:39.000', N'管理员', N'8a8ab0b246dc81120146dc81847e013b', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184a10144', N'备注', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'content', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'255', N'', N'', N'content', N'5', N'0', N'single', N'text', N'string', N'admin', N'2016-02-25 11:55:39.000', N'管理员', N'8a8ab0b246dc81120146dc81847e013b', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184ab0145', N'主键', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2015-06-27 16:59:57.000', N'管理员', N'8a8ab0b246dc81120146dc818484013c', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184ad0146', N'请假标题', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'title', N'', N'N', N'N', N'N', N'Y', N'Y', N'50', N'', N'', N'title', N'2', N'0', N'single', N'text', N'string', N'admin', N'2015-06-27 16:59:57.000', N'管理员', N'8a8ab0b246dc81120146dc818484013c', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184af0147', N'请假人', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'people', N'', N'N', N'N', N'Y', N'Y', N'Y', N'20', N'', N'', N'people', N'3', N'0', N'single', N'text', N'string', N'admin', N'2015-06-27 16:59:57.000', N'管理员', N'8a8ab0b246dc81120146dc818484013c', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184b10148', N'性别', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'sex', N'', N'', N'', N'', N'0', N'sex', N'', N'N', N'N', N'Y', N'Y', N'Y', N'10', N'', N'', N'sex', N'4', N'0', N'single', N'list', N'string', N'admin', N'2015-06-27 16:59:57.000', N'管理员', N'8a8ab0b246dc81120146dc818484013c', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184b30149', N'请假开始时间', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'begindate', N'', N'N', N'N', N'N', N'Y', N'Y', N'0', N'', N'', N'begindate', N'5', N'0', N'group', N'date', N'Date', N'admin', N'2015-06-27 16:59:57.000', N'管理员', N'8a8ab0b246dc81120146dc818484013c', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184b6014a', N'请假结束时间', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'enddate', N'', N'N', N'N', N'N', N'Y', N'Y', N'0', N'', N'', N'enddate', N'6', N'0', N'group', N'datetime', N'Date', N'admin', N'2015-06-27 16:59:57.000', N'管理员', N'8a8ab0b246dc81120146dc818484013c', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184b8014b', N'所属部门', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'id', N't_s_depart', N'departname', N'', N'', N'0', N'hol_dept', N'', N'N', N'N', N'N', N'Y', N'Y', N'32', N'', N'', N'hol_dept', N'8', N'0', N'single', N'list', N'string', N'admin', N'2015-06-27 16:59:58.000', N'管理员', N'8a8ab0b246dc81120146dc818484013c', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184ba014c', N'请假原因', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'hol_reson', N'', N'N', N'N', N'N', N'Y', N'Y', N'255', N'', N'', N'hol_reson', N'9', N'0', N'single', N'text', N'string', N'admin', N'2015-06-27 16:59:58.000', N'管理员', N'8a8ab0b246dc81120146dc818484013c', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184bc014d', N'部门审批人', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'dep_leader', N'', N'N', N'N', N'N', N'Y', N'Y', N'20', N'', N'', N'dep_leader', N'10', N'0', N'single', N'text', N'string', N'admin', N'2015-06-27 16:59:58.000', N'管理员', N'8a8ab0b246dc81120146dc818484013c', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184bd014e', N'部门审批意见', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'content', N'', N'N', N'N', N'N', N'Y', N'Y', N'255', N'', N'', N'content', N'11', N'0', N'single', N'text', N'string', N'admin', N'2015-06-27 16:59:58.000', N'管理员', N'8a8ab0b246dc81120146dc818484013c', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184bf014f', N'请假天数', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'day_num', N'', N'N', N'Y', N'N', N'Y', N'Y', N'10', N'', N'', N'day_num', N'7', N'0', N'single', N'text', N'int', N'admin', N'2015-06-27 16:59:58.000', N'管理员', N'8a8ab0b246dc81120146dc818484013c', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184cb0150', N'主键', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2016-03-21 15:51:53.000', N'管理员', N'8a8ab0b246dc81120146dc818486013d', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184cd0151', N'客户名', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'name', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'32', N'', N'', N'name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2016-03-21 15:51:53.000', N'管理员', N'8a8ab0b246dc81120146dc818486013d', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184cf0152', N'单价', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'0', N'money', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'10', N'', N'', N'money', N'3', N'2', N'group', N'text', N'double', N'admin', N'2016-03-21 15:51:53.000', N'管理员', N'8a8ab0b246dc81120146dc818486013d', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184d10153', N'外键', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'fk_id', N'', N'N', N'N', N'Y', N'N', N'N', N'36', N'id', N'jform_order_main', N'fk_id', N'6', N'0', N'single', N'text', N'string', N'admin', N'2016-03-21 15:51:53.000', N'管理员', N'8a8ab0b246dc81120146dc818486013d', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184d40154', N'电话', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'telphone', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'32', N'', N'', N'telphone', N'5', N'0', N'single', N'text', N'string', N'admin', N'2016-03-21 15:51:53.000', N'管理员', N'8a8ab0b246dc81120146dc818486013d', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184d60155', N'性别', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'sex', N'', N'', N'', N'', N'120', N'sex', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'4', N'', N'', N'sex', N'4', N'0', N'single', N'checkbox', N'string', N'admin', N'2016-03-21 15:51:53.000', N'管理员', N'8a8ab0b246dc81120146dc818486013d', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184da0156', N'主键', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'120', N'id', null, N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', null, N'0', N'0', N'single', N'checkbox', N'string', null, null, null, N'8a8ab0b246dc81120146dc818488013e', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184dc0157', N'航班号', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'120', N'ticket_code', null, N'N', N'N', N'Y', N'Y', N'Y', N'100', N'', N'', null, N'1', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc818488013e', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184df0158', N'航班时间', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'120', N'tickect_date', null, N'N', N'N', N'Y', N'Y', N'Y', N'10', N'', N'', null, N'2', N'0', N'single', N'datetime', N'Date', null, null, null, N'8a8ab0b246dc81120146dc818488013e', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184e10159', N'外键', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'120', N'fck_id', null, N'N', N'N', N'N', N'N', N'N', N'36', N'id', N'jform_order_main', null, N'3', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc818488013e', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184e7015a', N'主键', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'id', null, N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', null, N'0', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184ea015b', N'机构合计', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'a', null, N'N', N'N', N'Y', N'Y', N'Y', N'10', N'', N'', null, N'1', N'2', N'group', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184ec015c', N'行政小计', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'b1', null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'2', N'2', N'group', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184ee015d', N'行政省', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'b11', null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'3', N'0', N'group', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184f0015e', N'行政市', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'b12', null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'4', N'0', N'group', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184f3015f', N'行政县', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'b13', null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'5', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184f50160', N'事业合计', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'b2', null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'6', N'2', N'single', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184f80161', N'参公小计', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'b3', null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'7', N'2', N'single', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184fa0162', N'参公省', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'b31', null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'8', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184fc0163', N'参公市', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'b32', null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'9', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8184fe0164', N'参公县', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'b33', null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'10', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8185000165', N'全额拨款', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'c1', null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'11', N'2', N'single', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8185030166', N'差额拨款', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'c2', null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'12', N'2', N'single', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8185050167', N'自收自支', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'c3', null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'13', N'2', N'single', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc8185070168', N'经费合计', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'd', null, N'N', N'N', N'Y', N'Y', N'Y', N'10', N'', N'', null, N'14', N'2', N'single', N'text', N'int', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'8a8ab0b246dc81120146dc81850a0169', N'机构资质', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'', N'', null, null, null, N'0', N'd1', null, N'N', N'N', N'N', N'Y', N'Y', N'1000', N'', N'', null, N'15', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null) +GO +GO + +-- ---------------------------- +-- Table structure for cgform_ftl +-- ---------------------------- +DROP TABLE [dbo].[cgform_ftl] +GO +CREATE TABLE [dbo].[cgform_ftl] ( +[ID] nvarchar(32) NOT NULL , +[CGFORM_ID] nvarchar(36) NOT NULL , +[CGFORM_NAME] nvarchar(100) NOT NULL , +[CREATE_BY] nvarchar(36) NULL , +[CREATE_DATE] datetime NULL , +[CREATE_NAME] nvarchar(32) NULL , +[FTL_CONTENT] nvarchar(MAX) NULL , +[FTL_STATUS] nvarchar(50) NULL , +[FTL_VERSION] int NOT NULL , +[FTL_WORD_URL] nvarchar(200) NULL , +[UPDATE_BY] nvarchar(36) NULL , +[UPDATE_DATE] datetime NULL , +[UPDATE_NAME] nvarchar(32) NULL , +[editor_type] nvarchar(10) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_ftl', +'COLUMN', N'editor_type')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_ftl' +, @level2type = 'COLUMN', @level2name = N'editor_type' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_ftl' +, @level2type = 'COLUMN', @level2name = N'editor_type' +GO + +-- ---------------------------- +-- Records of cgform_ftl +-- ---------------------------- +INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'4028138151adbcc50151ae8a558d0036', N'4028138151adbcc50151adfd13680002', N'员工入职单', N'admin', N'2015-12-17 00:00:00.000', N'管理员', N' + + + + + + + + + + + +
#{jform_hidden_field} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

 

+
+

员工入职单

+
+

 

+
+

填表日期:

+
+

#{create_date}

+
+

基本信息

+
+

姓名

+
+

#{employee_name}

+
+

部门

+
+

#{employee_depart}

+
+

职务

+
+

#{employee_job}

+
+

 

+
+

生日

+
+

#{employee_birthday}

+
+

籍贯

+
+

#{employee_origin}

+
+

学历

+
+

#{employee_degree}

+
+

身份证

+
+

#{employee_identification}

+
+

入职日期

+
+

#{employee_entry_date}

+
+

工号

+
+

#{employee_code}

+
+

手机

+
+

#{employee_phone}

+
+

邮箱

+
+

#{employee_mail}

+
+

MSN

+
+

#{employee_msn}

+
+

人事部

+
+

照片

+
+

#{hr_pic}

+
+

档案表

+
+

#{hr_archives}

+
+

身份证

+
+

#{hr_identification}

+
+

学位证

+
+

#{hr_degree}

+
+

其他证件

+
+

#{hr_other}

+
+

分配电话

+
+

#{hr_tel}

+
 
+

经办人:#{hr_op_user}         日期:#{hr_op_date}                             

+
+

部门意见

+
+

#{depart_opinion}

+
+

经办人:#{depart_op_user}         日期:#{depart_op_date}                             

+
+

总经理意见

+
+

#{manager_opinion}

+
+

经办人:#{manager_op_user}         日期:#{manager_op_date}                             

+
+

新员工意见

+
+

#{employee_opinion}

+
+

经办人:#{employee_op_user}         日期:#{employee_op_date}                             

+
+

 

+
+
+ + + +', N'0', N'1', N'', N'admin', N'2015-12-18 15:26:36.000', N'管理员', null) +GO +GO +INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'402880e64e478dc8014e4797a1a90001', N'402881e44df713f5014df71fc6be0004', N'9999', N'admin', N'2015-07-01 11:09:56.000', N'管理员', N'


示例表

#{jform_hidden_field}
文本框下拉菜单{|-  -|}
单选{|-单选1 单选2 -|}复选{|-复选1 复选2 复选3 -|}
宏控件二维码


', N'0', N'1', N'', null, null, null, N'02') +GO +GO +INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'402880e64eab9a84014eab9cff390002', N'402880e74dc1e65e014dc1effa270001', N'UE', N'admin', N'2015-07-20 21:17:49.000', N'管理员', N'


示例表

#{jform_hidden_field}
文本框下拉菜单{|-  -|}
单选{|-单选1 单选2 -|}复选{|-复选1 复选2 复选3 -|}
宏控件二维码


', N'0', N'1', N'', null, null, null, N'02') +GO +GO +INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'402880e74d90a2f4014d90a5cab30003', N'8a8ab0b246dc81120146dc81847e013b', N'1212', N'admin', N'2015-05-26 22:34:54.000', N'管理员', N'', N'0', N'1', N'', null, null, null, null) +GO +GO +INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'402880e74d934e07014d93506c5a0003', N'2c90ac564c9d1734014c9d22b16c0001', N'ue', N'admin', N'2015-05-27 11:00:30.000', N'管理员', N'


示例表

#{jform_hidden_field}
文本框下拉菜单{|-  -|}
单选{|-单选1 单选2 -|}复选{|-复选1 复选2 复选3 -|}
宏控件二维码


', N'0', N'1', N'', null, null, null, N'02') +GO +GO +INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'402881a151f0e87b0151f0fd23910009', N'402881a151f09a900151f0ad74120001', N'员工离职申请', N'admin', N'2015-12-30 00:00:00.000', N'管理员', N' + + + + + + + + + + + +
#{jform_hidden_field} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

员工离职申请

+
 
+

姓名

+
+

#{name}

+
+

员工编号

+
+

#{code}

+
 
+

职务

+
+

#{job}

+
+

入职时间

+
+

#{join_time}

+
 
+

离职方式

+
+

#{out_type}

+
 
+

申请离职日期

+
+

#{apply_out_time}

+
+

正式离职日期

+
+

#{out_time}

+
 
+

领工资人及

+ +

身份证号

+
+

#{id_card}

+
 
+

离职须知

+
+

#{out_content}

+
 
 
 
 
 
+

离职原因

+
+

#{out_reason}

+
 
+

面谈记录和意见

+
+

#{interview_record}

+
 
 
+

办公用品移交

+
+

#{office_change}

+
 
 
+

人力资源部审核

+
+

#{hr_check}

+
 
+

财务部

+
+

应发工资

+
+

#{should_send_salary}

+
+

应扣工资

+
+

#{should_deduct_pay}

+
 
+

实发工资

+
+

#{pay}

+
+

领取日期

+
+

#{get_time}

+
 
+

总经理审批

+
+

#{boss_check}

+
 
+

说明

+
+

#{description}

+
 
 
+
+ +

 

+ + +', N'0', N'1', N'', N'admin', N'2015-12-30 16:06:11.000', N'管理员', null) +GO +GO +INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'402889f3489de53901489de5fe800001', N'4028808848844fe2014884587ae60001', N'12', N'admin', N'2014-09-22 23:06:08.000', N'管理员', N' + + + + + + + + + + +12 + +', N'0', N'1', N'', null, null, null, N'01') +GO +GO +INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'402889f3489e434301489e4517400002', N'8a8ab0b246dc81120146dc818484013c', N'自定义模板word风格', N'admin', N'2014-09-23 00:00:00.000', N'管理员', N' + + + + + + + + + + + +

请假单12

+ +
#{jform_hidden_field} + + + + + + + + + + + + + + + + + + + + + +
+

请假标题

+
+

#{title}

+
+

请假开始时间

+
+

#{begindate}

+
+

请假人

+
+

#{people}

+
+

请假结束时间

+
+

#{enddate}

+
+

性别

+
+

#{sex}

+
+

所属部门

+
+

#{hol_dept}

+
+
+ +

 

+ + +', N'0', N'2', N'', N'admin', N'2016-02-19 18:51:15.000', N'管理员', null) +GO +GO +INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'40288be75217166d01521725c3170003', N'4028efa25214f7ca015216264bb30003', N'请假申请单', N'admin', N'2016-01-06 00:00:00.000', N'管理员', N' + + + + + + + + + + + +
#{jform_hidden_field} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

 

+
+

请假申请单

+
+

姓名

+
+

 #{name}

+
+

申请日期

+
+

#{ apply_date } 

+
+

部门

+
+

 #{department}

+
+

职务

+
+

#{duty} 

+
+

请假类别

+
+

#{leave_category} 

+
+

请假原因

+
+

#{leave_reason} 

+
+

开始时间

+
+

#{leave_start_date}

+
+

结束时间

+
+

#{leave_end_date} 

+
+

共计

+
+

#{total} 

+
+

联系方式

+
+

#{contact_way} 

+
+

职务代理人

+
+

#{duty_deputy} 

+
+

直接主管

+
+

#{leader_approval} 

+
+

部门负责人

+
+

#{dept_principal_approval} 

+
+

人力行政部

+
+

#{hr_principal_approval} 

+
+

行政部备案

+
+

#{hr_records} 

+
+

 

+
+
+ + + + +', N'0', N'1', N'', N'admin', N'2016-01-14 15:00:20.000', N'管理员', null) +GO +GO +INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'40289481511417d501511441ce6f0003', N'8a8ab0b246dc81120146dc818484013c', N'word复制模板', N'admin', N'2015-11-17 15:03:55.000', N'管理员', N' + + + + + + + + + + + +

请假单

+ +
#{jform_hidden_field} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

请假标题

+
+

#{title}

+
+

请假开始时间

+
+

#{begindate}

+
+

请假人

+
+

#{people}

+
+

请假结束时间

+
+

#{enddate}

+
+

性别

+
+

#{sex}

+
+

所属部门

+
+

#{hol_dept}

+
+

请假原因

+
+

#{hol_reson}

+
+

部门审批人

+
+

#{dep_leader}

+
+

部门审批意见

+
+

#{content}

+
+ +

 

+ + + + +', N'0', N'3', N'', N'admin', N'2015-11-17 16:23:46.000', N'管理员', null) +GO +GO + +-- ---------------------------- +-- Table structure for cgform_head +-- ---------------------------- +DROP TABLE [dbo].[cgform_head] +GO +CREATE TABLE [dbo].[cgform_head] ( +[id] nvarchar(32) NOT NULL , +[content] nvarchar(200) NOT NULL , +[create_by] nvarchar(32) NULL , +[create_date] datetime NULL , +[create_name] nvarchar(32) NULL , +[is_checkbox] nvarchar(5) NOT NULL , +[is_dbsynch] nvarchar(20) NOT NULL , +[is_pagination] nvarchar(5) NOT NULL , +[is_tree] nvarchar(5) NOT NULL , +[jform_pk_sequence] nvarchar(200) NULL , +[jform_pk_type] nvarchar(100) NULL , +[jform_type] int NOT NULL , +[jform_version] nvarchar(10) NOT NULL , +[querymode] nvarchar(10) NOT NULL , +[relation_type] int NULL , +[sub_table_str] nvarchar(1000) NULL , +[tab_order] int NULL , +[table_name] nvarchar(50) NOT NULL , +[update_by] nvarchar(32) NULL , +[update_date] datetime NULL , +[update_name] nvarchar(32) NULL , +[tree_parentid_fieldname] nvarchar(50) NULL , +[tree_id_fieldname] nvarchar(50) NULL , +[tree_fieldname] nvarchar(50) NULL , +[jform_category] nvarchar(50) NOT NULL , +[form_template] nvarchar(50) NULL , +[form_template_mobile] nvarchar(50) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_head', +'COLUMN', N'form_template')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'表单模板' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_head' +, @level2type = 'COLUMN', @level2name = N'form_template' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'表单模板' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_head' +, @level2type = 'COLUMN', @level2name = N'form_template' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_head', +'COLUMN', N'form_template_mobile')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'表单模板样式(移动端)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_head' +, @level2type = 'COLUMN', @level2name = N'form_template_mobile' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'表单模板样式(移动端)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_head' +, @level2type = 'COLUMN', @level2name = N'form_template_mobile' +GO + +-- ---------------------------- +-- Records of cgform_head +-- ---------------------------- +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'2c90ac564c9d1734014c9d22b16c0001', N'图表配置', N'admin', N'2015-04-09 15:43:58.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'36', N'group', N'0', N'jform_graphreport_item', null, N'jform_graphreport_head', N'admin', N'2015-04-13 00:40:36.000', N'管理员', null, null, null, N'bdfl_ptbd', null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'2c90ac564c9d1734014c9d22b360000b', N'图表配置', N'admin', N'2015-04-09 15:43:59.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'9', N'group', N'0', null, null, N'jform_graphreport_item', N'admin', N'2015-04-13 00:40:36.000', N'管理员', null, null, null, N'bdfl_ptbd', null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'4028138151adbcc50151adfd13680002', N'员工入职单', N'admin', N'2015-12-17 11:30:22.000', N'管理员', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'48', N'single', N'0', null, null, N'jform_employee_entry', N'admin', N'2016-02-26 16:04:27.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'jform00001', null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'402880e74da32ebe014da3309b880001', N'第一个树', N'admin', N'2015-05-30 12:59:41.000', N'管理员', N'N', N'Y', N'Y', N'Y', N'', N'UUID', N'1', N'13', N'single', N'0', null, null, N'jform_tree', N'admin', N'2016-07-07 17:17:50.000', N'管理员', N'father_id', N'id', N'name', N'bdfl_ptbd', N'ledefault', N'') +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'402881a151f09a900151f0ad74120001', N'员工离职单', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'3', N'single', N'0', null, null, N'jform_employee_resignation', N'admin', N'2016-02-19 18:48:59.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'jform00002', null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'402881e44df713f5014df71fc6be0004', N'表单数据源', N'admin', N'2015-06-15 20:09:24.000', N'管理员', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'18', N'group', N'0', N'auto_form_db_field', null, N'auto_form_db', N'admin', N'2015-06-16 16:25:21.000', N'管理员', null, N'id', null, N'bdfl_ptbd', null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'402881e44df713f5014df7242f070015', N'表单数据源字段', N'admin', N'2015-06-15 20:14:13.000', N'管理员', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'5', N'single', N'0', null, null, N'auto_form_db_field', N'admin', N'2015-06-15 20:20:24.000', N'管理员', null, N'id', null, N'bdfl_ptbd', null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'402881e451fce3050151fd3dd20c0002', N'员工费用报销申请信息表', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'36', N'group', N'0', N'jform_employee_other_cost,jform_employee_meals_cost', null, N'jform_employee_cost_claim', N'admin', N'2016-06-23 16:37:29.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'o2mTableStyle', N'') +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'402881e451fce3050151fd3e196b0019', N'员工餐费明细表', N'admin', N'2016-01-01 20:51:24.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'6', N'group', N'0', null, null, N'jform_employee_meals_cost', N'admin', N'2016-01-01 21:04:55.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'', null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'402881e451fce3050151fd3e1b680021', N'员工其他费用明细表', N'admin', N'2016-01-01 20:51:25.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'7', N'group', N'0', null, null, N'jform_employee_other_cost', N'admin', N'2016-01-01 21:04:59.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'', null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'402881e4534c0aea01534c0cf9f70001', N'简历信息表', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'60', N'group', N'0', N'jform_resume_degree_info,jform_resume_exp_info', null, N'jform_resume_info', N'admin', N'2016-07-14 14:48:33.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'', N'resume') +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'402881e4534c0aea01534c0cfca50012', N'工作信息表', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'12', N'group', N'0', null, null, N'jform_resume_exp_info', N'admin', N'2016-07-14 14:48:33.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'', N'') +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'402881e4534c0aea01534c0cfe2b001b', N'教育经历', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'7', N'group', N'0', null, null, N'jform_resume_degree_info', N'admin', N'2016-05-07 16:30:05.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'', N'') +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'40288388506b3aa601506b67e97b0002', N'客户资料管理', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'6', N'single', N'0', null, null, N'jeecg_custom_info', N'admin', N'2016-03-15 11:40:53.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'olstyle00002', N'') +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'402885d8506e5d9201506e72f4920001', N'客户跟踪记录表', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'43', N'single', N'0', null, null, N'jeecg_custom_record', N'admin', N'2016-02-25 11:32:02.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'olstyle00001', null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'4028b881535b12bd01535b1ae3680001', N'个人通讯录', N'admin', N'2016-03-09 19:20:02.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'59', N'group', N'0', N't_s_contact', null, N'jform_contact', N'admin', N'2016-07-18 17:44:54.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'', N'') +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'4028b88153659dd4015365ab21d0000c', N'通迅录分组', N'admin', N'2016-03-11 20:33:47.000', N'管理员', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'4', N'single', N'0', null, null, N'jform_contact_group', N'admin', N'2016-06-11 18:17:21.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'', N'') +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'8a8ab0b246dc81120146dc81847e013b', N'订单主信息', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'87', N'group', N'0', N'jform_order_ticket,jform_order_customer', null, N'jform_order_main', N'admin', N'2016-03-21 15:52:31.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'', N'') +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'8a8ab0b246dc81120146dc818484013c', N'请假单', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'102', N'group', N'0', null, null, N'jform_leave', N'admin', N'2016-03-15 11:30:55.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'', N'') +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'8a8ab0b246dc81120146dc818486013d', N'订单客户信息', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'17', N'single', N'0', null, null, N'jform_order_customer', N'admin', N'2016-03-21 15:51:57.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'', N'') +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'8a8ab0b246dc81120146dc818488013e', N'订单机票信息', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'N', N'Y', N'Y', N'N', null, N'UUID', N'3', N'20', N'single', N'0', null, null, N'jform_order_ticket', N'admin', N'2014-09-23 00:56:07.000', N'管理员', null, null, null, N'bdfl_ptbd', null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile]) VALUES (N'8a8ab0b246dc81120146dc81848b013f', N'价格认证机构统计表', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'N', N'Y', N'Y', N'N', null, N'UUID', N'1', N'3', N'group', N'0', null, null, N'jform_price1', N'admin', N'2015-10-15 11:24:54.000', N'管理员', null, null, null, N'bdfl_ptbd', null, null) +GO +GO + +-- ---------------------------- +-- Table structure for cgform_index +-- ---------------------------- +DROP TABLE [dbo].[cgform_index] +GO +CREATE TABLE [dbo].[cgform_index] ( +[id] nvarchar(36) NOT NULL , +[create_name] nvarchar(50) NULL , +[create_by] nvarchar(50) NULL , +[create_date] datetime NULL , +[update_name] nvarchar(50) NULL , +[update_by] nvarchar(50) NULL , +[update_date] datetime NULL , +[index_name] nvarchar(100) NULL , +[index_field] nvarchar(500) NULL , +[index_type] nvarchar(32) NULL , +[table_id] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_index', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_index', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_index', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_index', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_index', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_index', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_index', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_index', +'COLUMN', N'index_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'索引名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'index_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'索引名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'index_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_index', +'COLUMN', N'index_field')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'索引栏位' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'index_field' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'索引栏位' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'index_field' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_index', +'COLUMN', N'index_type')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'索引类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'index_type' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'索引类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'index_type' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_index', +'COLUMN', N'table_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主表id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'table_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主表id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'table_id' +GO + +-- ---------------------------- +-- Records of cgform_index +-- ---------------------------- + +-- ---------------------------- +-- Table structure for cgform_template +-- ---------------------------- +DROP TABLE [dbo].[cgform_template] +GO +CREATE TABLE [dbo].[cgform_template] ( +[id] nvarchar(36) NOT NULL , +[create_name] nvarchar(50) NULL , +[create_by] nvarchar(50) NULL , +[create_date] datetime NULL , +[update_name] nvarchar(50) NULL , +[update_by] nvarchar(50) NULL , +[update_date] datetime NULL , +[sys_org_code] nvarchar(50) NULL , +[sys_company_code] nvarchar(50) NULL , +[template_name] nvarchar(100) NULL , +[template_code] nvarchar(50) NULL , +[template_type] nvarchar(32) NULL , +[template_share] nvarchar(10) NULL , +[template_pic] nvarchar(100) NULL , +[template_comment] nvarchar(200) NULL , +[template_list_name] nvarchar(200) NULL , +[template_add_name] nvarchar(200) NULL , +[template_update_name] nvarchar(200) NULL , +[template_detail_name] nvarchar(200) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_template', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_template', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_template', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_template', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_template', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_template', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_template', +'COLUMN', N'sys_org_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_template', +'COLUMN', N'sys_company_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_template', +'COLUMN', N'template_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'模板名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'template_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'模板名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'template_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_template', +'COLUMN', N'template_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'模板编码' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'template_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'模板编码' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'template_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_template', +'COLUMN', N'template_type')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'模板类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'template_type' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'模板类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'template_type' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_template', +'COLUMN', N'template_share')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'是否共享' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'template_share' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'是否共享' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'template_share' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_template', +'COLUMN', N'template_pic')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'预览图' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'template_pic' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'预览图' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'template_pic' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_template', +'COLUMN', N'template_comment')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'模板描述' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'template_comment' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'模板描述' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'template_comment' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_template', +'COLUMN', N'template_list_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'列表模板名称 +' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'template_list_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'列表模板名称 +' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'template_list_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_template', +'COLUMN', N'template_add_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'录入模板名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'template_add_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'录入模板名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'template_add_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_template', +'COLUMN', N'template_update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'编辑模板名 +称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'template_update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'编辑模板名 +称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'template_update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_template', +'COLUMN', N'template_detail_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'查看页面模 +板名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'template_detail_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'查看页面模 +板名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_template' +, @level2type = 'COLUMN', @level2name = N'template_detail_name' +GO + +-- ---------------------------- +-- Records of cgform_template +-- ---------------------------- +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'4000020160401f7c0151f1eb65c50001', N'管理员', N'admin', N'2015-12-30 16:05:15.000', N'管理员', N'admin', N'2015-12-30 16:40:19.000', N'A03', N'A0', N'ACE默认模板', N'ledefault', N'1', N'', N'ledefault.png', N'ACE默认模板', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') +GO +GO +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'4000020160401f7c0151f1eb65c50002', N'管理员', N'admin', N'2015-12-30 16:05:15.000', N'管理员', N'admin', N'2016-05-03 19:05:46.000', N'A03', N'A0', N'ACE默认主子表模板', N'ledefault2', N'2', N'', N'ledefault.png', N'ACE默认模板', N'autolist.ftl', N'jformunion.ftl', N'jformunion.ftl', N'jformunion.ftl') +GO +GO +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'4000020160401f7c0151f1eb65c50003', N'管理员', N'admin', N'2015-12-30 16:05:15.000', N'管理员', N'admin', N'2015-12-30 16:40:19.000', N'A03', N'A0', N'EASY默认模板', N'default', N'1', N'', N'default.jpg', N'EASY默认模板', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') +GO +GO +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'4000020160401f7c0151f1eb65c50004', N'管理员', N'admin', N'2015-12-30 16:05:15.000', N'管理员', N'admin', N'2016-05-03 19:05:38.000', N'A03', N'A0', N'EASY默认主子表模板', N'default2', N'2', N'', N'default.jpg', N'EASY默认模板', N'autolist.ftl', N'jformunion.ftl', N'jformunion.ftl', N'jformunion.ftl') +GO +GO +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'40281381506e454301506e518d200001', N'管理员', N'admin', N'2015-10-16 09:44:09.000', N'管理员', N'admin', N'2015-12-03 23:01:05.000', N'A02', N'A0', N'客户资料表单模板', N'olstyle00002', N'1', null, N'index_900317F6B680FBBE6F8AEAB36CE0F20C.png', N'olstyle00002', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') +GO +GO +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'4028138151b2ba140151b2efe7430001', N'管理员', N'admin', N'2015-12-18 10:34:05.000', N'管理员', N'admin', N'2015-12-18 18:44:14.000', N'A02', N'A0', N'员工入职单', N'jform00001', N'1', null, N'jform00001.jpg', N'员工入职单', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') +GO +GO +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'402880e85070dc9f015070e076ca0003', N'管理员', N'admin', N'2015-10-16 21:39:30.000', N'管理员', N'admin', N'2015-12-03 23:01:24.000', N'A02', N'A0', N'客户跟踪表单模板', N'olstyle00001', N'1', null, N'olstyle00001.png', N'olstyle00001', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') +GO +GO +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'4028818e535507ee0153552211ff0001', N'管理员', N'admin', N'2016-03-08 15:30:10.000', N'管理员', N'admin', N'2016-03-11 11:06:47.000', N'A03', N'A0', N'一对多全TAB模式', N'o2mTableStyle', N'2', null, N'index_9F13F103DDDCAACF20F09489BE1D449F.jpg', N'o2mTableStyle', N'autolist.ftl', N'jformunion.ftl', N'jformunion.ftl', N'jformunion.ftl') +GO +GO +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'40288195525dcc2d01525dd07e560001', N'管理员', N'admin', N'2016-01-20 14:54:51.000', N'管理员', N'admin', N'2016-02-25 12:18:05.000', N'A03', N'A0', N'通用移动模板001', N'moblieCommon001', N'1', null, N'', N'通用移动模板001', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') +GO +GO +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'402881a151f1af7c0151f1eb65c50012', N'管理员', N'admin', N'2015-12-30 16:05:15.000', N'管理员', N'admin', N'2015-12-30 16:40:19.000', N'A03', N'A0', N'员工离职单', N'jform00002', N'1', null, N'jform00002.png', N'员工离职单', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') +GO +GO +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'402881e45205d2bc015205da12c80008', N'管理员', N'admin', N'2016-01-03 12:58:44.000', N'管理员', N'admin', N'2016-02-25 11:56:11.000', N'A02', N'A0', N'员工费用报销单', N'employeeCost', N'2', null, N'employeeCost.png', N'employeeCost', N'autolist.ftl', N'jformunion.ftl', N'jformunion.ftl', N'jformunion.ftl') +GO +GO +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'402881e4527933980152793fb745000f', N'管理员', N'admin', N'2016-01-25 22:46:05.000', N'管理员', N'admin', N'2016-02-25 12:26:04.000', N'A02', N'A0', N'通用移动模板002', N'moblieCommon002', N'2', null, N'olMoblieStyle00002.png', N'olMoblieStyle00002', N'autolist.ftl', N'jformunion.ftl', N'jformunion.ftl', N'jformunion.ftl') +GO +GO +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'402881e4534c0aea01534c1a2a9f0027', N'管理员', N'admin', N'2016-03-06 21:24:57.000', N'', N'', null, N'A03', N'A0', N'招聘简历信息', N'resume', N'2', null, N'', N'招聘简历信息', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') +GO +GO +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'40288af454ff777c0154ffad599e0003', N'管理员', N'admin', N'2016-05-30 11:20:31.000', N'管理员', N'admin', N'2016-05-30 11:22:46.000', N'A03', N'A0', N'表格行编辑', N'RowsEdit', N'1', null, N'rowedit.png', N'表格行编辑', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') +GO +GO +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'40289481511b1cbf01511b229aa90001', N'管理员', N'admin', N'2015-11-18 23:07:11.000', N'管理员', N'admin', N'2015-12-03 23:00:13.000', N'A02', N'A0', N'boostrap 简约风格', N'boostrap01', N'1', null, N'index_762156D7FDDD269B87C74079D53F4549.png', N'boostrap 简约风格', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') +GO +GO +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'4028b88154d672d00154d8c21e36005c', N'管理员', N'admin', N'2016-05-22 21:58:01.000', N'', N'', null, N'A01', N'A0', N'非弹框表单样式', N'nopopform', N'1', null, N'', N'', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') +GO +GO +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name]) VALUES (N'4028efa2523f95dc01523f98b4b50002', N'管理员', N'admin', N'2016-01-14 18:05:18.000', N'管理员', N'admin', N'2016-03-11 11:06:08.000', N'A02', N'A0', N'请假单', N'leaveApplicationForm', N'1', null, N'', N'移动端风格', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl') +GO +GO + +-- ---------------------------- +-- Table structure for cgform_uploadfiles +-- ---------------------------- +DROP TABLE [dbo].[cgform_uploadfiles] +GO +CREATE TABLE [dbo].[cgform_uploadfiles] ( +[CGFORM_FIELD] nvarchar(100) NOT NULL , +[CGFORM_ID] nvarchar(36) NOT NULL , +[CGFORM_NAME] nvarchar(100) NOT NULL , +[id] nvarchar(32) NOT NULL +) + + +GO + +-- ---------------------------- +-- Records of cgform_uploadfiles +-- ---------------------------- +INSERT INTO [dbo].[cgform_uploadfiles] ([CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME], [id]) VALUES (N'name', N'4028ef815382d0af015382d780440002', N'test_student', N'4028ef8153cf9d710153cfa38ea10010') +GO +GO +INSERT INTO [dbo].[cgform_uploadfiles] ([CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME], [id]) VALUES (N'name', N'4028ef8153cf9d710153cfa4a4fd0011', N'test_student', N'4028ef8153cf9d710153cfa4a5cc0013') +GO +GO +INSERT INTO [dbo].[cgform_uploadfiles] ([CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME], [id]) VALUES (N'filename2', N'4028ef815509d9db015509e142860001', N'test_file', N'4028ef815509d842015509e143280004') +GO +GO + +-- ---------------------------- +-- Table structure for ck_editor +-- ---------------------------- +DROP TABLE [dbo].[ck_editor] +GO +CREATE TABLE [dbo].[ck_editor] ( +[ID] nvarchar(32) NOT NULL , +[CONTENTS] varbinary(MAX) NULL +) + + +GO + +-- ---------------------------- +-- Records of ck_editor +-- ---------------------------- +INSERT INTO [dbo].[ck_editor] ([ID], [CONTENTS]) VALUES (N'4028ef81532b0ae401532b0bd4780001', 0x3C68746D6C3E0D0A3C686561643E0D0A093C7469746C653E3C2F7469746C653E0D0A3C2F686561643E0D0A3C626F64793E266E6273703B3C2F626F64793E0D0A3C2F68746D6C3E0D0A) +GO +GO +INSERT INTO [dbo].[ck_editor] ([ID], [CONTENTS]) VALUES (N'4028ef81532b0ae401532b0bf57e0002', 0x3C68746D6C3E0D0A3C686561643E0D0A093C7469746C653E3C2F7469746C653E0D0A3C2F686561643E0D0A3C626F64793E37373737373C2F626F64793E0D0A3C2F68746D6C3E0D0A) +GO +GO + +-- ---------------------------- +-- Table structure for ck_finder +-- ---------------------------- +DROP TABLE [dbo].[ck_finder] +GO +CREATE TABLE [dbo].[ck_finder] ( +[ID] nvarchar(32) NOT NULL , +[ATTACHMENT] nvarchar(255) NULL , +[IMAGE] nvarchar(255) NULL , +[REMARK] nvarchar(MAX) NULL +) + + +GO + +-- ---------------------------- +-- Records of ck_finder +-- ---------------------------- + +-- ---------------------------- +-- Table structure for doc +-- ---------------------------- +DROP TABLE [dbo].[doc] +GO +CREATE TABLE [dbo].[doc] ( +[ID] nvarchar(32) NOT NULL , +[DOCCONTENT] varbinary(MAX) NULL , +[DOCDATE] datetime NULL , +[DOCID] nvarchar(255) NULL , +[DOCTITLE] nvarchar(255) NULL , +[DOCTYPE] nvarchar(255) NULL +) + + +GO + +-- ---------------------------- +-- Records of doc +-- ---------------------------- +INSERT INTO [dbo].[doc] ([ID], [DOCCONTENT], [DOCDATE], [DOCID], [DOCTITLE], [DOCTYPE]) VALUES (N'4028ef815335c28f015335c28f0a0000', 0x313231323132, N'2016-04-02 00:00:00.000', N'12', N'12', N'bdfl_ptbd') +GO +GO +INSERT INTO [dbo].[doc] ([ID], [DOCCONTENT], [DOCDATE], [DOCID], [DOCTITLE], [DOCTYPE]) VALUES (N'4028ef81533fb6e701533fb6e78e0000', 0x393939737373, N'2016-03-04 00:00:00.000', N'1', N'1', N'bdfl_ptbd') +GO +GO +INSERT INTO [dbo].[doc] ([ID], [DOCCONTENT], [DOCDATE], [DOCID], [DOCTITLE], [DOCTYPE]) VALUES (N'4028ef815353fa00015353fa00320000', 0x33333333737373, N'2016-03-08 00:00:00.000', N'1', N'1', N'bdfl_ptbd') +GO +GO + +-- ---------------------------- +-- Table structure for jeecg_custom_info +-- ---------------------------- +DROP TABLE [dbo].[jeecg_custom_info] +GO +CREATE TABLE [dbo].[jeecg_custom_info] ( +[id] nvarchar(36) NOT NULL , +[create_name] nvarchar(50) NULL , +[create_by] nvarchar(50) NULL , +[create_date] datetime NULL , +[update_name] nvarchar(50) NULL , +[update_by] nvarchar(50) NULL , +[update_date] datetime NULL , +[sys_org_code] nvarchar(50) NULL , +[sys_company_code] nvarchar(50) NULL , +[cust_name] nvarchar(100) NULL , +[cust_addr] nvarchar(200) NULL , +[cust_code] nvarchar(50) NULL , +[email] nvarchar(50) NULL , +[cust_charge] nvarchar(50) NULL , +[sex] nvarchar(10) NULL , +[age] nvarchar(32) NULL , +[position] nvarchar(32) NULL , +[phone] nvarchar(32) NULL , +[bank] nvarchar(100) NULL , +[money] nvarchar(100) NULL , +[promoter] nvarchar(50) NULL , +[account] nvarchar(100) NULL , +[turnover] nvarchar(32) NULL , +[payment_attr] nvarchar(100) NULL , +[sax_num] nvarchar(100) NULL , +[pay_date] nvarchar(100) NULL , +[begin_pay_date] nvarchar(100) NULL , +[main_bus] nvarchar(100) NULL , +[bus_pro] nvarchar(100) NULL , +[warehouse] nvarchar(100) NULL , +[people] nvarchar(100) NULL , +[transportation] nvarchar(100) NULL , +[operation] nvarchar(100) NULL , +[car] nvarchar(20) NULL , +[shopkeeper] nvarchar(100) NULL , +[wholesale] nvarchar(10) NULL , +[bus_scope] nvarchar(100) NULL , +[area] nvarchar(100) NULL , +[management] nvarchar(200) NULL , +[stock1] nvarchar(10) NULL , +[stock2] nvarchar(10) NULL , +[sale1] nvarchar(10) NULL , +[sale2] nvarchar(10) NULL , +[inventory1] nvarchar(100) NULL , +[inventory2] nvarchar(100) NULL , +[max_money] nvarchar(100) NULL , +[cust_level] nvarchar(100) NULL , +[all_avg_inventory] nvarchar(100) NULL , +[avg_inventory] nvarchar(100) NULL , +[price] nvarchar(100) NULL , +[promise] nvarchar(100) NULL , +[competing_goods] nvarchar(100) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'sys_org_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'sys_company_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'cust_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'客户名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'cust_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'客户名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'cust_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'cust_addr')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'地址' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'cust_addr' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'地址' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'cust_addr' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'cust_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'客户编号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'cust_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'客户编号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'cust_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'email')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'email' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'email' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'email' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'email' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'cust_charge')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'负责人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'cust_charge' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'负责人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'cust_charge' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'sex')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'性别' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'sex' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'性别' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'sex' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'age')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'年龄' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'age' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'年龄' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'age' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'position')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'职务' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'position' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'职务' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'position' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'phone')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'电话' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'phone' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'电话' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'phone' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'bank')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'往来银行' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'bank' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'往来银行' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'bank' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'money')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'现金情况' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'money' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'现金情况' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'money' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'promoter')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'承办人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'promoter' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'承办人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'promoter' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'account')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'账号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'account' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'账号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'account' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'turnover')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'资金周转' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'turnover' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'资金周转' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'turnover' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'payment_attr')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'付款态度' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'payment_attr' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'付款态度' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'payment_attr' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'sax_num')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'税号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'sax_num' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'税号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'sax_num' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'pay_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'付款日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'pay_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'付款日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'pay_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'begin_pay_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'开始交易日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'begin_pay_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'开始交易日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'begin_pay_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'main_bus')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主营产品' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'main_bus' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主营产品' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'main_bus' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'bus_pro')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'营业项目' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'bus_pro' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'营业项目' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'bus_pro' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'warehouse')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'仓库情况' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'warehouse' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'仓库情况' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'warehouse' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'people')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'员工人数及素质' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'people' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'员工人数及素质' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'people' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'transportation')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'运输方式' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'transportation' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'运输方式' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'transportation' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'operation')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'经营体制' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'operation' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'经营体制' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'operation' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'car')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'服务车数目' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'car' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'服务车数目' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'car' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'shopkeeper')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'零售商数及覆盖情况' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'shopkeeper' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'零售商数及覆盖情况' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'shopkeeper' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'wholesale')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'批发商数' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'wholesale' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'批发商数' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'wholesale' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'bus_scope')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'营业范围' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'bus_scope' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'营业范围' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'bus_scope' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'area')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'门市面积' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'area' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'门市面积' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'area' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'management')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'经营方针' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'management' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'经营方针' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'management' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'stock1')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'进货' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'stock1' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'进货' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'stock1' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'stock2')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'进货' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'stock2' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'进货' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'stock2' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'sale1')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'销售' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'sale1' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'销售' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'sale1' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'sale2')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'销售' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'sale2' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'销售' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'sale2' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'inventory1')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'存货' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'inventory1' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'存货' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'inventory1' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'inventory2')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'存货' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'inventory2' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'存货' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'inventory2' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'max_money')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'最高信用额度' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'max_money' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'最高信用额度' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'max_money' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'cust_level')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'客户等级' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'cust_level' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'客户等级' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'cust_level' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'all_avg_inventory')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'总体月均库存数' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'all_avg_inventory' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'总体月均库存数' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'all_avg_inventory' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'avg_inventory')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'月均库存数' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'avg_inventory' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'月均库存数' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'avg_inventory' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'price')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'价格折扣' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'price' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'价格折扣' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'price' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'promise')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'支持和服务的承诺' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'promise' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'支持和服务的承诺' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'promise' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_info', +'COLUMN', N'competing_goods')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'竞品经营情况' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'competing_goods' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'竞品经营情况' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_info' +, @level2type = 'COLUMN', @level2name = N'competing_goods' +GO + +-- ---------------------------- +-- Records of jeecg_custom_info +-- ---------------------------- +INSERT INTO [dbo].[jeecg_custom_info] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [cust_name], [cust_addr], [cust_code], [email], [cust_charge], [sex], [age], [position], [phone], [bank], [money], [promoter], [account], [turnover], [payment_attr], [sax_num], [pay_date], [begin_pay_date], [main_bus], [bus_pro], [warehouse], [people], [transportation], [operation], [car], [shopkeeper], [wholesale], [bus_scope], [area], [management], [stock1], [stock2], [sale1], [sale2], [inventory1], [inventory2], [max_money], [cust_level], [all_avg_inventory], [avg_inventory], [price], [promise], [competing_goods]) VALUES (N'4028ef8153167a170153167b60230001', N'管理员', N'admin', N'2016-02-25 00:00:00.000', N'管理员', N'admin', N'2016-05-30 00:00:00.000', N'A03', N'A0', N'11', N'11', N'11', N'1@1.com', null, null, N'11', null, N'1', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null) +GO +GO + +-- ---------------------------- +-- Table structure for jeecg_custom_record +-- ---------------------------- +DROP TABLE [dbo].[jeecg_custom_record] +GO +CREATE TABLE [dbo].[jeecg_custom_record] ( +[id] nvarchar(36) NOT NULL , +[create_name] nvarchar(50) NULL , +[create_by] nvarchar(50) NULL , +[create_date] datetime NULL , +[update_name] nvarchar(50) NULL , +[update_by] nvarchar(50) NULL , +[update_date] datetime NULL , +[sys_org_code] nvarchar(50) NULL , +[sys_company_code] nvarchar(50) NULL , +[custom_id] nvarchar(32) NULL , +[header] nvarchar(32) NULL , +[establish_date] datetime NULL , +[custom_name] nvarchar(32) NULL , +[capital_lines] float(53) NULL , +[address] nvarchar(32) NULL , +[phone] nvarchar(32) NULL , +[business_type] nvarchar(32) NULL , +[fax] nvarchar(32) NULL , +[banks] nvarchar(32) NULL , +[other_business] nvarchar(32) NULL , +[turnover] nvarchar(32) NULL , +[business] nvarchar(32) NULL , +[pay_type] nvarchar(32) NULL , +[business_contacts] nvarchar(32) NULL , +[collection] nvarchar(32) NULL , +[business_important_contacts] nvarchar(32) NULL , +[business_record] nvarchar(32) NULL , +[customer_opinion] nvarchar(32) NULL , +[credit_evaluation] nvarchar(32) NULL , +[preparer] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'sys_org_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'sys_company_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'custom_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'客户编号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'custom_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'客户编号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'custom_id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'header')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'负责人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'header' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'负责人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'header' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'establish_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'成立日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'establish_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'成立日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'establish_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'custom_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'客户名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'custom_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'客户名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'custom_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'capital_lines')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'资本额' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'capital_lines' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'资本额' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'capital_lines' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'address')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'地址' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'address' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'地址' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'address' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'phone')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'电话' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'phone' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'电话' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'phone' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'business_type')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'营业类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'business_type' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'营业类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'business_type' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'fax')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'传真' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'fax' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'传真' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'fax' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'banks')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主要往来银行' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'banks' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主要往来银行' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'banks' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'other_business')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'其他投资事业' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'other_business' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'其他投资事业' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'other_business' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'turnover')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'平均每日营业额' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'turnover' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'平均每日营业额' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'turnover' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'business')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主要业务往来' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'business' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主要业务往来' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'business' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'pay_type')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'付款方式' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'pay_type' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'付款方式' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'pay_type' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'business_contacts')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'与本公司往来' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'business_contacts' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'与本公司往来' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'business_contacts' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'collection')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'收款记录' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'collection' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'收款记录' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'collection' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'business_important_contacts')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'最近与本公司往来重要记录' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'business_important_contacts' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'最近与本公司往来重要记录' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'business_important_contacts' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'business_record')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'最近交易数据跟踪' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'business_record' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'最近交易数据跟踪' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'business_record' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'customer_opinion')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'客户意见' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'customer_opinion' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'客户意见' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'customer_opinion' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'credit_evaluation')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'信用评定' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'credit_evaluation' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'信用评定' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'credit_evaluation' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_custom_record', +'COLUMN', N'preparer')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'填表人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'preparer' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'填表人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_custom_record' +, @level2type = 'COLUMN', @level2name = N'preparer' +GO + +-- ---------------------------- +-- Records of jeecg_custom_record +-- ---------------------------- +INSERT INTO [dbo].[jeecg_custom_record] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [custom_id], [header], [establish_date], [custom_name], [capital_lines], [address], [phone], [business_type], [fax], [banks], [other_business], [turnover], [business], [pay_type], [business_contacts], [collection], [business_important_contacts], [business_record], [customer_opinion], [credit_evaluation], [preparer]) VALUES (N'4028ef8153167a170153167c23dd0002', N'管理员', N'admin', N'2016-02-25 00:00:00.000', null, null, null, N'A03', N'A0', N'2', N'2', N'2016-02-25 00:00:00.000', N'2', N'22', N'222', N'2', N'2', N'2', N'2', N'2', N'2', N'2', null, N'2', null, N'2', N'2', N'2', N'2', N'2') +GO +GO + +-- ---------------------------- +-- Table structure for jeecg_demo +-- ---------------------------- +DROP TABLE [dbo].[jeecg_demo] +GO +CREATE TABLE [dbo].[jeecg_demo] ( +[ID] nvarchar(32) NOT NULL , +[AGE] int NULL , +[BIRTHDAY] datetime NULL , +[content] nvarchar(255) NULL , +[create_date] datetime NULL , +[DEP_ID] nvarchar(255) NULL , +[EMAIL] nvarchar(255) NULL , +[MOBILE_PHONE] nvarchar(255) NULL , +[OFFICE_PHONE] nvarchar(255) NULL , +[SALARY] decimal(19,2) NULL , +[SEX] nvarchar(255) NULL , +[status] nvarchar(255) NULL , +[USER_NAME] nvarchar(255) NOT NULL , +[CREATE_TIME] datetime NULL +) + + +GO + +-- ---------------------------- +-- Records of jeecg_demo +-- ---------------------------- +INSERT INTO [dbo].[jeecg_demo] ([ID], [AGE], [BIRTHDAY], [content], [create_date], [DEP_ID], [EMAIL], [MOBILE_PHONE], [OFFICE_PHONE], [SALARY], [SEX], [status], [USER_NAME], [CREATE_TIME]) VALUES (N'4028ef81550c1a7901550c1cd6e70001', null, null, N'111', N'2016-06-01 21:17:44.000', N'402880e447e99cf10147e9a03b320003', N'', N'', N'', null, N'1', N'1', N'121221', null) +GO +GO +INSERT INTO [dbo].[jeecg_demo] ([ID], [AGE], [BIRTHDAY], [content], [create_date], [DEP_ID], [EMAIL], [MOBILE_PHONE], [OFFICE_PHONE], [SALARY], [SEX], [status], [USER_NAME], [CREATE_TIME]) VALUES (N'8a8ab0b246dc81120146dc81860f016f', N'12', N'2014-02-14 00:00:00.000', N'', null, N'402880e447e99cf10147e9a03b320003', N'demo@jeecg.com', N'13111111111', N'66666666', N'10.00', N'1', N'', N'小明', null) +GO +GO + +-- ---------------------------- +-- Table structure for jeecg_demo_course +-- ---------------------------- +DROP TABLE [dbo].[jeecg_demo_course] +GO +CREATE TABLE [dbo].[jeecg_demo_course] ( +[ID] nvarchar(32) NOT NULL , +[NAME] nvarchar(25) NULL , +[teacher_ID] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_demo_course', +NULL, NULL)) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`teacher_ID`) REFER `jeecg/jeecg_demo_teacher`(`ID`)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_demo_course' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`teacher_ID`) REFER `jeecg/jeecg_demo_teacher`(`ID`)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_demo_course' +GO + +-- ---------------------------- +-- Records of jeecg_demo_course +-- ---------------------------- +INSERT INTO [dbo].[jeecg_demo_course] ([ID], [NAME], [teacher_ID]) VALUES (N'8a8ab0b246dc81120146dc818512016c', N'海贼王', N'8a8ab0b246dc81120146dc81850f016b') +GO +GO + +-- ---------------------------- +-- Table structure for jeecg_demo_student +-- ---------------------------- +DROP TABLE [dbo].[jeecg_demo_student] +GO +CREATE TABLE [dbo].[jeecg_demo_student] ( +[ID] nvarchar(32) NOT NULL , +[BIRTHDAY] datetime NULL , +[NAME] nvarchar(32) NULL , +[SEX] nvarchar(1) NULL , +[COURSE_ID] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_demo_student', +NULL, NULL)) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`COURSE_ID`) REFER `jeecg/jeecg_demo_course`(`ID`)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_demo_student' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`COURSE_ID`) REFER `jeecg/jeecg_demo_course`(`ID`)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_demo_student' +GO + +-- ---------------------------- +-- Records of jeecg_demo_student +-- ---------------------------- +INSERT INTO [dbo].[jeecg_demo_student] ([ID], [BIRTHDAY], [NAME], [SEX], [COURSE_ID]) VALUES (N'402881824c741dbd014c742bc8860001', null, N'你好', N'0', N'8a8ab0b246dc81120146dc818512016c') +GO +GO +INSERT INTO [dbo].[jeecg_demo_student] ([ID], [BIRTHDAY], [NAME], [SEX], [COURSE_ID]) VALUES (N'8a8ab0b246dc81120146dc818516016d', null, N'卓洛', N'0', N'8a8ab0b246dc81120146dc818512016c') +GO +GO +INSERT INTO [dbo].[jeecg_demo_student] ([ID], [BIRTHDAY], [NAME], [SEX], [COURSE_ID]) VALUES (N'8a8ab0b246dc81120146dc818519016e', null, N'山治 ', N'0', N'8a8ab0b246dc81120146dc818512016c') +GO +GO + +-- ---------------------------- +-- Table structure for jeecg_demo_teacher +-- ---------------------------- +DROP TABLE [dbo].[jeecg_demo_teacher] +GO +CREATE TABLE [dbo].[jeecg_demo_teacher] ( +[ID] nvarchar(32) NOT NULL , +[NAME] nvarchar(12) NULL , +[pic] nvarchar(255) NULL +) + + +GO + +-- ---------------------------- +-- Records of jeecg_demo_teacher +-- ---------------------------- +INSERT INTO [dbo].[jeecg_demo_teacher] ([ID], [NAME], [pic]) VALUES (N'8a8ab0b246dc81120146dc81850f016b', N'路飞', null) +GO +GO + +-- ---------------------------- +-- Table structure for jeecg_matter_bom +-- ---------------------------- +DROP TABLE [dbo].[jeecg_matter_bom] +GO +CREATE TABLE [dbo].[jeecg_matter_bom] ( +[ID] nvarchar(32) NOT NULL , +[address] nvarchar(255) NULL , +[code] nvarchar(50) NOT NULL , +[name] nvarchar(50) NOT NULL , +[price] decimal(21,6) NOT NULL , +[productionDate] datetime NULL , +[quantity] int NOT NULL , +[stock] int NOT NULL , +[unit] nvarchar(50) NULL , +[weight] nvarchar(50) NULL , +[parent_ID] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jeecg_matter_bom', +NULL, NULL)) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`parent_ID`) REFER `jeecg/jeecg_matter_bom`(`ID`)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_matter_bom' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`parent_ID`) REFER `jeecg/jeecg_matter_bom`(`ID`)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_matter_bom' +GO + +-- ---------------------------- +-- Records of jeecg_matter_bom +-- ---------------------------- +INSERT INTO [dbo].[jeecg_matter_bom] ([ID], [address], [code], [name], [price], [productionDate], [quantity], [stock], [unit], [weight], [parent_ID]) VALUES (N'8a8ab0b246dc81120146dc8186230174', N'广东深圳', N'001', N'电脑', N'5000.000000', N'2014-06-27 16:46:54.000', N'5', N'10', N'台', N'100', null) +GO +GO +INSERT INTO [dbo].[jeecg_matter_bom] ([ID], [address], [code], [name], [price], [productionDate], [quantity], [stock], [unit], [weight], [parent_ID]) VALUES (N'8a8ab0b246dc81120146dc8186260175', N'上海', N'001001', N'主板', N'800.000000', N'2014-06-27 04:46:54.000', N'6', N'18', N'个', N'60', N'8a8ab0b246dc81120146dc8186230174') +GO +GO + +-- ---------------------------- +-- Table structure for jeecg_minidao +-- ---------------------------- +DROP TABLE [dbo].[jeecg_minidao] +GO +CREATE TABLE [dbo].[jeecg_minidao] ( +[ID] nvarchar(32) NOT NULL , +[AGE] int NULL , +[BIRTHDAY] datetime NULL , +[CONTENT] nvarchar(255) NULL , +[CREATE_TIME] datetime NULL , +[DEP_ID] nvarchar(255) NULL , +[EMAIL] nvarchar(255) NULL , +[MOBILE_PHONE] nvarchar(255) NULL , +[OFFICE_PHONE] nvarchar(255) NULL , +[SALARY] decimal(19,2) NULL , +[SEX] int NULL , +[STATUS] nvarchar(255) NULL , +[USER_NAME] nvarchar(255) NOT NULL +) + + +GO + +-- ---------------------------- +-- Records of jeecg_minidao +-- ---------------------------- +INSERT INTO [dbo].[jeecg_minidao] ([ID], [AGE], [BIRTHDAY], [CONTENT], [CREATE_TIME], [DEP_ID], [EMAIL], [MOBILE_PHONE], [OFFICE_PHONE], [SALARY], [SEX], [STATUS], [USER_NAME]) VALUES (N'402880e74d75abd1014d75ac82410002', null, null, null, N'2015-05-21 04:52:29.000', N'402880e447e99cf10147e9a03b320003', N'', N'12', N'12', null, null, N'0', N'12') +GO +GO + +-- ---------------------------- +-- Table structure for jeecg_order_custom +-- ---------------------------- +DROP TABLE [dbo].[jeecg_order_custom] +GO +CREATE TABLE [dbo].[jeecg_order_custom] ( +[ID] nvarchar(32) NOT NULL , +[CREATE_DT] datetime NULL , +[CRTUSER] nvarchar(12) NULL , +[CRTUSER_NAME] nvarchar(10) NULL , +[DEL_DT] datetime NULL , +[DELFLAG] int NULL , +[GO_ORDER_CODE] nvarchar(12) NOT NULL , +[GOC_BUSS_CONTENT] nvarchar(33) NULL , +[GOC_CONTENT] nvarchar(66) NULL , +[GOC_CUS_NAME] nvarchar(16) NULL , +[GOC_IDCARD] nvarchar(18) NULL , +[GOC_PASSPORT_CODE] nvarchar(10) NULL , +[GOC_SEX] nvarchar(255) NULL , +[MODIFIER] nvarchar(12) NULL , +[MODIFIER_NAME] nvarchar(10) NULL , +[MODIFY_DT] datetime NULL +) + + +GO + +-- ---------------------------- +-- Records of jeecg_order_custom +-- ---------------------------- +INSERT INTO [dbo].[jeecg_order_custom] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOC_BUSS_CONTENT], [GOC_CONTENT], [GOC_CUS_NAME], [GOC_IDCARD], [GOC_PASSPORT_CODE], [GOC_SEX], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'40289481511dac0701511db18e490002', null, null, null, null, null, N'2', null, N'2', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[jeecg_order_custom] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOC_BUSS_CONTENT], [GOC_CONTENT], [GOC_CUS_NAME], [GOC_IDCARD], [GOC_PASSPORT_CODE], [GOC_SEX], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'4028ef8154ff68e90154ff736734000a', null, null, null, null, null, N'111', N'2', N'2', N'2', N'2', N'2', N'1', null, null, null) +GO +GO + +-- ---------------------------- +-- Table structure for jeecg_order_main +-- ---------------------------- +DROP TABLE [dbo].[jeecg_order_main] +GO +CREATE TABLE [dbo].[jeecg_order_main] ( +[ID] nvarchar(32) NOT NULL , +[CREATE_DT] datetime NULL , +[CRTUSER] nvarchar(12) NULL , +[CRTUSER_NAME] nvarchar(10) NULL , +[DEL_DT] datetime NULL , +[DELFLAG] int NULL , +[GO_ALL_PRICE] decimal(10,2) NULL , +[GO_CONTACT_NAME] nvarchar(16) NULL , +[GO_CONTENT] nvarchar(66) NULL , +[GO_ORDER_CODE] nvarchar(12) NOT NULL , +[GO_ORDER_COUNT] int NULL , +[GO_RETURN_PRICE] decimal(10,2) NULL , +[GO_TELPHONE] nvarchar(11) NULL , +[GODER_TYPE] nvarchar(255) NULL , +[MODIFIER] nvarchar(12) NULL , +[MODIFIER_NAME] nvarchar(10) NULL , +[MODIFY_DT] datetime NULL , +[USERTYPE] nvarchar(255) NULL +) + + +GO + +-- ---------------------------- +-- Records of jeecg_order_main +-- ---------------------------- +INSERT INTO [dbo].[jeecg_order_main] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ALL_PRICE], [GO_CONTACT_NAME], [GO_CONTENT], [GO_ORDER_CODE], [GO_ORDER_COUNT], [GO_RETURN_PRICE], [GO_TELPHONE], [GODER_TYPE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT], [USERTYPE]) VALUES (N'4028ef8154ff68e90154ff7367330008', null, null, null, null, null, N'1.00', N'11', N'1', N'2222', N'11', N'11.00', N'', N'1', null, null, null, N'2') +GO +GO + +-- ---------------------------- +-- Table structure for jeecg_order_product +-- ---------------------------- +DROP TABLE [dbo].[jeecg_order_product] +GO +CREATE TABLE [dbo].[jeecg_order_product] ( +[ID] nvarchar(32) NOT NULL , +[CREATE_DT] datetime NULL , +[CRTUSER] nvarchar(12) NULL , +[CRTUSER_NAME] nvarchar(10) NULL , +[DEL_DT] datetime NULL , +[DELFLAG] int NULL , +[GO_ORDER_CODE] nvarchar(12) NOT NULL , +[GOP_CONTENT] nvarchar(66) NULL , +[GOP_COUNT] int NULL , +[GOP_ONE_PRICE] decimal(10,2) NULL , +[GOP_PRODUCT_NAME] nvarchar(33) NULL , +[GOP_PRODUCT_TYPE] nvarchar(1) NOT NULL , +[GOP_SUM_PRICE] decimal(10,2) NULL , +[MODIFIER] nvarchar(12) NULL , +[MODIFIER_NAME] nvarchar(10) NULL , +[MODIFY_DT] datetime NULL +) + + +GO + +-- ---------------------------- +-- Records of jeecg_order_product +-- ---------------------------- +INSERT INTO [dbo].[jeecg_order_product] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOP_CONTENT], [GOP_COUNT], [GOP_ONE_PRICE], [GOP_PRODUCT_NAME], [GOP_PRODUCT_TYPE], [GOP_SUM_PRICE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'4028ef8154ff68e90154ff7367330009', null, null, null, null, null, N'111', N'1', N'111', N'11.00', N'1234567', N'1', N'1.00', null, null, null) +GO +GO +INSERT INTO [dbo].[jeecg_order_product] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOP_CONTENT], [GOP_COUNT], [GOP_ONE_PRICE], [GOP_PRODUCT_NAME], [GOP_PRODUCT_TYPE], [GOP_SUM_PRICE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'4028ef8154ff68e90154ff73b6fd000e', null, null, null, null, null, N'2222', N'1', N'111', N'11.00', N'123456733', N'1', N'1.00', null, null, null) +GO +GO + +-- ---------------------------- +-- Table structure for jfom_goods +-- ---------------------------- +DROP TABLE [dbo].[jfom_goods] +GO +CREATE TABLE [dbo].[jfom_goods] ( +[id] nvarchar(36) NOT NULL , +[create_name] nvarchar(50) NULL , +[create_by] nvarchar(50) NULL , +[create_date] datetime NULL , +[update_name] nvarchar(50) NULL , +[update_by] nvarchar(50) NULL , +[update_date] datetime NULL , +[sys_org_code] nvarchar(50) NULL , +[sys_company_code] nvarchar(50) NULL , +[bpm_status] nvarchar(32) NULL , +[name] nvarchar(32) NULL , +[code] nvarchar(32) NULL , +[full_name] nvarchar(32) NULL , +[outside_code] nvarchar(32) NULL , +[manufacturers_no] nvarchar(32) NULL , +[supplier] nvarchar(32) NULL , +[product_unit] nvarchar(32) NULL , +[product_owner] nvarchar(32) NULL , +[brand] nvarchar(32) NULL , +[annual] nvarchar(32) NULL , +[season] nvarchar(32) NULL , +[product_type] nvarchar(32) NULL , +[series_name] nvarchar(32) NULL , +[size_length] float(53) NULL , +[size_width] float(53) NULL , +[size_height] float(53) NULL , +[size_volume] float(53) NULL , +[time_to_market] datetime NULL , +[price_cost] float(53) NULL , +[price_drop] float(53) NULL , +[price_standard_sell] float(53) NULL , +[price_standard_bid] float(53) NULL , +[price_trade] float(53) NULL , +[price_proxy] float(53) NULL , +[price_platform] float(53) NULL , +[gift] nvarchar(32) NULL , +[product_virtual] nvarchar(32) NULL , +[product_cost] nvarchar(32) NULL , +[point_pack] nvarchar(32) NULL , +[point_sell] nvarchar(32) NULL , +[product_uniqueness_code] nvarchar(32) NULL , +[batch_manage] nvarchar(32) NULL , +[product_single_code] nvarchar(32) NULL , +[expiration_date] nvarchar(32) NULL , +[supply_of_material_round] nvarchar(32) NULL , +[safety_inventory] nvarchar(32) NULL , +[international_code] nvarchar(32) NULL , +[remark] nvarchar(200) NULL , +[product_state] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'sys_org_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'sys_company_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'bpm_status')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'流程状态' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'bpm_status' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'流程状态' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'bpm_status' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'商品名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'商品名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'商品代码' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'商品代码' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'full_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'商品全称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'full_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'商品全称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'full_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'outside_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'外部编码' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'outside_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'外部编码' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'outside_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'manufacturers_no')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'厂家货号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'manufacturers_no' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'厂家货号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'manufacturers_no' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'supplier')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'供应商' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'supplier' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'供应商' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'supplier' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'product_unit')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'单位' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'product_unit' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'单位' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'product_unit' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'product_owner')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'货主' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'product_owner' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'货主' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'product_owner' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'brand')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'品牌' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'brand' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'品牌' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'brand' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'annual')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'年度' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'annual' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'年度' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'annual' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'season')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'季节' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'season' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'季节' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'season' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'product_type')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'商品分类' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'product_type' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'商品分类' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'product_type' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'series_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'系列名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'series_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'系列名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'series_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'size_length')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'长度' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'size_length' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'长度' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'size_length' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'size_width')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'宽度' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'size_width' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'宽度' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'size_width' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'size_height')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'高度' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'size_height' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'高度' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'size_height' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'size_volume')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'体积' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'size_volume' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'体积' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'size_volume' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'time_to_market')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'上市时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'time_to_market' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'上市时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'time_to_market' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'price_cost')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'成本价' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'price_cost' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'成本价' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'price_cost' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'price_drop')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'吊牌价' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'price_drop' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'吊牌价' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'price_drop' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'price_standard_sell')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'标准售价' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'price_standard_sell' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'标准售价' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'price_standard_sell' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'price_standard_bid')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'标准进价' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'price_standard_bid' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'标准进价' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'price_standard_bid' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'price_trade')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'批发价' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'price_trade' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'批发价' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'price_trade' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'price_proxy')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'代理价' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'price_proxy' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'代理价' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'price_proxy' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'price_platform')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'平台价' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'price_platform' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'平台价' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'price_platform' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'gift')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'赠品' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'gift' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'赠品' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'gift' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'product_virtual')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'虚拟商品' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'product_virtual' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'虚拟商品' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'product_virtual' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'product_cost')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'费用商品' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'product_cost' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'费用商品' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'product_cost' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'point_pack')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'打包点数' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'point_pack' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'打包点数' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'point_pack' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'point_sell')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'销售点数' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'point_sell' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'销售点数' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'point_sell' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'product_uniqueness_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'唯一码商品' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'product_uniqueness_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'唯一码商品' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'product_uniqueness_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'batch_manage')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'批次管理' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'batch_manage' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'批次管理' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'batch_manage' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'product_single_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'单码商品' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'product_single_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'单码商品' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'product_single_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'expiration_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'保质期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'expiration_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'保质期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'expiration_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'supply_of_material_round')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'供货周期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'supply_of_material_round' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'供货周期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'supply_of_material_round' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'safety_inventory')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'安全库存' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'safety_inventory' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'安全库存' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'safety_inventory' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'international_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'国际码' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'international_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'国际码' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'international_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'remark')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'备注' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'remark' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'备注' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'remark' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jfom_goods', +'COLUMN', N'product_state')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'商品状态' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'product_state' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'商品状态' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jfom_goods' +, @level2type = 'COLUMN', @level2name = N'product_state' +GO + +-- ---------------------------- +-- Records of jfom_goods +-- ---------------------------- +INSERT INTO [dbo].[jfom_goods] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [code], [full_name], [outside_code], [manufacturers_no], [supplier], [product_unit], [product_owner], [brand], [annual], [season], [product_type], [series_name], [size_length], [size_width], [size_height], [size_volume], [time_to_market], [price_cost], [price_drop], [price_standard_sell], [price_standard_bid], [price_trade], [price_proxy], [price_platform], [gift], [product_virtual], [product_cost], [point_pack], [point_sell], [product_uniqueness_code], [batch_manage], [product_single_code], [expiration_date], [supply_of_material_round], [safety_inventory], [international_code], [remark], [product_state]) VALUES (N'4028ef81550c8fad01550c95130d0004', N'管理员', N'admin', N'2016-06-01 23:29:04.000', null, null, null, N'A03', N'A0', null, N'123123', N'23123', N'', N'', N'', N'', N'', N'', N'', N'', N'', N'', N'', null, null, null, null, null, null, null, null, null, null, null, null, N'', N'', N'', N'', N'', N'', N'', N'', N'', N'', N'', N'', N'', N'') +GO +GO + +-- ---------------------------- +-- Table structure for jform_cgdynamgraph_head +-- ---------------------------- +DROP TABLE [dbo].[jform_cgdynamgraph_head] +GO +CREATE TABLE [dbo].[jform_cgdynamgraph_head] ( +[ID] nvarchar(36) NOT NULL , +[CGR_SQL] nvarchar(MAX) NOT NULL , +[CODE] nvarchar(36) NOT NULL , +[CONTENT] nvarchar(500) NOT NULL , +[NAME] nvarchar(100) NOT NULL , +[update_name] nvarchar(32) NULL , +[update_date] datetime NULL , +[update_by] nvarchar(32) NULL , +[create_name] nvarchar(32) NULL , +[create_date] datetime NULL , +[create_by] nvarchar(32) NULL , +[db_source] nvarchar(36) NULL , +[graph_type] nvarchar(36) NULL , +[data_structure] nvarchar(36) NULL , +[is_pagination] nvarchar(2) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgdynamgraph_head', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgdynamgraph_head', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgdynamgraph_head', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改人id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改人id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgdynamgraph_head', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgdynamgraph_head', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgdynamgraph_head', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgdynamgraph_head', +'COLUMN', N'db_source')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'动态数据源' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' +, @level2type = 'COLUMN', @level2name = N'db_source' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'动态数据源' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_head' +, @level2type = 'COLUMN', @level2name = N'db_source' +GO + +-- ---------------------------- +-- Records of jform_cgdynamgraph_head +-- ---------------------------- +INSERT INTO [dbo].[jform_cgdynamgraph_head] ([ID], [CGR_SQL], [CODE], [CONTENT], [NAME], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [db_source], [graph_type], [data_structure], [is_pagination]) VALUES (N'40287d815212a622015212ab57100003', N'select broswer name,count(1) value,case when broswer =''Firefox'' then ''#FF00FF'' when broswer =''IE'' then ''#FFFF00'' else ''#43CD80'' end color from t_s_log group by broswer', N't_s_log', N'测试报表', N'用户登录记录', N'管理员', N'2016-03-15 14:07:53.000', N'admin', null, null, null, N'', N'', N'', null) +GO +GO + +-- ---------------------------- +-- Table structure for jform_cgdynamgraph_item +-- ---------------------------- +DROP TABLE [dbo].[jform_cgdynamgraph_item] +GO +CREATE TABLE [dbo].[jform_cgdynamgraph_item] ( +[ID] nvarchar(36) NOT NULL , +[S_FLAG] nvarchar(2) NULL , +[S_MODE] nvarchar(10) NULL , +[CGRHEAD_ID] nvarchar(36) NULL , +[DICT_CODE] nvarchar(36) NULL , +[FIELD_HREF] nvarchar(120) NULL , +[FIELD_NAME] nvarchar(36) NULL , +[FIELD_TXT] nvarchar(MAX) NULL , +[FIELD_TYPE] nvarchar(10) NULL , +[IS_SHOW] nvarchar(5) NULL , +[ORDER_NUM] int NULL , +[REPLACE_VA] nvarchar(36) NULL +) + + +GO + +-- ---------------------------- +-- Records of jform_cgdynamgraph_item +-- ---------------------------- +INSERT INTO [dbo].[jform_cgdynamgraph_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'40287d81523df8f501523f348d5a0009', N'Y', N'single', N'40287d815212a622015212ab57100003', N'', N'', N'name', N'浏览器', N'String', N'Y', N'0', N'') +GO +GO +INSERT INTO [dbo].[jform_cgdynamgraph_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'40287d81523df8f501523f348d66000a', N'Y', N'group', N'40287d815212a622015212ab57100003', N'', N'', N'value', N'数量', N'String', N'Y', N'1', N'') +GO +GO +INSERT INTO [dbo].[jform_cgdynamgraph_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'40287d81523df8f501523f348d6a000b', N'', N'', N'40287d815212a622015212ab57100003', N'', N'', N'color', N'color', N'String', N'Y', N'2', N'') +GO +GO + +-- ---------------------------- +-- Table structure for jform_cgdynamgraph_param +-- ---------------------------- +DROP TABLE [dbo].[jform_cgdynamgraph_param] +GO +CREATE TABLE [dbo].[jform_cgdynamgraph_param] ( +[id] nvarchar(36) NOT NULL , +[create_name] nvarchar(50) NULL , +[create_by] nvarchar(50) NULL , +[create_date] datetime NULL , +[update_name] nvarchar(50) NULL , +[update_by] nvarchar(50) NULL , +[update_date] datetime NULL , +[sys_org_code] nvarchar(50) NULL , +[sys_company_code] nvarchar(50) NULL , +[param_name] nvarchar(32) NOT NULL , +[param_desc] nvarchar(32) NULL , +[param_value] nvarchar(32) NULL , +[seq] int NULL , +[cgrhead_id] nvarchar(36) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgdynamgraph_param', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgdynamgraph_param', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgdynamgraph_param', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgdynamgraph_param', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgdynamgraph_param', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgdynamgraph_param', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgdynamgraph_param', +'COLUMN', N'sys_org_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgdynamgraph_param', +'COLUMN', N'sys_company_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgdynamgraph_param', +'COLUMN', N'param_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'参数名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'param_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'参数名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'param_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgdynamgraph_param', +'COLUMN', N'param_desc')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'参数说明' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'param_desc' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'参数说明' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'param_desc' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgdynamgraph_param', +'COLUMN', N'param_value')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'数值' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'param_value' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'数值' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'param_value' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgdynamgraph_param', +'COLUMN', N'seq')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'排序' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'seq' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'排序' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'seq' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgdynamgraph_param', +'COLUMN', N'cgrhead_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'动态报表ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'cgrhead_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'动态报表ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgdynamgraph_param' +, @level2type = 'COLUMN', @level2name = N'cgrhead_id' +GO + +-- ---------------------------- +-- Records of jform_cgdynamgraph_param +-- ---------------------------- + +-- ---------------------------- +-- Table structure for jform_cgreport_head +-- ---------------------------- +DROP TABLE [dbo].[jform_cgreport_head] +GO +CREATE TABLE [dbo].[jform_cgreport_head] ( +[ID] nvarchar(36) NOT NULL , +[CGR_SQL] nvarchar(MAX) NOT NULL , +[CODE] nvarchar(36) NOT NULL , +[CONTENT] nvarchar(MAX) NOT NULL , +[NAME] nvarchar(100) NOT NULL , +[update_name] nvarchar(32) NULL , +[update_date] datetime NULL , +[update_by] nvarchar(32) NULL , +[create_name] nvarchar(32) NULL , +[create_date] datetime NULL , +[create_by] nvarchar(32) NULL , +[db_source] nvarchar(36) NULL , +[return_val_field] nvarchar(100) NULL , +[return_txt_field] nvarchar(100) NULL , +[pop_retype] nvarchar(2) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgreport_head', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgreport_head', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgreport_head', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改人id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改人id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgreport_head', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgreport_head', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgreport_head', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgreport_head', +'COLUMN', N'db_source')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'动态数据源' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' +, @level2type = 'COLUMN', @level2name = N'db_source' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'动态数据源' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' +, @level2type = 'COLUMN', @level2name = N'db_source' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgreport_head', +'COLUMN', N'return_val_field')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'返回值字段' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' +, @level2type = 'COLUMN', @level2name = N'return_val_field' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'返回值字段' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' +, @level2type = 'COLUMN', @level2name = N'return_val_field' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgreport_head', +'COLUMN', N'return_txt_field')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'返回文本字段' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' +, @level2type = 'COLUMN', @level2name = N'return_txt_field' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'返回文本字段' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' +, @level2type = 'COLUMN', @level2name = N'return_txt_field' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgreport_head', +'COLUMN', N'pop_retype')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'返回类型,单选或多选' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' +, @level2type = 'COLUMN', @level2name = N'pop_retype' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'返回类型,单选或多选' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_head' +, @level2type = 'COLUMN', @level2name = N'pop_retype' +GO + +-- ---------------------------- +-- Records of jform_cgreport_head +-- ---------------------------- +INSERT INTO [dbo].[jform_cgreport_head] ([ID], [CGR_SQL], [CODE], [CONTENT], [NAME], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [db_source], [return_val_field], [return_txt_field], [pop_retype]) VALUES (N'2c948a8555c32a420155c35645ee0004', N'select * from t_s_log', N't_s_log', N'查询系统所有的登录情况', N't_s_log', N'管理员', N'2016-07-07 11:36:29.000', N'admin', null, null, null, N'', N'', N'', N'1') +GO +GO +INSERT INTO [dbo].[jform_cgreport_head] ([ID], [CGR_SQL], [CODE], [CONTENT], [NAME], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [db_source], [return_val_field], [return_txt_field], [pop_retype]) VALUES (N'402880e64e1ef94d014e1efefc2a0001', N'select * from weixin_account', N'weixin_account', N'测试多数据源功能', N'跨数据库报表演示', N'管理员', N'2016-03-15 11:34:38.000', N'admin', null, null, null, N'jeewx-yunying', N'', N'', N'1') +GO +GO +INSERT INTO [dbo].[jform_cgreport_head] ([ID], [CGR_SQL], [CODE], [CONTENT], [NAME], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [db_source], [return_val_field], [return_txt_field], [pop_retype]) VALUES (N'402880e64eb9a22c014eb9a4d5890001', N'select * from t_s_base_user', N'ddt_s_base_user', N'全表查询', N'用户全部查询报表', N'管理员', N'2016-05-03 15:14:58.000', N'admin', null, null, null, N'', N'', N'', N'2') +GO +GO +INSERT INTO [dbo].[jform_cgreport_head] ([ID], [CGR_SQL], [CODE], [CONTENT], [NAME], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [db_source], [return_val_field], [return_txt_field], [pop_retype]) VALUES (N'402880e74d76e784014d76f9e783001e', N'select username account , realname from t_s_base_user', N'user_msg', N'用户POPUP,弹出页面', N'POPUP用户列表', N'管理员', N'2016-05-03 15:26:21.000', N'admin', null, null, null, N'', N'account', N'realname', N'2') +GO +GO +INSERT INTO [dbo].[jform_cgreport_head] ([ID], [CGR_SQL], [CODE], [CONTENT], [NAME], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [db_source], [return_val_field], [return_txt_field], [pop_retype]) VALUES (N'4028ef815475774a01547578a9ee0002', N'select * from cms_menu', N'cms_menu', N'cms_menu', N'cms_menu', null, null, null, N'管理员', N'2016-05-03 15:15:22.000', N'admin', N'', N'', N'', N'2') +GO +GO + +-- ---------------------------- +-- Table structure for jform_cgreport_item +-- ---------------------------- +DROP TABLE [dbo].[jform_cgreport_item] +GO +CREATE TABLE [dbo].[jform_cgreport_item] ( +[ID] nvarchar(36) NOT NULL , +[S_FLAG] nvarchar(2) NULL , +[S_MODE] nvarchar(10) NULL , +[CGRHEAD_ID] nvarchar(36) NULL , +[DICT_CODE] nvarchar(36) NULL , +[FIELD_HREF] nvarchar(120) NULL , +[FIELD_NAME] nvarchar(36) NULL , +[FIELD_TXT] nvarchar(MAX) NULL , +[FIELD_TYPE] nvarchar(10) NULL , +[IS_SHOW] nvarchar(5) NULL , +[ORDER_NUM] int NULL , +[REPLACE_VA] nvarchar(36) NULL +) + + +GO + +-- ---------------------------- +-- Records of jform_cgreport_item +-- ---------------------------- +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'2c948a8555c9f1210155ca0634610001', N'', N'', N'2c948a8555c32a420155c35645ee0004', N'', N'', N'ID', N'ID', N'String', N'Y', N'0', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'2c948a8555c9f1210155ca0634610002', N'', N'', N'2c948a8555c32a420155c35645ee0004', N'', N'', N'broswer', N'broswer', N'String', N'Y', N'1', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'2c948a8555c9f1210155ca0634620003', N'', N'', N'2c948a8555c32a420155c35645ee0004', N'', N'', N'logcontent', N'logcontent', N'String', N'Y', N'2', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'2c948a8555c9f1210155ca0634620004', N'', N'', N'2c948a8555c32a420155c35645ee0004', N'', N'', N'loglevel', N'loglevel', N'String', N'Y', N'3', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'2c948a8555c9f1210155ca0634620005', N'', N'', N'2c948a8555c32a420155c35645ee0004', N'', N'', N'note', N'note', N'String', N'Y', N'4', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'2c948a8555c9f1210155ca0634620006', N'', N'', N'2c948a8555c32a420155c35645ee0004', N'', N'', N'operatetime', N'operatetime', N'String', N'Y', N'5', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'2c948a8555c9f1210155ca0634620007', N'', N'', N'2c948a8555c32a420155c35645ee0004', N'', N'', N'operatetype', N'operatetype', N'String', N'Y', N'6', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'2c948a8555c9f1210155ca0634630008', N'', N'', N'2c948a8555c32a420155c35645ee0004', N'', N'', N'userid', N'userid', N'String', N'Y', N'7', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc2f0002', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'id', N'id', N'String', N'Y', N'0', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc340003', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accountname', N'accountname', N'String', N'Y', N'1', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc360004', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accounttoken', N'accounttoken', N'String', N'Y', N'2', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc370005', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accountnumber', N'accountnumber', N'String', N'Y', N'3', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc380006', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accounttype', N'accounttype', N'String', N'Y', N'4', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc3d0007', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accountemail', N'accountemail', N'String', N'Y', N'5', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc3e0008', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accountdesc', N'accountdesc', N'String', N'Y', N'6', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc3f0009', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accountaccesstoken', N'accountaccesstoken', N'String', N'Y', N'7', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc41000a', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accountappid', N'accountappid', N'String', N'Y', N'8', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc42000b', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'accountappsecret', N'accountappsecret', N'String', N'Y', N'9', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc43000c', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'ADDTOEKNTIME', N'ADDTOEKNTIME', N'String', N'Y', N'10', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc44000d', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'USERNAME', N'USERNAME', N'String', N'Y', N'11', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64e1ef94d014e1efefc45000e', N'', N'', N'402880e64e1ef94d014e1efefc2a0001', N'', N'', N'WEIXIN_ACCOUNTID', N'WEIXIN_ACCOUNTID', N'String', N'Y', N'12', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d58e0002', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'ID', N'ID', N'String', N'Y', N'0', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d5930003', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'activitiSync', N'activitiSync', N'String', N'Y', N'1', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d5940004', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'browser', N'browser', N'String', N'Y', N'2', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d5950005', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'password', N'password', N'String', N'Y', N'3', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d5960006', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'realname', N'realname', N'String', N'Y', N'4', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d59b0007', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'signature', N'signature', N'String', N'Y', N'5', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d59c0008', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'status', N'status', N'String', N'Y', N'6', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d59d0009', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'userkey', N'userkey', N'String', N'Y', N'7', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d59e000a', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'username', N'username', N'String', N'Y', N'8', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402880e64eb9a22c014eb9a4d5a0000b', N'', N'', N'402880e64eb9a22c014eb9a4d5890001', N'', N'', N'departid', N'departid', N'String', N'Y', N'9', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402894815165f4d60151660145e40002', N'', N'', N'402880e74d76e784014d76f9e783001e', N'', N'', N'account', N'account', N'String', N'Y', N'0', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'402894815165f4d60151660145ea0003', N'', N'', N'402880e74d76e784014d76f9e783001e', N'', N'', N'realname', N'realname', N'String', N'Y', N'1', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'4028ef815475774a01547578a9f10003', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'ID', N'ID', N'String', N'Y', N'0', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'4028ef815475774a01547578a9f70004', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'CREATE_BY', N'CREATE_BY', N'String', N'Y', N'1', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'4028ef815475774a01547578a9f90005', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'CREATE_DATE', N'CREATE_DATE', N'String', N'Y', N'2', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'4028ef815475774a01547578a9fa0006', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'CREATE_NAME', N'CREATE_NAME', N'String', N'Y', N'3', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'4028ef815475774a01547578a9fb0007', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'IMAGE_HREF', N'IMAGE_HREF', N'String', N'Y', N'4', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'4028ef815475774a01547578a9fd0008', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'IMAGE_NAME', N'IMAGE_NAME', N'String', N'Y', N'5', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'4028ef815475774a01547578a9fe0009', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'NAME', N'NAME', N'String', N'Y', N'6', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'4028ef815475774a01547578aa00000a', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'TYPE', N'TYPE', N'String', N'Y', N'7', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'4028ef815475774a01547578aa02000b', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'PARENT_CODE', N'PARENT_CODE', N'String', N'Y', N'8', N'') +GO +GO +INSERT INTO [dbo].[jform_cgreport_item] ([ID], [S_FLAG], [S_MODE], [CGRHEAD_ID], [DICT_CODE], [FIELD_HREF], [FIELD_NAME], [FIELD_TXT], [FIELD_TYPE], [IS_SHOW], [ORDER_NUM], [REPLACE_VA]) VALUES (N'4028ef815475774a01547578aa03000c', N'', N'', N'4028ef815475774a01547578a9ee0002', N'', N'', N'HREF', N'HREF', N'String', N'Y', N'9', N'') +GO +GO + +-- ---------------------------- +-- Table structure for jform_cgreport_param +-- ---------------------------- +DROP TABLE [dbo].[jform_cgreport_param] +GO +CREATE TABLE [dbo].[jform_cgreport_param] ( +[id] nvarchar(36) NOT NULL , +[create_name] nvarchar(50) NULL , +[create_by] nvarchar(50) NULL , +[create_date] datetime NULL , +[update_name] nvarchar(50) NULL , +[update_by] nvarchar(50) NULL , +[update_date] datetime NULL , +[sys_org_code] nvarchar(50) NULL , +[sys_company_code] nvarchar(50) NULL , +[param_name] nvarchar(32) NOT NULL , +[param_desc] nvarchar(32) NULL , +[param_value] nvarchar(32) NULL , +[seq] int NULL , +[cgrhead_id] nvarchar(36) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgreport_param', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgreport_param', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgreport_param', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgreport_param', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgreport_param', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgreport_param', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgreport_param', +'COLUMN', N'sys_org_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgreport_param', +'COLUMN', N'sys_company_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgreport_param', +'COLUMN', N'param_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'参数名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'param_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'参数名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'param_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgreport_param', +'COLUMN', N'param_desc')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'参数说明' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'param_desc' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'参数说明' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'param_desc' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgreport_param', +'COLUMN', N'param_value')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'数值' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'param_value' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'数值' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'param_value' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgreport_param', +'COLUMN', N'seq')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'排序' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'seq' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'排序' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'seq' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_cgreport_param', +'COLUMN', N'cgrhead_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'动态报表ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'cgrhead_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'动态报表ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_cgreport_param' +, @level2type = 'COLUMN', @level2name = N'cgrhead_id' +GO + +-- ---------------------------- +-- Records of jform_cgreport_param +-- ---------------------------- + +-- ---------------------------- +-- Table structure for jform_contact +-- ---------------------------- +DROP TABLE [dbo].[jform_contact] +GO +CREATE TABLE [dbo].[jform_contact] ( +[id] nvarchar(36) NOT NULL , +[create_name] nvarchar(50) NULL , +[create_by] nvarchar(50) NULL , +[create_date] datetime NULL , +[update_name] nvarchar(50) NULL , +[update_by] nvarchar(50) NULL , +[update_date] datetime NULL , +[sys_org_code] nvarchar(50) NULL , +[sys_company_code] nvarchar(50) NULL , +[bpm_status] nvarchar(32) NULL , +[name] nvarchar(100) NULL , +[sex] nvarchar(50) NULL , +[groups] nvarchar(200) NULL , +[company] nvarchar(200) NULL , +[position] nvarchar(100) NULL , +[mobile] nvarchar(30) NULL , +[office_phone] nvarchar(30) NULL , +[email] nvarchar(100) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact', +'COLUMN', N'sys_org_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact', +'COLUMN', N'sys_company_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact', +'COLUMN', N'bpm_status')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'流程状态' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'bpm_status' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'流程状态' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'bpm_status' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact', +'COLUMN', N'name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'姓名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'姓名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact', +'COLUMN', N'sex')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'性别' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'sex' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'性别' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'sex' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact', +'COLUMN', N'groups')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属分组' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'groups' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属分组' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'groups' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact', +'COLUMN', N'company')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'公司名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'company' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'公司名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'company' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact', +'COLUMN', N'position')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'职位' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'position' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'职位' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'position' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact', +'COLUMN', N'mobile')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'移动电话' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'mobile' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'移动电话' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'mobile' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact', +'COLUMN', N'office_phone')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'办公电话' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'office_phone' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'办公电话' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'office_phone' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact', +'COLUMN', N'email')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'电子邮箱' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'email' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'电子邮箱' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact' +, @level2type = 'COLUMN', @level2name = N'email' +GO + +-- ---------------------------- +-- Records of jform_contact +-- ---------------------------- +INSERT INTO [dbo].[jform_contact] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [groups], [company], [position], [mobile], [office_phone], [email]) VALUES (N'4028ef815373fddd015373fe4aae0002', N'管理员', N'admin', N'2016-03-14 00:00:00.000', N'管理员', N'admin', N'2016-06-02 00:00:00.000', N'A03', N'A0', N'1', N'张三', N'男性', N'销售部', N'北京', N'CEO', N'13456548798', null, N'1@1.com') +GO +GO +INSERT INTO [dbo].[jform_contact] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [groups], [company], [position], [mobile], [office_phone], [email]) VALUES (N'4028ef8153cf9d710153cf9f29430002', N'管理员', N'admin', N'2016-04-01 00:00:00.000', N'管理员', N'admin', N'2016-05-05 00:00:00.000', N'A03', N'A0', N'', N'123', N'1', N'4028ef815373fddd015373fddd540000', N'123', N'123', N'18644565456', N'12', N'156142064@qq.com') +GO +GO +INSERT INTO [dbo].[jform_contact] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [groups], [company], [position], [mobile], [office_phone], [email]) VALUES (N'4028ef815509d9db01550a0120f00002', N'管理员', N'admin', N'2016-06-01 00:00:00.000', N'管理员', N'admin', N'2016-06-01 00:00:00.000', N'A03', N'A0', N'1', N'1212', N'1', N'4028ef815373fddd015373fdfd9e0001', N'12', N'12', N'18611788521', N'12', null) +GO +GO + +-- ---------------------------- +-- Table structure for jform_contact_group +-- ---------------------------- +DROP TABLE [dbo].[jform_contact_group] +GO +CREATE TABLE [dbo].[jform_contact_group] ( +[id] nvarchar(36) NOT NULL , +[create_name] nvarchar(50) NULL , +[create_by] nvarchar(50) NULL , +[create_date] datetime NULL , +[update_name] nvarchar(50) NULL , +[update_by] nvarchar(50) NULL , +[update_date] datetime NULL , +[sys_org_code] nvarchar(50) NULL , +[sys_company_code] nvarchar(50) NULL , +[bpm_status] nvarchar(32) NULL , +[name] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact_group', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact_group' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact_group' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact_group', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact_group' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact_group' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact_group', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact_group' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact_group' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact_group', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact_group' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact_group' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact_group', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact_group' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact_group' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact_group', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact_group' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact_group' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact_group', +'COLUMN', N'sys_org_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact_group' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact_group' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact_group', +'COLUMN', N'sys_company_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact_group' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact_group' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact_group', +'COLUMN', N'bpm_status')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'流程状态' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact_group' +, @level2type = 'COLUMN', @level2name = N'bpm_status' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'流程状态' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact_group' +, @level2type = 'COLUMN', @level2name = N'bpm_status' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_contact_group', +'COLUMN', N'name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'分组名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact_group' +, @level2type = 'COLUMN', @level2name = N'name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'分组名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_contact_group' +, @level2type = 'COLUMN', @level2name = N'name' +GO + +-- ---------------------------- +-- Records of jform_contact_group +-- ---------------------------- +INSERT INTO [dbo].[jform_contact_group] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name]) VALUES (N'4028ef815373fddd015373fddd540000', N'管理员', N'admin', N'2016-03-14 00:00:00.000', null, null, null, N'A03', N'A0', N'1', N'同学') +GO +GO +INSERT INTO [dbo].[jform_contact_group] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name]) VALUES (N'4028ef815373fddd015373fdfd9e0001', N'管理员', N'admin', N'2016-03-14 00:00:00.000', N'管理员', N'admin', N'2016-05-30 00:00:00.000', N'A03', N'A0', N'1', N'销售部') +GO +GO + +-- ---------------------------- +-- Table structure for jform_employee_cost_claim +-- ---------------------------- +DROP TABLE [dbo].[jform_employee_cost_claim] +GO +CREATE TABLE [dbo].[jform_employee_cost_claim] ( +[id] nvarchar(36) NOT NULL , +[staff_name] nvarchar(50) NULL , +[depart] nvarchar(50) NULL , +[staff_no] nvarchar(30) NULL , +[staff_post] nvarchar(50) NULL , +[pay_way] nvarchar(10) NULL , +[acct_bank] nvarchar(100) NULL , +[card_no] nvarchar(30) NULL , +[tele_no] nvarchar(20) NULL , +[cost_all] decimal(7,2) NULL , +[documents] nvarchar(2) NULL , +[cost_upper] nvarchar(50) NULL , +[prepaid_fee] decimal(7,2) NULL , +[real_fee] decimal(7,2) NULL , +[fill_time] datetime NULL , +[apply_time] datetime NULL , +[apply_by] nvarchar(50) NULL , +[comments] nvarchar(100) NULL , +[depart_approve] nvarchar(100) NULL , +[finance_approve] nvarchar(100) NULL , +[mgr_approve] nvarchar(100) NULL , +[treasurer] nvarchar(100) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_cost_claim', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_cost_claim', +'COLUMN', N'staff_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'职工姓名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'staff_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'职工姓名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'staff_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_cost_claim', +'COLUMN', N'depart')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'depart' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'depart' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_cost_claim', +'COLUMN', N'staff_no')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'员工编号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'staff_no' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'员工编号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'staff_no' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_cost_claim', +'COLUMN', N'staff_post')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'职位' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'staff_post' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'职位' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'staff_post' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_cost_claim', +'COLUMN', N'pay_way')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'打款方式' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'pay_way' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'打款方式' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'pay_way' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_cost_claim', +'COLUMN', N'acct_bank')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'开户行' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'acct_bank' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'开户行' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'acct_bank' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_cost_claim', +'COLUMN', N'card_no')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'卡号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'card_no' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'卡号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'card_no' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_cost_claim', +'COLUMN', N'tele_no')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'联系手机号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'tele_no' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'联系手机号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'tele_no' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_cost_claim', +'COLUMN', N'cost_all')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'费用合计' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'cost_all' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'费用合计' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'cost_all' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_cost_claim', +'COLUMN', N'documents')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'单据数量' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'documents' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'单据数量' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'documents' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_cost_claim', +'COLUMN', N'cost_upper')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'费用大写' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'cost_upper' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'费用大写' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'cost_upper' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_cost_claim', +'COLUMN', N'prepaid_fee')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'预支款项' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'prepaid_fee' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'预支款项' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'prepaid_fee' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_cost_claim', +'COLUMN', N'real_fee')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'实际支付' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'real_fee' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'实际支付' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'real_fee' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_cost_claim', +'COLUMN', N'apply_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'申请人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'apply_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'申请人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'apply_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_cost_claim', +'COLUMN', N'comments')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'备注' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'comments' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'备注' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'comments' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_cost_claim', +'COLUMN', N'depart_approve')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'部门审批' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'depart_approve' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'部门审批' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'depart_approve' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_cost_claim', +'COLUMN', N'finance_approve')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'财务审批' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'finance_approve' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'财务审批' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'finance_approve' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_cost_claim', +'COLUMN', N'mgr_approve')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'总经理审批' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'mgr_approve' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'总经理审批' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'mgr_approve' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_cost_claim', +'COLUMN', N'treasurer')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'出纳' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'treasurer' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'出纳' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_cost_claim' +, @level2type = 'COLUMN', @level2name = N'treasurer' +GO + +-- ---------------------------- +-- Records of jform_employee_cost_claim +-- ---------------------------- +INSERT INTO [dbo].[jform_employee_cost_claim] ([id], [staff_name], [depart], [staff_no], [staff_post], [pay_way], [acct_bank], [card_no], [tele_no], [cost_all], [documents], [cost_upper], [prepaid_fee], [real_fee], [fill_time], [apply_time], [apply_by], [comments], [depart_approve], [finance_approve], [mgr_approve], [treasurer]) VALUES (N'4028ef81536003710153600400740004', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null) +GO +GO + +-- ---------------------------- +-- Table structure for jform_employee_entry +-- ---------------------------- +DROP TABLE [dbo].[jform_employee_entry] +GO +CREATE TABLE [dbo].[jform_employee_entry] ( +[id] nvarchar(36) NOT NULL , +[create_name] nvarchar(50) NULL , +[create_by] nvarchar(50) NULL , +[create_date] datetime NULL , +[update_name] nvarchar(50) NULL , +[update_by] nvarchar(50) NULL , +[update_date] datetime NULL , +[sys_org_code] nvarchar(50) NULL , +[sys_company_code] nvarchar(50) NULL , +[employee_name] nvarchar(32) NULL , +[employee_depart] nvarchar(50) NULL , +[employee_job] nvarchar(32) NULL , +[employee_birthday] datetime NULL , +[employee_origin] nvarchar(50) NULL , +[employee_degree] nvarchar(32) NULL , +[employee_identification] nvarchar(50) NULL , +[employee_entry_date] datetime NULL , +[employee_code] nvarchar(32) NULL , +[employee_phone] nvarchar(32) NULL , +[employee_mail] nvarchar(150) NULL , +[employee_msn] nvarchar(32) NULL , +[hr_pic] nvarchar(2) NULL , +[hr_archives] nvarchar(2) NULL , +[hr_identification] nvarchar(2) NULL , +[hr_degree] nvarchar(2) NULL , +[hr_other] nvarchar(2) NULL , +[hr_tel] nvarchar(2) NULL , +[hr_op_user] nvarchar(32) NULL , +[hr_op_date] datetime NULL , +[depart_opinion] nvarchar(200) NULL , +[depart_op_user] nvarchar(32) NULL , +[depart_op_date] datetime NULL , +[manager_opinion] nvarchar(200) NULL , +[manager_op_user] nvarchar(32) NULL , +[manager_op_date] datetime NULL , +[employee_opinion] nvarchar(200) NULL , +[employee_op_user] nvarchar(32) NULL , +[employee_op_date] datetime NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'填表日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'填表日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'sys_org_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'sys_company_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'employee_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'姓名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'姓名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'employee_depart')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_depart' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_depart' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'employee_job')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'职务' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_job' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'职务' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_job' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'employee_birthday')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'生日' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_birthday' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'生日' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_birthday' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'employee_origin')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'籍贯' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_origin' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'籍贯' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_origin' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'employee_degree')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'学历' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_degree' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'学历' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_degree' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'employee_identification')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'身份证' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_identification' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'身份证' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_identification' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'employee_entry_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'入职日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_entry_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'入职日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_entry_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'employee_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'工号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'工号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'employee_phone')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'手机' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_phone' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'手机' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_phone' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'employee_mail')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'邮箱' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_mail' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'邮箱' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_mail' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'employee_msn')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'MSN' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_msn' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'MSN' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_msn' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'hr_pic')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'照片' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'hr_pic' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'照片' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'hr_pic' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'hr_archives')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'档案表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'hr_archives' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'档案表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'hr_archives' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'hr_identification')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'身份证' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'hr_identification' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'身份证' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'hr_identification' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'hr_degree')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'学位证' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'hr_degree' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'学位证' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'hr_degree' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'hr_other')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'其他证件' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'hr_other' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'其他证件' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'hr_other' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'hr_tel')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'分配电话' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'hr_tel' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'分配电话' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'hr_tel' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'hr_op_user')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'经办人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'hr_op_user' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'经办人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'hr_op_user' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'hr_op_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'hr_op_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'hr_op_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'depart_opinion')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'部门意见' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'depart_opinion' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'部门意见' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'depart_opinion' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'depart_op_user')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'经办人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'depart_op_user' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'经办人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'depart_op_user' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'depart_op_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'depart_op_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'depart_op_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'manager_opinion')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'总经理意见' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'manager_opinion' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'总经理意见' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'manager_opinion' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'manager_op_user')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'经办人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'manager_op_user' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'经办人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'manager_op_user' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'manager_op_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'manager_op_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'manager_op_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'employee_opinion')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'新员工意见' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_opinion' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'新员工意见' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_opinion' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'employee_op_user')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'经办人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_op_user' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'经办人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_op_user' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_entry', +'COLUMN', N'employee_op_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_op_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_entry' +, @level2type = 'COLUMN', @level2name = N'employee_op_date' +GO + +-- ---------------------------- +-- Records of jform_employee_entry +-- ---------------------------- +INSERT INTO [dbo].[jform_employee_entry] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [employee_name], [employee_depart], [employee_job], [employee_birthday], [employee_origin], [employee_degree], [employee_identification], [employee_entry_date], [employee_code], [employee_phone], [employee_mail], [employee_msn], [hr_pic], [hr_archives], [hr_identification], [hr_degree], [hr_other], [hr_tel], [hr_op_user], [hr_op_date], [depart_opinion], [depart_op_user], [depart_op_date], [manager_opinion], [manager_op_user], [manager_op_date], [employee_opinion], [employee_op_user], [employee_op_date]) VALUES (N'4028138151aef50c0151aef50c260000', N'管理员', N'admin', N'2015-12-17 00:00:00.000', N'管理员', N'admin', N'2015-12-18 00:00:00.000', N'A02', N'A0', N'张三', N'技术', N'java开发', N'2010-12-17 00:00:00.000', N'北京', N'本科', N'111111111111111', N'2015-12-17 00:00:00.000', N'U0000001', N'18500000000', N'zhangsan@jeecg.com', N'zhangsan@jeecg.cm', N'N', N'N', N'Y', N'Y', N'1', N'2', N'hr', N'2015-12-17 00:00:00.000', N'同意!', N'部门领导', N'2015-12-17 00:00:00.000', N'同意!', N'总经理领导', N'2015-12-17 00:00:00.000', N'努力工作!', N'张三', N'2015-12-17 00:00:00.000') +GO +GO +INSERT INTO [dbo].[jform_employee_entry] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [employee_name], [employee_depart], [employee_job], [employee_birthday], [employee_origin], [employee_degree], [employee_identification], [employee_entry_date], [employee_code], [employee_phone], [employee_mail], [employee_msn], [hr_pic], [hr_archives], [hr_identification], [hr_degree], [hr_other], [hr_tel], [hr_op_user], [hr_op_date], [depart_opinion], [depart_op_user], [depart_op_date], [manager_opinion], [manager_op_user], [manager_op_date], [employee_opinion], [employee_op_user], [employee_op_date]) VALUES (N'4028138151aef50c0151af24ee4f0002', null, null, N'2015-12-17 00:00:00.000', N'管理员', N'admin', N'2015-12-17 00:00:00.000', null, null, N'李四', N'技术', N'Java开发', N'2015-12-01 00:00:00.000', N'北京', N'专科', N'11111111111111', N'2015-12-17 00:00:00.000', N'U00000002', N'13400000000', N'lisi@jeecg.com', N'lisi@jeecg.com', N'N', N'N', N'N', N'N', null, null, N'hr', N'2015-12-17 00:00:00.000', N'OK!!!!', N'部门领导', N'2015-12-17 00:00:00.000', N'OK!!!!', N'总经理领导', N'2015-12-17 00:00:00.000', N'Yes!!!', N'李四', N'2015-12-17 00:00:00.000') +GO +GO +INSERT INTO [dbo].[jform_employee_entry] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [employee_name], [employee_depart], [employee_job], [employee_birthday], [employee_origin], [employee_degree], [employee_identification], [employee_entry_date], [employee_code], [employee_phone], [employee_mail], [employee_msn], [hr_pic], [hr_archives], [hr_identification], [hr_degree], [hr_other], [hr_tel], [hr_op_user], [hr_op_date], [depart_opinion], [depart_op_user], [depart_op_date], [manager_opinion], [manager_op_user], [manager_op_date], [employee_opinion], [employee_op_user], [employee_op_date]) VALUES (N'4028138151b461e80151b461e86a0000', null, null, N'2015-12-18 00:00:00.000', N'管理员', N'admin', N'2015-12-23 00:00:00.000', null, null, N'王五', N'技术', N'java', N'2015-12-01 00:00:00.000', N'北京', N'本科', N'11111111', N'2015-12-25 00:00:00.000', N'U0000003', N'13611111111', N'wangwu@jeecg.com', N'wangwu@jeecg.com', N'N', N'N', N'N', N'N', null, null, null, null, null, null, null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[jform_employee_entry] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [employee_name], [employee_depart], [employee_job], [employee_birthday], [employee_origin], [employee_degree], [employee_identification], [employee_entry_date], [employee_code], [employee_phone], [employee_mail], [employee_msn], [hr_pic], [hr_archives], [hr_identification], [hr_degree], [hr_other], [hr_tel], [hr_op_user], [hr_op_date], [depart_opinion], [depart_op_user], [depart_op_date], [manager_opinion], [manager_op_user], [manager_op_date], [employee_opinion], [employee_op_user], [employee_op_date]) VALUES (N'4028ef81552637e901552637e98b0000', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null) +GO +GO + +-- ---------------------------- +-- Table structure for jform_employee_leave +-- ---------------------------- +DROP TABLE [dbo].[jform_employee_leave] +GO +CREATE TABLE [dbo].[jform_employee_leave] ( +[id] nvarchar(36) NOT NULL , +[name] nvarchar(100) NULL , +[apply_date] datetime NULL , +[duty] nvarchar(100) NULL , +[leave_category] nvarchar(100) NULL , +[leave_reason] nvarchar(100) NULL , +[leave_start_date] datetime NULL , +[leave_end_date] datetime NULL , +[total] int NULL , +[contact_way] nvarchar(20) NULL , +[duty_deputy] nvarchar(100) NULL , +[leader_approval] nvarchar(50) NULL , +[dept_principal_approval] nvarchar(50) NULL , +[hr_principal_approval] nvarchar(50) NULL , +[hr_records] nvarchar(50) NULL , +[department] nvarchar(50) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_leave', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_leave', +'COLUMN', N'name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_leave', +'COLUMN', N'apply_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'申请日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'apply_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'申请日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'apply_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_leave', +'COLUMN', N'duty')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'职务' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'duty' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'职务' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'duty' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_leave', +'COLUMN', N'leave_category')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'请假类别' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'leave_category' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'请假类别' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'leave_category' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_leave', +'COLUMN', N'leave_reason')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'请假原因' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'leave_reason' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'请假原因' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'leave_reason' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_leave', +'COLUMN', N'leave_start_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'请假开始时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'leave_start_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'请假开始时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'leave_start_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_leave', +'COLUMN', N'leave_end_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'请假结束时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'leave_end_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'请假结束时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'leave_end_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_leave', +'COLUMN', N'total')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'共计' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'total' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'共计' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'total' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_leave', +'COLUMN', N'contact_way')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'紧急联系方式' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'contact_way' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'紧急联系方式' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'contact_way' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_leave', +'COLUMN', N'duty_deputy')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'批定职务代理人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'duty_deputy' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'批定职务代理人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'duty_deputy' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_leave', +'COLUMN', N'leader_approval')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'直接主管审批' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'leader_approval' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'直接主管审批' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'leader_approval' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_leave', +'COLUMN', N'dept_principal_approval')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'部门负责人审批' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'dept_principal_approval' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'部门负责人审批' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'dept_principal_approval' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_leave', +'COLUMN', N'hr_principal_approval')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'HR负责人审批' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'hr_principal_approval' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'HR负责人审批' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'hr_principal_approval' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_leave', +'COLUMN', N'hr_records')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'行政部备案' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'hr_records' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'行政部备案' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'hr_records' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_leave', +'COLUMN', N'department')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'department' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_leave' +, @level2type = 'COLUMN', @level2name = N'department' +GO + +-- ---------------------------- +-- Records of jform_employee_leave +-- ---------------------------- +INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'1', N'qiao', null, null, null, null, null, null, null, null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'4028efa2521a91c701521a91c77d0000', N'阿巧', N'2016-01-06 00:00:00.000', N'java开发', N'事假', N'回家', N'2016-01-06 00:00:00.000', N'2016-01-14 00:00:00.000', N'22', N'15110089792', N'刘旭生', N'刘旭生', N'刘旭生', N'刘旭生', N'10001', null) +GO +GO + +-- ---------------------------- +-- Table structure for jform_employee_meals_cost +-- ---------------------------- +DROP TABLE [dbo].[jform_employee_meals_cost] +GO +CREATE TABLE [dbo].[jform_employee_meals_cost] ( +[id] nvarchar(36) NOT NULL , +[fk_id] nvarchar(36) NULL , +[meals_date] datetime NULL , +[meals_cost] decimal(7,2) NULL , +[meals_addr] nvarchar(100) NULL , +[meals_number] int NULL , +[comments] nvarchar(100) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_meals_cost', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_meals_cost', +'COLUMN', N'fk_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'外键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' +, @level2type = 'COLUMN', @level2name = N'fk_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'外键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' +, @level2type = 'COLUMN', @level2name = N'fk_id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_meals_cost', +'COLUMN', N'meals_cost')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'餐费' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' +, @level2type = 'COLUMN', @level2name = N'meals_cost' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'餐费' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' +, @level2type = 'COLUMN', @level2name = N'meals_cost' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_meals_cost', +'COLUMN', N'meals_addr')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'吃饭地点' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' +, @level2type = 'COLUMN', @level2name = N'meals_addr' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'吃饭地点' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' +, @level2type = 'COLUMN', @level2name = N'meals_addr' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_meals_cost', +'COLUMN', N'meals_number')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'同行人数' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' +, @level2type = 'COLUMN', @level2name = N'meals_number' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'同行人数' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' +, @level2type = 'COLUMN', @level2name = N'meals_number' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_meals_cost', +'COLUMN', N'comments')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'备注' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' +, @level2type = 'COLUMN', @level2name = N'comments' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'备注' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_meals_cost' +, @level2type = 'COLUMN', @level2name = N'comments' +GO + +-- ---------------------------- +-- Records of jform_employee_meals_cost +-- ---------------------------- +INSERT INTO [dbo].[jform_employee_meals_cost] ([id], [fk_id], [meals_date], [meals_cost], [meals_addr], [meals_number], [comments]) VALUES (N'4028ef8154f799780154f79a19b90003', N'4028ef81536003710153600400740004', null, null, null, null, null) +GO +GO + +-- ---------------------------- +-- Table structure for jform_employee_other_cost +-- ---------------------------- +DROP TABLE [dbo].[jform_employee_other_cost] +GO +CREATE TABLE [dbo].[jform_employee_other_cost] ( +[id] nvarchar(36) NOT NULL , +[fk_id] nvarchar(36) NULL , +[item] nvarchar(20) NULL , +[cost] decimal(7,2) NULL , +[begin_time] datetime NULL , +[end_time] datetime NULL , +[comments] nvarchar(100) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_other_cost', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_other_cost', +'COLUMN', N'fk_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'外键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' +, @level2type = 'COLUMN', @level2name = N'fk_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'外键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' +, @level2type = 'COLUMN', @level2name = N'fk_id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_other_cost', +'COLUMN', N'item')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'事项' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' +, @level2type = 'COLUMN', @level2name = N'item' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'事项' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' +, @level2type = 'COLUMN', @level2name = N'item' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_other_cost', +'COLUMN', N'cost')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'费用' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' +, @level2type = 'COLUMN', @level2name = N'cost' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'费用' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' +, @level2type = 'COLUMN', @level2name = N'cost' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_other_cost', +'COLUMN', N'begin_time')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'开始时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' +, @level2type = 'COLUMN', @level2name = N'begin_time' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'开始时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' +, @level2type = 'COLUMN', @level2name = N'begin_time' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_other_cost', +'COLUMN', N'end_time')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'结束时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' +, @level2type = 'COLUMN', @level2name = N'end_time' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'结束时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' +, @level2type = 'COLUMN', @level2name = N'end_time' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_other_cost', +'COLUMN', N'comments')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'备注' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' +, @level2type = 'COLUMN', @level2name = N'comments' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'备注' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_other_cost' +, @level2type = 'COLUMN', @level2name = N'comments' +GO + +-- ---------------------------- +-- Records of jform_employee_other_cost +-- ---------------------------- +INSERT INTO [dbo].[jform_employee_other_cost] ([id], [fk_id], [item], [cost], [begin_time], [end_time], [comments]) VALUES (N'4028ef8154f799780154f79a19840002', N'4028ef81536003710153600400740004', null, null, null, null, null) +GO +GO + +-- ---------------------------- +-- Table structure for jform_employee_resignation +-- ---------------------------- +DROP TABLE [dbo].[jform_employee_resignation] +GO +CREATE TABLE [dbo].[jform_employee_resignation] ( +[id] nvarchar(36) NOT NULL , +[create_name] nvarchar(50) NULL , +[create_by] nvarchar(50) NULL , +[create_date] datetime NULL , +[update_name] nvarchar(50) NULL , +[update_by] nvarchar(50) NULL , +[update_date] datetime NULL , +[sys_org_code] nvarchar(50) NULL , +[sys_company_code] nvarchar(50) NULL , +[name] nvarchar(32) NULL , +[code] nvarchar(32) NULL , +[job] nvarchar(32) NULL , +[join_time] datetime NULL , +[out_type] nvarchar(32) NULL , +[apply_out_time] datetime NULL , +[out_time] datetime NULL , +[id_card] nvarchar(32) NULL , +[out_content] nvarchar(200) NULL , +[out_reason] nvarchar(100) NULL , +[interview_record] nvarchar(100) NULL , +[office_change] nvarchar(100) NULL , +[hr_check] nvarchar(32) NULL , +[should_send_salary] float(53) NULL , +[should_deduct_pay] float(53) NULL , +[pay] float(53) NULL , +[get_time] datetime NULL , +[boss_check] nvarchar(32) NULL , +[description] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'sys_org_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'sys_company_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'姓名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'姓名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'员工编号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'员工编号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'job')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'职务' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'job' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'职务' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'job' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'join_time')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'入职时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'join_time' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'入职时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'join_time' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'out_type')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'离职方式' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'out_type' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'离职方式' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'out_type' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'apply_out_time')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'申请离职日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'apply_out_time' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'申请离职日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'apply_out_time' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'out_time')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'正式离职日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'out_time' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'正式离职日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'out_time' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'id_card')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'身份证编号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'id_card' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'身份证编号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'id_card' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'out_content')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'离职须知' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'out_content' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'离职须知' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'out_content' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'out_reason')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'离职原因' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'out_reason' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'离职原因' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'out_reason' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'interview_record')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'面谈记录' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'interview_record' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'面谈记录' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'interview_record' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'office_change')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'办公物品移交' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'office_change' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'办公物品移交' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'office_change' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'hr_check')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'人力资源部审核' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'hr_check' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'人力资源部审核' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'hr_check' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'should_send_salary')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'应发薪资' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'should_send_salary' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'应发薪资' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'should_send_salary' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'should_deduct_pay')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'应扣薪资' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'should_deduct_pay' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'应扣薪资' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'should_deduct_pay' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'pay')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'实发薪资' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'pay' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'实发薪资' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'pay' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'get_time')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'领取日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'get_time' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'领取日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'get_time' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'boss_check')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'总经理审批' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'boss_check' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'总经理审批' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'boss_check' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_employee_resignation', +'COLUMN', N'description')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'说明' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'description' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'说明' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_employee_resignation' +, @level2type = 'COLUMN', @level2name = N'description' +GO + +-- ---------------------------- +-- Records of jform_employee_resignation +-- ---------------------------- +INSERT INTO [dbo].[jform_employee_resignation] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [name], [code], [job], [join_time], [out_type], [apply_out_time], [out_time], [id_card], [out_content], [out_reason], [interview_record], [office_change], [hr_check], [should_send_salary], [should_deduct_pay], [pay], [get_time], [boss_check], [description]) VALUES (N'4028ef81536380d90153639400990004', null, null, null, null, null, null, null, null, N'12', N'12', N'12', N'2016-03-11 00:00:00.000', N'cigong', N'2016-03-11 00:00:00.000', N'2016-03-11 00:00:00.000', N'12', N'12', N'12', N'12', N'12', null, N'12', N'12', null, null, null, null) +GO +GO + +-- ---------------------------- +-- Table structure for jform_graphreport_head +-- ---------------------------- +DROP TABLE [dbo].[jform_graphreport_head] +GO +CREATE TABLE [dbo].[jform_graphreport_head] ( +[id] nvarchar(36) NOT NULL , +[cgr_sql] nvarchar(MAX) NOT NULL , +[code] nvarchar(36) NOT NULL , +[content] nvarchar(1000) NOT NULL , +[name] nvarchar(100) NOT NULL , +[ytext] nvarchar(100) NOT NULL , +[categories] nvarchar(1000) NOT NULL , +[is_show_list] nvarchar(5) NULL , +[x_page_js] nvarchar(MAX) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_head', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_head', +'COLUMN', N'cgr_sql')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'查询数据SQL' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' +, @level2type = 'COLUMN', @level2name = N'cgr_sql' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'查询数据SQL' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' +, @level2type = 'COLUMN', @level2name = N'cgr_sql' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_head', +'COLUMN', N'code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'编码' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' +, @level2type = 'COLUMN', @level2name = N'code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'编码' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' +, @level2type = 'COLUMN', @level2name = N'code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_head', +'COLUMN', N'content')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'描述' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' +, @level2type = 'COLUMN', @level2name = N'content' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'描述' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' +, @level2type = 'COLUMN', @level2name = N'content' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_head', +'COLUMN', N'name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' +, @level2type = 'COLUMN', @level2name = N'name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' +, @level2type = 'COLUMN', @level2name = N'name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_head', +'COLUMN', N'ytext')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'y轴文字' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' +, @level2type = 'COLUMN', @level2name = N'ytext' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'y轴文字' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' +, @level2type = 'COLUMN', @level2name = N'ytext' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_head', +'COLUMN', N'categories')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'x轴数据' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' +, @level2type = 'COLUMN', @level2name = N'categories' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'x轴数据' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' +, @level2type = 'COLUMN', @level2name = N'categories' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_head', +'COLUMN', N'is_show_list')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'是否显示明细' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' +, @level2type = 'COLUMN', @level2name = N'is_show_list' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'是否显示明细' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' +, @level2type = 'COLUMN', @level2name = N'is_show_list' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_head', +'COLUMN', N'x_page_js')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'扩展JS' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' +, @level2type = 'COLUMN', @level2name = N'x_page_js' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'扩展JS' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_head' +, @level2type = 'COLUMN', @level2name = N'x_page_js' +GO + +-- ---------------------------- +-- Records of jform_graphreport_head +-- ---------------------------- +INSERT INTO [dbo].[jform_graphreport_head] ([id], [cgr_sql], [code], [content], [name], [ytext], [categories], [is_show_list], [x_page_js]) VALUES (N'402881e64ca71152014ca71152480000', N'select a.userid, count(*) ct, sum(case when right(logcontent, 4) in (''登录成功'', ''cess'') then 1 else 0 end) login_count from t_s_log a where {operatetime} group by a.userid order by ct desc', N'yhcztj', N'用户操作统计', N'用户操作统计', N'操作次数', N'userid', N'Y', N'function getTotalRows(totalRows) { + return [''ct'', ''login_count'']; +}') +GO +GO + +-- ---------------------------- +-- Table structure for jform_graphreport_item +-- ---------------------------- +DROP TABLE [dbo].[jform_graphreport_item] +GO +CREATE TABLE [dbo].[jform_graphreport_item] ( +[id] nvarchar(36) NOT NULL , +[search_flag] nvarchar(2) NULL , +[search_mode] nvarchar(10) NULL , +[cgreport_head_id] nvarchar(36) NULL , +[dict_code] nvarchar(500) NULL , +[field_href] nvarchar(120) NULL , +[field_name] nvarchar(36) NULL , +[field_txt] nvarchar(1000) NULL , +[field_type] nvarchar(10) NULL , +[is_show] nvarchar(5) NULL , +[order_num] int NULL , +[replace_va] nvarchar(36) NULL , +[is_graph] nvarchar(5) NULL , +[graph_type] nvarchar(50) NULL , +[graph_name] nvarchar(100) NULL , +[tab_name] nvarchar(50) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_item', +NULL, NULL)) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'jform_graphreport_item' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'jform_graphreport_item' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_item', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_item', +'COLUMN', N'search_flag')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'是否查询' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'search_flag' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'是否查询' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'search_flag' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_item', +'COLUMN', N'search_mode')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'查询模式' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'search_mode' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'查询模式' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'search_mode' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_item', +'COLUMN', N'cgreport_head_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'cgreportHeadId' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'cgreport_head_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'cgreportHeadId' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'cgreport_head_id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_item', +'COLUMN', N'dict_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'字典Code' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'dict_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'字典Code' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'dict_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_item', +'COLUMN', N'field_href')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'字段href' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'field_href' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'字段href' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'field_href' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_item', +'COLUMN', N'field_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'字段名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'field_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'字段名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'field_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_item', +'COLUMN', N'field_txt')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'字段文本' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'field_txt' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'字段文本' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'field_txt' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_item', +'COLUMN', N'field_type')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'字段类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'field_type' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'字段类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'field_type' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_item', +'COLUMN', N'is_show')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'是否显示' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'is_show' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'是否显示' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'is_show' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_item', +'COLUMN', N'order_num')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'排序' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'order_num' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'排序' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'order_num' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_item', +'COLUMN', N'replace_va')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'取值表达式' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'replace_va' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'取值表达式' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'replace_va' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_item', +'COLUMN', N'is_graph')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'显示图表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'is_graph' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'显示图表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'is_graph' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_item', +'COLUMN', N'graph_type')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'图表类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'graph_type' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'图表类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'graph_type' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_item', +'COLUMN', N'graph_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'图表名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'graph_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'图表名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'graph_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_graphreport_item', +'COLUMN', N'tab_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'标签名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'tab_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'标签名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_graphreport_item' +, @level2type = 'COLUMN', @level2name = N'tab_name' +GO + +-- ---------------------------- +-- Records of jform_graphreport_item +-- ---------------------------- +INSERT INTO [dbo].[jform_graphreport_item] ([id], [search_flag], [search_mode], [cgreport_head_id], [dict_code], [field_href], [field_name], [field_txt], [field_type], [is_show], [order_num], [replace_va], [is_graph], [graph_type], [graph_name], [tab_name]) VALUES (N'402881e44cd2a0c2014cd2a0c29d0000', N'Y', N'single', N'402881e64ca71152014ca71152480000', N'', N'', N'ct', N'操作次数', N'Integer', N'Y', N'1', N'}}}}}}}}', N'Y', N'column', N'操作次数', N'柱状图') +GO +GO +INSERT INTO [dbo].[jform_graphreport_item] ([id], [search_flag], [search_mode], [cgreport_head_id], [dict_code], [field_href], [field_name], [field_txt], [field_type], [is_show], [order_num], [replace_va], [is_graph], [graph_type], [graph_name], [tab_name]) VALUES (N'402881e44cd2a0c2014cd2af45210001', N'N', N'single', N'402881e64ca71152014ca71152480000', N'', N'', N'ct', N'操作次数', N'Integer', N'N', N'5', N'}}', N'Y', N'spline', N'操作次数', N'曲线图') +GO +GO +INSERT INTO [dbo].[jform_graphreport_item] ([id], [search_flag], [search_mode], [cgreport_head_id], [dict_code], [field_href], [field_name], [field_txt], [field_type], [is_show], [order_num], [replace_va], [is_graph], [graph_type], [graph_name], [tab_name]) VALUES (N'402881e44cd2a0c2014cd2af45550002', N'Y', N'single', N'402881e64ca71152014ca71152480000', N'', N'', N'login_count', N'登录次数', N'Integer', N'N', N'6', N'}}', N'Y', N'spline', N'登录次数', N'曲线图') +GO +GO +INSERT INTO [dbo].[jform_graphreport_item] ([id], [search_flag], [search_mode], [cgreport_head_id], [dict_code], [field_href], [field_name], [field_txt], [field_type], [is_show], [order_num], [replace_va], [is_graph], [graph_type], [graph_name], [tab_name]) VALUES (N'402881e64ca71152014ca711527c0001', N'Y', N'single', N'402881e64ca71152014ca71152480000', N'select id ''key'', realname ''value'' from t_s_base_user', N'', N'userid', N'用户', N'String', N'Y', N'0', N'}}}}}}}}}}}}}}}}}}}}}}}}', N'N', N'spline', N'用户', N'') +GO +GO +INSERT INTO [dbo].[jform_graphreport_item] ([id], [search_flag], [search_mode], [cgreport_head_id], [dict_code], [field_href], [field_name], [field_txt], [field_type], [is_show], [order_num], [replace_va], [is_graph], [graph_type], [graph_name], [tab_name]) VALUES (N'402881e64ca71152014ca71152a90002', N'N', N'group', N'402881e64ca71152014ca71152480000', N'', N'', N'login_count', N'登录次数', N'Integer', N'Y', N'2', N'}}}}}}}}}}}}}}}}}}}}}}}}', N'Y', N'column', N'登录次数', N'柱状图') +GO +GO +INSERT INTO [dbo].[jform_graphreport_item] ([id], [search_flag], [search_mode], [cgreport_head_id], [dict_code], [field_href], [field_name], [field_txt], [field_type], [is_show], [order_num], [replace_va], [is_graph], [graph_type], [graph_name], [tab_name]) VALUES (N'402881e64ca7adc7014ca7adc75a0000', N'Y', N'group', N'402881e64ca71152014ca71152480000', N'', N'', N'operatetime', N'操作日期', N'Date', N'N', N'3', N'}}}}}}}}}}}}}}', N'N', N'spline', N'', N'') +GO +GO + +-- ---------------------------- +-- Table structure for jform_leave +-- ---------------------------- +DROP TABLE [dbo].[jform_leave] +GO +CREATE TABLE [dbo].[jform_leave] ( +[id] nvarchar(36) NOT NULL , +[title] nvarchar(50) NULL , +[people] nvarchar(20) NULL , +[sex] nvarchar(10) NULL , +[begindate] datetime NULL , +[enddate] datetime NULL , +[day_num] int NULL , +[hol_dept] nvarchar(32) NULL , +[hol_reson] nvarchar(255) NULL , +[dep_leader] nvarchar(20) NULL , +[content] nvarchar(255) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_leave', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_leave' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_leave' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_leave', +'COLUMN', N'title')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'请假标题' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_leave' +, @level2type = 'COLUMN', @level2name = N'title' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'请假标题' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_leave' +, @level2type = 'COLUMN', @level2name = N'title' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_leave', +'COLUMN', N'people')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'请假人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_leave' +, @level2type = 'COLUMN', @level2name = N'people' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'请假人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_leave' +, @level2type = 'COLUMN', @level2name = N'people' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_leave', +'COLUMN', N'sex')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'性别' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_leave' +, @level2type = 'COLUMN', @level2name = N'sex' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'性别' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_leave' +, @level2type = 'COLUMN', @level2name = N'sex' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_leave', +'COLUMN', N'begindate')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'请假开始时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_leave' +, @level2type = 'COLUMN', @level2name = N'begindate' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'请假开始时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_leave' +, @level2type = 'COLUMN', @level2name = N'begindate' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_leave', +'COLUMN', N'enddate')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'请假结束时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_leave' +, @level2type = 'COLUMN', @level2name = N'enddate' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'请假结束时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_leave' +, @level2type = 'COLUMN', @level2name = N'enddate' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_leave', +'COLUMN', N'day_num')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'请假天数' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_leave' +, @level2type = 'COLUMN', @level2name = N'day_num' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'请假天数' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_leave' +, @level2type = 'COLUMN', @level2name = N'day_num' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_leave', +'COLUMN', N'hol_dept')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_leave' +, @level2type = 'COLUMN', @level2name = N'hol_dept' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_leave' +, @level2type = 'COLUMN', @level2name = N'hol_dept' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_leave', +'COLUMN', N'hol_reson')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'请假原因' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_leave' +, @level2type = 'COLUMN', @level2name = N'hol_reson' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'请假原因' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_leave' +, @level2type = 'COLUMN', @level2name = N'hol_reson' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_leave', +'COLUMN', N'dep_leader')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'部门审批人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_leave' +, @level2type = 'COLUMN', @level2name = N'dep_leader' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'部门审批人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_leave' +, @level2type = 'COLUMN', @level2name = N'dep_leader' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_leave', +'COLUMN', N'content')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'部门审批意见' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_leave' +, @level2type = 'COLUMN', @level2name = N'content' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'部门审批意见' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_leave' +, @level2type = 'COLUMN', @level2name = N'content' +GO + +-- ---------------------------- +-- Records of jform_leave +-- ---------------------------- +INSERT INTO [dbo].[jform_leave] ([id], [title], [people], [sex], [begindate], [enddate], [day_num], [hol_dept], [hol_reson], [dep_leader], [content]) VALUES (N'4028ef815374112b015374112b620000', N'请假出差', N'李四', N'0', N'2016-03-31 00:00:00.000', N'2016-03-17 15:39:41.000', null, N'402880e447e99cf10147e9a03b320003', N'12', N'12', N'12') +GO +GO + +-- ---------------------------- +-- Table structure for jform_order_customer +-- ---------------------------- +DROP TABLE [dbo].[jform_order_customer] +GO +CREATE TABLE [dbo].[jform_order_customer] ( +[id] nvarchar(36) NOT NULL , +[name] nvarchar(32) NULL , +[money] real NULL , +[sex] nvarchar(4) NULL , +[telphone] nvarchar(32) NULL , +[fk_id] nvarchar(36) NOT NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_order_customer', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_customer' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_customer' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_order_customer', +'COLUMN', N'name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'客户名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_customer' +, @level2type = 'COLUMN', @level2name = N'name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'客户名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_customer' +, @level2type = 'COLUMN', @level2name = N'name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_order_customer', +'COLUMN', N'money')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'单价' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_customer' +, @level2type = 'COLUMN', @level2name = N'money' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'单价' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_customer' +, @level2type = 'COLUMN', @level2name = N'money' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_order_customer', +'COLUMN', N'sex')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'性别' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_customer' +, @level2type = 'COLUMN', @level2name = N'sex' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'性别' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_customer' +, @level2type = 'COLUMN', @level2name = N'sex' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_order_customer', +'COLUMN', N'telphone')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'电话' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_customer' +, @level2type = 'COLUMN', @level2name = N'telphone' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'电话' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_customer' +, @level2type = 'COLUMN', @level2name = N'telphone' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_order_customer', +'COLUMN', N'fk_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'外键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_customer' +, @level2type = 'COLUMN', @level2name = N'fk_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'外键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_customer' +, @level2type = 'COLUMN', @level2name = N'fk_id' +GO + +-- ---------------------------- +-- Records of jform_order_customer +-- ---------------------------- +INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id]) VALUES (N'402880e64e3d271b014e3d2c023b000a', N'李四', N'200', null, null, N'402880e64e3d271b014e3d2c02240009') +GO +GO +INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id]) VALUES (N'402880e64e3d271b014e3d2c024d000b', N'张三', N'100', null, null, N'402880e64e3d271b014e3d2c02240009') +GO +GO +INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id]) VALUES (N'402880e64f4526c8014f4526c8f40001', N'2', N'2', N'2', N'2', N'402880e64f4526c8014f4526c88c0000') +GO +GO +INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id]) VALUES (N'402880e64f4526c8014f4526c9200002', N'1', N'1', N'1', N'1', N'402880e64f4526c8014f4526c88c0000') +GO +GO +INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id]) VALUES (N'402894815113a1bd015113a80a120006', N'NO2', N'11', N'1', N'11', N'402894815113a1bd015113a80a110005') +GO +GO +INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id]) VALUES (N'40289481513290650151329324a20008', N'22', N'22', null, N'22', N'402894815132906501513293249f0006') +GO +GO +INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id]) VALUES (N'4028ef81536003710153600371ec0001', N'1', N'1', N'1', N'1', N'4028ef81536003710153600371320000') +GO +GO +INSERT INTO [dbo].[jform_order_customer] ([id], [name], [money], [sex], [telphone], [fk_id]) VALUES (N'4028ef815373fddd015374035a640004', N'2', N'2', null, null, N'4028ef815373fddd015374035a3e0003') +GO +GO + +-- ---------------------------- +-- Table structure for jform_order_main +-- ---------------------------- +DROP TABLE [dbo].[jform_order_main] +GO +CREATE TABLE [dbo].[jform_order_main] ( +[id] nvarchar(36) NOT NULL , +[order_code] nvarchar(50) NULL , +[order_date] datetime NULL , +[order_money] float(53) NULL , +[content] nvarchar(255) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_order_main', +'COLUMN', N'order_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'订单号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_main' +, @level2type = 'COLUMN', @level2name = N'order_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'订单号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_main' +, @level2type = 'COLUMN', @level2name = N'order_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_order_main', +'COLUMN', N'order_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'订单日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_main' +, @level2type = 'COLUMN', @level2name = N'order_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'订单日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_main' +, @level2type = 'COLUMN', @level2name = N'order_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_order_main', +'COLUMN', N'order_money')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'订单金额' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_main' +, @level2type = 'COLUMN', @level2name = N'order_money' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'订单金额' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_main' +, @level2type = 'COLUMN', @level2name = N'order_money' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_order_main', +'COLUMN', N'content')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'备注' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_main' +, @level2type = 'COLUMN', @level2name = N'content' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'备注' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_main' +, @level2type = 'COLUMN', @level2name = N'content' +GO + +-- ---------------------------- +-- Records of jform_order_main +-- ---------------------------- +INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content]) VALUES (N'402880e64e3d271b014e3d2c02240009', N'张代浩', N'2015-06-29 00:00:00.000', N'10000', N'采购办公设备') +GO +GO +INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content]) VALUES (N'402880e64f4526c8014f4526c88c0000', N'管理员,张代浩', N'2015-08-27 00:00:00.000', N'100', N'12') +GO +GO +INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content]) VALUES (N'402894815113a1bd015113a80a110005', N'scott', N'2015-11-18 00:00:00.000', N'11', N'11') +GO +GO +INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content]) VALUES (N'402894815132906501513293249f0006', N'admin', N'2015-11-23 00:00:00.000', N'3232', N'2323') +GO +GO +INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content]) VALUES (N'4028ef81536003710153600371320000', N'张代浩', N'2016-03-10 00:00:00.000', N'1', N'1') +GO +GO +INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content]) VALUES (N'4028ef815373fddd015374035a3e0003', N'张代浩', N'2016-03-14 00:00:00.000', N'12', N'1') +GO +GO + +-- ---------------------------- +-- Table structure for jform_order_ticket +-- ---------------------------- +DROP TABLE [dbo].[jform_order_ticket] +GO +CREATE TABLE [dbo].[jform_order_ticket] ( +[id] nvarchar(36) NOT NULL , +[ticket_code] nvarchar(100) NOT NULL , +[tickect_date] datetime NULL , +[fck_id] nvarchar(36) NOT NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_order_ticket', +'COLUMN', N'ticket_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'航班号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_ticket' +, @level2type = 'COLUMN', @level2name = N'ticket_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'航班号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_ticket' +, @level2type = 'COLUMN', @level2name = N'ticket_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_order_ticket', +'COLUMN', N'tickect_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'航班时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_ticket' +, @level2type = 'COLUMN', @level2name = N'tickect_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'航班时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_ticket' +, @level2type = 'COLUMN', @level2name = N'tickect_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_order_ticket', +'COLUMN', N'fck_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'外键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_ticket' +, @level2type = 'COLUMN', @level2name = N'fck_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'外键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_order_ticket' +, @level2type = 'COLUMN', @level2name = N'fck_id' +GO + +-- ---------------------------- +-- Records of jform_order_ticket +-- ---------------------------- +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880e64e3d271b014e3d2c025f000c', N'A02', N'2015-06-25 10:36:08.000', N'402880e64e3d271b014e3d2c02240009') +GO +GO +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880e64e3d271b014e3d2c026e000d', N'A01', N'2015-06-29 10:35:40.000', N'402880e64e3d271b014e3d2c02240009') +GO +GO +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880e64f4526c8014f4526c9350003', N'2', N'2015-08-20 16:50:02.000', N'402880e64f4526c8014f4526c88c0000') +GO +GO +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880e64f4526c8014f4526c9580004', N'1', N'2015-08-07 16:49:59.000', N'402880e64f4526c8014f4526c88c0000') +GO +GO +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402894815113a1bd015113a80a130007', N'NOO111', N'2015-11-28 12:20:30.000', N'402894815113a1bd015113a80a110005') +GO +GO +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'40289481513290650151329324a00007', N'22', N'2015-11-18 12:21:13.000', N'402894815132906501513293249f0006') +GO +GO +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'4028ef815360037101536003724c0002', N'2', N'2016-03-10 18:12:25.000', N'4028ef81536003710153600371320000') +GO +GO +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'4028ef81536003710153600372940003', N'1', N'2016-03-10 18:12:21.000', N'4028ef81536003710153600371320000') +GO +GO +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'4028ef815373fddd015374035a9d0005', N'1', N'2016-03-14 15:24:39.000', N'4028ef815373fddd015374035a3e0003') +GO +GO + +-- ---------------------------- +-- Table structure for jform_price1 +-- ---------------------------- +DROP TABLE [dbo].[jform_price1] +GO +CREATE TABLE [dbo].[jform_price1] ( +[id] nvarchar(36) NOT NULL , +[a] float(53) NOT NULL , +[b1] float(53) NOT NULL , +[b11] nvarchar(100) NOT NULL , +[b12] nvarchar(100) NOT NULL , +[b13] nvarchar(100) NOT NULL , +[b2] float(53) NOT NULL , +[b3] float(53) NOT NULL , +[b31] nvarchar(100) NOT NULL , +[b32] nvarchar(100) NOT NULL , +[b33] nvarchar(100) NOT NULL , +[c1] float(53) NOT NULL , +[c2] float(53) NOT NULL , +[c3] float(53) NOT NULL , +[d] int NOT NULL , +[d1] nvarchar(MAX) NOT NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_price1', +'COLUMN', N'a')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'机构合计' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'a' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'机构合计' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'a' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_price1', +'COLUMN', N'b1')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'行政小计' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'b1' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'行政小计' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'b1' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_price1', +'COLUMN', N'b11')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'行政省' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'b11' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'行政省' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'b11' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_price1', +'COLUMN', N'b12')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'行政市' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'b12' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'行政市' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'b12' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_price1', +'COLUMN', N'b13')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'行政县' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'b13' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'行政县' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'b13' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_price1', +'COLUMN', N'b2')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'事业合计' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'b2' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'事业合计' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'b2' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_price1', +'COLUMN', N'b3')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'参公小计' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'b3' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'参公小计' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'b3' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_price1', +'COLUMN', N'b31')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'参公省' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'b31' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'参公省' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'b31' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_price1', +'COLUMN', N'b32')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'参公市' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'b32' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'参公市' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'b32' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_price1', +'COLUMN', N'b33')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'参公县' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'b33' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'参公县' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'b33' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_price1', +'COLUMN', N'c1')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'全额拨款' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'c1' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'全额拨款' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'c1' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_price1', +'COLUMN', N'c2')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'差额拨款' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'c2' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'差额拨款' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'c2' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_price1', +'COLUMN', N'c3')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'自收自支' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'c3' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'自收自支' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'c3' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_price1', +'COLUMN', N'd')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'经费合计' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'd' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'经费合计' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'd' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_price1', +'COLUMN', N'd1')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'机构资质' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'd1' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'机构资质' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_price1' +, @level2type = 'COLUMN', @level2name = N'd1' +GO + +-- ---------------------------- +-- Records of jform_price1 +-- ---------------------------- + +-- ---------------------------- +-- Table structure for jform_resume_degree_info +-- ---------------------------- +DROP TABLE [dbo].[jform_resume_degree_info] +GO +CREATE TABLE [dbo].[jform_resume_degree_info] ( +[id] nvarchar(36) NOT NULL , +[resume_id] nvarchar(36) NULL , +[begin_date] datetime NULL , +[end_date] datetime NULL , +[school_name] nvarchar(100) NULL , +[major] nvarchar(100) NULL , +[degree] nvarchar(30) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_degree_info', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_degree_info', +'COLUMN', N'resume_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'简历主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' +, @level2type = 'COLUMN', @level2name = N'resume_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'简历主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' +, @level2type = 'COLUMN', @level2name = N'resume_id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_degree_info', +'COLUMN', N'begin_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'开始时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' +, @level2type = 'COLUMN', @level2name = N'begin_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'开始时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' +, @level2type = 'COLUMN', @level2name = N'begin_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_degree_info', +'COLUMN', N'end_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'结束时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' +, @level2type = 'COLUMN', @level2name = N'end_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'结束时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' +, @level2type = 'COLUMN', @level2name = N'end_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_degree_info', +'COLUMN', N'school_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'学校名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' +, @level2type = 'COLUMN', @level2name = N'school_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'学校名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' +, @level2type = 'COLUMN', @level2name = N'school_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_degree_info', +'COLUMN', N'major')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'专业' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' +, @level2type = 'COLUMN', @level2name = N'major' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'专业' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' +, @level2type = 'COLUMN', @level2name = N'major' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_degree_info', +'COLUMN', N'degree')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'学历' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' +, @level2type = 'COLUMN', @level2name = N'degree' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'学历' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_degree_info' +, @level2type = 'COLUMN', @level2name = N'degree' +GO + +-- ---------------------------- +-- Records of jform_resume_degree_info +-- ---------------------------- +INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'4028ef8155bf28d40155bf2a510f000b', N'4028ef815360037101536015fbe40007', N'2016-03-01 00:00:00.000', N'2016-03-10 00:00:00.000', N'清华大学', N'计算机', N'本科') +GO +GO +INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'4028ef8155bf28d40155bf2a512e000c', N'4028ef815360037101536015fbe40007', N'2016-03-31 00:00:00.000', N'2016-03-31 00:00:00.000', N'123', N'123', N'123') +GO +GO + +-- ---------------------------- +-- Table structure for jform_resume_exp_info +-- ---------------------------- +DROP TABLE [dbo].[jform_resume_exp_info] +GO +CREATE TABLE [dbo].[jform_resume_exp_info] ( +[id] nvarchar(36) NOT NULL , +[resume_id] nvarchar(36) NULL , +[begin_date] datetime NULL , +[end_date] datetime NULL , +[company_name] nvarchar(200) NULL , +[depart_name] nvarchar(100) NULL , +[post] nvarchar(50) NULL , +[experience] nvarchar(2000) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_exp_info', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_exp_info', +'COLUMN', N'resume_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'简历信息表ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' +, @level2type = 'COLUMN', @level2name = N'resume_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'简历信息表ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' +, @level2type = 'COLUMN', @level2name = N'resume_id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_exp_info', +'COLUMN', N'begin_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'开始日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' +, @level2type = 'COLUMN', @level2name = N'begin_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'开始日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' +, @level2type = 'COLUMN', @level2name = N'begin_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_exp_info', +'COLUMN', N'end_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'结束日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' +, @level2type = 'COLUMN', @level2name = N'end_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'结束日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' +, @level2type = 'COLUMN', @level2name = N'end_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_exp_info', +'COLUMN', N'company_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'公司名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' +, @level2type = 'COLUMN', @level2name = N'company_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'公司名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' +, @level2type = 'COLUMN', @level2name = N'company_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_exp_info', +'COLUMN', N'depart_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'部门名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' +, @level2type = 'COLUMN', @level2name = N'depart_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'部门名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' +, @level2type = 'COLUMN', @level2name = N'depart_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_exp_info', +'COLUMN', N'post')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'职位' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' +, @level2type = 'COLUMN', @level2name = N'post' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'职位' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' +, @level2type = 'COLUMN', @level2name = N'post' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_exp_info', +'COLUMN', N'experience')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'工作描述' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' +, @level2type = 'COLUMN', @level2name = N'experience' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'工作描述' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_exp_info' +, @level2type = 'COLUMN', @level2name = N'experience' +GO + +-- ---------------------------- +-- Records of jform_resume_exp_info +-- ---------------------------- +INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028ef81547f9ad401547fd02fb40012', null, N'2016-05-05 00:00:00.000', N'2016-05-05 00:00:00.000', N'99', N'99', N'99', N'99') +GO +GO +INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028ef8155bf28d40155bf2a50cc0009', N'4028ef815360037101536015fbe40007', N'2016-03-10 00:00:00.000', N'2016-03-10 00:00:00.000', N'北京软件', N'研发部', N'高级', N'研究工作机器人') +GO +GO +INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028ef8155bf28d40155bf2a50ec000a', N'4028ef815360037101536015fbe40007', N'2016-04-01 00:00:00.000', N'2016-04-01 00:00:00.000', N'1', N'1', N'1', N'1') +GO +GO + +-- ---------------------------- +-- Table structure for jform_resume_info +-- ---------------------------- +DROP TABLE [dbo].[jform_resume_info] +GO +CREATE TABLE [dbo].[jform_resume_info] ( +[id] nvarchar(36) NOT NULL , +[name] nvarchar(50) NULL , +[sex] nvarchar(10) NULL , +[birthday] datetime NULL , +[telnum] nvarchar(30) NULL , +[email] nvarchar(50) NULL , +[degree] nvarchar(50) NULL , +[workyear] nvarchar(20) NULL , +[cardid] nvarchar(200) NULL , +[habitation] nvarchar(100) NULL , +[residence] nvarchar(100) NULL , +[salary] nvarchar(20) NULL , +[work_place] nvarchar(50) NULL , +[work_type] nvarchar(50) NULL , +[arrival_time] datetime NULL , +[introduction] nvarchar(500) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_info', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_info', +'COLUMN', N'name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'姓名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'姓名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_info', +'COLUMN', N'sex')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'性别' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'sex' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'性别' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'sex' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_info', +'COLUMN', N'birthday')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'生日' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'birthday' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'生日' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'birthday' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_info', +'COLUMN', N'telnum')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'电话号码' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'telnum' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'电话号码' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'telnum' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_info', +'COLUMN', N'email')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'电子邮箱' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'email' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'电子邮箱' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'email' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_info', +'COLUMN', N'degree')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'最高学历' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'degree' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'最高学历' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'degree' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_info', +'COLUMN', N'workyear')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'工作年限' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'workyear' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'工作年限' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'workyear' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_info', +'COLUMN', N'cardid')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'身份证号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'cardid' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'身份证号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'cardid' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_info', +'COLUMN', N'habitation')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'现居地' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'habitation' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'现居地' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'habitation' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_info', +'COLUMN', N'residence')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'户口所在地' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'residence' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'户口所在地' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'residence' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_info', +'COLUMN', N'salary')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'期望薪资' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'salary' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'期望薪资' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'salary' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_info', +'COLUMN', N'work_place')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'期望工作地点' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'work_place' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'期望工作地点' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'work_place' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_info', +'COLUMN', N'work_type')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'工作类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'work_type' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'工作类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'work_type' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_info', +'COLUMN', N'arrival_time')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'到岗时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'arrival_time' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'到岗时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'arrival_time' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_resume_info', +'COLUMN', N'introduction')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'自我评价' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'introduction' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'自我评价' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_resume_info' +, @level2type = 'COLUMN', @level2name = N'introduction' +GO + +-- ---------------------------- +-- Records of jform_resume_info +-- ---------------------------- +INSERT INTO [dbo].[jform_resume_info] ([id], [name], [sex], [birthday], [telnum], [email], [degree], [workyear], [cardid], [habitation], [residence], [salary], [work_place], [work_type], [arrival_time], [introduction]) VALUES (N'4028ef815360037101536015fbe40007', N'张三', N'1', N'2016-03-10 00:00:00.000', N'18611788888', N'123@123.com', N'本科', N'5', N'345215468545454545,345215468545454545,345215468545454545,345215468545454545,345215468545454545,345215468545454545,345215468545454545,345215468545454545', N'北京,北京,北京,北京,北京,北京,北京,北京', null, N'8000', N'北京', N'软件开发', N'2016-03-31 00:00:00.000', N'很好') +GO +GO + +-- ---------------------------- +-- Table structure for jform_tree +-- ---------------------------- +DROP TABLE [dbo].[jform_tree] +GO +CREATE TABLE [dbo].[jform_tree] ( +[id] nvarchar(36) NOT NULL , +[create_name] nvarchar(50) NULL , +[create_by] nvarchar(50) NULL , +[create_date] datetime NULL , +[update_name] nvarchar(50) NULL , +[update_by] nvarchar(50) NULL , +[update_date] datetime NULL , +[name] nvarchar(32) NULL , +[father_id] nvarchar(32) NULL , +[age] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_tree', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_tree', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_tree', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_tree', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_tree', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_tree', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_tree', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_tree', +'COLUMN', N'name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'物料编码' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'物料编码' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_tree', +'COLUMN', N'father_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'父ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'father_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'父ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'father_id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_tree', +'COLUMN', N'age')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'age' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'age' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'age' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'age' +GO + +-- ---------------------------- +-- Records of jform_tree +-- ---------------------------- +INSERT INTO [dbo].[jform_tree] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [name], [father_id], [age]) VALUES (N'4028ef81552e09fd01552e10fb280001', N'管理员', N'admin', N'2016-06-08 00:00:00.000', null, null, null, N'99', null, N'999') +GO +GO +INSERT INTO [dbo].[jform_tree] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [name], [father_id], [age]) VALUES (N'4028ef81552e09fd01552e110d510002', N'管理员', N'admin', N'2016-06-08 00:00:00.000', N'管理员', N'admin', N'2016-06-08 00:00:00.000', N'66', N'4028ef81552e09fd01552e10fb280001', N'66') +GO +GO +INSERT INTO [dbo].[jform_tree] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [name], [father_id], [age]) VALUES (N'4028ef8155c4a6480155c4a6481e0000', N'管理员', N'admin', N'2016-07-07 00:00:00.000', N'管理员', N'admin', N'2016-07-07 00:00:00.000', N'333', N'4028ef81552e09fd01552e10fb280001', N'333') +GO +GO + +-- ---------------------------- +-- Table structure for jp_demo_activity +-- ---------------------------- +DROP TABLE [dbo].[jp_demo_activity] +GO +CREATE TABLE [dbo].[jp_demo_activity] ( +[id] nvarchar(32) NOT NULL , +[name] nvarchar(100) NOT NULL , +[begin_time] datetime NULL , +[end_time] datetime NULL , +[hdurl] nvarchar(300) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_demo_activity', +NULL, NULL)) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'红包活动表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_activity' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'红包活动表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_activity' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_demo_activity', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_activity' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_activity' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_demo_activity', +'COLUMN', N'name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'活动名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_activity' +, @level2type = 'COLUMN', @level2name = N'name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'活动名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_activity' +, @level2type = 'COLUMN', @level2name = N'name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_demo_activity', +'COLUMN', N'begin_time')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'活动开始时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_activity' +, @level2type = 'COLUMN', @level2name = N'begin_time' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'活动开始时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_activity' +, @level2type = 'COLUMN', @level2name = N'begin_time' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_demo_activity', +'COLUMN', N'end_time')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N' 活动结束时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_activity' +, @level2type = 'COLUMN', @level2name = N'end_time' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N' 活动结束时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_activity' +, @level2type = 'COLUMN', @level2name = N'end_time' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_demo_activity', +'COLUMN', N'hdurl')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'入口地址' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_activity' +, @level2type = 'COLUMN', @level2name = N'hdurl' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'入口地址' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_activity' +, @level2type = 'COLUMN', @level2name = N'hdurl' +GO + +-- ---------------------------- +-- Records of jp_demo_activity +-- ---------------------------- +INSERT INTO [dbo].[jp_demo_activity] ([id], [name], [begin_time], [end_time], [hdurl]) VALUES (N'95B6BF61945043039008299AA53A2991', N'2', N'2016-03-26 15:50:32.000', N'2016-03-26 15:50:34.000', N'2') +GO +GO +INSERT INTO [dbo].[jp_demo_activity] ([id], [name], [begin_time], [end_time], [hdurl]) VALUES (N'DEBCE74A2E87406EBA557748BE0FA700', N'1', N'2016-04-10 14:33:50.000', N'2016-04-10 14:33:52.000', N'1') +GO +GO +INSERT INTO [dbo].[jp_demo_activity] ([id], [name], [begin_time], [end_time], [hdurl]) VALUES (N'F4EAEF41A7DF4B59AE9A41455E1643F9', N'3', N'2016-06-30 23:52:20.000', N'2016-06-30 23:52:21.000', N'3') +GO +GO + +-- ---------------------------- +-- Table structure for jp_demo_auth +-- ---------------------------- +DROP TABLE [dbo].[jp_demo_auth] +GO +CREATE TABLE [dbo].[jp_demo_auth] ( +[id] bigint NOT NULL , +[auth_id] nvarchar(32) NOT NULL , +[auth_name] nvarchar(100) NULL , +[auth_type] nvarchar(2) NULL , +[auth_contr] nvarchar(256) NULL , +[parent_auth_id] nchar(12) NULL , +[leaf_ind] nchar(2) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_demo_auth', +NULL, NULL)) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'运营系统权限表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_auth' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'运营系统权限表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_auth' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_demo_auth', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'序号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_auth' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'序号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_auth' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_demo_auth', +'COLUMN', N'auth_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'权限编码' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_auth' +, @level2type = 'COLUMN', @level2name = N'auth_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'权限编码' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_auth' +, @level2type = 'COLUMN', @level2name = N'auth_id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_demo_auth', +'COLUMN', N'auth_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'权限名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_auth' +, @level2type = 'COLUMN', @level2name = N'auth_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'权限名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_auth' +, @level2type = 'COLUMN', @level2name = N'auth_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_demo_auth', +'COLUMN', N'auth_type')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'权限类型 0:菜单;1:功能' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_auth' +, @level2type = 'COLUMN', @level2name = N'auth_type' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'权限类型 0:菜单;1:功能' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_auth' +, @level2type = 'COLUMN', @level2name = N'auth_type' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_demo_auth', +'COLUMN', N'auth_contr')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'权限控制' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_auth' +, @level2type = 'COLUMN', @level2name = N'auth_contr' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'权限控制' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_auth' +, @level2type = 'COLUMN', @level2name = N'auth_contr' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_demo_auth', +'COLUMN', N'parent_auth_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'上一级权限编码' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_auth' +, @level2type = 'COLUMN', @level2name = N'parent_auth_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'上一级权限编码' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_auth' +, @level2type = 'COLUMN', @level2name = N'parent_auth_id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_demo_auth', +'COLUMN', N'leaf_ind')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'是否叶子节点' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_auth' +, @level2type = 'COLUMN', @level2name = N'leaf_ind' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'是否叶子节点' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_demo_auth' +, @level2type = 'COLUMN', @level2name = N'leaf_ind' +GO + +-- ---------------------------- +-- Records of jp_demo_auth +-- ---------------------------- +INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'1', N'21', N'系统管理', N'0', null, null, N'N ') +GO +GO +INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'2', N'2101', N'用户管理', N'0', N'/system/back/jwSystemUser/list.do', N'21 ', N'Y ') +GO +GO +INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'3', N'210101', N'新增用户', N'1', N'/system/back/jwSystemUser/doAdd.do', N'2101 ', N'Y ') +GO +GO +INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'4', N'210102', N'编辑用户', N'1', N'/system/back/jwSystemUser/doEdit.do', N'2101 ', N'Y ') +GO +GO +INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'5', N'2102', N'角色管理', N'0', N'/system/back/jwSystemRole/list.do', N'21 ', N'Y ') +GO +GO +INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'6', N'210201', N'新增角色', N'1', N'/system/back/jwSystemRole/doAdd.do', N'2102 ', N'Y ') +GO +GO +INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'7', N'210202', N'编辑角色', N'1', N'/system/back/jwSystemRole/doEdit.do', N'2102 ', N'Y ') +GO +GO +INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'8', N'210203', N'角色授权', N'1', N'/system/back/jwSystemRole/editRoleAuth.do', N'2102 ', N'Y ') +GO +GO +INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'9', N'210204', N'删除角色', N'1', N'/system/back/jwSystemRole/doDelete.do', N'2102 ', N'Y ') +GO +GO +INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'10', N'2103', N'权限管理', N'0', N'/system/back/jwSystemAuth/list.do', N'21 ', N'Y ') +GO +GO +INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'11', N'210301', N'新增权限', N'1', N'/system/back/jwSystemAuth/doAdd.do', N'2103 ', N'Y ') +GO +GO +INSERT INTO [dbo].[jp_demo_auth] ([id], [auth_id], [auth_name], [auth_type], [auth_contr], [parent_auth_id], [leaf_ind]) VALUES (N'12', N'210302', N'编辑权限', N'1', N'/system/back/jwSystemAuth/doEdit.do1', N'2103 ', N'Y ') +GO +GO + +-- ---------------------------- +-- Table structure for jp_inner_mail +-- ---------------------------- +DROP TABLE [dbo].[jp_inner_mail] +GO +CREATE TABLE [dbo].[jp_inner_mail] ( +[id] nvarchar(36) NOT NULL , +[create_name] nvarchar(50) NULL , +[create_by] nvarchar(50) NULL , +[create_date] datetime NULL , +[title] nvarchar(100) NULL , +[attachment] nvarchar(1000) NULL , +[content] nvarchar(MAX) NULL , +[status] nvarchar(50) NULL , +[receiver_names] nvarchar(300) NULL , +[receiver_ids] nvarchar(300) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_inner_mail', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_inner_mail', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_inner_mail', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_inner_mail', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_inner_mail', +'COLUMN', N'title')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主题' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail' +, @level2type = 'COLUMN', @level2name = N'title' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主题' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail' +, @level2type = 'COLUMN', @level2name = N'title' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_inner_mail', +'COLUMN', N'attachment')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'附件' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail' +, @level2type = 'COLUMN', @level2name = N'attachment' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'附件' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail' +, @level2type = 'COLUMN', @level2name = N'attachment' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_inner_mail', +'COLUMN', N'content')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'内容' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail' +, @level2type = 'COLUMN', @level2name = N'content' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'内容' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail' +, @level2type = 'COLUMN', @level2name = N'content' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_inner_mail', +'COLUMN', N'status')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'状态' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail' +, @level2type = 'COLUMN', @level2name = N'status' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'状态' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail' +, @level2type = 'COLUMN', @level2name = N'status' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_inner_mail', +'COLUMN', N'receiver_names')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'接收者姓名列表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail' +, @level2type = 'COLUMN', @level2name = N'receiver_names' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'接收者姓名列表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail' +, @level2type = 'COLUMN', @level2name = N'receiver_names' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_inner_mail', +'COLUMN', N'receiver_ids')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'收件人标识列表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail' +, @level2type = 'COLUMN', @level2name = N'receiver_ids' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'收件人标识列表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail' +, @level2type = 'COLUMN', @level2name = N'receiver_ids' +GO + +-- ---------------------------- +-- Records of jp_inner_mail +-- ---------------------------- +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'295A4C4021DD4E17AC2D453013A1E21F', N'管理员', N'admin', null, N'121', null, N'2121212', N'02', N'管理员', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'3A230A6CC3544E1B9D941136ACBB4E1B', N'管理员', N'admin', null, N'1212', null, N' + 121212 + ', N'02', N'demo,张三,管理员,张代浩', N'') +GO +GO +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'3C5E246D939545069FAB2DFD0D4B0474', N'张三', N'lisi', null, N'JEECG云插件中心', null, N'

JEECG云插件中心

技术交流

+ + ', N'01', N'管理员', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153a650060153a653262c0010', N'管理员', N'admin', N'2016-03-24 09:53:00.000', N'123123', null, N'

123123123123

', N'02', N'张代浩', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153a650060153a6533a640013', N'管理员', N'admin', N'2016-03-24 09:53:05.000', N'123123', null, N'

123123123123

', N'02', N'张代浩', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153a650060153a6559ff80020', N'张代浩', N'scott', N'2016-03-24 09:55:42.000', N'222', null, N'

222

', N'02', N'张代浩', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153bad3530153badd38820001', N'管理员', N'admin', N'2016-03-28 09:36:13.000', N'12', null, N'

12

', N'02', N'张三,管理员', N'4028ef81538330cd01538333b7bc0001,8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153bad3530153badd64510004', N'管理员', N'admin', N'2016-03-28 09:36:24.000', N'12', null, N'

1212

', N'02', N'张三', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153c5a4860153c5cb3997000d', N'管理员', N'admin', N'2016-03-30 12:32:23.000', N'1231', null, N'

23

', N'02', N'张三', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153c5a4860153c5cb5957000f', N'管理员', N'admin', N'2016-03-30 12:32:31.000', N'123', null, N'

123

', N'02', N'demo', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153c5a4860153c5cb63570011', N'管理员', N'admin', N'2016-03-30 12:32:34.000', N'123', null, N'

123

', N'02', N'demo', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8153fe51210153fe5df3bd0001', N'管理员', N'admin', N'2016-04-10 12:11:23.000', N'112', null, N'

Jeecg-P3 1.0 版本发布,插件开发框架

特点:业务组件以JAR方式提供,插件模式、松耦合、可插拔、支持独立部署,也可以无缝集成Jeecg平台中。

【架构说明】

1.Jeecg-P3 采用SpringMvc + Minidao + Velocity + Maven(构建) 框架技术
+2.插件引入方式
+    pom.xml文件中,引入新开发的插件
+    <!-- P3 jar -->
+    <dependency>
+        <groupId>org.p3framework</groupId>
+        <artifactId>jeecg-p3-biz-demo</artifactId>
+        <version>1.0.0</version>
+    </dependency>
+3.项目启动访问方式:
+  采用maven方式,启动Web项目
+  http://localhost/jeecg-p3-web/{页面访问地址}
+4.页面层面不能采用jsp,需要采用模板语言Velocity
+5.插件式开发,每个业务组件以jar包方式提供
+6.数据库配置文件:
+  jeecg-p3-web/src/main/resources/dbconfig.properties

【项目说明】

jeecg-p3-web      | 启动主项目
+jeecg-p3-biz-demo | 插件项目Demo

【开发入门】

☆准备工作:
+    1.标准开发工具:eclipse + jdk7 + tomcat7 + mysql
+    2.项目为maven工程,采用maven方式导入eclipse等IDE开发工具 
+
+☆快捷启动:
+    第一步:创建Mysql数据库jeecg-p3,采用UTF-8编码,执行下面数据库脚本
+            jeecg-p3-web/doc/sql/jeecg-p3-mysql.sql
+    第二步:双击运行jeecg-p3-web\bin\run-tomcat7.bat或bin\run-tomcat.bat,
+            启动Web服务器(第一次运行,需要下载依赖jar包,请耐心等待)。
+    第三步:测试访问地址
+            1. http://localhost/jeecg-p3-web/p3/wxActInvite.do?list
+            2. http://localhost/jeecg-p3-web/p3/auth.do?list    
+
+☆Eclipse运行步骤:
+    第一步:创建Mysql数据库jeecg-p3,采用UTF-8编码,执行下面数据库脚本
+            jeecg-p3-web/doc/sql/jeecg-p3-mysql.sql
+    第二步:采用maven方式启动项目 (jeecg-p3-web)
+            项目右建->debug as->debug configurations->选中jeecg-p3-web项目->输入命令:tomcat:run
+            注意:[1].update snapshots需要选中,官方会不断更新底层包
+                  [2].插件项目不能单独启动,需以maven方式引入jeecg-p3-web项目中,启动web主项目
+    第四步:测试访问地址
+            1. http://localhost/jeecg-p3-web/p3/wxActInvite.do?list
+            2. http://localhost/jeecg-p3-web/p3/auth.do?list

【代码生成器】

1.工具类:jeecg-p3-web/src/main/java/util/P3CodeGenerateUtil.java
+2.配置文件:jeecg-p3-web/src/main/resources/p3-cg-config.properties

技术交流


', N'02', N'张代浩', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef81540325190154032622320002', N'管理员', N'admin', N'2016-04-11 10:28:31.000', N'121212', null, N'

此版本是一个扁平化UI风格版,提供4套风格供客户选择,让我们共同期待后续版本的到来

  1. ACE扁平化风格;

  2. 代码生成器,支持restful后台代码生成;

  3. Online表单提供对外HTTP接口;

  4. 用户,角色,组织机构,导入功能;

  5. 多附件上传报错处理;

  6. 查询过滤器查询报错处理;

  7. online代码生成器支持bootstrap表单风格生成;

  8. online代码生成器支持上传组件生成;

  9. 升级minidao;

  10. 在线文档管理;

  11. 邮件管理;

  12. 封装标签:用户标签,组织机构标签;

  13. 移动报表展示;

  14. 插件演示;


', N'02', N'张代浩', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8154032519015403287cc9000c', N'张代浩', N'scott', N'2016-04-11 10:31:05.000', N'测试邮件', null, N'

测试邮件

', N'01', N'管理员', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'46604968EFE1483481BE6EDAFC657CBC', N'管理员', N'admin', N'2016-07-17 22:41:40.000', N'12', null, N' + 12 + ', N'01', N'张代浩', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'5F99D18C7CED41D0BF5DB9B351D5522E', N'管理员', N'admin', null, N'1212', null, N'1212121212', N'02', N'张三,管理员', N'4028ef81538330cd01538333b7bc0001,8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'771A39B4BB924C62B718B067A0189C72', N'张三', N'lisi', null, N'测试草稿', null, N' + 测试草稿 + + + ', N'01', N'管理员', N'') +GO +GO +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'80683B1F97844A209D665B601B302E36', N'张三', N'lisi', null, N'测试草稿功能', null, N' + 测试草稿功能测试草稿功能 + + + ', N'01', N'管理员', N'') +GO +GO +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'87702BA292984B1CBBB3BC34D097F9D6', N'管理员', N'admin', null, N'123123', null, N'1231231233123', N'02', N'管理员', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'A1606A71E238407F9911692132B73617', N'张三', N'lisi', null, N'999999999999', null, N' + 99999999999999999999 + ', N'02', N'管理员', N'') +GO +GO +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'B4CC1059FDA6440F96FB3FFDE63ABAA9', N'管理员', N'admin', null, N'1222', null, N' + 1212 + ', N'02', N'管理员', N'') +GO +GO +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'CAB308BF489144AD8842667CC741D453', N'管理员', N'admin', N'2016-07-18 16:54:13.000', N'12', null, N'12', N'01', N'张代浩', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO + +-- ---------------------------- +-- Table structure for jp_inner_mail_attach +-- ---------------------------- +DROP TABLE [dbo].[jp_inner_mail_attach] +GO +CREATE TABLE [dbo].[jp_inner_mail_attach] ( +[id] nvarchar(32) NOT NULL , +[mailid] nvarchar(32) NULL +) + + +GO + +-- ---------------------------- +-- Records of jp_inner_mail_attach +-- ---------------------------- +INSERT INTO [dbo].[jp_inner_mail_attach] ([id], [mailid]) VALUES (N'4028ef8153a650060153a65327350012', N'4028ef8153a650060153a653262c0010') +GO +GO + +-- ---------------------------- +-- Table structure for jp_inner_mail_receiver +-- ---------------------------- +DROP TABLE [dbo].[jp_inner_mail_receiver] +GO +CREATE TABLE [dbo].[jp_inner_mail_receiver] ( +[id] nvarchar(36) NOT NULL , +[create_date] datetime NULL , +[update_date] datetime NULL , +[mail_id] nvarchar(36) NULL , +[user_id] nvarchar(36) NULL , +[status] nvarchar(50) NULL , +[isdelete] nchar(2) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_inner_mail_receiver', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_inner_mail_receiver', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_inner_mail_receiver', +'COLUMN', N'mail_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'邮件标识' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' +, @level2type = 'COLUMN', @level2name = N'mail_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'邮件标识' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' +, @level2type = 'COLUMN', @level2name = N'mail_id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_inner_mail_receiver', +'COLUMN', N'user_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'收件人标识' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' +, @level2type = 'COLUMN', @level2name = N'user_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'收件人标识' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' +, @level2type = 'COLUMN', @level2name = N'user_id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jp_inner_mail_receiver', +'COLUMN', N'status')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'收件状态' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' +, @level2type = 'COLUMN', @level2name = N'status' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'收件状态' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jp_inner_mail_receiver' +, @level2type = 'COLUMN', @level2name = N'status' +GO + +-- ---------------------------- +-- Records of jp_inner_mail_receiver +-- ---------------------------- +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'136EE823A5DD4D2395DCDED8C265341E', N'2016-07-11 12:00:54.000', null, N'A1606A71E238407F9911692132B73617', N'', N'00', null) +GO +GO +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'1FDD5896D66E48EFBC704D7AE7FFF9D8', N'2016-07-17 22:41:07.000', N'2016-07-17 22:41:07.000', N'F18E57AA6E004CF18C50578BBB38F1F9', N'8a8ab0b246dc81120146dc81819d0053', N'00', N'0 ') +GO +GO +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef8153c5a4860153c5caa3bd0006', N'2016-03-30 12:31:45.000', null, N'4028ef8153c5a4860153c5caa2f90005', N'4028ef81538330cd01538333b7bc0001', N'00', null) +GO +GO +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef8153c5a4860153c5cb10d60008', N'2016-03-30 12:32:13.000', null, N'4028ef8153c5a4860153c5cb108a0007', N'4028ef81538330cd01538333b7bc0001', N'00', null) +GO +GO +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef8153c5a4860153c5cb2133000a', N'2016-03-30 12:32:17.000', null, N'4028ef8153c5a4860153c5cb20fc0009', N'4028ef81538330cd01538333b7bc0001', N'00', null) +GO +GO +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef8153c5a4860153c5cb3169000c', N'2016-03-30 12:32:21.000', null, N'4028ef8153c5a4860153c5cb3124000b', N'4028ef81538330cd01538333b7bc0001', N'00', null) +GO +GO +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef8153c5a4860153c5cb59b00010', N'2016-03-30 12:32:31.000', null, N'4028ef8153c5a4860153c5cb5957000f', N'402880e74d75c4dd014d75d44af30005', N'00', null) +GO +GO +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef8153c5a4860153c5cb639b0012', N'2016-03-30 12:32:34.000', null, N'4028ef8153c5a4860153c5cb63570011', N'402880e74d75c4dd014d75d44af30005', N'00', null) +GO +GO +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef8153d1be5b0153d1c8c0130005', N'2016-04-01 20:25:07.000', null, N'4028ef8153d1be5b0153d1c8bf3c0004', N'4028ef81538330cd01538333b7bc0001', N'00', null) +GO +GO +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef815400c2c6015400c483940002', N'2016-04-10 23:22:39.000', null, N'4028ef815400c2c6015400c482260001', N'8a8ab0b246dc81120146dc81819d0053', N'00', null) +GO +GO +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef815400c2c6015400c5600d000a', N'2016-04-10 23:23:35.000', null, N'4028ef8153c5a4860153c5ca58540003', N'8a8ab0b246dc81120146dc8181950052', N'00', null) +GO +GO +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef81540325190154032660880004', N'2016-04-11 10:28:47.000', null, N'4028ef81540325190154032622320002', N'8a8ab0b246dc81120146dc81819d0053', N'00', null) +GO +GO +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4028ef81540325190154032a238e001d', N'2016-04-11 10:32:53.000', null, N'4028ef8153a650060153a6559ff80020', N'8a8ab0b246dc81120146dc81819d0053', N'00', null) +GO +GO +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'4DE50EC2B9AC4D86B5DE2D36EE3B1B30', N'2016-07-05 14:48:40.000', null, N'BB3DF9C9437C4512923A9CE162B81A40', N'8a8ab0b246dc81120146dc8181950052', N'00', null) +GO +GO +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'598A0F12130145C898334BB3F51B8BFE', N'2016-07-05 14:22:13.000', null, N'B4CC1059FDA6440F96FB3FFDE63ABAA9', N'', N'00', null) +GO +GO +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'9E1214516ECE4DF38A652264E60F5EE8', N'2016-07-17 22:41:48.000', N'2016-07-17 22:42:52.000', N'46604968EFE1483481BE6EDAFC657CBC', N'8a8ab0b246dc81120146dc81819d0053', N'00', N'1 ') +GO +GO +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'9FC0C28ECE474448888B9E872DC3B72D', N'2016-07-05 14:40:15.000', null, N'3A230A6CC3544E1B9D941136ACBB4E1B', N'', N'00', null) +GO +GO +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'B3F28061CB534C419E36D9C1AB401052', N'2016-07-11 12:06:55.000', null, N'3C5E246D939545069FAB2DFD0D4B0474', N'8a8ab0b246dc81120146dc8181950052', N'00', null) +GO +GO +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'CAAC167F8FD442B38C5F2232DCA88460', N'2016-07-11 12:11:19.000', null, N'771A39B4BB924C62B718B067A0189C72', N'', N'00', null) +GO +GO +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'DDBDE922A4824DECACFE1F903D281535', N'2016-07-18 16:54:13.000', N'2016-07-18 16:54:13.000', N'CAB308BF489144AD8842667CC741D453', N'8a8ab0b246dc81120146dc81819d0053', N'00', N'0 ') +GO +GO +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'F35684BE071F40939155F4FBC844F040', N'2016-07-11 12:08:43.000', null, N'80683B1F97844A209D665B601B302E36', N'', N'00', null) +GO +GO + +-- ---------------------------- +-- Table structure for t_finance +-- ---------------------------- +DROP TABLE [dbo].[t_finance] +GO +CREATE TABLE [dbo].[t_finance] ( +[ID] nvarchar(32) NOT NULL , +[APPROFILETYPE] nvarchar(255) NULL , +[BUYMONEY] real NULL , +[BUYPROJECTNO] nvarchar(255) NULL , +[BUYPROJECTORG] nvarchar(255) NULL , +[BUYUSE] nvarchar(255) NULL , +[BUYYEAR] nvarchar(255) NULL , +[CATEGORY] nvarchar(255) NULL , +[COLLECTORG] nvarchar(255) NULL , +[EXPENSEACCOUNT] nvarchar(255) NULL , +[HAPPENYEAR] int NULL , +[MONEYAREA] nvarchar(255) NULL , +[MONEYSOURCE] nvarchar(255) NULL , +[MONEYTOTAL] real NULL , +[MONEYUSE] nvarchar(255) NULL , +[PAYTIME] datetime NULL , +[ZBWNO] nvarchar(255) NULL +) + + +GO + +-- ---------------------------- +-- Records of t_finance +-- ---------------------------- +INSERT INTO [dbo].[t_finance] ([ID], [APPROFILETYPE], [BUYMONEY], [BUYPROJECTNO], [BUYPROJECTORG], [BUYUSE], [BUYYEAR], [CATEGORY], [COLLECTORG], [EXPENSEACCOUNT], [HAPPENYEAR], [MONEYAREA], [MONEYSOURCE], [MONEYTOTAL], [MONEYUSE], [PAYTIME], [ZBWNO]) VALUES (N'4028ef8155103d070155103ee78e000a', N'', null, null, null, null, null, N'', N'', N'', null, null, null, null, null, null, N'') +GO +GO + +-- ---------------------------- +-- Table structure for t_finance_files +-- ---------------------------- +DROP TABLE [dbo].[t_finance_files] +GO +CREATE TABLE [dbo].[t_finance_files] ( +[id] nvarchar(32) NOT NULL , +[financeId] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_finance_files', +NULL, NULL)) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`id`) REFER `jeecg/t_s_attachment`(`ID`); (`financeId`)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_finance_files' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`id`) REFER `jeecg/t_s_attachment`(`ID`); (`financeId`)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_finance_files' +GO + +-- ---------------------------- +-- Records of t_finance_files +-- ---------------------------- +INSERT INTO [dbo].[t_finance_files] ([id], [financeId]) VALUES (N'4028ef8155103d070155103ee823000c', N'4028ef8155103d070155103ee78e000a') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_attachment +-- ---------------------------- +DROP TABLE [dbo].[t_s_attachment] +GO +CREATE TABLE [dbo].[t_s_attachment] ( +[ID] nvarchar(32) NOT NULL , +[attachmentcontent] varbinary(MAX) NULL , +[attachmenttitle] nvarchar(100) NULL , +[businesskey] nvarchar(32) NULL , +[createdate] datetime NULL , +[extend] nvarchar(32) NULL , +[note] nvarchar(MAX) NULL , +[realpath] nvarchar(100) NULL , +[subclassname] nvarchar(MAX) NULL , +[swfpath] nvarchar(MAX) NULL , +[BUSENTITYNAME] nvarchar(100) NULL , +[INFOTYPEID] nvarchar(32) NULL , +[USERID] nvarchar(32) NULL +) + + +GO + +-- ---------------------------- +-- Records of t_s_attachment +-- ---------------------------- +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028ef8153a650060153a65327350012', null, N'联通问题20160126', null, null, N'txt', null, N'upload/files/20160324095300cGLn1DMs.txt', null, N'upload/files/20160324095300cGLn1DMs.swf', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028ef8153cf9d710153cfa38ea10010', null, N'12', null, null, N'txt', null, N'upload/files/20160401102515OPXGG3yH.txt', null, N'upload/files/20160401102515OPXGG3yH.swf', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028ef8153cf9d710153cfa4a5cc0013', null, N'12', null, null, N'txt', null, N'upload/files/20160401102627O0dOFSea.txt', null, N'upload/files/20160401102627O0dOFSea.swf', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028ef81549a6bd301549a6cda7f0002', null, N'招聘', null, N'2016-05-10 19:28:25.000', N'txt', null, N'upload/files/201605101928256PPpKhRz.txt', N'org.jeecgframework.web.system.pojo.base.TSDocument', N'upload/files/201605101928256PPpKhRz.swf', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028ef815509d842015509e143280004', null, N'20160504-联通升级', null, null, N'txt', null, N'upload/files/20160601105325pLV33L00.txt', null, N'upload/files/20160601105325pLV33L00.swf', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028ef8155103d070155103ee823000c', null, N'联通微信清理数据脚本', null, null, N'txt', null, N'upload/files/20160602163326F3sM4W5u.txt', null, N'upload/files/20160602163326F3sM4W5u.swf', null, null, null) +GO +GO + +-- ---------------------------- +-- Table structure for t_s_base_user +-- ---------------------------- +DROP TABLE [dbo].[t_s_base_user] +GO +CREATE TABLE [dbo].[t_s_base_user] ( +[ID] nvarchar(32) NOT NULL , +[activitiSync] smallint NULL , +[browser] nvarchar(20) NULL , +[password] nvarchar(100) NULL , +[realname] nvarchar(50) NULL , +[signature] varbinary(MAX) NULL , +[status] smallint NULL , +[userkey] nvarchar(200) NULL , +[username] nvarchar(10) NOT NULL , +[departid] nvarchar(32) NULL , +[delete_flag] smallint NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_base_user', +NULL, NULL)) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`departid`) REFER `jeecg/t_s_depart`(`ID`)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_base_user' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`departid`) REFER `jeecg/t_s_depart`(`ID`)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_base_user' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_base_user', +'COLUMN', N'delete_flag')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'删除状态' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_base_user' +, @level2type = 'COLUMN', @level2name = N'delete_flag' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'删除状态' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_base_user' +, @level2type = 'COLUMN', @level2name = N'delete_flag' +GO + +-- ---------------------------- +-- Records of t_s_base_user +-- ---------------------------- +INSERT INTO [dbo].[t_s_base_user] ([ID], [activitiSync], [browser], [password], [realname], [signature], [status], [userkey], [username], [departid], [delete_flag]) VALUES (N'402880e74d75c4dd014d75d44af30005', null, null, N'deec3ebf23191eee', N'demo', null, N'1', N'demo', N'demo', null, N'0') +GO +GO +INSERT INTO [dbo].[t_s_base_user] ([ID], [activitiSync], [browser], [password], [realname], [signature], [status], [userkey], [username], [departid], [delete_flag]) VALUES (N'4028ef81538330cd01538333b7bc0001', null, null, N'fa83c6e9a2006c62', N'张三', null, N'1', N'普通用户', N'lisi', null, N'0') +GO +GO +INSERT INTO [dbo].[t_s_base_user] ([ID], [activitiSync], [browser], [password], [realname], [signature], [status], [userkey], [username], [departid], [delete_flag]) VALUES (N'8a8ab0b246dc81120146dc8181950052', null, null, N'c44b01947c9e6e3f', N'管理员', null, N'1', N'管理员', N'admin', N'8a8ab0b246dc81120146dc8180a20016', N'0') +GO +GO +INSERT INTO [dbo].[t_s_base_user] ([ID], [activitiSync], [browser], [password], [realname], [signature], [status], [userkey], [username], [departid], [delete_flag]) VALUES (N'8a8ab0b246dc81120146dc81819d0053', null, null, N'd47ca58189979651', N'张代浩', null, N'1', N'普通用户', N'scott', N'8a8ab0b246dc81120146dc8180bd0018', N'0') +GO +GO +INSERT INTO [dbo].[t_s_base_user] ([ID], [activitiSync], [browser], [password], [realname], [signature], [status], [userkey], [username], [departid], [delete_flag]) VALUES (N'8a8ab0b246dc81120146dc8181a10054', null, null, N'f2322ec2fb9f40d1', N'采购员', null, N'1', N'管理员', N'cgy', N'8a8ab0b246dc81120146dc8180a20016', N'1') +GO +GO +INSERT INTO [dbo].[t_s_base_user] ([ID], [activitiSync], [browser], [password], [realname], [signature], [status], [userkey], [username], [departid], [delete_flag]) VALUES (N'8a8ab0b246dc81120146dc8181a60055', N'1', null, N'a324509dc1a3089a', N'采购审批员', null, N'1', N'管理员', N'cgspy', N'8a8ab0b246dc81120146dc8180a20016', N'0') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_category +-- ---------------------------- +DROP TABLE [dbo].[t_s_category] +GO +CREATE TABLE [dbo].[t_s_category] ( +[id] nvarchar(36) NOT NULL , +[icon_id] nvarchar(32) NULL , +[code] nvarchar(32) NOT NULL , +[name] nvarchar(32) NOT NULL , +[create_name] nvarchar(50) NOT NULL , +[create_by] nvarchar(50) NOT NULL , +[create_date] datetime NOT NULL , +[update_name] nvarchar(50) NULL , +[update_by] nvarchar(50) NULL , +[update_date] datetime NULL , +[parent_id] nvarchar(32) NULL , +[sys_org_code] nvarchar(10) NOT NULL , +[sys_company_code] nvarchar(10) NOT NULL , +[PARENT_CODE] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_category', +NULL, NULL)) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'分类管理' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'分类管理' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_category', +'COLUMN', N'icon_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'图标地址' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +, @level2type = 'COLUMN', @level2name = N'icon_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'图标地址' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +, @level2type = 'COLUMN', @level2name = N'icon_id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_category', +'COLUMN', N'code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'类型编码' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +, @level2type = 'COLUMN', @level2name = N'code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'类型编码' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +, @level2type = 'COLUMN', @level2name = N'code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_category', +'COLUMN', N'name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'类型名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +, @level2type = 'COLUMN', @level2name = N'name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'类型名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +, @level2type = 'COLUMN', @level2name = N'name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_category', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_category', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_category', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_category', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_category', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_category', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_category', +'COLUMN', N'parent_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'上级ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +, @level2type = 'COLUMN', @level2name = N'parent_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'上级ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +, @level2type = 'COLUMN', @level2name = N'parent_id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_category', +'COLUMN', N'sys_org_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'机构' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'机构' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_category', +'COLUMN', N'sys_company_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_category' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +GO + +-- ---------------------------- +-- Records of t_s_category +-- ---------------------------- +INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d401526271b82b001f', N'8a8ab0b246dc81120146dc8180460000', N'A01', N'水果分类', N'管理员', N'admin', N'2016-01-21 12:29:25.000', null, null, null, null, N'A03', N'A0', null) +GO +GO +INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d401526271d2800021', N'8a8ab0b246dc81120146dc8180460000', N'A02', N'书籍分类', N'管理员', N'admin', N'2016-01-21 12:29:32.000', null, null, null, null, N'A03', N'A0', null) +GO +GO +INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d401526271e7cf0023', N'8a8ab0b246dc81120146dc8180460000', N'A03', N'汽车分类', N'管理员', N'admin', N'2016-01-21 12:29:38.000', null, null, null, null, N'A03', N'A0', null) +GO +GO +INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d4015262720ac00025', N'8a8ab0b246dc81120146dc8180460000', N'A03A01', N'国产汽车', N'管理员', N'admin', N'2016-01-21 12:29:47.000', null, null, null, null, N'A03', N'A0', N'A03') +GO +GO +INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d401526272344f0027', N'8a8ab0b246dc81120146dc8180460000', N'A03A02', N'进口汽车', N'管理员', N'admin', N'2016-01-21 12:29:57.000', null, null, null, null, N'A03', N'A0', N'A03') +GO +GO +INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d40152627286a10029', N'8a8ab0b246dc81120146dc8180460000', N'A02A01', N'外语', N'管理员', N'admin', N'2016-01-21 12:30:18.000', null, null, null, null, N'A03', N'A0', N'A02') +GO +GO +INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d401526272bebe002b', N'8a8ab0b246dc81120146dc8180460000', N'A02A02', N'翻译', N'管理员', N'admin', N'2016-01-21 12:30:33.000', null, null, null, null, N'A03', N'A0', N'A02') +GO +GO +INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d401526273140d002d', N'8a8ab0b246dc81120146dc8180460000', N'A01A01', N'热带水果', N'管理员', N'admin', N'2016-01-21 12:30:54.000', null, null, null, null, N'A03', N'A0', N'A01') +GO +GO +INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d4015262735b9e002f', N'8a8ab0b246dc81120146dc8180460000', N'A01A02', N'冬天水果', N'管理员', N'admin', N'2016-01-21 12:31:13.000', null, null, null, null, N'A03', N'A0', N'A01') +GO +GO +INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d401526273c01f0031', N'8a8ab0b246dc81120146dc8180460000', N'A03A02A01', N'凯迪拉克', N'管理员', N'admin', N'2016-01-21 12:31:39.000', null, null, null, null, N'A03', N'A0', N'A03A02') +GO +GO +INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d401526273ee390033', N'8a8ab0b246dc81120146dc8180460000', N'A03A02A02', N'大众', N'管理员', N'admin', N'2016-01-21 12:31:50.000', null, null, null, null, N'A03', N'A0', N'A03A02') +GO +GO +INSERT INTO [dbo].[t_s_category] ([id], [icon_id], [code], [name], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [parent_id], [sys_org_code], [sys_company_code], [PARENT_CODE]) VALUES (N'4028ef81526266d40152627417350035', N'8a8ab0b246dc81120146dc8180460000', N'A03A01A01', N'红旗汽车', N'管理员', N'admin', N'2016-01-21 12:32:01.000', null, null, null, null, N'A03', N'A0', N'A03A01') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_config +-- ---------------------------- +DROP TABLE [dbo].[t_s_config] +GO +CREATE TABLE [dbo].[t_s_config] ( +[ID] nvarchar(32) NOT NULL , +[code] nvarchar(100) NULL , +[content] nvarchar(MAX) NULL , +[name] nvarchar(100) NOT NULL , +[note] nvarchar(MAX) NULL , +[userid] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_config', +NULL, NULL)) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`userid`) REFER `jeecg/t_s_user`(`id`)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_config' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`userid`) REFER `jeecg/t_s_user`(`id`)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_config' +GO + +-- ---------------------------- +-- Records of t_s_config +-- ---------------------------- + +-- ---------------------------- +-- Table structure for t_s_data_log +-- ---------------------------- +DROP TABLE [dbo].[t_s_data_log] +GO +CREATE TABLE [dbo].[t_s_data_log] ( +[id] nvarchar(36) NOT NULL , +[create_name] nvarchar(50) NULL , +[create_by] nvarchar(50) NULL , +[create_date] datetime NULL , +[update_name] nvarchar(50) NULL , +[update_by] nvarchar(50) NULL , +[update_date] datetime NULL , +[sys_org_code] nvarchar(50) NULL , +[sys_company_code] nvarchar(50) NULL , +[table_name] nvarchar(32) NULL , +[data_id] nvarchar(32) NULL , +[data_content] nvarchar(MAX) NULL , +[version_number] int NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_data_log', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_data_log' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_data_log' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_data_log', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_data_log' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_data_log' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_data_log', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_data_log' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_data_log' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_data_log', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_data_log' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_data_log' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_data_log', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_data_log' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_data_log' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_data_log', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_data_log' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_data_log' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_data_log', +'COLUMN', N'sys_org_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_data_log' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_data_log' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_data_log', +'COLUMN', N'sys_company_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_data_log' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_data_log' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_data_log', +'COLUMN', N'table_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'表名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_data_log' +, @level2type = 'COLUMN', @level2name = N'table_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'表名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_data_log' +, @level2type = 'COLUMN', @level2name = N'table_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_data_log', +'COLUMN', N'data_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'数据ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_data_log' +, @level2type = 'COLUMN', @level2name = N'data_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'数据ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_data_log' +, @level2type = 'COLUMN', @level2name = N'data_id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_data_log', +'COLUMN', N'data_content')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'数据内容' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_data_log' +, @level2type = 'COLUMN', @level2name = N'data_content' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'数据内容' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_data_log' +, @level2type = 'COLUMN', @level2name = N'data_content' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_data_log', +'COLUMN', N'version_number')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'版本号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_data_log' +, @level2type = 'COLUMN', @level2name = N'version_number' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'版本号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_data_log' +, @level2type = 'COLUMN', @level2name = N'version_number' +GO + +-- ---------------------------- +-- Records of t_s_data_log +-- ---------------------------- +INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef815318148a0153181567690001', N'管理员', N'admin', N'2016-02-25 18:59:29.000', null, null, null, N'A03', N'A0', 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') +GO +GO +INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef815318148a01531815ec5c0003', N'管理员', N'admin', N'2016-02-25 19:00:03.000', null, null, null, N'A03', N'A0', 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') +GO +GO +INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef8153c028db0153c0502e6b0003', N'管理员', N'admin', N'2016-03-29 10:59:53.000', null, null, null, N'A03', N'A0', 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') +GO +GO +INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef8153c028db0153c0509aa40006', N'管理员', N'admin', N'2016-03-29 11:00:21.000', null, null, null, N'A03', N'A0', 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') +GO +GO +INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef8153c028db0153c051c4a70008', N'管理员', N'admin', N'2016-03-29 11:01:37.000', null, null, null, N'A03', N'A0', 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') +GO +GO +INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef8153c028db0153c051d4b5000a', N'管理员', N'admin', N'2016-03-29 11:01:41.000', null, null, null, N'A03', N'A0', 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') +GO +GO +INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef8153c028db0153c07033d8000d', N'管理员', N'admin', N'2016-03-29 11:34:52.000', null, null, null, N'A03', N'A0', 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') +GO +GO +INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef8153c028db0153c070492e000f', N'管理员', N'admin', N'2016-03-29 11:34:57.000', null, null, null, N'A03', N'A0', 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') +GO +GO +INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef81550c1a7901550c1cd7850002', N'管理员', N'admin', N'2016-06-01 21:17:44.000', null, null, null, N'A03', N'A0', 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') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_data_rule +-- ---------------------------- +DROP TABLE [dbo].[t_s_data_rule] +GO +CREATE TABLE [dbo].[t_s_data_rule] ( +[id] nvarchar(96) NULL , +[rule_name] nvarchar(96) NULL , +[rule_column] nvarchar(300) NULL , +[rule_conditions] nvarchar(300) NULL , +[rule_value] nvarchar(300) NULL , +[create_date] datetime NULL , +[create_by] nvarchar(96) NULL , +[create_name] nvarchar(96) NULL , +[update_date] datetime NULL , +[update_by] nvarchar(96) NULL , +[update_name] nvarchar(96) NULL , +[functionId] nvarchar(96) NULL +) + + +GO + +-- ---------------------------- +-- Records of t_s_data_rule +-- ---------------------------- +INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'f852d85d47f224990147f2284c0c0005', N'小于', N'test', N'<=', N'11', N'2014-08-20 14:43:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'f852d85d47f224990147f2284c0c0005', N'小于', N'test', N'<=', N'11', N'2014-08-20 14:43:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402889fe47fcb29c0147fcb6b6220001', N'12', N'12', N'>', N'12', N'2014-08-22 15:55:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null, N'8a8ab0b246dc81120146dc8180fe002b') +GO +GO +INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402889fb486e848101486e913cd6000b', N'userName', N'userName', N'=', N'admin', N'2014-09-13 18:31:25.000', N'admin', N'管理员', null, null, null, N'402889fb486e848101486e8e2e8b0007') +GO +GO +INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402889fb486e848101486e98d20d0016', N'title', N'title', N'=', N'12', null, null, null, N'2014-09-13 22:18:22.000', N'scott', N'张代浩', N'402889fb486e848101486e93a7c80014') +GO +GO +INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402880e6487e661a01487e732c020005', N'SYS_ORG_CODE', N'SYS_ORG_CODE', N'LIKE', N'010201%', N'2014-09-16 20:32:30.000', N'admin', N'管理员', null, null, null, N'402889fb486e848101486e93a7c80014') +GO +GO +INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402880e6487e661a01487e8153ee0007', N'create_by', N'create_by', N'', N'#{SYS_USER_CODE}', N'2014-09-16 20:47:57.000', N'admin', N'管理员', null, null, null, N'402889fb486e848101486e93a7c80014') +GO +GO +INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402881e45394d66901539500a4450001', N'sysCompanyCode', N'sysCompanyCode', N'=', N'#{SYS_COMPANY_CODE}', N'2016-03-21 01:09:21.000', N'admin', N'管理员', null, null, null, N'402881e54df73c73014df75ab670000f') +GO +GO +INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402881e45394d6690153950177cb0003', N'sysOrgCode', N'sysOrgCode', N'=', N'#{SYS_ORG_CODE}', N'2016-03-21 01:10:15.000', N'admin', N'管理员', null, null, null, N'402881e54df73c73014df75ab670000f') +GO +GO +INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'4028ef815595a881015595b0ccb60001', N'创建人', N'create_by', N'=', N'zhangsan', N'2016-06-28 14:27:19.000', N'admin', N'管理员', null, null, null, N'40288088481d019401481d2fcebf000d') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_data_source +-- ---------------------------- +DROP TABLE [dbo].[t_s_data_source] +GO +CREATE TABLE [dbo].[t_s_data_source] ( +[id] nvarchar(36) NOT NULL , +[db_key] nvarchar(50) NOT NULL , +[description] nvarchar(50) NOT NULL , +[driver_class] nvarchar(50) NOT NULL , +[url] nvarchar(200) NOT NULL , +[db_user] nvarchar(50) NOT NULL , +[db_password] nvarchar(50) NULL , +[db_type] nvarchar(50) NULL , +[db_name] nvarchar(50) NULL +) + + +GO + +-- ---------------------------- +-- Records of t_s_data_source +-- ---------------------------- +INSERT INTO [dbo].[t_s_data_source] ([id], [db_key], [description], [driver_class], [url], [db_user], [db_password], [db_type], [db_name]) VALUES (N'402880e74e064fc5014e0652f72b0001', N'jeewx-yunying', N'微信运营数据库', N'com.mysql.jdbc.Driver', N'jdbc:mysql://localhost:3306/jeewx-yunying?useUnicode=true&characterEncoding=UTF-8', N'root', N'e3593c2fa5ad98c3c617064700983f0d063321cec19f8c6c', N'mysql', N'jeewx-yunying') +GO +GO +INSERT INTO [dbo].[t_s_data_source] ([id], [db_key], [description], [driver_class], [url], [db_user], [db_password], [db_type], [db_name]) VALUES (N'8a8aada9486347c001486401180a0003', N'SAP_DB', N'sap db', N'oracle.jdbc.driver.OracleDriver', N'jdbc:oracle:thin:@127.0.0.1:1521:oral', N'db_user', N'b87229b8439ad93f6f288822a9f2a01c', N'oracle', N'orcl') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_demo +-- ---------------------------- +DROP TABLE [dbo].[t_s_demo] +GO +CREATE TABLE [dbo].[t_s_demo] ( +[ID] nvarchar(32) NOT NULL , +[democode] nvarchar(MAX) NULL , +[demoorder] smallint NULL , +[demotitle] nvarchar(200) NULL , +[demourl] nvarchar(200) NULL , +[demopid] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_demo', +NULL, NULL)) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`demopid`) REFER `jeecg/t_s_demo`(`ID`)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_demo' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`demopid`) REFER `jeecg/t_s_demo`(`ID`)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_demo' +GO + +-- ---------------------------- +-- Records of t_s_demo +-- ---------------------------- +INSERT INTO [dbo].[t_s_demo] ([ID], [democode], [demoorder], [demotitle], [demourl], [demopid]) VALUES (N'402880e74d566c63014d566dfba40001', N'123', N'123', N'1231', N'123', N'8a8ab0b246dc81120146dc8183cb00d5') +GO +GO +INSERT INTO [dbo].[t_s_demo] ([ID], [democode], [demoorder], [demotitle], [demourl], [demopid]) VALUES (N'402880e74d566c63014d5674236c0006', null, N'777', N'77777', N'7777', null) +GO +GO +INSERT INTO [dbo].[t_s_demo] ([ID], [democode], [demoorder], [demotitle], [demourl], [demopid]) VALUES (N'402880e74d582251014d5825e0c80001', N'00', N'0', N'000', N'00', null) +GO +GO +INSERT INTO [dbo].[t_s_demo] ([ID], [democode], [demoorder], [demotitle], [demourl], [demopid]) VALUES (N'402880e74d582251014d58260e3a0002', N'9', N'99', N'9999', N'99', null) +GO +GO +INSERT INTO [dbo].[t_s_demo] ([ID], [democode], [demoorder], [demotitle], [demourl], [demopid]) VALUES (N'8a8ab0b246dc81120146dc8183cb00d5', N'
+ + + +
+
+ + + +
+
+ + + + 阅读 + + + + 音乐 + + + + 运动 + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
', null, N'表单验证', null, null) +GO +GO + +-- ---------------------------- +-- Table structure for t_s_depart +-- ---------------------------- +DROP TABLE [dbo].[t_s_depart] +GO +CREATE TABLE [dbo].[t_s_depart] ( +[ID] nvarchar(32) NOT NULL , +[departname] nvarchar(100) NOT NULL , +[description] nvarchar(MAX) NULL , +[parentdepartid] nvarchar(32) NULL , +[org_code] nvarchar(64) NULL , +[org_type] nvarchar(1) NULL , +[mobile] nvarchar(32) NULL , +[fax] nvarchar(32) NULL , +[address] nvarchar(100) NULL +) + + +GO + +-- ---------------------------- +-- Records of t_s_depart +-- ---------------------------- +INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'402880e447e99cf10147e9a03b320003', N'北京国炬软件', N'', null, N'A01', N'1', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'402880e447e9a9570147e9b677320003', N'软件信息部', N'', N'402880e447e99cf10147e9a03b320003', N'A01A01', N'2', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'402880e447e9a9570147e9b6a3be0005', N'销售部门', N'', N'402880e447e99cf10147e9a03b320003', N'A01A02', N'2', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'402880e447e9a9570147e9b710d20007', N'人力资源部', N'', N'402880e447e99cf10147e9a03b320003', N'A01A03', N'2', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'402880e447e9a9570147e9b762e30009', N'销售经理', N'', N'402880e447e9a9570147e9b6a3be0005', N'A01A02A01', N'2', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'402880e447e9ba550147e9c53b2e0013', N'财务', N'', N'8a8ab0b246dc81120146dc8180ba0017', N'A03A02', N'2', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'402880e6487e661a01487e6b504e0001', N'销售人员', N'销售人员', N'402880e447e9a9570147e9b762e30009', N'A01A02A01A01', N'3', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'8a8ab0b246dc81120146dc8180a20016', N'中国人寿总公司', N'', null, N'A02', N'1', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'8a8ab0b246dc81120146dc8180ba0017', N'JEECG开源社区', N'', null, N'A03', N'1', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address]) VALUES (N'8a8ab0b246dc81120146dc8180bd0018', N'软件开发部', N'研发技术难题', N'8a8ab0b246dc81120146dc8180ba0017', N'A03A01', N'2', null, null, null) +GO +GO + +-- ---------------------------- +-- Table structure for t_s_document +-- ---------------------------- +DROP TABLE [dbo].[t_s_document] +GO +CREATE TABLE [dbo].[t_s_document] ( +[documentstate] smallint NULL , +[documenttitle] nvarchar(100) NULL , +[pictureindex] varbinary(MAX) NULL , +[showhome] smallint NULL , +[id] nvarchar(32) NOT NULL , +[typeid] nvarchar(32) NULL +) + + +GO + +-- ---------------------------- +-- Records of t_s_document +-- ---------------------------- +INSERT INTO [dbo].[t_s_document] ([documentstate], [documenttitle], [pictureindex], [showhome], [id], [typeid]) VALUES (null, N'1212', null, null, N'4028ef81549a6bd301549a6cda7f0002', N'8a8ab0b246dc81120146dc8181fa0062') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_fileno +-- ---------------------------- +DROP TABLE [dbo].[t_s_fileno] +GO +CREATE TABLE [dbo].[t_s_fileno] ( +[ID] nvarchar(32) NOT NULL , +[filenobefore] nvarchar(32) NULL , +[filenonum] int NULL , +[filenotype] nvarchar(32) NULL , +[filenoYear] datetime NULL +) + + +GO + +-- ---------------------------- +-- Records of t_s_fileno +-- ---------------------------- + +-- ---------------------------- +-- Table structure for t_s_function +-- ---------------------------- +DROP TABLE [dbo].[t_s_function] +GO +CREATE TABLE [dbo].[t_s_function] ( +[ID] nvarchar(32) NOT NULL , +[functioniframe] smallint NULL , +[functionlevel] smallint NULL , +[functionname] nvarchar(50) NOT NULL , +[functionorder] nvarchar(255) NULL , +[functionurl] nvarchar(100) NULL , +[parentfunctionid] nvarchar(32) NULL , +[iconid] nvarchar(32) NULL , +[desk_iconid] nvarchar(32) NULL , +[functiontype] smallint NULL , +[create_by] nvarchar(32) NULL , +[create_name] nvarchar(32) NULL , +[update_by] nvarchar(32) NULL , +[update_date] datetime NULL , +[create_date] datetime NULL , +[update_name] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_function', +NULL, NULL)) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`parentfunctionid`) REFER `jeecg/t_s_function`(`ID`); (' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_function' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`parentfunctionid`) REFER `jeecg/t_s_function`(`ID`); (' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_function' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_function', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_function' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_function' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_function', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_function' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_function' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_function', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改人id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_function' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改人id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_function' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_function', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_function' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_function' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_function', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_function' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_function' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_function', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_function' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_function' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO + +-- ---------------------------- +-- Records of t_s_function +-- ---------------------------- +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'2c90ac564c9d1734014c9d6f4e370024', null, N'1', N'menu.graph.configuration', N'4', N'jformGraphreportHeadController.do?jformGraphreportHead', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402831814d8a2853014d8a55a7c90005', null, N'1', N'Datagrid查询条件默认值', N'19', N'jeecgDemoController.do?jeecgDemo2&sex=1', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-06-27 18:39:59.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'40287d81522a428401522a44aafb0002', null, N'1', N'Online移动图表', N'5', N'cgDynamGraphConfigHeadController.do?cgDynamGraphConfigHead', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-03-15 12:34:36.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'40288088481d019401481d2fcebf000d', null, N'1', N'menu.input.demo', N'1', N'jeecgDemoController.do?addorupdate', N'402889fb486e848101486e8de3d60005', N'8a8ab0b246dc81120146dc8180820003', N'8a8ab0b246dc81120146dc8180dd001e', N'1', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028808848845c0f01488461226e0001', null, N'0', N'消息中间件', N'8', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-01-14 11:20:51.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028808848845c0f01488461b3ac0004', null, N'1', N'menu.business.management', N'1', N'tSSmsSqlController.do?tSSmsSql', N'4028808848845c0f01488461226e0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028808848845c0f01488462658f0006', null, N'1', N'menu.message.template', N'2', N'tSSmsTemplateController.do?tSSmsTemplate', N'4028808848845c0f01488461226e0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028808848845c0f01488463aa210009', null, N'1', N'menu.Business.configuration', N'3', N'tSSmsTemplateSqlController.do?tSSmsTemplateSql', N'4028808848845c0f01488461226e0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028808848845c0f014884649488000c', null, N'1', N'menu.send.message', N'0', N'tSSmsController.do?tSSms', N'4028808848845c0f01488461226e0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880e448a28b750148a290c0e50001', null, N'1', N'menu.sort.management', N'16', N'categoryController.do?category', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880e74d76e784014d76f5505a0012', null, N'0', N'在线演示', N'4', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-04-08 22:28:22.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880e74d76e784014d76f5cc2e0014', null, N'1', N'请假列表', N'1', N'cgAutoListController.do?list&id=jform_leave', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-03-15 12:30:36.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880e74d76e784014d76fa7e970024', null, N'1', N'数据报表', N'2', N'cgReportController.do?list&id=user_msg', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-03-14 11:37:27.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880e74d76e784014d76fd1bd60030', null, N'1', N'图形报表', N'3', N'graphReportController.do?list&isIframe&id=yhcztj', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-03-14 11:37:16.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880ea53303a060153304a9ad50001', null, N'1', N'系统公告', N'7', N'noticeController.do?tSNotice', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-06-27 18:16:34.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028819e5505ee23015505f646190001', null, N'1', N'商品管理(特殊布局)', N'102', N'goodsController.do?list', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-06-27 18:43:50.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881c746de1ea60146de207d770001', null, N'1', N'language.manage', N'10', N'mutiLangController.do?mutiLang', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881e54df73c73014df75ab670000f', null, N'1', N'自定义表单列表', N'9', N'autoFormController.do?autoForm', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-04-14 12:34:57.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881e54df73c73014df75b69680011', null, N'1', N'自定义表单模板', N'10', N'autoFormStyleController.do?autoFormStyle', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-04-14 12:35:07.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881e74e68621b014e686407c20001', null, N'1', N'表单特殊布局', N'102', N'demoController.do?demoLayoutList', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881e74e6d6066014e6d62d4ce0002', null, N'1', N'存储过程实例', N'103', N'jeecgProcedureController.do?procedure', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402882b54df53718014df538fc100001', null, N'1', N'menu.online.template', N'2', N'cgformTemplateController.do?cgformTemplate', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402882b54e2ef618014e2f0086d70001', null, N'1', N'一对多模型(并列TAB)', N'4', N'jeecgOrderMainPTabController.do?jeecgOrderMain', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402882b54e439ce7014e43c1d63c0003', null, N'1', N'行编辑demo', N'101', N'jeecgDemoController.do?goDemo&demoPage=rowEditDemo', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402882b54f027310014f0274db7a0001', null, N'1', N'事务回滚', N'102', N'transactionTestController.do?showPage', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402885814e3d2d09014e3d2e77800001', null, N'1', N'数据日志', N'4', N'systemController.do?dataLogList', N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc81810d002f', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402889fb486e848101486e8de3d60005', null, N'0', N'menu.data.permission', N'100', N'', null, N'8a8ab0b246dc81120146dc8180820003', N'8a8ab0b246dc81120146dc8180dd001e', N'1', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028948150f5ba6a0150f5d0b0200004', null, N'1', N'客户跟踪记录', N'4', N'cgAutoListController.do?list&id=jeecg_custom_record', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028948150f5ba6a0150f5d34aca000a', null, N'1', N'客户资料管理', N'5', N'cgAutoListController.do?list&id=jeecg_custom_info', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028b88155061bbe015506cbe157000f', null, N'1', N'表单风格非弹框', N'3', N'jeecgNoteController.do?jeecgNote2', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-06-27 18:37:28.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028bc934869765001486977f0980001', null, N'1', N'common.datasource.manage', N'11', N'dynamicDataSourceController.do?dbSource', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef81535fff5101536001bb8d0005', null, N'1', N'招聘管理', N'1', N'cgAutoListController.do?list&id=jform_resume_info', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-06-27 18:17:13.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815373fb53015373fef1c50003', null, N'1', N'通讯录分组', N'9', N'cgAutoListController.do?list&id=jform_contact_group', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-06-27 18:16:01.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815373fb53015373ff521d0005', null, N'1', N'通讯录', N'10', N'cgAutoListController.do?list&id=jform_contact', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-06-27 18:16:09.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef8153781af3015378643c1e000b', null, N'1', N'移动填报表单', N'8', N'jeecgDemoController.do?addorupdatemobile', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-03-15 12:31:03.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378741f0153787764cc0004', null, N'1', N'移动请假单', N'2', N'cgFormBuildController.do?ftlForm&tableName=jform_leave&olstylecode=moblieCommon001', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-03-15 12:30:44.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378741f01537879315e0009', null, N'1', N'PC请假单', N'2', N'cgFormBuildController.do?ftlForm&tableName=jform_leave&mode=onbutton', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-03-15 12:30:50.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378ddc2380001', null, N'1', N'3D饼图', N'7', N'cgDynamGraphController.do?design&id=t_s_log>ype=Pie3D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-03-15 14:04:46.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e019750003', null, N'0', N'移动报表', N'2', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-04-08 22:27:36.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e0d39d0006', null, N'1', N'折线图', N'1', N'cgDynamGraphController.do?design&id=t_s_log>ype=LineBasic2D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'admin', N'管理员', null, null, N'2016-03-15 14:05:13.000', null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e1395d0008', null, N'1', N'面积图 ', N'2', N'cgDynamGraphController.do?design&id=t_s_log>ype=Area2D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'admin', N'管理员', null, null, N'2016-03-15 14:05:39.000', null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e19969000a', null, N'1', N'条状图', N'3', N'cgDynamGraphController.do?design&id=t_s_log>ype=Bar2D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'admin', N'管理员', null, null, N'2016-03-15 14:06:04.000', null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e207cf000c', null, N'1', N'3D柱状图', N'4', N'cgDynamGraphController.do?design&id=t_s_log>ype=Column3D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'admin', N'管理员', null, null, N'2016-03-15 14:06:32.000', null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e27ae5000e', null, N'1', N'2D柱状图', N'5', N'cgDynamGraphController.do?design&id=t_s_log>ype=Column2D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'admin', N'管理员', null, null, N'2016-03-15 14:07:01.000', null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e30f760010', null, N'1', N'2D饼图', N'6', N'cgDynamGraphController.do?design&id=t_s_log>ype=Pie2D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-03-15 14:12:59.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e3e6530013', null, N'1', N'综合报表', N'8', N'cgDynamGraphController.do?design&id=t_s_log', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'admin', N'管理员', null, null, N'2016-03-15 14:08:34.000', null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef8155fd32e40155fd33c6670001', null, N'0', N'插件模块', N'0', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'admin', N'管理员', null, null, N'2016-07-18 16:51:16.000', null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef8155fd32e40155fd344cdd0003', null, N'1', N'普通列表', N'1', N'p3/wxActInvite.do?list', N'4028ef8155fd32e40155fd33c6670001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'admin', N'管理员', null, null, N'2016-07-18 16:51:51.000', null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef8155fd32e40155fd348df80005', null, N'1', N'树形列表', N'2', N'p3/auth.do?list', N'4028ef8155fd32e40155fd33c6670001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-07-18 16:52:19.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef8155fd32e40155fd3564520008', null, N'1', N'我的邮箱', N'3', N'mail/p3MailJformInnerMail.do?toSendMail', N'4028ef8155fd32e40155fd33c6670001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'admin', N'管理员', null, null, N'2016-07-18 16:53:02.000', null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f0c9528200c701528207d42c0001', null, N'1', N'电子签章', N'104', N'demoController.do?eSign', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-01-27 16:05:55.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180ce0019', null, N'0', N'online.develop', N'5', N'', null, N'8a8ab0b246dc81120146dc8180890008', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-04-08 22:28:17.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180d2001a', null, N'0', N'system.manage', N'9', N'', null, N'8a8ab0b246dc81120146dc8180860006', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-01-14 11:30:31.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180d4001b', null, N'0', N'common.query.statistics', N'3', N'', null, N'8a8ab0b246dc81120146dc8180890008', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-04-08 22:27:49.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180d7001c', null, N'0', N'general.demo', N'10', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-01-14 11:30:57.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180d9001d', null, N'0', N'system.monitor', N'6', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-01-14 11:21:59.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180df001f', null, N'1', N'user.manage', N'1', N'userController.do?user', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180e30021', null, N'1', N'role.manage', N'2', N'roleController.do?role', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180e10020', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180e70023', null, N'1', N'menu.manage', N'4', N'functionController.do?function', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180e50022', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180ee0025', null, N'1', N'common.data.dictionary', N'6', N'systemController.do?typeGroupList', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180eb0024', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180f30027', null, N'1', N'icon.manage', N'8', N'iconController.do?icon', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180f00026', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180f60028', null, N'1', N'department.manage', N'3', N'departController.do?depart', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180fe002b', null, N'1', N'user.analysis', N'1', N'logController.do?statisticTabs&isIframe', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180810002', N'8a8ab0b246dc81120146dc8180fb002a', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818106002d', null, N'1', N'form.config', N'1', N'cgFormHeadController.do?cgFormHeadList', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc818102002c', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818109002e', null, N'1', N'dynamic.form.config', N'3', N'cgreportConfigHeadController.do?cgreportConfigHead', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181100030', null, N'1', N'data.monitor', N'1', N'dataSourceController.do?goDruid&isIframe', N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc81810d002f', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81811d0032', null, N'1', N'system.log', N'2', N'logController.do?log', N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8181150031', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181250034', null, N'1', N'common.schedule.task', N'3', N'timeTaskController.do?timeTask', N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8181210033', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81812b0036', null, N'1', N'menu.form.validation', N'1', N'demoController.do?formTabs', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8181290035', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181300037', null, N'1', N'menu.demo.example', N'2', N'jeecgDemoController.do?jeecgDemo', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181330038', null, N'1', N'menu.minidao.example', N'2', N'jeecgMinidaoController.do?jeecgMinidao', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181370039', null, N'1', N'menu.form.model', N'3', N'jeecgNoteController.do?jeecgNote', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81813a003a', null, N'1', N'menu.one_to_many.model', N'4', N'jeecgOrderMainController.do?jeecgOrderMain', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81813e003b', null, N'1', N'menu.import_export.excel', N'5', N'courseController.do?course', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818141003c', null, N'1', N'menu.uploads_downloads', N'6', N'commonController.do?listTurn&turn=system/document/filesList', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, N'admin', N'2016-03-22 10:25:04.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818145003d', null, N'1', N'menu.JqueryFileUpload.example', N'6', N'fileUploadController.do?fileUploadSample&isIframe', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818148003e', null, N'1', N'menu.no.paging', N'7', N'userNoPageController.do?user', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81814b003f', null, N'1', N'menu.jdbc.example', N'8', N'jeecgJdbcController.do?jeecgJdbc', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81814e0040', null, N'1', N'menu.sql.separation', N'9', N'jeecgJdbcController.do?dictParameter', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181510041', null, N'1', N'menu.dictionary.labels', N'10', N'demoController.do?dictSelect', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181530042', null, N'1', N'menu.form.thePop_UpStyle', N'11', N'demoController.do?demoList', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181590044', null, N'1', N'menu.special.layout', N'12', N'demoController.do?demoIframe', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8181560043', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81815c0045', null, N'1', N'menu.single.table', N'13', N'jeecgEasyUIController.do?jeecgEasyUI', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181610046', null, N'1', N'menu.one_to_many.example', N'14', N'jeecgOrderMainNoTagController.do?jeecgOrderMainNoTag', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181640047', null, N'1', N'menu.html.editor', N'15', N'jeecgDemoController.do?ckeditor&isIframe', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181680048', null, N'1', N'menu.word.online', N'16', N'webOfficeController.do?webOffice', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81816b0049', null, N'1', N'menu.webOfficeo.fficialExample', N'17', N'webOfficeController.do?webOfficeSample&isIframe', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818173004b', null, N'1', N'menu.moreAccessoriesManagement', N'18', N'tFinanceController.do?tFinance', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc81816e004a', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818176004c', null, N'1', N'menu.datagridHandHtml', N'19', N'userController.do?userDemo', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81817b004d', null, N'1', N'menu.materialPom', N'20', N'jeecgMatterBomController.do?goList', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81817f004e', null, N'1', N'user.report', N'2', N'reportDemoController.do?studentStatisticTabs&isIframe', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180810002', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818183004f', null, N'1', N'menu.ckfinderDemo', N'100', N'jeecgDemoCkfinderController.do?jeecgDemoCkfinder', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818183004h', null, N'1', N'menu.queryEditor', N'100', N'jeecgDemoController.do?goDemo&demoPage=queryBuilderDemo', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null) +GO +GO + +-- ---------------------------- +-- Table structure for t_s_icon +-- ---------------------------- +DROP TABLE [dbo].[t_s_icon] +GO +CREATE TABLE [dbo].[t_s_icon] ( +[ID] nvarchar(32) NOT NULL , +[extend] nvarchar(255) NULL , +[iconclas] nvarchar(200) NULL , +[content] varbinary(MAX) NULL , +[name] nvarchar(100) NOT NULL , +[path] nvarchar(MAX) NULL , +[type] smallint NULL +) + + +GO + +-- ---------------------------- +-- Records of t_s_icon +-- ---------------------------- +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180460000', N'png', N'default', null, N'默认', N'plug-in/accordion/images/default.png', N'1') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180800001', N'png', N'back', null, N'返回', N'plug-in/accordion/images/back.png', N'1') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180810002', N'png', N'pie', null, N'小饼状图', N'plug-in/accordion/images/pie.png', N'1') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180820003', N'png', N'pictures', null, N'图片', N'plug-in/accordion/images/pictures.png', N'1') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180830004', N'png', N'pencil', null, N'笔', N'plug-in/accordion/images/pencil.png', N'1') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180850005', N'png', N'map', null, N'小地图', N'plug-in/accordion/images/map.png', N'1') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180860006', N'png', N'group_add', null, N'组', N'plug-in/accordion/images/group_add.png', N'1') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180880007', N'png', N'calculator', null, N'计算器', N'plug-in/accordion/images/calculator.png', N'1') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180890008', N'png', N'folder', null, N'文件夹', N'plug-in/accordion/images/folder.png', N'1') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180dd001e', N'png', N'deskIcon', null, N'user.manage', N'plug-in/sliding/icon/Finder.png', N'3') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180e10020', N'png', N'deskIcon', null, N'role.manage', N'plug-in/sliding/icon/friendgroup.png', N'3') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180e50022', N'png', N'deskIcon', null, N'menu.manage', N'plug-in/sliding/icon/kaikai.png', N'3') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180eb0024', N'png', N'deskIcon', null, N'dict.manage', N'plug-in/sliding/icon/friendnear.png', N'3') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180f00026', N'png', N'deskIcon', null, N'icon.manage', N'plug-in/sliding/icon/kxjy.png', N'3') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180fb002a', N'png', N'deskIcon', null, N'user.analysis', N'plug-in/sliding/icon/User.png', N'3') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc818102002c', N'png', N'deskIcon', null, N'form.config', N'plug-in/sliding/icon/Applications Folder.png', N'3') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc81810d002f', N'png', N'deskIcon', null, N'data.monitor', N'plug-in/sliding/icon/Super Disk.png', N'3') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8181150031', N'png', N'deskIcon', null, N'system.log', N'plug-in/sliding/icon/fastsearch.png', N'3') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8181210033', N'png', N'deskIcon', null, N'common.schedule.task', N'plug-in/sliding/icon/Utilities.png', N'3') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8181290035', N'png', N'deskIcon', null, N'表单验证', N'plug-in/sliding/icon/qidianzhongwen.png', N'3') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8181560043', N'png', N'deskIcon', null, N'特殊布局', N'plug-in/sliding/icon/xiami.png', N'3') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc81816e004a', N'png', N'deskIcon', null, N'多附件管理', N'plug-in/sliding/icon/vadio.png', N'3') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_log +-- ---------------------------- +DROP TABLE [dbo].[t_s_log] +GO +CREATE TABLE [dbo].[t_s_log] ( +[ID] nvarchar(32) NOT NULL , +[broswer] nvarchar(100) NULL , +[logcontent] nvarchar(MAX) NOT NULL , +[loglevel] smallint NULL , +[note] nvarchar(MAX) NULL , +[operatetime] datetime NOT NULL , +[operatetype] smallint NULL , +[userid] nvarchar(32) NULL +) + + +GO + +-- ---------------------------- +-- Records of t_s_log +-- ---------------------------- +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880eb53cc57770153cc5826b30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.107', N'2016-03-31 19:04:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d401526268a7ed0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-01-21 12:19:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d401526268fcf90002', N'IE', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-01-21 12:19:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152626919130003', N'IE', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-01-21 12:20:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152626935b10004', N'IE', N'分类管理删除成功', N'4', N'192.168.111.1', N'2016-01-21 12:20:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152626943900005', N'IE', N'分类管理删除成功', N'4', N'192.168.111.1', N'2016-01-21 12:20:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d4015262694a3d0006', N'IE', N'分类管理删除成功', N'4', N'192.168.111.1', N'2016-01-21 12:20:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d401526269ccf90008', N'Chrome', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:20:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152626a1945000a', N'Chrome', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:21:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152626a5f60000c', N'IE', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:21:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152626aaa9e000e', N'IE', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:21:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152626bb7b40010', N'IE', N'组织机构 录入成功', N'3', N'192.168.111.1', N'2016-01-21 12:22:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152626bcfc00011', N'IE', N'组织机构删除成功', N'4', N'192.168.111.1', N'2016-01-21 12:22:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152626c4dc20013', N'IE', N'组织机构 录入成功', N'3', N'192.168.111.1', N'2016-01-21 12:23:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152626f11830015', N'IE', N'组织机构 录入成功', N'3', N'192.168.111.1', N'2016-01-21 12:26:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152626f9c9d0017', N'Chrome', N'组织机构 录入成功', N'3', N'192.168.111.1', N'2016-01-21 12:27:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152626ff8e60018', N'Chrome', N'组织机构删除成功', N'4', N'192.168.111.1', N'2016-01-21 12:27:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152627002d10019', N'Chrome', N'组织机构删除成功', N'4', N'192.168.111.1', N'2016-01-21 12:27:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d4015262700dba001a', N'Chrome', N'组织机构删除成功', N'4', N'192.168.111.1', N'2016-01-21 12:27:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152627151d9001b', N'Chrome', N'分类管理删除成功', N'4', N'192.168.111.1', N'2016-01-21 12:28:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d4015262716cbd001c', N'Chrome', N'分类管理删除成功', N'4', N'192.168.111.1', N'2016-01-21 12:29:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d4015262717997001d', N'Chrome', N'分类管理删除成功', N'4', N'192.168.111.1', N'2016-01-21 12:29:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152627180ab001e', N'Chrome', N'分类管理删除成功', N'4', N'192.168.111.1', N'2016-01-21 12:29:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d401526271b8750020', N'Chrome', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:29:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d401526271d2e40022', N'Chrome', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:29:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d401526271e82e0024', N'IE', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:29:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d4015262720b0b0026', N'Chrome', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:29:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152627234a40028', N'Chrome', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:29:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d40152627286e7002a', N'IE', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:30:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d401526272bf06002c', N'Chrome', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:30:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d4015262731450002e', N'IE', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:30:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d4015262735be50030', N'Chrome', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:31:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d401526273c06a0032', N'IE', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:31:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d401526273ee790034', N'IE', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:31:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81526266d401526274177e0036', N'Chrome', N'分类管理添加成功', N'3', N'192.168.111.1', N'2016-01-21 12:32:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815269d9e8015269da52990000', N'IE', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-01-22 23:01:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815269d9e8015269da9b220001', N'Chrome', N'错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path ''/cgDynamGraphConfigHeadController.do'', method ''GET'', parameters map[''title'' -> array[''t_s_log''], ''popmenulink'' -> array[''''], ''url'' -> array[''cgDynamGraphController.do?list'']]', N'6', N'192.168.111.1', N'2016-01-22 23:01:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815269e168015269e3f89a0000', N'Firefox', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-01-22 23:11:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815269e168015269e5557e0001', N'Firefox', N'错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path ''/cgDynamGraphConfigHeadController.do'', method ''GET'', parameters map[''title'' -> array[''t_s_log''], ''popmenulink'' -> array[''''], ''url'' -> array[''cgDynamGraphController.do?list'']]', N'6', N'192.168.111.1', N'2016-01-22 23:13:03.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815295b31a015295b3bcc20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-01-31 11:22:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815295d24f015295d4b8be0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-01-31 11:58:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81529631ff01529632790d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-01-31 13:40:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152a5142c0152a514c7170000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-03 11:02:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f238ee0152f2397fd30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-18 10:33:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f238ee0152f23aaae30001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-18 10:34:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f238ee0152f23b1e8d0002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-18 10:35:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f8edaa0152f8ef300a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-19 17:49:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f8f4870152f8f70b6b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-19 17:58:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f91f280152f91fdea20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-19 18:42:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f91f280152f92115b30001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-19 18:44:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f91f280152f925a2460002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-19 18:48:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f91f280152f926a7d70003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-19 18:50:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f91f280152f926e9980004', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-19 18:50:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f91f280152f927835c0005', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-19 18:51:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f91f280152f927b7580006', N'Chrome', N'取消激活成功', N'5', N'192.168.111.1', N'2016-02-19 18:51:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f928420152f929a92a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-19 18:53:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8152f934210152f934916b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-19 19:05:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531677550153167993d80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 11:29:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531677550153167a9fd80001', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-02-25 11:30:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531677550153167bbfb10002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 11:32:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531677550153167e5eb20003', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-02-25 11:34:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531677550153167ede5f0004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-02-25 11:35:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531677550153167ef9f30005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 11:35:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531677550153168b2e0e0006', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 11:48:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531677550153168ea1910007', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 11:52:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531677550153169162c40008', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 11:55:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316775501531691ded20009', N'Chrome', N'自定义模板更新成功', N'5', N'192.168.111.1', N'2016-02-25 11:56:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153167755015316926d4b000a', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 11:56:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531677550153169281c2000b', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 11:56:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316775501531692f425000c', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 11:57:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316775501531696eb22000d', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 12:01:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153169d3c0153169da9120000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 12:09:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153169d3c0153169edac00001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 12:10:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153169d3c015316a1fff70002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 12:13:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153169d3c015316a400730003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 12:16:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153169d3c015316a594d10004', N'Chrome', N'自定义模板更新成功', N'5', N'192.168.111.1', N'2016-02-25 12:17:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153169d3c015316a5e89c0005', N'Chrome', N'自定义模板更新成功', N'5', N'192.168.111.1', N'2016-02-25 12:18:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153169d3c015316a60d7d0006', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 12:18:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316aac9015316ab2c530000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 12:23:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316aac9015316ab6bbb0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 12:24:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316aac9015316abd5690002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 12:24:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316aac9015316ac02310003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 12:24:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316aac9015316ad38980004', N'Chrome', N'自定义模板更新成功', N'5', N'192.168.111.1', N'2016-02-25 12:26:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316dbb2015316dcc2cb0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 13:17:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316dbb2015316dd16840001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 13:18:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316dbb2015316dd21dd0002', N'Chrome', N'错误异常: NonUniqueResultException,错误描述:query did not return a unique result: 2', N'6', N'192.168.111.1', N'2016-02-25 13:18:24.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316dbb2015316dd60e90003', N'Chrome', N'错误异常: NonUniqueResultException,错误描述:query did not return a unique result: 2', N'6', N'192.168.111.1', N'2016-02-25 13:18:40.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316dbb2015316ddd5a40004', N'Chrome', N'错误异常: NonUniqueResultException,错误描述:query did not return a unique result: 2', N'6', N'192.168.111.1', N'2016-02-25 13:19:10.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316dbb2015316dfc5400005', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 13:21:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316e16c015316e1c5170000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 13:23:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316e16c015316e203960001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-25 13:23:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316e59c015316e6aa190000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 13:28:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316fef1015316ff67ea0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 13:55:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815316fef10153171e979c0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 14:29:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153174da80153174e5d3b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 15:22:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153174da80153174ee4f00001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-02-25 15:22:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153174da80153174f016d0002', N'Firefox', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 15:22:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153174da80153174f3e4a0003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-02-25 15:23:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153174da80153174fa9a80004', N'Firefox', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 15:23:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815318148a0153181567ad0002', N'Firefox', N'JeecgDemo例子: 1被添加成功', N'3', N'192.168.111.1', N'2016-02-25 18:59:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815318148a01531815ec8a0004', N'Firefox', N'JeecgDemo例子: null被更新成功', N'5', N'192.168.111.1', N'2016-02-25 19:00:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153183e5b0153183ecacf0000', N'Firefox', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-25 19:44:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531ba2b701531ba3109a0000', N'Firefox', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 11:33:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531be0f101531be15c650000', N'Firefox', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 12:41:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531be36d01531be3d6ae0000', N'Firefox', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 12:43:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531be36d01531be5ab570001', N'Firefox', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 12:45:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531be36d01531be602740002', N'Firefox', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-02-26 12:46:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531be36d01531be620e80003', N'Firefox', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 12:46:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531bf0da01531bf14d360000', N'Firefox', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 12:58:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531bf0da01531c105f070001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 13:32:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531c722301531c72ab4a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 15:19:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531c8aab01531c8b2fef0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 15:46:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531c8f4501531c906b5e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 15:52:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531c8f4501531c9107ed0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 15:53:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531c8f4501531c91e5ae0002', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-02-26 15:53:56.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531c8f4501531c945a720003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 15:56:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531c8f4501531c981dd50004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 16:00:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531c8f4501531c99e7820005', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-02-26 16:02:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531c8f4501531c9b834f0006', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-26 16:04:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531cc57c01531cc5e01b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 16:50:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531d2bb801531d2cb2000000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 18:43:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531d45d401531d4638d80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-26 19:10:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531d45d401531d4699e50001', N'Chrome', N'错误异常: Exception,错误描述:方法参数数目>=2,方法必须使用注释标签@Arguments', N'6', N'192.168.111.1', N'2016-02-26 19:11:19.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81531d45d401531d48b8820002', N'Chrome', N'错误异常: IndexOutOfBoundsException,错误描述:Index: 0, Size: 0', N'6', N'192.168.111.1', N'2016-02-26 19:13:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532abfd901532accb0ca0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 10:12:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532abfd901532ad37dc40002', N'Chrome', N'组织机构 录入成功', N'3', N'192.168.111.1', N'2016-02-29 10:20:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532abfd901532ad3a01b0003', N'Chrome', N'组织机构 更新成功', N'5', N'192.168.111.1', N'2016-02-29 10:20:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532abfd901532ad3aef30004', N'Chrome', N'组织机构删除成功', N'4', N'192.168.111.1', N'2016-02-29 10:20:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532abfd901532af277ad0005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 10:54:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b011701532b016eec0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 11:10:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b011701532b02e51f0001', N'Chrome', N'错误异常: IndexOutOfBoundsException,错误描述:Index: 0, Size: 0', N'6', N'192.168.111.1', N'2016-02-29 11:12:03.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b0ae401532b0b5fa50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 11:21:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b0ae401532b0d668b0003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-02-29 11:23:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b0ae401532b259d220004', N'Chrome', N'错误异常: Exception,错误描述:方法参数数目>=2,方法必须使用注释标签@Arguments', N'6', N'192.168.111.1', N'2016-02-29 11:49:58.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b0ae401532b2709fd0005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 11:51:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b0ae401532b279c350006', N'Chrome', N'1212被删除成功', N'4', N'192.168.111.1', N'2016-02-29 11:52:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b40f901532b417a490000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 12:20:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b785301532b78b39a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 13:20:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b785301532b7e1bbf0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 13:26:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b785301532b8028290002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 13:28:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b820801532b82a5b90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 13:31:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b820801532b835d900001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 13:32:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b894f01532b89c8790000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 13:39:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b894f01532b8b14c30001', N'Chrome', N'用户:scott激活成功!', N'5', N'192.168.111.1', N'2016-02-29 13:40:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b894f01532b926cc20002', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-02-29 13:48:49.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b894f01532b93cf210004', N'Chrome', N'语言 录入成功', N'3', N'192.168.111.1', N'2016-02-29 13:50:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b894f01532b93fa1f0006', N'Chrome', N'语言 录入成功', N'3', N'192.168.111.1', N'2016-02-29 13:50:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b894f01532b943c4f0008', N'Chrome', N'语言 录入成功', N'3', N'192.168.111.1', N'2016-02-29 13:50:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b894f01532b98825d0009', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-02-29 13:55:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b894f01532b99080c000a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 13:56:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b894f01532bb05f11000b', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 14:21:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b894f01532bb40702000c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 14:25:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b894f01532bb55c0f000d', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 14:26:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532b894f01532bcef469000e', N'Chrome', N'JeecgDemo例子: 11被删除 成功', N'4', N'192.168.111.1', N'2016-02-29 14:54:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532bd29601532bd467e30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 15:00:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532bd29601532bd816190001', N'Chrome', N'错误异常: Exception,错误描述:方法参数数目>=2,方法必须使用注释标签@Arguments', N'6', N'192.168.111.1', N'2016-02-29 15:04:55.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532bd29601532bdc91c10002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 15:09:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532be19101532be2b6970000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 15:16:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532be19101532be345f10001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 15:17:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532c44c601532c4612d00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 17:05:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532c44c601532c4618210001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 17:05:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532c538801532c53f71f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 17:20:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532c538801532c541d3a0001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-02-29 17:20:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532c5dc001532c5e301e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 17:31:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532c68ba01532c69289d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 17:43:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532c72ca01532c7371eb0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 17:54:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81532c72ca01532c7fe6a90001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-02-29 18:08:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330045e01533004d3070000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 10:32:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330045e0153300579a60001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 10:32:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330045e0153300fb4d40002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 10:44:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533051360153305239430000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 11:56:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330513601533054f8200001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 11:59:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533051360153305bbd1e0003', N'Chrome', N'语言 录入成功', N'3', N'192.168.111.1', N'2016-03-01 12:07:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533051360153305bfdfa0005', N'Chrome', N'语言 录入成功', N'3', N'192.168.111.1', N'2016-03-01 12:07:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533051360153305c34480007', N'Chrome', N'语言 录入成功', N'3', N'192.168.111.1', N'2016-03-01 12:07:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533051360153305c60ed0009', N'Chrome', N'语言 录入成功', N'3', N'192.168.111.1', N'2016-03-01 12:07:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330513601533068f4fe000a', N'Chrome', N'错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path ''/cgFormBuildController.do'', method ''GET'', parameters map[''mobileForm'' -> array[''''], ''tableName'' -> array[''jform_leave''], ''mode'' -> array[''onbutton'']]', N'6', N'192.168.111.1', N'2016-03-01 12:21:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533051360153306933c7000b', N'Chrome', N'错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path ''/cgFormBuildController.do'', method ''GET'', parameters map[''mobileForm'' -> array[''''], ''tableName'' -> array[''jform_leave'']]', N'6', N'192.168.111.1', N'2016-03-01 12:21:54.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153305136015330693e9e000c', N'Chrome', N'错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path ''/cgFormBuildController.do'', method ''GET'', parameters map[''mobileForm'' -> array['''']]', N'6', N'192.168.111.1', N'2016-03-01 12:21:57.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153306b570153306bc5d00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 12:24:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153306b57015330709f9a0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 12:30:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153306b57015330756a6d0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 12:35:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153306b570153307617f40003', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-03-01 12:35:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153307c0c0153307c73350000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 12:42:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330ad40015330adeb8c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 13:36:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330ad40015330ae9daa0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 13:37:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330ad40015330b27e230002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 13:41:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330ad40015330b52af60003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 13:44:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330ad40015330b58da00004', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 13:45:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330b8b2015330b907a80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 13:49:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330b8b2015330b97e810001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 13:49:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330c86f015330c8d17b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 14:06:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330cd05015330cd5c140000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 14:11:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330cd05015330d1a05b0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 14:15:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330cd05015330d431330002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 14:18:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815330cd05015330d4b3890003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 14:19:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153319dae0153319e2b9d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 17:59:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815331a4e4015331a54d970000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 18:07:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815331b759015331b7c1e90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 18:27:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815331b759015331b8595f0002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-01 18:27:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815331b759015331b87b0d0003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 18:28:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815331b759015331b90afe0005', N'Chrome', N'通知公告添加成功', N'3', N'192.168.111.1', N'2016-03-01 18:28:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815331b759015331c380390008', N'Chrome', N'通知公告添加成功', N'3', N'192.168.111.1', N'2016-03-01 18:40:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815331b759015331c3d4a3000a', N'Chrome', N'通知公告角色授权保存成功', N'3', N'192.168.111.1', N'2016-03-01 18:40:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815331b759015331c6e1cf000b', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 18:43:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815331b75901533201c426000c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 19:48:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153323d4c0153323e0f0c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 20:54:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153323d4c0153323f59380001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-01 20:55:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153323d4c0153324518430002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-01 21:01:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153323d4c0153324546800003', N'Chrome', N'用户: scott[销售经理]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 21:01:54.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153323d4c015332461ea60004', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-03-01 21:02:49.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153323d4c015332463ec90005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 21:02:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153323d4c0153325bfba90006', N'Chrome', N'语言 更新成功', N'5', N'192.168.111.1', N'2016-03-01 21:26:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153323d4c0153325c14080007', N'Chrome', N'语言 更新成功', N'5', N'192.168.111.1', N'2016-03-01 21:26:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153323d4c0153325fdcd10008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 21:30:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815332609301533261155c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 21:32:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815332609301533261b5310001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 21:32:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153326093015332667e5d0002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-01 21:38:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815332609301533266c14f0003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 21:38:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815332609301533266e1160004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-01 21:38:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153326093015332670dd10005', N'Chrome', N'用户: scott[销售经理]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 21:38:47.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533270950153327131790000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-01 21:49:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815334fed3015334ffe0560000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 09:44:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153350aca0153350b3b280000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 09:57:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153350aca0153351700100001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 10:10:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153350aca01533521f40c0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 10:22:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153350aca0153352278a70003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 10:22:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335394101533539e8160000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 10:48:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533539410153353b48560001', N'Chrome', N'表单更新成功', N'5', N'192.168.111.1', N'2016-03-02 10:49:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533539410153353b48c00002', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-03-02 10:49:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533539410153353b53ff0003', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-03-02 10:49:53.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533539410153353b595b0004', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-03-02 10:49:55.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533539410153353c1cfa0006', N'Chrome', N'表单添加成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-02 10:50:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533539410153353d1b790016', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-03-02 10:51:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533539410153353d400f0017', N'Chrome', N'表单更新成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-02 10:51:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533539410153353d504e0018', N'Chrome', N'表单更新成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-02 10:52:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533539410153353d94300019', N'Chrome', N'表单更新成功', N'5', N'192.168.111.1', N'2016-03-02 10:52:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533550e60153355162c00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 11:13:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533550e6015335712eb70001', N'Chrome', N'错误异常: TypeMismatchException,错误描述:Provided id of the wrong type for class org.jeecgframework.web.system.pojo.base.TSUser. Expected: class java.lang.String, got class java.lang.Long', N'6', N'192.168.111.1', N'2016-03-02 11:48:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533550e6015335714aea0002', N'Chrome', N'错误异常: TypeMismatchException,错误描述:Provided id of the wrong type for class org.jeecgframework.web.system.pojo.base.TSUser. Expected: class java.lang.String, got class java.lang.Long', N'6', N'192.168.111.1', N'2016-03-02 11:48:50.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533550e601533571731c0003', N'Chrome', N'错误异常: NumberFormatException,错误描述:For input string: "sss"', N'6', N'192.168.111.1', N'2016-03-02 11:49:00.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533550e60153357215e80004', N'Chrome', N'错误异常: NumberFormatException,错误描述:For input string: "sss"', N'6', N'192.168.111.1', N'2016-03-02 11:49:42.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533550e6015335722f920005', N'Chrome', N'错误异常: TypeMismatchException,错误描述:Provided id of the wrong type for class org.jeecgframework.web.system.pojo.base.TSUser. Expected: class java.lang.String, got class java.lang.Long', N'6', N'192.168.111.1', N'2016-03-02 11:49:49.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533550e601533572c9430006', N'Chrome', N'错误异常: TypeMismatchException,错误描述:Provided id of the wrong type for class org.jeecgframework.web.system.pojo.base.TSUser. Expected: class java.lang.String, got class java.lang.Long', N'6', N'192.168.111.1', N'2016-03-02 11:50:28.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335734b01533574434a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 11:52:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153358c0f0153358c893d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 12:18:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335c239400000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 13:17:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335c605de0001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-02 13:21:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335c62b7c0002', N'Chrome', N'User: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 13:21:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335c864c10004', N'Chrome', N'Language add success', N'3', N'192.168.111.1', N'2016-03-02 13:23:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335cae1ec0005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-02 13:26:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335cafd4c0006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 13:26:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335cde0ee0007', N'Chrome', N'表单表删除成功', N'4', N'192.168.111.1', N'2016-03-02 13:29:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335ce05af0009', N'Chrome', N'表单添加成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-02 13:30:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335cefdc3001a', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-03-02 13:31:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335cf21eb001b', N'Chrome', N'表单更新成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-02 13:31:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335cf3e4a001c', N'Chrome', N'表单更新成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-02 13:31:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335cf52f0001d', N'Chrome', N'表单更新成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-02 13:31:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335cfbc28001e', N'Chrome', N'表单更新成功', N'5', N'192.168.111.1', N'2016-03-02 13:31:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335d1094c001f', N'Chrome', N'表单表删除成功', N'4', N'192.168.111.1', N'2016-03-02 13:33:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335d12d0b0021', N'Chrome', N'表单添加成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-02 13:33:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815335c1da015335d1cfd30022', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-02 13:34:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815336aac2015336ab34bd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 17:31:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815336ccde015336cfa3470000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 18:11:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815336ccde015336d00e5c0002', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-02 18:11:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815336ccde015336d0b56c0004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-02 18:12:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815336ccde015336d0da9f0005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 18:12:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815336e8df015336e945dd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 18:39:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815336e8df015336eaa78a0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 18:41:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815336e8df015336eb19d40002', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-03-02 18:41:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815336e8df015336eb48d40003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-02 18:41:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815336e8df015336eb718c0004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 18:41:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815336f25a015336f2be5f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 18:49:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815336f6b4015336f713c70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-02 18:54:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a674c01533a69e8d90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-03 10:58:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a674c01533a6dcfca0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-03 11:03:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a788e01533a7903930000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-03 11:15:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a788e01533a792aec0001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-03 11:15:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a788e01533a794f8b0002', N'Chrome', N'User: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-03 11:15:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a788e01533a79ac830004', N'Chrome', N'表单添加成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-03 11:16:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a788e01533a7a53ae0006', N'Chrome', N'Language add success', N'3', N'192.168.111.1', N'2016-03-03 11:16:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a788e01533a7b5f050007', N'Chrome', N'Language update success', N'5', N'192.168.111.1', N'2016-03-03 11:17:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a788e01533a7ba9cd0009', N'Chrome', N'Language add success', N'3', N'192.168.111.1', N'2016-03-03 11:18:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a9f1b01533a9fa85b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-03 11:57:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a9f1b01533aa8c0210001', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-03 12:07:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a9f1b01533aaa18650002', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-03 12:08:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a9f1b01533aac3de20003', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-03 12:11:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a9f1b01533aad26f70004', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-03 12:12:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a9f1b01533aad7ad00005', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-03 12:12:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533a9f1b01533aadf93f0006', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-03 12:13:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533c02db01533c03540a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-03 18:26:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533c078201533c07f4b40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-03 18:31:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533c078201533c08b2170002', N'Chrome', N'语言 录入成功', N'3', N'192.168.111.1', N'2016-03-03 18:31:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533c078201533c08e2790004', N'Chrome', N'语言 录入成功', N'3', N'192.168.111.1', N'2016-03-03 18:32:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533c0a9201533c0aff8e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-03 18:34:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533c0a9201533c0b59e40001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-03 18:34:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533ca47401533ca4dcf50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-03 21:22:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533ca47401533ca5722f0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-03 21:23:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533fb28201533fb35ef40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-04 11:37:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533fb58c01533fb607580000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-04 11:40:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533fb58c01533fb699140001', N'Chrome', N'表单表删除成功', N'4', N'192.168.111.1', N'2016-03-04 11:40:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533fb58c01533fb6a3d70002', N'Chrome', N'表单表删除成功', N'4', N'192.168.111.1', N'2016-03-04 11:40:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533fdf4e01533fdfae980000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-04 12:25:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533fdf4e01533fe01e250001', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 12:26:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81533fdf4e01533fe376780002', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 12:29:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534026c60153402734120000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-04 13:43:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534026c6015340278a000001', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 13:44:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534026c60153402920fc0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-04 13:45:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534026c60153402a16230003', N'Safari', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-04 13:46:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534026c60153402a93b50004', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 13:47:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534026c60153402b34d70005', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 13:48:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534026c60153402b72ab0006', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 13:48:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534026c60153402bc3660007', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 13:48:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534026c60153402c06d50008', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 13:49:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534026c60153402c83160009', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 13:49:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534034ae01534037f4980000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-04 14:02:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534034ae015340385b470001', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 14:02:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534034ae01534038b42b0002', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 14:02:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534034ae01534038dff30003', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 14:03:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534034ae0153403918f20004', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 14:03:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534034ae0153403955550005', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 14:03:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534034ae0153403993920006', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 14:03:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534034ae01534039d7ad0007', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 14:04:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534034ae0153403a39f30008', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-04 14:04:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534034ae01534058977e0009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-04 14:37:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534034ae0153405b5030000a', N'Safari', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-04 14:40:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153405cbf0153405dcbe40000', N'Safari', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-04 14:43:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153405cbf0153405ee05a0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-04 14:44:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153405cbf0153405f29470002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-04 14:44:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153405cbf0153405f917b0003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-04 14:45:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153405cbf01534060ea260004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-04 14:46:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153405cbf0153406250540005', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-04 14:48:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153405cbf01534062d6650006', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-04 14:48:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534f989901534f997fc70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 13:42:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534f989901534fa0ffb50001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-07 13:51:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534f989901534fa213c80002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-07 13:52:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81534fa92f01534fa9a2ac0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 14:00:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535017ec015350185bd90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:01:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153501b6c0153501c0a570000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:05:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153501d570153501dbbb00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:07:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153502d400153502dc8fd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:24:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535030ec0153503145a40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:28:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815350357601535035ea8c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:33:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535036e0015350374d550000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:35:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535049b40153504a2b3e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:55:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153504cbb0153504dbcea0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 16:59:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815350511401535052635e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:04:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535054e3015350553deb0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:07:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153505a220153505b50fc0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:14:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153505cdd0153505d33da0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:16:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153505e790153505ed1b70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:18:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153505e790153505f95870001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:19:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153505e790153505ff8760002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-07 17:19:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153505e7901535062ad0b0003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-07 17:22:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153505e7901535062d41d0004', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-07 17:22:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153506a0e0153506a7bb90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:31:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153506df30153506e61410000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:35:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153506df30153506f89e40001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 17:36:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815351c75c015351c8548b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-07 23:53:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815353f2a1015353f325180000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-08 09:59:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815353f2a1015353f3b2740001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-08 09:59:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815354c0d1015354c1717e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-08 13:44:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815355507301535550f6b60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-08 16:21:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535550730153555195eb0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-08 16:22:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153569723015356977a820000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-08 22:18:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535f0b3101535f0cd1de0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-10 13:43:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535f0b3101535f2f03710001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-10 14:20:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535f4b9201535f4ca88d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-10 14:52:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fcf3001535fcfd6990000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-10 17:16:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff5101535fffd4a90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-10 18:08:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff5101536000e7c50002', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-10 18:09:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff5101536001523f0003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-10 18:10:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff51015360016b130004', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-10 18:10:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff5101536001bbce0006', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-10 18:10:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff510153600a570d0008', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-10 18:20:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff510153600a6a340009', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-10 18:20:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff510153600a86b6000a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-10 18:20:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff510153600af571000e', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-10 18:20:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff510153600b1745000f', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-10 18:20:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff510153600d83010010', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-03-10 18:23:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff510153600d89470011', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-03-10 18:23:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff510153600d94e90012', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-03-10 18:23:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff510153601d72d90013', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-03-10 18:40:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff510153601d7b3e0014', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-03-10 18:40:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81535fff510153601d884d0015', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-03-10 18:41:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81536125ed015361266ea60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-10 23:30:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81536375ec01536376b76c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-11 10:17:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81536375ec0153637a3f2c0001', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-11 10:21:09.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81536375ec0153637a49620002', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-11 10:21:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81536375ec0153638247a70003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-11 10:29:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81536375ec01536388bfb00004', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-11 10:36:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81536375ec01536388d1ad0005', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-03-11 10:37:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81536375ec015363a3721c0006', N'Chrome', N'自定义模板更新成功', N'5', N'192.168.111.1', N'2016-03-11 11:06:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81536375ec015363a4082b0007', N'Chrome', N'自定义模板更新成功', N'5', N'192.168.111.1', N'2016-03-11 11:06:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815363bf6c015363c07eed0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-11 11:37:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815363c2cf015363c351a50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-11 11:40:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815363c2cf015363cc3db70001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-11 11:50:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815363cfbb015363d0118b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-11 11:54:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815363cfbb015364289c220001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-11 13:31:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815363cfbb0153645f38d90002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-11 14:31:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81536473a401536473f8a90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-11 14:53:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd01537312a05c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 11:01:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd01537313462a0004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-14 11:02:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd01537313cc030005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 11:03:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd01537313f4400006', N'Chrome', N'错误异常: RuntimeException,错误描述:没有找到该动态列表', N'6', N'192.168.111.1', N'2016-03-14 11:03:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153731958820008', N'Chrome', N'图片表添加成功', N'3', N'192.168.111.1', N'2016-03-14 11:09:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153731abbea0009', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-14 11:10:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153731ace5d000a', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-03-14 11:10:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153731b1455000b', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-14 11:11:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153731b7fb2000c', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-14 11:11:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153731bcd67000d', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 11:11:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153731c8dd5000e', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-14 11:12:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153731e1336000f', N'Chrome', N'错误异常: RuntimeException,错误描述:没有找到该动态列表', N'6', N'192.168.111.1', N'2016-03-14 11:14:24.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153731f1fb70011', N'Chrome', N'角色: 12.0被删除成功', N'4', N'192.168.111.1', N'2016-03-14 11:15:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153732379d20014', N'Chrome', N'角色: 橘色被删除成功', N'4', N'192.168.111.1', N'2016-03-14 11:20:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153732941210015', N'Chrome', N'错误异常: RuntimeException,错误描述:没有找到该动态列表', N'6', N'192.168.111.1', N'2016-03-14 11:26:36.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd01537329a1e40016', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-14 11:27:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153732b003c0017', N'Chrome', N'组织机构删除成功', N'4', N'192.168.111.1', N'2016-03-14 11:28:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153732b315a0018', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-14 11:28:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153732b4b250019', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 11:28:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537311bd0153732b65b0001a', N'Chrome', N'错误异常: RuntimeException,错误描述:没有找到该动态列表', N'6', N'192.168.111.1', N'2016-03-14 11:28:57.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153732f420153732fb4840000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 11:33:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153732f42015373313f750001', N'Chrome', N'错误异常: RuntimeException,错误描述:没有找到该动态列表', N'6', N'192.168.111.1', N'2016-03-14 11:35:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153732f42015373329af80002', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-14 11:36:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153732f4201537333039b0003', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-14 11:37:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153732f42015373332f890004', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-14 11:37:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153732f420153733339a70005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-14 11:37:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153732f420153733355a40006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 11:37:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153732f4201537333dc0e0007', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-03-14 11:38:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153732f42015373350d100008', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-14 11:39:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153732f420153733517350009', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-14 11:39:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153732f420153733541ae000a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 11:39:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153735b310153735bb8180000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 12:21:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153735f2d0153735fa2420000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 12:26:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153736216015373631db50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 12:29:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373656a01537365c5b70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 12:32:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373656a0153736711e40002', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-14 12:34:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373656a015373675f2c0004', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-14 12:34:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373656a01537367870f0007', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-14 12:34:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373656a01537367a3810008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 12:34:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373c803015373c8cbc40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 14:20:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373ead3015373eb39ed0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 14:58:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373ead3015373edf31a0001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-14 15:01:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373ead3015373ee13a50002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 15:01:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373ead3015373ee54c80003', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-14 15:01:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373ead3015373ee5e590004', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-03-14 15:01:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373ead3015373eeb96d0006', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-14 15:02:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373ead3015373eed5a60007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 15:02:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373ead3015373f124f90008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 15:04:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373f7b6015373f8195b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 15:12:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373f7b6015373f889fd0001', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-03-14 15:13:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb53015373fbf8e00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 15:16:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb53015373fcb0b00001', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-14 15:17:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb53015373fd87c40002', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-14 15:18:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb53015373fef2130004', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-14 15:20:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb53015373ff526a0006', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-14 15:20:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb5301537400590c0009', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-14 15:21:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb53015374008154000a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 15:21:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb530153740129ad000b', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-14 15:22:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb5301537402a1d4000c', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-14 15:24:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb53015374044052000d', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-14 15:25:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb5301537404ba1b000e', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-14 15:26:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb5301537406bea80010', N'Chrome', N'图片表添加成功', N'3', N'192.168.111.1', N'2016-03-14 15:28:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb5301537406e7480011', N'Chrome', N'图片表删除成功', N'4', N'192.168.111.1', N'2016-03-14 15:28:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb530153740b6d3f0012', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-14 15:33:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815373fb530153740b7e8f0013', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-03-14 15:33:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153740f9f0153741003df0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 15:38:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153740f9f015374114ed00001', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-03-14 15:40:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153740f9f01537411b7bd0002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-14 15:40:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153742ccf0153742d4e780000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 16:10:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815374582e01537458e20d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 16:58:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153745a470153745aaf0b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 17:00:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153745a470153745b01c00001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 17:00:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153745d430153745d9e300000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 17:03:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153745f560153745fc8220000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 17:05:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815374dc7b015374dcfc050000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 19:22:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153755bdb0153755db5d10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-14 21:43:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153755bdb0153755e0e330002', N'Chrome', N'图片表添加成功', N'3', N'192.168.111.1', N'2016-03-14 21:43:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153755bdb0153755e5ea30003', N'Chrome', N'图片表更新成功', N'5', N'192.168.111.1', N'2016-03-14 21:43:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815377f7f5015377f8abfa0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 09:51:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153781af30153781b94d80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 10:29:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153781af30153781cb4000001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 10:31:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153781af301537838968e0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 11:01:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153781af3015378538e3f0003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-15 11:30:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153781af3015378562e2d0004', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-15 11:33:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153781af301537856f6360005', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-15 11:34:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153781af3015378583ad90006', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-03-15 11:36:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153781af30153785932810007', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 11:37:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153781af30153785cb0b50008', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-15 11:40:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153781af30153785fc91f0009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 11:44:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153781af301537860a212000a', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-03-15 11:45:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153781af3015378643c68000c', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-15 11:49:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378741f015378750a4e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 12:07:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378741f01537875fb340002', N'Chrome', N'错误异常: MysqlDataTruncation,错误描述:Data truncation: Data too long for column ''functionurl'' at row 1', N'6', N'192.168.111.1', N'2016-03-15 12:08:31.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378741f01537877651a0005', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-15 12:10:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378741f015378779f7b0007', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-15 12:10:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378741f01537877be1b0008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 12:10:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378741f0153787931a1000a', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-15 12:12:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378741f015378795d94000c', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-15 12:12:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378741f015378797acc000d', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 12:12:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378741f0153787ac5f6000e', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 12:13:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153787e000153787e57030000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 12:17:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378882d0153788889d50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 12:28:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378882d0153788a344a0001', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 12:30:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378882d0153788a53780002', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 12:30:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378882d0153788a6b0b0003', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 12:30:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378882d0153788a9cab0004', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 12:31:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378882d0153788aacf10005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-15 12:31:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378882d0153788ac8d40006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 12:31:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378882d0153788bd13c0007', N'Chrome', N'语言 更新成功', N'5', N'192.168.111.1', N'2016-03-15 12:32:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378882d0153788bfc660008', N'Chrome', N'语言 更新成功', N'5', N'192.168.111.1', N'2016-03-15 12:32:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378882d0153788ddc320009', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 12:34:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378dbe9150000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 13:59:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378ddc2a50002', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-15 14:01:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e019b40004', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-15 14:04:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e06a760005', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 14:04:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e0d3fb0007', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-15 14:05:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e1399d0009', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-15 14:05:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e1999d000b', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-15 14:06:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e20872000d', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-15 14:06:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e27b27000f', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-15 14:07:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e30fc20011', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-15 14:07:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e344ae0012', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-15 14:07:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e3e6a10014', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-15 14:08:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e45641001e', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-03-15 14:09:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e4685b001f', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-15 14:09:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e4890a0020', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 14:09:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e6439b0021', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 14:11:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e651d50022', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-15 14:11:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e66afe0023', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 14:11:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e7f1680024', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 14:12:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e7fdb90025', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-15 14:13:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378e843440026', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 14:13:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378f85dbd0027', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 14:30:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378f87d570028', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 14:31:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378f88f4d0029', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-15 14:31:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378f8ae62002a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 14:31:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378f8f6f5002b', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-15 14:31:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378f9622d002c', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-15 14:32:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815378be7c015378f981a6002d', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 14:32:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153792311015379237ff50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 15:18:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537976e80153797772ec0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-15 16:49:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537b463301537b46e8170000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-16 01:15:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537d2a4e01537d2ad88a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-16 10:04:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537d2a4e01537d4f6a150001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-16 10:44:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537d8b5d01537d8bc3960000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-16 11:50:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537e05ce01537e065b800000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-16 14:04:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537e20a701537e21190c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-16 14:33:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537e20a701537e41f00e0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-16 15:09:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537ef33f01537ef3b3800000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-16 18:23:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537ef33f01537ef45b130001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-16 18:24:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81537ef33f01537efd4f110002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-16 18:34:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815382c6c9015382c74ec60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-17 12:13:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815382c6c9015382c9ff370002', N'Chrome', N'组织机构删除成功', N'4', N'192.168.111.1', N'2016-03-17 12:16:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815382c6c9015382ccda010004', N'Chrome', N'表单添加成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-17 12:19:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815382c6c9015382ce3a630013', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-03-17 12:21:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815382c6c9015382ceb1250014', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-17 12:21:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815382c6c9015382cf16050015', N'Chrome', N'表单更新成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-17 12:22:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815382c6c9015382cf30a80016', N'Chrome', N'表单更新成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-17 12:22:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815382c6c9015382cf47980017', N'Chrome', N'表单更新成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-17 12:22:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815382c6c9015382cf93ec0018', N'Chrome', N'表单更新成功', N'5', N'192.168.111.1', N'2016-03-17 12:22:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815382c6c9015382d613df0019', N'Chrome', N'表单更新成功', N'5', N'192.168.111.1', N'2016-03-17 12:29:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815382c6c9015382d6b000001a', N'Chrome', N'表单更新成功', N'5', N'192.168.111.1', N'2016-03-17 12:30:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815382c6c9015382d742f7001b', N'Chrome', N'表单更新成功', N'5', N'192.168.111.1', N'2016-03-17 12:30:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81538330cd01538331fc180000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-17 14:10:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815383ecc6015383ee03910000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-17 17:35:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153879ec4015387a1bb200000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-18 10:50:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153879ec4015387a26b090001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-18 10:51:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815387a44d015387a614120000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-18 10:55:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81538800a00153880100950000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-18 12:34:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815398133301539813c0910000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-21 15:29:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539813330153981608440002', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-03-21 15:31:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539813330153981672520005', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-21 15:32:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539813330153981a91640008', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-21 15:36:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539813330153981ab3bb0009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-21 15:36:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153982705015398276f230000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-21 15:50:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815398270501539828a4f90001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-21 15:51:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539827050153982937450002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-21 15:52:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad30153985b472c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-21 16:47:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad30153985d0ac60001', N'Chrome', N'语言 更新成功', N'5', N'192.168.111.1', N'2016-03-21 16:49:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad30153985d37af0002', N'Chrome', N'语言 更新成功', N'5', N'192.168.111.1', N'2016-03-21 16:49:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad30153985e22560004', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-21 16:50:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad30153985e777e0006', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-21 16:50:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad30153985f3e9b0007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-21 16:51:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad301539860f6e70009', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-21 16:53:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad3015398616270000b', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-21 16:53:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad3015398619200000c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-21 16:54:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad3015398621e18000d', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-21 16:54:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad3015398623b5f000e', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-21 16:54:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad3015398624882000f', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-21 16:54:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153985ad30153986273330010', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-21 16:55:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815398e356015398e3d06f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-21 19:16:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815398e356015398e432e10003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-21 19:16:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815398e356015398e46e250004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-21 19:17:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815398e356015398e472a90005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-21 19:17:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815398e356015398e4e3560007', N'Chrome', N'在线文档分类添加成功', N'3', N'192.168.111.1', N'2016-03-21 19:17:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815398e356015398e4f7c70009', N'Chrome', N'在线文档分类添加成功', N'3', N'192.168.111.1', N'2016-03-21 19:17:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815398e356015398e53381000b', N'Chrome', N'在线文档分类添加成功', N'3', N'192.168.111.1', N'2016-03-21 19:17:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815398e356015398e56355000d', N'Chrome', N'在线文档分类添加成功', N'3', N'192.168.111.1', N'2016-03-21 19:18:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815398e356015398e59bf1000f', N'Chrome', N'在线文档添加成功', N'3', N'192.168.111.1', N'2016-03-21 19:18:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815398e356015398e695a00011', N'Chrome', N'在线文档分类添加成功', N'3', N'192.168.111.1', N'2016-03-21 19:19:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c00e601539c01637c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-22 09:47:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c00e601539c02326f0002', N'Chrome', N'在线文档分类添加成功', N'3', N'192.168.111.1', N'2016-03-22 09:48:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c0fae01539c1042d50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-22 10:03:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c224601539c22e4910000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-22 10:24:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c224601539c23cc200001', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-22 10:25:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c224601539c24050e0002', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-22 10:25:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c224601539c2437470003', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-22 10:25:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c224601539c2447460004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-22 10:25:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c224601539c2474680005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-22 10:25:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c256001539c263fa90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-22 10:27:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c256001539c26a6860001', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-03-22 10:28:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c256001539c26c7790002', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-03-22 10:28:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c256001539c2722bb0003', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-22 10:28:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c256001539c2744ab0004', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-22 10:28:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c4a0f01539c4a8e940000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-22 11:07:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539c81ad01539c88b50d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-22 12:15:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539ea4e26b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-22 22:05:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb190d60002', N'Chrome', N'在线文档添加成功', N'3', N'192.168.111.1', N'2016-03-22 22:19:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb1d8500004', N'Chrome', N'在线文档添加成功', N'3', N'192.168.111.1', N'2016-03-22 22:19:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb2591e0006', N'Chrome', N'在线文档分类添加成功', N'3', N'192.168.111.1', N'2016-03-22 22:20:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb296c40007', N'Chrome', N'在线文档分类更新成功', N'5', N'192.168.111.1', N'2016-03-22 22:20:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb37dc80008', N'Chrome', N'在线文档分类更新成功', N'5', N'192.168.111.1', N'2016-03-22 22:21:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb3b2fa0009', N'Chrome', N'在线文档分类更新成功', N'5', N'192.168.111.1', N'2016-03-22 22:21:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb3d023000a', N'Chrome', N'在线文档分类更新成功', N'5', N'192.168.111.1', N'2016-03-22 22:21:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb3f009000b', N'Chrome', N'在线文档分类更新成功', N'5', N'192.168.111.1', N'2016-03-22 22:21:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb455b3000d', N'Chrome', N'在线文档添加成功', N'3', N'192.168.111.1', N'2016-03-22 22:22:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb77cae000e', N'Chrome', N'在线文档删除成功', N'4', N'192.168.111.1', N'2016-03-22 22:25:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb787a5000f', N'Chrome', N'在线文档删除成功', N'4', N'192.168.111.1', N'2016-03-22 22:25:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb792620010', N'Chrome', N'在线文档删除成功', N'4', N'192.168.111.1', N'2016-03-22 22:25:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81539ea46801539eb7ccdb0011', N'Chrome', N'在线文档更新成功', N'5', N'192.168.111.1', N'2016-03-22 22:25:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a134390153a134c5ac0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-23 10:01:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a134390153a13544d60001', N'Chrome', N'在线文档分类更新成功', N'5', N'192.168.111.1', N'2016-03-23 10:02:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a134390153a13559270002', N'Chrome', N'在线文档分类更新成功', N'5', N'192.168.111.1', N'2016-03-23 10:02:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a134390153a135b0890004', N'Chrome', N'在线文档添加成功', N'3', N'192.168.111.1', N'2016-03-23 10:02:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3a1dc0153a3a299bd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-23 21:20:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3a1dc0153a3a32df20001', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:21:33.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3a1dc0153a3a33ed50002', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:21:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3a1dc0153a3a35d440003', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:21:45.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3a1dc0153a3a401770004', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:22:27.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3a1dc0153a3a5a44b0005', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:24:15.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3a1dc0153a3a6501f0006', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:24:59.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3aa0f0153a3aa7ef10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-23 21:29:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3aa0f0153a3aac6030001', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:29:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3aa0f0153a3ab54bc0002', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:30:27.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3addd0153a3ae367b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-23 21:33:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3addd0153a3ae891a0001', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:33:57.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3addd0153a3af1f7e0002', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:34:36.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3addd0153a3affdec0003', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:35:33.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3b06b0153a3b0d62c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-23 21:36:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3b06b0153a3b1aedb0001', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:37:24.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3b06b0153a3b2b7bd0002', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:38:31.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3b06b0153a3b3fbb80003', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:39:54.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a3b06b0153a3b49fe20004', N'Chrome', N'错误异常: ClassCastException,错误描述:java.lang.String cannot be cast to java.lang.Integer', N'6', N'192.168.111.1', N'2016-03-23 21:40:36.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a650060153a65075660000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-24 09:50:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a650060153a6515b770004', N'Chrome', N'用户: lisi更新成功', N'5', N'192.168.111.1', N'2016-03-24 09:51:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a650060153a651e0280008', N'Chrome', N'用户: scott更新成功', N'5', N'192.168.111.1', N'2016-03-24 09:51:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a650060153a6525f09000e', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-24 09:52:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a650060153a652c688000f', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-24 09:52:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a650060153a6538fc40015', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-24 09:53:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a650060153a653c35b0016', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-03-24 09:53:40.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a650060153a654213f001c', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-03-24 09:54:04.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a650060153a6543d49001d', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-24 09:54:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a650060153a654930e001e', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-24 09:54:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a650060153a654cdc9001f', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-03-24 09:54:48.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153a705b10153a7065ec60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-24 13:08:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153abd7dd0153abd857a70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-25 11:36:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153abd7dd0153ac3123480002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-25 13:13:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153bad3530153bad3f9b10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-28 09:26:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153bd0d500153bd0f40900000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-28 19:50:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c028db0153c02af9850000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 10:19:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c028db0153c04e317f0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 10:57:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c028db0153c0502eaf0004', N'Chrome', N'JeecgDemo例子: 123被添加成功', N'3', N'192.168.111.1', N'2016-03-29 10:59:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c028db0153c0509ac90007', N'Chrome', N'JeecgDemo例子: 22被添加成功', N'3', N'192.168.111.1', N'2016-03-29 11:00:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c028db0153c051c4e60009', N'Chrome', N'JeecgDemo例子: null被更新成功', N'5', N'192.168.111.1', N'2016-03-29 11:01:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c028db0153c051d4eb000b', N'Chrome', N'JeecgDemo例子: null被更新成功', N'5', N'192.168.111.1', N'2016-03-29 11:01:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c028db0153c06fee34000c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 11:34:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c028db0153c07033f9000e', N'Chrome', N'JeecgDemo例子: null被更新成功', N'5', N'192.168.111.1', N'2016-03-29 11:34:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c028db0153c070495d0010', N'Chrome', N'JeecgDemo例子: null被更新成功', N'5', N'192.168.111.1', N'2016-03-29 11:34:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c07fc50153c080a36d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 11:52:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c07fc50153c08405400001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-29 11:56:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c07fc50153c0844fd10002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-29 11:56:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c08b550153c08bbbb40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 12:04:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c094340153c094d5820000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 12:14:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c094340153c098e2820002', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-29 12:19:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c094340153c098f1340003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-29 12:19:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c094340153c0990d8d0004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 12:19:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c099c10153c09a28940000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 12:20:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c099c10153c09be43e0001', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-29 12:22:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c099c10153c09bf1b40002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-29 12:22:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c099c10153c09c0cc20003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 12:22:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c099c10153c0a85de90005', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-29 12:36:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c099c10153c0a8a9aa0006', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-29 12:36:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c099c10153c0a8e95d0008', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-29 12:36:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c099c10153c0a907130009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 12:36:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c099c10153c0a94469000a', N'Chrome', N'通讯录更新成功', N'5', N'192.168.111.1', N'2016-03-29 12:37:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c099c10153c0a9526e000c', N'Chrome', N'通讯录添加成功', N'3', N'192.168.111.1', N'2016-03-29 12:37:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c099c10153c0a97226000d', N'Chrome', N'通讯录删除成功', N'4', N'192.168.111.1', N'2016-03-29 12:37:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0ac280153c0adf0230000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 12:42:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0d5e00153c0d806110000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 13:28:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0de2e0153c0e0059f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 13:37:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0de2e0153c0e0a8170001', N'Chrome', N'个人通讯录更新成功', N'5', N'192.168.111.1', N'2016-03-29 13:37:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0de2e0153c0e0b9740002', N'Chrome', N'个人通讯录更新成功', N'5', N'192.168.111.1', N'2016-03-29 13:37:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0de2e0153c0e6540f0003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 13:43:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0de2e0153c0e785d10004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 13:45:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0de2e0153c0eea71b0005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 13:52:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c0fa02dc0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:05:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c0fa53fc0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:05:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c0fc38830002', N'Chrome', N'错误异常: SQLException,错误描述:Invalid value for getInt() - ''4028ef815335c28f015335c28f0a0000''', N'6', N'192.168.111.1', N'2016-03-29 14:07:48.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c102ea770003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-29 14:15:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c1031b120004', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:15:19.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c10345f10005', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-03-29 14:15:30.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c10360450006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:15:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c103c3ce0009', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-29 14:16:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c103e236000a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:16:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c103f81a000b', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-29 14:16:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c1042b11000c', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:16:29.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c1050d37000d', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-03-29 14:17:27.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c1052f01000e', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:17:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c10545a4000f', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-29 14:17:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c1057af80010', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:17:55.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c108efe50011', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:21:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c10b82fb0012', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:24:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c10d5e3b0013', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-29 14:26:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c10d939e0014', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:26:45.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c10f89730015', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-03-29 14:28:54.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c0f9550153c10fb47a0016', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:29:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c114a70153c1151c2b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:34:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c114a70153c116e66b0001', N'Chrome', N'错误异常: RuntimeException,错误描述:Template cgform_jspDivTemplate_add.ftl not found.', N'6', N'192.168.111.1', N'2016-03-29 14:36:56.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c114a70153c1188a8c0002', N'Chrome', N'错误异常: RuntimeException,错误描述:Template cgform_jspDivTemplate_add.ftl not found.', N'6', N'192.168.111.1', N'2016-03-29 14:38:44.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c114a70153c11eeff90003', N'Chrome', N'错误异常: RuntimeException,错误描述:Template cgform_jspDivTemplate_add.ftl not found.', N'6', N'192.168.111.1', N'2016-03-29 14:45:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c114a70153c1248ec10004', N'Chrome', N'错误异常: RuntimeException,错误描述:Template cgform_jspDivTemplate_add.ftl not found.', N'6', N'192.168.111.1', N'2016-03-29 14:51:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c114a70153c124a78a0005', N'Chrome', N'错误异常: RuntimeException,错误描述:Template cgform_jspDivTemplate_add.ftl not found.', N'6', N'192.168.111.1', N'2016-03-29 14:51:58.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c114a70153c124db080006', N'Chrome', N'错误异常: RuntimeException,错误描述:Template cgform_jspTableTemplate_add.ftl not found.', N'6', N'192.168.111.1', N'2016-03-29 14:52:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c126600153c126cf850000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:54:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c12b080153c12b7ac80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 14:59:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c12ff60153c13080350000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 15:04:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c1332d0153c133ac930000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 15:08:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c1332d0153c13a86cc0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 15:15:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c1332d0153c13f946c0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 15:21:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c1332d0153c15cc6500003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 15:53:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c1332d0153c15dcb520004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 15:54:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c1332d0153c15f02700005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 15:55:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c1332d0153c18bb4cf0006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 16:44:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c1332d0153c18cb3600007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 16:45:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c18e700153c18ed5610000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 16:47:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c196470153c196b7470000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 16:56:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c196470153c19730440001', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-03-29 16:57:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c196470153c1978a350002', N'Chrome', N'图标删除成功', N'4', N'192.168.111.1', N'2016-03-29 16:57:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c196470153c19c54220003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 17:02:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c196470153c19d1f7c0004', N'Chrome', N'图片表删除成功', N'4', N'192.168.111.1', N'2016-03-29 17:03:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c1c87e0153c1cb2d2b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 17:53:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c1c87e0153c1d6b4440001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 18:06:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c1ddc30153c1de298a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-29 18:14:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c5a4860153c5a7264d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-30 11:52:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c5a4860153c5a814bb0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-30 11:54:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c5a4860153c5a9458f0002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-30 11:55:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c6ef930153c6f0d8f20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-30 17:53:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c6fa1a0153c6fab76b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-30 18:03:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c703ac0153c7042cb40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-30 18:14:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c703ac0153c704b6790001', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-30 18:14:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c703ac0153c7055ca50003', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-03-30 18:15:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c703ac0153c7057cef0004', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-03-30 18:15:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c703ac0153c7058e090005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-30 18:15:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c703ac0153c705b0220006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-30 18:15:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c703ac0153c70600e80008', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-03-30 18:16:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c703ac0153c7061f930009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-30 18:16:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c70da80153c71282e10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-30 18:29:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153c7c72c0153c7c82a290000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-30 21:48:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cac4050153cac55f2d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 11:44:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cac4050153cac5c85e0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 11:44:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cac4050153cac745600003', N'Chrome', N'123被删除成功', N'4', N'192.168.111.1', N'2016-03-31 11:46:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cac4050153cacadf830005', N'Chrome', N'表单添加成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-03-31 11:50:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cad4a80153cad512950000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 12:01:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cadd0b0153caddf4610000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 12:10:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cae6f20153cae774a50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 12:21:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cae6f20153caea5fb80002', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-03-31 12:24:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cae6f20153caeda5040003', N'Chrome', N'错误异常: RuntimeException,错误描述:Error on line 502, column 85, in template onetomany/cgform_controllerTemplate.ftl +Found uncap_firstPage, expecting one of: chunk, is_date, is_hash, float, matches, time, number_to_datetime, byte, substring, is_transform, web_safe, iso_ms_nz, groups, seq_contains, iso, is_method, eval, iso_ms, iso_utc_m_nz, parent, capitalize, number, if_exists, is_directive, iso_utc_h_nz, floor, is_boolean, split, node_name, seq_index_of, is_sequence, sort, is_node, sort_by, xhtml, iso_local_m_nz, iso_nz, node_namespace, date, last_index_of, short, ancestors, length, datetime, iso_local_ms, json_string, reverse, c, keys, iso_local_h_nz, has_content, replace, is_hash_ex, is_number, new, lower_case, string, exists, last, root, j_string, contains, round, long, ends_with, number_to_date, namespace, values, seq_last_index_of, uncap_first, iso_local, is_macro, index_of, word_list, int, iso_utc_nz, xml, double, node_type, rtf, url, iso_m, size, default, iso_h, iso_utc_m, ceiling, iso_h_nz, is_enumerable, iso_utc_h, iso_local_nz, iso_m_nz, left_pad, iso_utc_ms_nz, cap_first, interpret, children, chop_linebreak, is_collection, iso_utc, trim, is_string, number_to_time, upper_case, js_string, right_pad, is_indexable, iso_local_ms_nz, iso_utc_ms, iso_local_h, html, iso_local_m, first, starts_with in onetomany/cgform_controllerTemplate.ftl', N'6', N'192.168.111.1', N'2016-03-31 12:28:05.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cae6f20153caee38720004', N'Chrome', N'错误异常: RuntimeException,错误描述:Error on line 502, column 85, in template onetomany/cgform_controllerTemplate.ftl +Found uncap_firstPage, expecting one of: chunk, is_date, is_hash, float, matches, time, number_to_datetime, byte, substring, is_transform, web_safe, iso_ms_nz, groups, seq_contains, iso, is_method, eval, iso_ms, iso_utc_m_nz, parent, capitalize, number, if_exists, is_directive, iso_utc_h_nz, floor, is_boolean, split, node_name, seq_index_of, is_sequence, sort, is_node, sort_by, xhtml, iso_local_m_nz, iso_nz, node_namespace, date, last_index_of, short, ancestors, length, datetime, iso_local_ms, json_string, reverse, c, keys, iso_local_h_nz, has_content, replace, is_hash_ex, is_number, new, lower_case, string, exists, last, root, j_string, contains, round, long, ends_with, number_to_date, namespace, values, seq_last_index_of, uncap_first, iso_local, is_macro, index_of, word_list, int, iso_utc_nz, xml, double, node_type, rtf, url, iso_m, size, default, iso_h, iso_utc_m, ceiling, iso_h_nz, is_enumerable, iso_utc_h, iso_local_nz, iso_m_nz, left_pad, iso_utc_ms_nz, cap_first, interpret, children, chop_linebreak, is_collection, iso_utc, trim, is_string, number_to_time, upper_case, js_string, right_pad, is_indexable, iso_local_ms_nz, iso_utc_ms, iso_local_h, html, iso_local_m, first, starts_with in onetomany/cgform_controllerTemplate.ftl', N'6', N'192.168.111.1', N'2016-03-31 12:28:42.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153caeef10153caef4a350000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 12:29:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153caeef10153caef9eb40001', N'Chrome', N'错误异常: RuntimeException,错误描述:Error on line 502, column 85, in template onetomany/cgform_controllerTemplate.ftl +Found uncap_firstPage, expecting one of: chunk, is_date, is_hash, float, matches, time, number_to_datetime, byte, substring, is_transform, web_safe, iso_ms_nz, groups, seq_contains, iso, is_method, eval, iso_ms, iso_utc_m_nz, parent, capitalize, number, if_exists, is_directive, iso_utc_h_nz, floor, is_boolean, split, node_name, seq_index_of, is_sequence, sort, is_node, sort_by, xhtml, iso_local_m_nz, iso_nz, node_namespace, date, last_index_of, short, ancestors, length, datetime, iso_local_ms, json_string, reverse, c, keys, iso_local_h_nz, has_content, replace, is_hash_ex, is_number, new, lower_case, string, exists, last, root, j_string, contains, round, long, ends_with, number_to_date, namespace, values, seq_last_index_of, uncap_first, iso_local, is_macro, index_of, word_list, int, iso_utc_nz, xml, double, node_type, rtf, url, iso_m, size, default, iso_h, iso_utc_m, ceiling, iso_h_nz, is_enumerable, iso_utc_h, iso_local_nz, iso_m_nz, left_pad, iso_utc_ms_nz, cap_first, interpret, children, chop_linebreak, is_collection, iso_utc, trim, is_string, number_to_time, upper_case, js_string, right_pad, is_indexable, iso_local_ms_nz, iso_utc_ms, iso_local_h, html, iso_local_m, first, starts_with in onetomany/cgform_controllerTemplate.ftl', N'6', N'192.168.111.1', N'2016-03-31 12:30:14.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb08c00153cb0ca0b70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 13:01:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb319e0153cb329b860000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 13:43:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb319e0153cb347ecd0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-31 13:45:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb3841770000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 13:49:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb3984140002', N'Chrome', N'个人通讯录添加成功', N'3', N'192.168.111.1', N'2016-03-31 13:50:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb39855b0004', N'Chrome', N'错误异常: MySQLIntegrityConstraintViolationException,错误描述:Duplicate entry ''4028ef8153cb37d50153cb3984fc0003'' for key 1', N'6', N'192.168.111.1', N'2016-03-31 13:50:57.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb3986520006', N'Chrome', N'错误异常: MySQLIntegrityConstraintViolationException,错误描述:Duplicate entry ''4028ef8153cb37d50153cb3986230005'' for key 1', N'6', N'192.168.111.1', N'2016-03-31 13:50:58.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb39a6730007', N'Chrome', N'错误异常: HttpMediaTypeNotSupportedException,错误描述:Cannot extract parameter (JformContactEntity jformContact): no Content-Type found', N'6', N'192.168.111.1', N'2016-03-31 13:51:06.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb39bff90008', N'Chrome', N'错误异常: HttpMediaTypeNotSupportedException,错误描述:Cannot extract parameter (JformContactEntity jformContact): no Content-Type found', N'6', N'192.168.111.1', N'2016-03-31 13:51:12.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb39d1ef0009', N'Chrome', N'错误异常: HttpMediaTypeNotSupportedException,错误描述:Cannot extract parameter (JformContactEntity jformContact): no Content-Type found', N'6', N'192.168.111.1', N'2016-03-31 13:51:17.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb39f579000a', N'Chrome', N'错误异常: HttpMediaTypeNotSupportedException,错误描述:Cannot extract parameter (JformContactEntity jformContact): no Content-Type found', N'6', N'192.168.111.1', N'2016-03-31 13:51:26.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb3a04be000b', N'Chrome', N'错误异常: HttpMediaTypeNotSupportedException,错误描述:Cannot extract parameter (JformContactEntity jformContact): no Content-Type found', N'6', N'192.168.111.1', N'2016-03-31 13:51:30.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb3ba0a3000c', N'Chrome', N'错误异常: HttpMediaTypeNotSupportedException,错误描述:Cannot extract parameter (JformContactEntity jformContact): no Content-Type found', N'6', N'192.168.111.1', N'2016-03-31 13:53:15.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb3ba531000d', N'Chrome', N'个人通讯录更新成功', N'5', N'192.168.111.1', N'2016-03-31 13:53:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb3bd2b1000e', N'Chrome', N'错误异常: HttpMediaTypeNotSupportedException,错误描述:Cannot extract parameter (JformContactEntity jformContact): no Content-Type found', N'6', N'192.168.111.1', N'2016-03-31 13:53:28.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb37d50153cb3bd5e0000f', N'Chrome', N'个人通讯录更新成功', N'5', N'192.168.111.1', N'2016-03-31 13:53:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3cfe0153cb3d5bb20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 13:55:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3cfe0153cb3d73820001', N'Chrome', N'错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path ''/jformContactController.do'', method ''POST'', parameters map[''id'' -> array[''4028ef815373fddd015373fe4aae0002''], ''getFiles'' -> array['''']]', N'6', N'192.168.111.1', N'2016-03-31 13:55:15.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3cfe0153cb3d81e90002', N'Chrome', N'个人通讯录更新成功', N'5', N'192.168.111.1', N'2016-03-31 13:55:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3cfe0153cb3da5080003', N'Chrome', N'错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path ''/jformContactController.do'', method ''POST'', parameters map[''id'' -> array[''4028ef815373fddd015373fe4aae0002''], ''getFiles'' -> array['''']]', N'6', N'192.168.111.1', N'2016-03-31 13:55:28.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3cfe0153cb3da8640004', N'Chrome', N'个人通讯录更新成功', N'5', N'192.168.111.1', N'2016-03-31 13:55:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3cfe0153cb3df3a10005', N'Chrome', N'错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path ''/jformContactController.do'', method ''POST'', parameters map[''id'' -> array[''4028ef815373fddd015373fe4aae0002''], ''getFiles'' -> array['''']]', N'6', N'192.168.111.1', N'2016-03-31 13:55:48.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3cfe0153cb3df8000006', N'Chrome', N'个人通讯录更新成功', N'5', N'192.168.111.1', N'2016-03-31 13:55:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3f2f0153cb3ff9140000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 13:58:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb3f2f0153cb40ba240001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-03-31 13:58:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb41e00153cb424ff30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 14:00:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb41e00153cb4270fa0001', N'Chrome', N'个人通讯录更新成功', N'5', N'192.168.111.1', N'2016-03-31 14:00:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb41e00153cb428db90002', N'Chrome', N'个人通讯录更新成功', N'5', N'192.168.111.1', N'2016-03-31 14:00:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb41e00153cb4404240004', N'Chrome', N'个人通讯录添加成功', N'3', N'192.168.111.1', N'2016-03-31 14:02:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb41e00153cb4418c50005', N'Chrome', N'个人通讯录更新成功', N'5', N'192.168.111.1', N'2016-03-31 14:02:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb69670153cb6a753e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 14:44:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb6c230153cb6cb6c70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 14:46:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb75840153cb75f1bf0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 14:56:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cb99960153cb99f8f30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-03-31 15:36:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf74820153cf7ef77b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 09:45:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf74820153cf7f995e0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 09:45:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf99580153cf9a1f7b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 10:14:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf99580153cf9c620b0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-01 10:17:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cf9e5f050000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 10:19:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cf9edec20001', N'Chrome', N'个人通讯录更新成功', N'5', N'192.168.111.1', N'2016-04-01 10:20:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cf9f29800003', N'Chrome', N'个人通讯录添加成功', N'3', N'192.168.111.1', N'2016-04-01 10:20:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cf9f3e330004', N'Chrome', N'个人通讯录更新成功', N'5', N'192.168.111.1', N'2016-04-01 10:20:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cf9f4d570005', N'Chrome', N'个人通讯录删除成功', N'4', N'192.168.111.1', N'2016-04-01 10:20:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa008330008', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-04-01 10:21:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa0d37a000c', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-04-01 10:22:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa15002000d', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 10:22:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa2174b000e', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-01 10:23:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa38d7f000f', N'Chrome', N'学生表更新成功', N'5', N'192.168.111.1', N'2016-04-01 10:25:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa4a5400012', N'Chrome', N'学生表添加成功', N'3', N'192.168.111.1', N'2016-04-01 10:26:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa6ac5e0014', N'Chrome', N'学生表删除成功', N'4', N'192.168.111.1', N'2016-04-01 10:28:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa76cf40015', N'Chrome', N'表单表删除成功', N'4', N'192.168.111.1', N'2016-04-01 10:29:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa90cb70016', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-01 10:31:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa926180017', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-01 10:31:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfa9d8cf0018', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-01 10:32:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfaa2b5f0019', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-01 10:32:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cf9d710153cfaa7b90001a', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-01 10:32:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfac0f0153cfacf3460000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 10:35:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfac0f0153cfae27dc0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 10:36:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfac0f0153cfae9cc50003', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-04-01 10:37:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfac0f0153cfaebbb80004', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-04-01 10:37:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfb21f0153cfb328a70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 10:42:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfcf000153cfcf84630000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 11:13:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfd46e0153cfd505280000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 11:19:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfd46e0153cfea3c350001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-01 11:42:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfd46e0153cfea67d20002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-01 11:42:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfd46e0153cfea84680003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-01 11:42:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153cfd46e0153cfeb07d00004', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-01 11:43:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153d1be5b0153d1bf95420000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 20:15:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153d1be5b0153d1c01ebd0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-01 20:15:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153d1be5b0153d1c3bf3f0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 20:19:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153d1be5b0153d1c5afd10003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-01 20:21:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153d1be5b0153d1c9efd80006', N'Chrome', N'角色: demo被更新成功', N'5', N'192.168.111.1', N'2016-04-01 20:26:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153d1be5b0153d1ca4efd0007', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-01 20:26:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ea28d60153ea295d690000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-06 14:01:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ea28d60153ea2b4c670001', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-06 14:03:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ea28d60153ea2cd16a0002', N'Chrome', N'JeecgDemo例子: 123被删除 成功', N'4', N'192.168.111.1', N'2016-04-06 14:05:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ea28d60153ea2d54f90003', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-06 14:05:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ea52cd0153ea534df30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-06 14:47:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153eaa14b0153eaa1e4f50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-06 16:13:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153eaa14b0153eaa22b960001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-06 16:13:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153eaa9bf0153eaaa7b3f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-06 16:22:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153eab2e60153eab389f80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-06 16:32:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153eab2e60153eab3eaf20001', N'Chrome', N'消息发送记录表更新成功', N'5', N'192.168.111.1', N'2016-04-06 16:32:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153eab2e60153eaba0a470003', N'Chrome', N'通知公告添加成功', N'3', N'192.168.111.1', N'2016-04-06 16:39:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153eab2e60153eac1431e0004', N'Chrome', N'表单更新成功', N'5', N'192.168.111.1', N'2016-04-06 16:47:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef20840153ef2245c60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-07 13:11:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef38e10153ef39484a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-07 13:37:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef38e10153ef39a82c0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-07 13:37:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef38e10153ef3a44970002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-07 13:38:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef4ed20153ef4f4e8b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-07 14:01:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef72b40153ef7341120000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-07 14:40:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef72b40153ef9337960001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-07 15:15:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef72b40153ef93eafd0002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-07 15:16:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef72b40153ef94685a0003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-07 15:16:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef72b40153ef94f0a40004', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-07 15:17:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ef72b40153ef957e1b0005', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-07 15:17:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f2870153f0f3b6140000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-07 21:40:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f2870153f0f678680001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-07 21:43:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f2870153f0f68c8f0002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-07 21:43:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f8fd0153f0f9927a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-07 21:46:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f8fd0153f0f9a7530001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-07 21:46:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f8fd0153f0fbdc280002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-07 21:49:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f8fd0153f0fc83d00003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-07 21:49:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f8fd0153f0fcaf4f0004', N'Chrome', N'User: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-07 21:50:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f8fd0153f0fd50e30005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-07 21:50:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f0f8fd0153f1041ea80006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-07 21:58:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f3e1f00153f3e2b12f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 11:20:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f409550153f409db810000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 12:03:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f44c540153f44cc26b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 13:16:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f44c540153f44ea19c0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 13:18:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f44c540153f451d18b0002', N'Chrome', N'错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path ''/loginController.do'', method ''GET'', parameters map[''acehome'' -> array['''']]', N'6', N'192.168.111.1', N'2016-04-08 13:21:56.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f4527c0153f452f00c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 13:23:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f4527c0153f458bbac0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-08 13:29:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f4527c0153f459a3c10002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-08 13:30:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f4527c0153f46cebb10003', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-04-08 13:51:32.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f46ebd0153f46f1da70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 13:53:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f506c90153f50740670000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 16:40:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f506c90153f507440c0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 16:40:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f506c90153f50cb2380002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 16:46:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f519400153f519e77f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 17:00:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f519400153f519eb4a0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 17:00:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f519400153f51b16550002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 17:01:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f535250153f535f94d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 17:31:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f535250153f538624d0001', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-04-08 17:33:46.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f535250153f538bc330002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 17:34:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f535250153f576c5180003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 18:41:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f535250153f589d1030004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 19:02:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f535250153f58a82ab0005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 19:03:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f63b6fab0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 22:16:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f63b79a70001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 22:16:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f63bd56c0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 22:17:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f63c9ace0003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 22:18:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f644883c0004', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-08 22:26:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f644955c0005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-08 22:26:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f644b80d0006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 22:26:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f64543ae0007', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-08 22:27:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f64564370008', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-08 22:27:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f64597410009', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-08 22:27:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f646045e000a', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-08 22:28:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f6461806000b', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-08 22:28:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f6468a31000c', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-08 22:28:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f646bd2e000d', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 22:29:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f649116b000e', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-08 22:31:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f64962e4000f', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-08 22:31:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f64985c80010', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 22:32:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f64c4f7a0011', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-08 22:35:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f64cb8850012', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-08 22:35:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f64dac290013', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-08 22:36:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f64db8f70014', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-08 22:36:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f63ac40153f64dcdff0015', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 22:36:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f690e00153f69140100000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-08 23:50:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f690e00153f699c81f0001', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-08 23:59:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f69f760153f69fd0850000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 00:06:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a0fb0153f6a14c3e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 00:07:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f6a599f60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 00:12:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f956912a0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 12:45:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f956d1d70002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-09 12:45:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f956e4850003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 12:45:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f9582fca0004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 12:46:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f958efd60005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 12:47:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f9590c930006', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-09 12:47:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f9591a420007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 12:47:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f9594f620008', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-09 12:48:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f9628c230009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 12:58:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f962fa15000a', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-09 12:58:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f9637403000b', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-09 12:59:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f6a4360153f966a958000c', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-04-09 13:02:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f9e9610153f9ea176c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 15:26:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153f9e9610153f9eaf2280001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 15:27:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fa0dc30153fa0eb4bc0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 16:06:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fa23150153fa23dae10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 16:29:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fa456b0153fa45cd920000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 17:06:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fa456b0153fa4652860001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-09 17:07:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fa456b0153fa4ad2ca0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 17:12:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fa456b0153fa578a950003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-09 17:25:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fb700a0153fb71692d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 22:33:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fb77ec0153fb7943020000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 22:42:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fb77ec0153fb79469c0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 22:42:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fb88c60153fb89b41c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 23:00:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fb88c60153fb8abde20001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-09 23:01:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fb8df30153fb954e060000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 23:12:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fb8df30153fb95feb80001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-09 23:13:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fe51210153fe51f3a20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 11:58:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fe51210153fe5e1b300003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-10 12:11:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fe51210153fe5e85df0004', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 12:12:00.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fe51210153fe5eea000005', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-04-10 12:12:26.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fe51210153fe5f09790006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 12:12:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fe51210153fe5f96790022', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-10 12:13:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fe51210153fe5fbb1d0023', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 12:13:20.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fe92830153fe9303020000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:09:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fe979f0153fe9822640000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:14:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fe99fb0153fe9a89340000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:17:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fe9c410153fe9cb26d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:19:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153feb8fb0153febb103a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:53:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153feb8fb0153febb14bb0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:53:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153feb8fb0153febb22890002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:53:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153feb8fb0153febb67f50003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:53:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153feb8fb0153febc10870004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 13:54:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fef72f0153fef7dd110000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 14:59:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fefc800153fefd0a6a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 15:05:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153fefed20153feff38540000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 15:07:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ff02b60153ff03388a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 15:11:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ff0d130153ff0d88d40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 15:23:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ff0e970153ff0fc6670000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 15:25:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8153ff1cb90153ff1d44f10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 15:40:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815400c2c6015400c379e20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-10 23:21:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815400c2c6015400c50e8c0003', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-10 23:23:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815400c2c6015400c5152f0004', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-10 23:23:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815400c2c6015400c519e50005', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-10 23:23:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815400c2c6015400c51f250006', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-10 23:23:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815400c2c6015400c525190007', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-10 23:23:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815400c2c6015400c52c860008', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-10 23:23:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154032519015403259f100000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-11 10:27:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815403251901540325e6990001', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-11 10:28:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815403251901540326bcaa0005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-11 10:29:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154032519015403270f540006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-11 10:29:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154032519015403271ff90007', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-11 10:29:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540325190154032757150008', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-04-11 10:29:50.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540325190154032779d30009', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-11 10:29:59.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154032519015403277fb6000a', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-11 10:30:00.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154032519015403278558000b', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-11 10:30:02.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815403251901540328b395000e', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-04-11 10:31:19.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815403251901540328cd9f000f', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-11 10:31:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540325190154032921650010', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-11 10:31:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540325190154032933df0011', N'Chrome', N'删除成功', N'5', N'192.168.111.1', N'2016-04-11 10:31:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540325190154032939bc0012', N'Chrome', N'删除成功', N'5', N'192.168.111.1', N'2016-04-11 10:31:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154032519015403293ef20013', N'Chrome', N'删除成功', N'5', N'192.168.111.1', N'2016-04-11 10:31:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540325190154032943f60014', N'Chrome', N'删除成功', N'5', N'192.168.111.1', N'2016-04-11 10:31:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815403251901540329497e0015', N'Chrome', N'删除成功', N'5', N'192.168.111.1', N'2016-04-11 10:31:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154032519015403294fea0016', N'Chrome', N'删除成功', N'5', N'192.168.111.1', N'2016-04-11 10:31:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815403251901540329558a0017', N'Chrome', N'删除成功', N'5', N'192.168.111.1', N'2016-04-11 10:32:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154032519015403295b430018', N'Chrome', N'删除成功', N'5', N'192.168.111.1', N'2016-04-11 10:32:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540325190154032960920019', N'Chrome', N'删除成功', N'5', N'192.168.111.1', N'2016-04-11 10:32:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154032519015403298067001a', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-11 10:32:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815403251901540329b36b001b', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-04-11 10:32:25.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540325190154032a5dbc001e', N'Chrome', N'删除成功', N'5', N'192.168.111.1', N'2016-04-11 10:33:08.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540325190154032ac4e9001f', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-04-11 10:33:35.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540325190154032b1df80020', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-11 10:33:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815404c111015404c87f8c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-11 18:05:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815408ea08015408eb780d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-12 13:22:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540b007101540b0238de0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-12 23:06:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540b007101540b0242b20001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-12 23:06:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81540f057301540f090ba50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-13 17:52:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815412f224015412f2ad900000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-14 12:06:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815412f224015412f363410007', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-14 12:07:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815412f224015412f3877c0008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-14 12:07:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815412f224015412f3e716000a', N'Chrome', N'首页广告更新成功', N'5', N'192.168.111.1', N'2016-04-14 12:07:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815412f224015412f4bc02000c', N'Chrome', N'信息更新成功', N'5', N'192.168.111.1', N'2016-04-14 12:08:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815412f224015412f4fa2f000e', N'Chrome', N'栏目管理更新成功', N'5', N'192.168.111.1', N'2016-04-14 12:08:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815412f224015412f52ba00010', N'Chrome', N'站点信息更新成功', N'5', N'192.168.111.1', N'2016-04-14 12:08:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815412fa9c015412fb0a900000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-14 12:15:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815412fc8c015412fcde700000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-14 12:17:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130be6390000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-14 12:33:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130c2e4c0001', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-14 12:34:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130c84790002', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-14 12:34:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130c9f400003', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-14 12:34:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130ca96f0004', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-04-14 12:34:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130cf7570005', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-14 12:34:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130d1f810006', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-14 12:35:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130dd9620007', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-14 12:35:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130deb050008', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-14 12:35:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130df87f0009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-14 12:36:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130e84e9000a', N'Chrome', N'语言 更新成功', N'5', N'192.168.111.1', N'2016-04-14 12:36:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130e9567000b', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-14 12:36:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154130b8d0154130eaf8a000c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-14 12:36:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81541368a3015413691fa60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-14 14:15:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81541562b10154156323150000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-14 23:28:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81541562b101541563ff5c0001', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-14 23:29:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81541562b10154156407060002', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-14 23:29:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81541562b1015415640cbd0003', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-04-14 23:29:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815418b502015418b59e930000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-15 14:57:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154197373015419744ef40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-15 18:25:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815419737301541975cf450007', N'Chrome', N'移除成功', N'4', N'192.168.111.1', N'2016-04-15 18:27:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c886d060000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-19 11:20:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c8bf4690003', N'Chrome', N'栏目管理添加成功', N'3', N'192.168.111.1', N'2016-04-19 11:24:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c8c43b10006', N'Chrome', N'栏目管理添加成功', N'3', N'192.168.111.1', N'2016-04-19 11:24:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c8c80b90007', N'Chrome', N'站点模板删除成功', N'4', N'192.168.111.1', N'2016-04-19 11:24:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c8cf4510008', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-19 11:25:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c8d04540009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-19 11:25:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c8d4178000c', N'Chrome', N'首页广告添加成功', N'3', N'192.168.111.1', N'2016-04-19 11:25:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c8d8579000d', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-19 11:25:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c8db851000e', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-04-19 11:26:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c8dc7b6000f', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-19 11:26:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c8dd4f50010', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-19 11:26:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c8e27340013', N'Chrome', N'栏目管理添加成功', N'3', N'192.168.111.1', N'2016-04-19 11:26:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c87e201542c8fa0f90016', N'Chrome', N'栏目管理添加成功', N'3', N'192.168.111.1', N'2016-04-19 11:28:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c92d901542c93442f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-19 11:32:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c94a201542c94fe1c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-19 11:34:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c94a201542c95b48f0002', N'Chrome', N'错误异常: PacketTooBigException,错误描述:Packet for query is too large (5452639 > 4193280). You can change this value on the server by setting the max_allowed_packet'' variable.', N'6', N'192.168.111.1', N'2016-04-19 11:34:49.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c94a201542c95ec150005', N'Chrome', N'栏目管理添加成功', N'3', N'192.168.111.1', N'2016-04-19 11:35:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c94a201542c96abb30006', N'Chrome', N'信息更新成功', N'5', N'192.168.111.1', N'2016-04-19 11:35:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c94a201542c96fdc60007', N'Chrome', N'信息发布成功', N'5', N'192.168.111.1', N'2016-04-19 11:36:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c94a201542c9737df0008', N'Chrome', N'站点信息更新成功', N'5', N'192.168.111.1', N'2016-04-19 11:36:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c94a201542c9c10940009', N'Chrome', N'首页广告更新成功', N'5', N'192.168.111.1', N'2016-04-19 11:41:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542c94a201542c9c26e2000a', N'Chrome', N'首页广告更新成功', N'5', N'192.168.111.1', N'2016-04-19 11:41:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542d1aa601542d1af3460000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-19 14:00:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542def45f00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-19 17:52:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542def96580001', N'Chrome', N'栏目管理更新成功', N'5', N'192.168.111.1', N'2016-04-19 17:52:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542defd5d60002', N'Chrome', N'栏目管理更新成功', N'5', N'192.168.111.1', N'2016-04-19 17:52:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df34d630005', N'Chrome', N'栏目管理添加成功', N'3', N'192.168.111.1', N'2016-04-19 17:56:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df3664d0006', N'Chrome', N'栏目管理删除成功', N'4', N'192.168.111.1', N'2016-04-19 17:56:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df377c80007', N'Chrome', N'栏目管理更新成功', N'5', N'192.168.111.1', N'2016-04-19 17:56:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df3a1880009', N'Chrome', N'栏目管理添加成功', N'3', N'192.168.111.1', N'2016-04-19 17:57:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df3b175000a', N'Chrome', N'栏目管理更新成功', N'5', N'192.168.111.1', N'2016-04-19 17:57:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df3ca56000c', N'Chrome', N'栏目管理更新成功', N'5', N'192.168.111.1', N'2016-04-19 17:57:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df408a1000d', N'Chrome', N'栏目管理更新成功', N'5', N'192.168.111.1', N'2016-04-19 17:57:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df4244a000e', N'Chrome', N'栏目管理更新成功', N'5', N'192.168.111.1', N'2016-04-19 17:57:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df44255000f', N'Chrome', N'栏目管理更新成功', N'5', N'192.168.111.1', N'2016-04-19 17:57:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df469e80010', N'Chrome', N'信息更新成功', N'5', N'192.168.111.1', N'2016-04-19 17:57:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df48b350011', N'Chrome', N'信息更新成功', N'5', N'192.168.111.1', N'2016-04-19 17:58:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df4a41c0012', N'Chrome', N'信息更新成功', N'5', N'192.168.111.1', N'2016-04-19 17:58:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dee5c01542df587a40013', N'Chrome', N'站点信息更新成功', N'5', N'192.168.111.1', N'2016-04-19 17:59:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dff3701542dffaa2f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-19 18:10:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dff3701542e018a6a0001', N'Chrome', N'信息更新成功', N'5', N'192.168.111.1', N'2016-04-19 18:12:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542dff3701542e019ab10002', N'Chrome', N'信息已发布,无需重复发布!', N'5', N'192.168.111.1', N'2016-04-19 18:12:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542e72e001542e73c07b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-19 20:16:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542f201a01542f20b1db0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-19 23:25:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542f201a01542f20d73e0001', N'Chrome', N'首页广告更新成功', N'5', N'192.168.111.1', N'2016-04-19 23:26:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542f201a01542f20f9560002', N'Chrome', N'栏目管理更新成功', N'5', N'192.168.111.1', N'2016-04-19 23:26:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542f201a01542f211ef30005', N'Chrome', N'栏目管理添加成功', N'3', N'192.168.111.1', N'2016-04-19 23:26:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542f201a01542f216fe10006', N'Chrome', N'信息更新成功', N'5', N'192.168.111.1', N'2016-04-19 23:26:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542f201a01542f21d5a20007', N'Chrome', N'信息更新成功', N'5', N'192.168.111.1', N'2016-04-19 23:27:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542f201a01542f224b2d0008', N'Chrome', N'信息更新成功', N'5', N'192.168.111.1', N'2016-04-19 23:27:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542f201a01542f22b80a0009', N'Chrome', N'站点信息更新成功', N'5', N'192.168.111.1', N'2016-04-19 23:28:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81542f201a01542f23d0b5000a', N'Chrome', N'信息已发布,无需重复发布!', N'5', N'192.168.111.1', N'2016-04-19 23:29:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81543808660154380979ac0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-21 16:57:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81543808660154380be3560007', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-04-21 16:59:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81543808660154380cc1530008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-21 17:00:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81543808660154381200600009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-21 17:06:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815442b785015442b804340000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-23 18:43:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81544305dd01544306e0e20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-23 20:10:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81544305dd0154432fb65d0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-23 20:54:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81544b24d301544b488f200000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-25 10:38:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81544bcff601544bd1562b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-25 13:08:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81544bcff601544bd55b1d0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-25 13:12:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81544ce65f01544ce7d5090000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-25 18:12:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154503da10154503e81d40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 09:45:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154503da10154503fb2800001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 09:47:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81545079f30154508fde7b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 11:14:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81545079f3015450a10a6b0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 11:33:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81545079f3015450a3b99e0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 11:36:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815451141a01545114f2020000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 13:40:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815451141a0154511f284c0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 13:51:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815451141a01545126358d0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 13:58:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815451141a0154513a3c850003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 14:20:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815451b2cf015451c887ef0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 16:56:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815451b2cf015451c929d80001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 16:56:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815451b2cf015451ca501c0002', N'rv:11.0', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 16:58:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815451b2cf015451caa3430003', N'MSIE 9.0', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 16:58:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815451b2cf015451cb4ab30004', N'MSIE 9.0', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-26 16:59:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815460291f01546029ce5a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-04-29 11:57:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815471c824015471c8e0ef0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-02 22:04:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154753f2601547541ce2f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-03 14:15:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154753f26015475436e870002', N'Chrome', N'语言 录入成功', N'3', N'192.168.111.1', N'2016-05-03 14:17:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154753f26015475438e180004', N'Chrome', N'语言 录入成功', N'3', N'192.168.111.1', N'2016-05-03 14:17:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154753f260154754624e10006', N'Chrome', N'类型分组: POP返回类型被添加成功', N'3', N'192.168.111.1', N'2016-05-03 14:20:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154753f2601547546bbbf0008', N'Chrome', N'类型: 单选被添加成功', N'3', N'192.168.111.1', N'2016-05-03 14:20:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154753f2601547546d420000a', N'Chrome', N'类型: 多选被添加成功', N'3', N'192.168.111.1', N'2016-05-03 14:20:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154754ad60154754b2e700000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-03 14:25:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815475593e01547559ac850000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-03 14:41:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815475593e0154755a120f0001', N'Chrome', N'语言 更新成功', N'5', N'192.168.111.1', N'2016-05-03 14:41:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815475593e0154755a36a40002', N'Chrome', N'语言 更新成功', N'5', N'192.168.111.1', N'2016-05-03 14:42:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154756c820154756d39c60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-03 15:02:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154756c820154756d58fc0001', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Unknown column ''this_.popRetype'' in ''field list''', N'6', N'192.168.111.1', N'2016-05-03 15:03:01.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154756c820154756e0c9c0003', N'Chrome', N'错误异常: BusinessException,错误描述:could not execute statement', N'6', N'192.168.111.1', N'2016-05-03 15:03:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154756c820154756e0d610004', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Unknown column ''this_.popRetype'' in ''field list''', N'6', N'192.168.111.1', N'2016-05-03 15:03:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547570950154757167150000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-03 15:07:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154757095015475717ce90001', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Unknown column ''this_.popRetype'' in ''field list''', N'6', N'192.168.111.1', N'2016-05-03 15:07:32.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815475709501547572f5750003', N'Chrome', N'错误异常: BusinessException,错误描述:could not execute statement', N'6', N'192.168.111.1', N'2016-05-03 15:09:08.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815475709501547572f6290004', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Unknown column ''this_.popRetype'' in ''field list''', N'6', N'192.168.111.1', N'2016-05-03 15:09:09.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154757095015475769cf10006', N'Chrome', N'错误异常: BusinessException,错误描述:could not execute statement', N'6', N'192.168.111.1', N'2016-05-03 15:13:08.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154757095015475769da30007', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Unknown column ''this_.popRetype'' in ''field list''', N'6', N'192.168.111.1', N'2016-05-03 15:13:08.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815475774a01547577fc1f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-03 15:14:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815475774a015475784ae90001', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-05-03 15:14:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815475774a01547578aa45000d', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-05-03 15:15:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815475774a01547582b7a9000e', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-05-03 15:26:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d01547621df100000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-03 18:20:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d0154762452f00001', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:22:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d0154762462c90002', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:22:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d015476246c430003', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:22:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d01547624750b0004', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d015476247db40005', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d01547624856b0006', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d015476248c940007', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d0154762494630008', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d015476249e7d0009', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d01547624a6af000a', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d01547624ace7000b', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d01547624b320000c', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d01547624ba0e000d', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d01547624c160000e', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d01547624c74f000f', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d01547624cd530010', N'Chrome', N'null被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d01547624d6bb0011', N'Chrome', N'123123被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:23:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d0154762ae57f0015', N'Chrome', N'9999被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:30:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d0154762aec4c0016', N'Chrome', N'000被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:30:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d0154762af41c0017', N'Chrome', N'123被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:30:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815476215d0154762b81530019', N'Chrome', N'777被删除成功', N'4', N'192.168.111.1', N'2016-05-03 18:30:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547635e4015476379e730000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-03 18:43:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547635e40154763852cf0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-03 18:44:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547635e4015476439ea00002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-03 18:57:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547635e401547647cf550003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-03 19:01:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547648cb0154764962c30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-03 19:03:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547648cb0154764b7a3e0001', N'Chrome', N'自定义模板更新成功', N'5', N'192.168.111.1', N'2016-05-03 19:05:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547648cb0154764b996e0002', N'Chrome', N'自定义模板更新成功', N'5', N'192.168.111.1', N'2016-05-03 19:05:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547648cb0154764f10710003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-03 19:09:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547648cb0154764fc6b10004', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-03 19:10:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547f961901547f99f0970000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 14:27:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547f961901547f9abeb30001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-05 14:28:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547f961901547fb319300002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 14:55:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547f961901547fb3f3460003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-05 14:56:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547f961901547fb43bd30004', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-05-05 14:56:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547f961901547fcfab660005', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-05 15:26:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81547f961901547fd356e20006', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-05 15:30:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548006fb01548008086d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 16:28:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815480494301548049d9350000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 17:40:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154804f5c01548050e2cf0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 17:47:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548064e7015480656b060000', N'Chrome', N'common.user: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:10:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154806ab30154806db93a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:19:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154806f7e01548070ce4e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:22:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548073d601548074784c0000', N'Chrome', N'common.user: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:26:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154807a480154807b81e60000', N'Chrome', N'common.user: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:34:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154807c390154807d5be70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:36:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815480880d01548089573e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:49:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154808c010154808c5af20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:52:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548091ba0154809255da0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 18:59:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815480937501548093e0770000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 19:00:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815480fb04015480fb71c20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 20:54:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815480fb0401548103d8d50001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-05 21:03:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815480fb0401548103eb090002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 21:03:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815481065f0154810827710000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 21:07:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548113be0154811a82d50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 21:27:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815481220f01548122738e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 21:36:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815481220f01548122a7790001', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-05-05 21:36:52.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815481280d01548128695f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 21:43:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548129250154812988e30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 21:44:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154812e7d01548130b62b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 21:52:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815481344b01548134c42e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-05 21:56:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548a471001548a49b0b50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-07 16:16:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548a471001548a4c61ce0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-07 16:19:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548a471001548a4ca2b10002', N'Chrome', N'错误异常: MysqlDataTruncation,错误描述:Data truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-05-07 16:19:18.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548a471001548a4df11f0003', N'Chrome', N'错误异常: MysqlDataTruncation,错误描述:Data truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-05-07 16:20:44.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548a471001548a4dfcf50004', N'Chrome', N'错误异常: MysqlDataTruncation,错误描述:Data truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-05-07 16:20:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548a471001548a4f6cd80005', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-07 16:22:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548a471001548a5173170006', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-07 16:24:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548a521901548a5353210000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-07 16:26:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81548a521901548a5684000001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-07 16:30:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815495593c0154955a7d7e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-09 19:50:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81549a6bd301549a6c7d480000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-10 19:28:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81549a6bd301549a6cc0420001', N'Chrome', N'在线文档被删除成功', N'4', N'192.168.111.1', N'2016-05-10 19:28:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81549a6bd301549a7021480003', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-05-10 19:32:00.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81549a6bd301549a7024140010', N'Chrome', N'创建成功', N'3', N'192.168.111.1', N'2016-05-10 19:32:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81549a71f801549a74ce380000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-10 19:37:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81549a71f801549a7537f00001', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-05-10 19:37:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81549a71f801549a7655930002', N'rv:11.0', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-10 19:38:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81549a71f801549a7bc1c20003', N'Firefox', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-10 19:44:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81549a71f801549a81e9010004', N'Firefox', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-10 19:51:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81549a71f801549a82a5200005', N'Firefox', N'删除成功', N'4', N'192.168.111.1', N'2016-05-10 19:52:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ae3be20154ae3c58bf0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-14 15:47:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ae3be20154ae554f050001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-14 16:15:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b4441d0154b444e5940000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-15 19:54:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b754750154b757e5ea0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-16 10:14:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b77acf0154b78123070000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-16 10:59:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b77acf0154b781246a0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-16 10:59:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b77acf0154b79eee260002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-16 11:32:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b7c2b90154b7c33a070000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-16 12:11:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b7c2b90154b7cb8bd40001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-16 12:20:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b7c2b90154b7cd770b0002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-16 12:22:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b7c2b90154b7ce55850003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-16 12:23:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b83ff10154b8408a800000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-16 14:28:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b83ff10154b841e1210003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-16 14:30:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b83ff10154b84275670004', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-05-16 14:30:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b83ff10154b84384150006', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-16 14:31:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b83ff10154b84698ea0007', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-16 14:35:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b83ff10154b846bc0d0008', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-05-16 14:35:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b83ff10154b84dc2fa000b', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-16 14:43:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b8518c0154b85203ac0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-16 14:47:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b8518c0154b85274c00001', N'Chrome', N'13840528444553被删除成功', N'4', N'192.168.111.1', N'2016-05-16 14:48:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b8518c0154b8527b630002', N'Chrome', N'2008822103119443_2被删除成功', N'4', N'192.168.111.1', N'2016-05-16 14:48:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b8518c0154b8528a230003', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-05-16 14:48:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b854d90154b85534fe0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-16 14:51:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b85b120154b85b81ed0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-16 14:58:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b94d200154b94dbe430000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-16 19:22:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b9508e0154b9510b620000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-16 19:26:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154b9736e0154b973d04a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-16 20:04:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bce6620154bce70d990000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 12:08:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bceaa80154bceb44dd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 12:13:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bcf4200154bcf6d6020000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 12:26:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bcf8e20154bcfa3f2d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 12:29:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bcfbc00154bcfc917e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 12:32:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bd3e6a0154bd3fabed0000', N'Chrome', N'common.user: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 13:45:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bd40700154bd41804b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 13:47:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bd4de40154bd4e6cae0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 14:01:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bd6a4b0154bd6ac4260000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 14:32:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bd77b00154bd786ec20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 14:47:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bd8ad10154bd8bc0900000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 15:08:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bd8ebf0154bd8f391b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 15:12:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bd94980154bd95243f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 15:19:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154bda8400154bda8ca1e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-17 15:40:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154c377fb0154c37864770000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-18 18:45:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154d8adcc0154d8ae8ce40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-22 21:36:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154d8af9a0154d8c459a50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-22 22:00:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154d8cbaf0154d8ccb18a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-22 22:09:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154dde76b0154dde9aed40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-23 21:59:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154e68dde0154e696e2960000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-25 14:25:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154e877870154e8784c960000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-25 23:11:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154e877870154e878f37b0001', N'Chrome', N'JeecgDemo例子: 2212被更新成功', N'5', N'192.168.111.1', N'2016-05-25 23:12:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb2ff1cc0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 11:51:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb32306b0001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-26 11:53:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb382f200002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:00:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb3840410003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-26 12:00:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb38b6750004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:00:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb38c6430005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-26 12:00:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb399b4c0006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:01:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb39aa410007', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-26 12:01:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb3c40000008', N'Chrome', N'User: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:04:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb3f309a0009', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-26 12:07:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb3f5e8e000a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:07:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb419dc8000b', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-26 12:10:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb46059b000c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:15:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb48e50f000d', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:18:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb4f970a000e', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-26 12:25:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb523cf9000f', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:28:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb52511b0010', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-26 12:28:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb52de530011', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:29:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb52f3f80012', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-26 12:29:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb5358cc0013', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:29:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb535d460014', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:29:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb2f030154eb53f31d0018', N'Chrome', N'用户: lisi更新成功', N'5', N'192.168.111.1', N'2016-05-26 12:30:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb58dd0154eb5a05530000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:37:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb58dd0154eb5a0a990001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:37:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb58dd0154eb5ad0a00002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-26 12:37:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb657c400000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:49:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb65816f0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:49:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb6a8d820002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:55:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb6a91f70003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:55:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb6abb7e0004', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-05-26 12:55:21.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb6dc29d0005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:58:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb6dc7130006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:58:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb6de0780007', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-05-26 12:58:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb6ed9350008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:59:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb6eddaf0009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 12:59:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb6ef8cc000a', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-05-26 12:59:59.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb9501c9000b', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 13:41:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb950642000c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 13:41:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb953744000d', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-26 13:41:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb954679000e', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 13:41:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eb954ae8000f', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 13:41:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eba333f70010', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 13:57:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eba338540011', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 13:57:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eb60e30154eba975510012', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-05-26 14:03:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec1fd40154ec210c2f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 16:14:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec1fd40154ec2110010001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 16:14:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec1fd40154ec2111b50002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 16:14:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec5ddb0154ec5e81580000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 17:21:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec5ddb0154ec5e86d30001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 17:21:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec72f90154ec73a1230000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 17:44:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec72f90154ec73a7f40001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 17:44:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec780e0154ec7b16e90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 17:52:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec780e0154ec7b1dd30001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 17:52:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec7e3e0154ec7f04b20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 17:57:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec7e3e0154ec7f0a690001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 17:57:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec81670154ec81d5430000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:00:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec81670154ec81da770001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:00:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec833a0154ec83f70f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:02:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec833a0154ec83fd9e0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:02:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec86590154ec86b7ca0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:05:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec86590154ec86bd2d0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:05:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec877b0154ec882c420000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:07:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec877b0154ec8832560001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:07:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec898f0154ec89f8ae0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:09:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec898f0154ec89fdfa0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:09:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec8baa0154ec8c070c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:11:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec8baa0154ec8c0bbd0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:11:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec8baa0154ec8c0d3a0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:11:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec8e490154ec8ead3f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:14:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec8e490154ec8eb2f60001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:14:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec90300154ec9094c30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:16:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec90300154ec909afc0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:16:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec938d0154ec9480f10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:20:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec938d0154ec9486e00001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:20:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec9a190154ec9a93020000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:27:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec9a190154ec9a98a40001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:27:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec9d170154ec9dc1ee0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:30:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec9d170154ec9dc76b0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:30:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec9ffd0154eca07e640000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:33:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ec9ffd0154eca083d20001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:33:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eca89b0154eca993a90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:43:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eca89b0154eca998500001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:43:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecae310154ecaf00a60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:49:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecae310154ecaf06ee0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:49:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecb4ca0154ecb527ab0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:56:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecb4ca0154ecb52d360001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:56:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecb6390154ecb732390000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:58:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecb6390154ecb737910001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 18:58:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecc2a20154ecc333f90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:11:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecc2a20154ecc3397d0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:11:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecc2a20154ecc465da0005', N'Chrome', N'用户: lisi更新成功', N'5', N'192.168.111.1', N'2016-05-26 19:12:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecc9050154ecc961840000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:18:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecc9050154ecc966f30001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:18:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eccc750154ecccf5e80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:22:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154eccc750154ecccfc330001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:22:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecceff0154eccf6e270000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:24:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecceff0154eccf72ed0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:24:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecd5000154ecd5a3eb0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:31:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecd5000154ecd5a9fc0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:31:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecd5000154ecd68c250002', N'Chrome', N'消息发送记录表更新成功', N'5', N'192.168.111.1', N'2016-05-26 19:32:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ece6a70154ece7384c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:50:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ece6a70154ece73dca0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 19:50:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecf2c20154ecf384720000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 20:04:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecf2c20154ecf389460001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 20:04:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecf2c20154ecf493b00005', N'Chrome', N'用户: lisi更新成功', N'5', N'192.168.111.1', N'2016-05-26 20:05:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecf2c20154ecf4d3e20006', N'Chrome', N'用户:lisi锁定成功!', N'5', N'192.168.111.1', N'2016-05-26 20:05:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ecf2c20154ecf4eabd0007', N'Chrome', N'用户:lisi激活成功!', N'5', N'192.168.111.1', N'2016-05-26 20:05:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edab270154edaba3be0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:25:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edab270154edaba91f0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:25:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edadfe0154edae68dd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:28:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edadfe0154edae6e820001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:28:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edafa60154edb06f280000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:30:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edafa60154edb0745d0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:30:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edb8d10154edb93e6a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:40:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edb8d10154edb943d00001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:40:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edba400154edba9c3a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:41:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edba400154edbaa19f0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:41:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edca640154edcae28b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:59:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edca640154edcae8670001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-26 23:59:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edca640154edcb9f870002', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-05-27 00:00:25.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edd2a20154edd403800000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 00:09:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edd2a20154edd4095a0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 00:09:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edd2a20154edd8474d0002', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-05-27 00:14:14.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edd9d20154eddb58190000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 00:17:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154edd9d20154eddb5e1b0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 00:17:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f07a0d0154f07c45640000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:32:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f07a0d0154f07c4c2f0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:32:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f0804e0154f081373b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:38:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f0804e0154f0813d6e0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:38:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f082e70154f083ffd30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:41:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f082e70154f08405370001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:41:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f087700154f087e7630000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:45:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f087700154f087ed1b0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:45:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f08a810154f08ae9a90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:48:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f08a810154f08aef420001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:48:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f08e0b0154f08e71390000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:52:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f08e0b0154f08e76b10001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-27 12:52:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f65d980154f660cbb80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 16:00:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f65d980154f660d1eb0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 16:00:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f65d980154f661543a0004', N'Chrome', N'用户: demo更新成功', N'5', N'192.168.111.1', N'2016-05-28 16:00:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f65d980154f66161ac0007', N'Chrome', N'用户: demo更新成功', N'5', N'192.168.111.1', N'2016-05-28 16:00:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f679fa0154f67a81a90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 16:28:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f679fa0154f67a87040001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 16:28:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f68e9d0154f693d7eb0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 16:56:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f68e9d0154f693dda30001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 16:56:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f68e9d0154f6942be30004', N'Chrome', N'用户: demo更新成功', N'5', N'192.168.111.1', N'2016-05-28 16:56:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f697870154f69808610000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 17:00:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f697870154f6980dda0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 17:00:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f69f540154f6a04dd20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 17:09:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f69f540154f6a0540b0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 17:09:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f6a15a0154f6a60db30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 17:15:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f6a15a0154f6a613300001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 17:15:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f796580154f798e9cf0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 21:41:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f796580154f798ef250001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 21:41:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f796580154f79b6a6f0002', N'Chrome', N'站点信息更新成功', N'5', N'192.168.111.1', N'2016-05-28 21:43:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f79e3f0154f7bb186e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 22:18:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f79e3f0154f7bb1dcf0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 22:18:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f7bde40154f7bed0d00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 22:22:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f7bde40154f7bed7770001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-28 22:22:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f817f70154f8184f9e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 00:00:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f817f70154f81854e70001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 00:00:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f817f70154f818ab500004', N'Chrome', N'用户: demo更新成功', N'5', N'192.168.111.1', N'2016-05-29 00:00:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f820010154f82221ea0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 00:11:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f820010154f82228700001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 00:11:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f820010154f822ebd80002', N'Chrome', N'DDD更新成功', N'5', N'192.168.111.1', N'2016-05-29 00:11:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f820010154f8230c170004', N'Chrome', N'DDD添加成功', N'3', N'192.168.111.1', N'2016-05-29 00:12:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f82b7e0154f82c14450000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 00:21:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f82b7e0154f82c1c1a0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 00:22:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f82ecc0154f82f847c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 00:25:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154f82ecc0154f82f8ae50001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 00:25:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb6c1ac50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:30:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb6c20ea0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:30:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb7006dd0002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 15:35:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb7016aa0003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:35:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb701b250004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:35:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb702ee30005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 15:35:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb7041460006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:35:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb7045bd0007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:35:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb719ee50008', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 15:36:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb71b20a0009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:36:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb71b6b3000a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:36:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb753b40000b', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 15:40:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb754b2c000c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:40:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb754f8b000d', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:40:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb759fea000e', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 15:41:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb75b189000f', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:41:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb6ba20154fb75b6010010', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:41:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb77e70e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:43:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb77ec1c0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:43:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb7826ce0002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 15:43:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb7854800003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:44:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb7858e80004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:44:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb7a05510005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:45:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb7a09ab0006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:45:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb7a279f0007', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 15:46:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb7a3f9c0008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:46:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb7a44090009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:46:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb7a8b1f000a', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 15:46:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb7c0b5d000b', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:48:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb7c0fd3000c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:48:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb8074f2000d', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 15:53:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb808ca5000e', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:53:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb80911a000f', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 15:53:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb77590154fb80f7700010', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 15:53:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb8d5ec20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:07:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb8d73d50001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:07:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb8dda0a0002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:07:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb8df7ca0003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:07:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb8e158e0004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:07:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb8fab510005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:09:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb905ea70006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:10:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb90dae40007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:10:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb96c25e0008', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:17:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb9833e10009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:18:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb983cab000a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:18:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb98747e000b', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:19:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb9b7d7f000c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:22:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fb83a90154fb9b8b95000d', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:22:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fba425350000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:31:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fba432950001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:32:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fba44c0d0002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:32:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbae8ad70003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:43:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb04b0f0004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:45:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb295bf0005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:47:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb490420006', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:49:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb4a4600007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:50:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb4df650008', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:50:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb4f0a60009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:50:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb4fddb000a', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:50:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb50cb7000b', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:50:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb5417b000f', N'Chrome', N'用户: admin更新成功', N'5', N'192.168.111.1', N'2016-05-29 16:50:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb549d60010', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:50:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb57c0f0011', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:50:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb58e1f0012', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:51:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb5a4cd0013', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:51:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb5dc0c0016', N'Chrome', N'用户: admin更新成功', N'5', N'192.168.111.1', N'2016-05-29 16:51:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb5e2210017', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:51:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fba3640154fbb5f8bc0018', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:51:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbb85e0154fbb8c7450000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:54:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbb85e0154fbb9385d0001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:55:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbb85e0154fbb972ab0002', N'Chrome', N'用户: scott[软件开发部]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:55:15.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbb85e0154fbb9ebf40003', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 16:55:46.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbb85e0154fbb9fd090004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:55:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbb85e0154fbba16ac0005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:55:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbb85e0154fbbac5a70006', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:56:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbb85e0154fbbada4c0007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:56:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbb85e0154fbbaf4f10008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:56:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbb85e0154fbbb2ab90009', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:57:08.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbb85e0154fbbb2af8000a', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:57:08.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbbeb0154fbbc30c70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:58:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbbeb0154fbbc4fc20001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 16:58:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbbeb0154fbbc76870002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 16:58:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbe240154fbbe7fa00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:00:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbe240154fbbf48750001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 17:01:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbe240154fbbf8f650002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:01:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbe240154fbbf9c440003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 17:01:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbe240154fbc0a9c60004', N'Chrome', N'用户: scott[软件开发部]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:03:08.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbe240154fbc0b8160005', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 17:03:11.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbe240154fbc0fa810006', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:03:28.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbe240154fbc11c270007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:03:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbe240154fbc11c660008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:03:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbe240154fbc157990009', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:03:52.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbbe240154fbc157e1000a', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:03:52.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc34c0154fbc3af290000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:06:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc34c0154fbc42b0d0001', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:06:57.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc34c0154fbc42b520002', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:06:58.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc34c0154fbc63b9c0003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:09:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc34c0154fbc63d070004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:09:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc34c0154fbc7e2ef0005', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:11:01.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc34c0154fbc7e3400006', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:11:01.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbc9206c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:12:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbc97d230001', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:12:46.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbc97d690002', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:12:46.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbca3b4b0003', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 17:13:35.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbca76190004', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:13:50.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbca98ac0005', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 17:13:59.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcab0ed0006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:14:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcb8e040007', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 17:15:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcbc2e90008', N'Chrome', N'用户: scott[软件开发部]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:15:15.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcc02b90009', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 17:15:31.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcc211b000a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:15:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcc2a56000b', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 17:15:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcc5567000c', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:15:53.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcd0909000d', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 17:16:39.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcd2783000e', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:16:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcd4942000f', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 17:16:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcd8f6d0010', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:17:13.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcea1e30011', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 17:18:23.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcec3e40012', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:18:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcf05400013', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 17:18:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbcf4d920014', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:19:07.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbd1d7710015', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 17:21:54.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbd247a40016', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:22:22.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbd32abf0017', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 17:23:20.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbd36c420018', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:23:37.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbd4ec590019', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:25:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbd71f6f001a', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 17:27:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbd77670001b', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:28:02.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbd88ec9001c', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 17:29:14.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbd8b4ed001d', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:29:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbd90be8001e', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 17:29:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbc89c0154fbd94089001f', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:29:59.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbdb5f0154fbdbdeb60000', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:32:51.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbe42bc20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:41:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbe430e30001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:41:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbe48b5c0002', N'Chrome', N'角色: 普通用户被更新成功', N'5', N'192.168.111.1', N'2016-05-29 17:42:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbe5220b0003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 17:42:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbe5e2f50004', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:43:47.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbe94e3b0005', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 17:47:31.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbe95bc90006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:47:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbe9601f0007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:47:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbebf2ef0008', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 17:50:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbec006f0009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:50:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbec04df000a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:50:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbec4e680013', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 17:50:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbec7ed40014', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:51:00.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbedb6af0015', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 17:52:20.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbe0280154fbedf4560016', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:52:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbee950154fbf0cfcb0000', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:55:43.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbee950154fbf15d9a0001', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 17:56:19.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbee950154fbf1720a0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:56:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbee950154fbf184b30003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 17:56:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbee950154fbf1958d0004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 17:56:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbf65b880000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:01:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbf678dd0001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 18:01:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbf6f3970002', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:02:26.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbf7055d0003', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:02:30.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbfc25a40004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:08:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbfc938b0005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 18:08:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbfd7e8e0006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:09:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbfd976d0007', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 18:09:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbfdbb8f0008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:09:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbfe4f400009', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 18:10:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbfe90ed000a', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:10:45.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbff046c000b', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:11:14.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbff489e000c', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:11:32.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fbffe05b000d', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:12:10.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc013b97000e', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:13:39.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc03411a000f', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:15:52.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc04267a0010', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:16:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc0435dd0011', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 18:16:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc046db50012', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:17:09.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc04a7ee0013', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:17:24.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc04d64c0014', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:17:36.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc04e1ce0015', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:17:39.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc0504a30016', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:17:47.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc0524200017', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:17:55.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc0567c00018', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:18:13.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc0655360019', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:19:14.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc06a82e001a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:19:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc06b46c001b', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 18:19:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc06de96001c', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:19:49.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc06fa74001d', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:19:56.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc07255a001e', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:20:07.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc08c02c001f', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:21:52.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc08e8310020', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:22:02.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc098a0d0021', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:22:44.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc0a00dd0022', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:23:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc0a148b0023', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 18:23:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc0ac5f30024', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:24:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc0ada570025', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 18:24:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fbf5d50154fc0b304a0026', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:24:32.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc158b600000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:35:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc15a0db0001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 18:35:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc17eeaf0002', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:38:27.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc185bdf0003', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:38:55.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc1873920004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:39:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc1882620005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 18:39:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc198ee40006', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:40:14.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc19bf2a0007', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:40:26.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc19e9990008', N'Chrome', N'用户: scott[软件开发部]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:40:37.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc19fd550009', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:40:42.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc1a2eea000a', N'Chrome', N'用户: scott[软件开发部]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 18:40:55.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc1a618f000b', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 18:41:07.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc9f682f000c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 21:06:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fc9f779f000d', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 21:06:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fca0aa82000e', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 21:07:48.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fc138b0154fca0dc3b000f', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-05-29 21:08:01.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fca1dd0154fca2830c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 21:09:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fca1dd0154fca292240001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 21:09:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fca1dd0154fca2d6910002', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 21:10:10.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fcb3120154fcca7ada0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 21:53:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fcb3120154fccbd8d70001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 21:54:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fcb3120154fccd3ec60002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-29 21:56:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fcb3120154fccd4dae0003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 21:56:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fcd6dc0154fcd82f240000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 22:08:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fce9620154fce9f2550000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 22:27:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fcef560154fcf028400000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 22:34:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fcf4f90154fcf560530000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 22:40:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd017b0154fd0255220000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 22:54:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd06970154fd0733150000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 22:59:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd14b70154fd19faaf0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 23:20:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd29d20154fd2a5f7e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 23:38:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd2b830154fd2ce73f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 23:40:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd2e1d0154fd2e6a0e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 23:42:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd309d0154fd30f7b80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 23:45:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd31e00154fd3236090000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 23:46:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd35ad0154fd3704660000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 23:52:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd38ce0154fd3962910000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-29 23:54:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd415a0154fd41d4410000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 00:03:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd43150154fd436bcc0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 00:05:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd44600154fd44abbf0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 00:06:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fd46710154fd47262c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 00:09:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff5e7d0154ff5f2aa80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 09:55:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff60490154ff60dbd90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 09:56:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff61a30154ff6234590000', N'Chrome', N'common.user: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 09:58:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff67220154ff680f1d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:04:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff68e90154ff69440d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:06:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff68e90154ff69df140001', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-05-30 10:06:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff68e90154ff6a154e0002', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-05-30 10:07:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff68e90154ff6a48110004', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-05-30 10:07:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff68e90154ff71cd8b0005', N'Chrome', N'JeecgDemo例子: 2212被删除 成功', N'4', N'192.168.111.1', N'2016-05-30 10:15:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff68e90154ff71f1c40006', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-05-30 10:15:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff68e90154ff72483c0007', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-05-30 10:16:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff68e90154ff7368a3000b', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-05-30 10:17:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff68e90154ff73a14f000d', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-05-30 10:17:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff68e90154ff73b738000f', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-05-30 10:17:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff79a50154ff7aa4c80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:25:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff79a50154ff7ae8cc0004', N'Chrome', N'用户: scott更新成功', N'5', N'192.168.111.1', N'2016-05-30 10:25:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff7da90154ff7e138a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:28:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff7f7e0154ff7fe0160000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:30:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff811d0154ff81774d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:32:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff842c0154ff8491ce0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:35:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff8a410154ff8aa50f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:42:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff8c5b0154ff8d47d80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 10:45:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff9c730154ff9cf15f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 11:02:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ff9e7a0154ff9f04e70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 11:04:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ffa9ae0154ffaa04790000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 11:16:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154fface40154ffad74740000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 11:20:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ffafde0154ffb060970000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 11:23:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ffb49a0154ffb56e1a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 11:29:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ffcdaf0154ffce0acc0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 11:56:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ffd4530154ffd572e40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 12:04:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ffd76c0154ffd804eb0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 12:07:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ffd9880154ffd9e3bd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 12:09:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ffdbe20154ffdc814e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 12:12:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8154ffdf140154ffdfddd90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 12:15:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155000a2a0155000adb0c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 13:02:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155000bda0155000c32d30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 13:04:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155000f120155000fa1390000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 13:07:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500116501550011bd3e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 13:10:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500153e01550015b04f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 13:14:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550017ea0155001847320000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 13:17:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155001dbe0155001e25e70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 13:23:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550057880155005802b00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:26:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155005c910155005cece30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:32:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155005e130155005e7abe0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:33:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550060b40155006138440000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:36:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550064b60155006560ca0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:41:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155006b730155006c0d160000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:48:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155006d810155006e11070000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:51:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155006f1c0155006f89a10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:52:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550071c001550072a7920000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:56:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500745101550075121b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 14:58:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500770d0155007773f30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:01:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500791e015500797dfc0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:03:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155007ac90155007b84e40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:05:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155007c460155007cb9d60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:07:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155007ea90155007f03cd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:09:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500802101550080c8ee0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:11:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500825e01550082fed50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:13:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550083fc015500845bbe0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:15:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550091860155009207470000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:30:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500a032015500a08aa40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:46:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500a63c015500a6b14d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:52:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500a9ae015500aa2e990000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:56:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500aae0015500ab4e900000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:57:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500acc2015500ad26810000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 15:59:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500ae2c015500aee6450000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:01:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500c1fc015500c252d80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:23:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500c50b015500c566c40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:26:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500c760015500c848a10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:29:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500cd2a015500cdb2930000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:35:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500d000015500d06b9f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:38:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500d3b4015500d4c6c50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:43:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500d715015500d773290000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:46:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500d9f1015500da862a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 16:49:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500eb92015500ec0f9c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:08:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500ef39015500efb8e60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:12:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500f637015500f6d0920000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:20:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500fa15015500fa78090000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:24:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815500fa15015500fbc3f40003', N'Chrome', N'用户: cgy更新成功', N'5', N'192.168.111.1', N'2016-05-30 17:25:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155010720015501077d500000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:38:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550109cb0155010a32580000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:41:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155010e4f0155010eb45f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:46:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550112c4015501131cbf0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:51:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550112c40155011505f40003', N'Chrome', N'用户: admin更新成功', N'5', N'192.168.111.1', N'2016-05-30 17:53:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815501186d01550119e5b60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 17:58:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155011be90155011c4c7a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 18:01:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155011d920155011df7900000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 18:03:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155011fca01550120264e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 18:05:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155016828015501689abc0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 19:24:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155016de60155016e3f5c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 19:30:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550176d00155017783dd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 19:40:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155017cf70155017d5d7b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 19:47:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550182a30155018396560000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 19:54:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550185250155018583e50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 19:56:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815501864501550186c1450000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 19:57:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550187b901550188273e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 19:59:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155019aa80155019bb0180000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 20:20:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155019dd70155019e4ab80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 20:23:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815501a038015501a0a4090000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 20:25:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815501a243015501a2b5d70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 20:28:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815501a549015501a6833e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 20:32:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815501a7d1015501a855bd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 20:34:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815501ab13015501aba2180000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 20:37:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815501ac94015501ad03cc0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 20:39:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155021e400155021f5fde0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 22:44:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815502201a0155022083790000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 22:45:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815502401c015502408fb80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-30 23:20:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815502401c015502415a750004', N'Chrome', N'用户: demo更新成功', N'5', N'192.168.111.1', N'2016-05-30 23:21:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155046e080155046ed8220000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-31 09:30:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155046e080155046f8ad8000b', N'Chrome', N'用户: demo密码重置成功', N'5', N'192.168.111.1', N'2016-05-31 09:31:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155046e080155046f9974000c', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-05-31 09:31:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155046e080155046fc07a000d', N'Chrome', N'用户: demo[销售人员]common.login.success', N'1', N'192.168.111.1', N'2016-05-31 09:31:20.000', N'1', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155046e080155047055ac000e', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-05-31 09:31:58.000', N'1', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155046e080155047060af000f', N'Chrome', N'用户demo已退出', N'2', N'192.168.111.1', N'2016-05-31 09:32:01.000', N'1', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155046e080155047071930010', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-31 09:32:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550633c10155063444ba0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-31 17:45:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815506436001550643c1300000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-31 18:02:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155074bd30155074dc18f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-05-31 22:53:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155074bd30155074fc7d00002', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-05-31 22:55:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815509a57b015509a637ea0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 09:48:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815509d842015509d928740000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 10:44:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815509d842015509d96af90001', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-01 10:44:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815509d842015509e115030003', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-06-01 10:53:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815509d84201550a002e720005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 11:27:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815509d84201550a005df90006', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-01 11:27:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815509d84201550a008dd10007', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-01 11:27:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550a337f01550a33fefc0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 12:23:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550ab3d601550ab43fe90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 14:43:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550ab3d601550ab6083f0001', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-06-01 14:45:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550ab3d601550ab9751a0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 14:49:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550ab3d601550ae267a60003', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-01 15:34:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550ab3d601550ae2764a0004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-01 15:34:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550ab3d601550ae285c50005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 15:34:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550ab3d601550aefe29b0006', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-01 15:49:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550ab3d601550af941050007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 15:59:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550c189701550c196be50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 21:14:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550c1a7901550c1c33af0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 21:17:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550c1a7901550c1cd7ca0003', N'Chrome', N'JeecgDemo例子: 121221被添加成功', N'3', N'192.168.111.1', N'2016-06-01 21:17:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550c8fad01550c945cdd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 23:28:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550c8fad01550c94c56c0002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-01 23:28:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550c8fad01550c94dfd00003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 23:28:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550c8fad01550c95136b0005', N'Chrome', N'商品资料添加成功', N'3', N'192.168.111.1', N'2016-06-01 23:29:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550c8fad01550c98218c0006', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-01 23:32:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550c9c5d01550c9d5eb10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-01 23:38:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550c9c5d01550c9dc09c0001', N'Chrome', N'商品资料更新成功', N'5', N'192.168.111.1', N'2016-06-01 23:38:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550ef63801550ef748510000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-02 10:35:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550f0ac701550f0b255a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-02 10:57:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550f0ac701550f0b6eab0002', N'Chrome', N'图片表添加成功', N'3', N'192.168.111.1', N'2016-06-02 10:57:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550f0ac701550f0cac400003', N'Chrome', N'在线文档删除成功', N'4', N'192.168.111.1', N'2016-06-02 10:58:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550f0ac701550f0cb3c20004', N'Chrome', N'在线文档删除成功', N'4', N'192.168.111.1', N'2016-06-02 10:58:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550f0ac701550f21a9cc0005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-02 11:21:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550f0ac701550f21fa0f0009', N'Chrome', N'用户: lisi更新成功', N'5', N'192.168.111.1', N'2016-06-02 11:22:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81550fdd1601550fdd9c910000', N'rv:11.0', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-02 14:47:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155103d070155103da7210000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-02 16:32:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155103d070155103e4bf60002', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-06-02 16:32:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155103d070155103e8fcc0004', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-06-02 16:33:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155103d070155103e99810006', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-06-02 16:33:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155103d070155103ea2df0007', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-06-02 16:33:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155103d070155103ea91f0008', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-06-02 16:33:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155103d070155103ed23d0009', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-06-02 16:33:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155103d070155103ee7c2000b', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-06-02 16:33:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81551077dd0155108ef6770000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-02 18:00:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81551077dd0155108f4ece0001', N'Chrome', N'表单样式表更新成功', N'5', N'192.168.111.1', N'2016-06-02 18:01:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81551197e001551198b8360000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-02 22:51:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81551197e0015511a300f80001', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-02 23:02:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81551197e0015511a435580002', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-06-02 23:03:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815516b554015516b5de530000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-03 22:41:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815516b554015516b8ce2d0001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-03 22:44:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815516b554015516b906a30002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-03 22:44:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815516b554015516ba3da90003', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-03 22:45:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815521152c01552116191e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-05 23:02:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815521152c01552116e4930001', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-05 23:03:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815521152c0155211730340002', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-05 23:03:35.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815521152c0155211735870003', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-05 23:03:37.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815521152c015521174ea90004', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-05 23:03:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552603800155260404f50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-06 22:00:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155261b34015526322c810000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-06 22:51:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e09a7250000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-08 11:23:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e09e43d0001', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:24:08.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e09ea2e0002', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:24:09.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e09ff450003', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:24:15.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e0bb9b60004', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:26:08.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e0effdb0005', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:29:42.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e104b930006', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:31:07.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e1088a30007', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-06-08 11:31:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e10980e0008', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-06-08 11:31:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e10be720009', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-06-08 11:31:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e140476000a', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:35:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e14ec55000b', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:36:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81552e08e501552e1640d1000c', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''ORDER BY create_date desc) sel_tab00 limit 0,500'' at line 1', N'6', N'192.168.111.1', N'2016-06-08 11:37:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553ed5b5510000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-11 17:40:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553ed6d97b0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-11 17:41:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553ed6fbfb0002', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.cgform_index'' doesn''t exist', N'6', N'192.168.111.1', N'2016-06-11 17:42:04.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553ed732580003', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.cgform_index'' doesn''t exist', N'6', N'192.168.111.1', N'2016-06-11 17:42:18.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553ed739e40004', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.cgform_index'' doesn''t exist', N'6', N'192.168.111.1', N'2016-06-11 17:42:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553ed7465b0005', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.cgform_index'' doesn''t exist', N'6', N'192.168.111.1', N'2016-06-11 17:42:23.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553ed7dc990006', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.cgform_index'' doesn''t exist', N'6', N'192.168.111.1', N'2016-06-11 17:43:02.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553ed7e74a0007', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.cgform_index'' doesn''t exist', N'6', N'192.168.111.1', N'2016-06-11 17:43:04.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553ed8ea330008', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.cgform_index'' doesn''t exist', N'6', N'192.168.111.1', N'2016-06-11 17:44:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553ed91d8c0009', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.cgform_index'' doesn''t exist', N'6', N'192.168.111.1', N'2016-06-11 17:44:24.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553ed9cbb9000b', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-11 17:45:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553eda08c6000d', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-11 17:45:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553edc116d000f', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-11 17:47:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553ee8adf80011', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-11 18:01:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ed48601553eee5f590012', N'Chrome', N'', N'5', N'192.168.111.1', N'2016-06-11 18:07:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ef6a201553ef710e90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-11 18:17:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ef6a201553ef7488a0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 18:17:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ef9bf01553efa1c690000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-11 18:20:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553effb301553f00eb3f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-11 18:27:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553effb301553f012d040001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 18:28:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553effb301553f017c980002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-11 18:28:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553effb301553f01ae980003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 18:28:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553f689601553f6976dc0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-11 20:22:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553f689601553f69f73b0002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 20:22:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553f689601553f6ad07c0004', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 20:23:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553f689601553f6b213c0006', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 20:23:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553f689601553f6b2d0a0007', N'Chrome', N'错误异常: UnexpectedRollbackException,错误描述:Transaction rolled back because it has been marked as rollback-only', N'6', N'192.168.111.1', N'2016-06-11 20:23:56.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553f689601553f6beaee0009', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 20:24:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553f689601553f6cee21000a', N'Chrome', N'错误异常: UnexpectedRollbackException,错误描述:Transaction rolled back because it has been marked as rollback-only', N'6', N'192.168.111.1', N'2016-06-11 20:25:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553f689601553f6d673c000c', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 20:26:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553f689601553f6dccf0000d', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-06-11 20:26:48.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553f689601553f6dcdee000e', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-06-11 20:26:48.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553f689601553f6f8eb5000f', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-06-11 20:28:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553f689601553f6f8f680010', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-06-11 20:28:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ffc1701553ffcf2a70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-11 23:03:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ffc1701553ffd4c870001', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-06-11 23:03:32.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81553ffc1701553ffd50f10002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 23:03:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815540001d0155400085b10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-11 23:07:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815540001d01554000bce90001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 23:07:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815540001d0155400108f20003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 23:07:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815540001d01554001b0400004', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-06-11 23:08:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815540001d01554001b3ca0005', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 23:08:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815540151701554015fd640000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-11 23:30:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155401517015540165ca30002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 23:30:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815540151701554016887d0003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-11 23:31:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155478ee00155478f6ea10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-13 10:20:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81554de70501554deb72240000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-14 15:58:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81554dee6e01554deed5610000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-14 16:02:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81554dee6e01554e167e210001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-14 16:45:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81554f9c4501554f9de20f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-14 23:53:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815553a2d1015553a3944b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-15 18:37:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815553a2d1015553a610210001', N'Chrome', N'多数据源管理 更新成功', N'5', N'192.168.111.1', N'2016-06-15 18:40:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815553a2d1015553b8dc070002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-15 19:01:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815553a2d1015553ba0ee20003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-15 19:02:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155544df70155544e72200000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-15 21:44:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155544df70155544fee320001', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-06-15 21:46:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155544df70155545422d20002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-15 21:50:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81555744c9015557455a2e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-16 11:33:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815557fc3e015557fcbe030000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-16 14:53:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815557fc3e015557fd255c0002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-16 14:54:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815557fc3e015557ffa15a0003', N'Chrome', N'1212删除成功', N'4', N'192.168.111.1', N'2016-06-16 14:56:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815557fc3e015557ffa2510004', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-16 14:56:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815558a4f3015558a5537b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-16 17:57:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815558b4a5015558b510eb0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-16 18:15:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815558d267015558d2f07f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-16 18:47:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81555c954001555c95affc0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-17 12:19:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81555d73de01555d749e570000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-17 16:22:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81556cc96601556cca23ab0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-20 15:50:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81556cc96601556d0d9d7b0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-20 17:04:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81557c668801557c67393e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-23 16:36:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81557c668801557c682a6f0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-23 16:37:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590024f01559005f1860000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 12:02:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590b0bb015590b1627b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 15:09:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590bd16015590bd9cb30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 15:23:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590c5b1015590c611e90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 15:32:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590d44e015590d4b8cf0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 15:48:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590d44e015590deb9b00001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-27 15:59:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590d44e015590def4b80002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 15:59:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590d44e015590df50b80003', N'Chrome', N'用户: demo密码重置成功', N'5', N'192.168.111.1', N'2016-06-27 16:00:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590d44e015590df594c0004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-27 16:00:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590d44e015590dfa8440005', N'Chrome', N'用户: demo[销售人员]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:00:24.000', N'1', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590e238040000', N'Chrome', N'用户: demo[销售人员]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:03:12.000', N'1', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590e2d9000001', N'Chrome', N'用户demo已退出', N'2', N'192.168.111.1', N'2016-06-27 16:03:53.000', N'1', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590e2eae20002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:03:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590e3dfc90003', N'Chrome', N'操作 更新成功', N'5', N'192.168.111.1', N'2016-06-27 16:05:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590e414610004', N'Chrome', N'操作 更新成功', N'5', N'192.168.111.1', N'2016-06-27 16:05:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590e4e0b20005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-27 16:06:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590e508cb0006', N'Chrome', N'用户: demo[销售人员]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:06:17.000', N'1', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590e707e20007', N'Chrome', N'用户demo已退出', N'2', N'192.168.111.1', N'2016-06-27 16:08:27.000', N'1', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590e729d10008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:08:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590e95d0d0009', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-27 16:11:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590e99de8000a', N'Chrome', N'用户: demo[销售人员]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:11:17.000', N'1', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590eb3b1d000b', N'Chrome', N'测试-用户申请成功', N'5', N'192.168.111.1', N'2016-06-27 16:13:03.000', N'1', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590f3b8ec000c', N'Chrome', N'用户demo已退出', N'2', N'192.168.111.1', N'2016-06-27 16:22:19.000', N'1', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590f40324000d', N'Chrome', N'用户: demo[销售人员]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:22:38.000', N'1', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590fa4fe8000e', N'Chrome', N'用户demo已退出', N'2', N'192.168.111.1', N'2016-06-27 16:29:31.000', N'1', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590fa63bb000f', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:29:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590fb8e810010', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-27 16:30:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590fba1bb0011', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:30:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590fbb8e60012', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-27 16:31:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590fbde2b0013', N'Chrome', N'用户: demo[销售人员]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:31:13.000', N'1', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590ff0c510014', N'Chrome', N'用户demo已退出', N'2', N'192.168.111.1', N'2016-06-27 16:34:41.000', N'1', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590ff21a70015', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:34:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590ff79db0016', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-27 16:35:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815590e1c1015590ffa48f0017', N'Chrome', N'用户: demo[销售人员]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 16:35:20.000', N'1', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559142b301559148230d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 17:54:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815591564701559157be4c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 18:11:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915b94cc0001', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-27 18:15:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915bd13d0002', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-27 18:16:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915bf1340003', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-27 18:16:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915c21c10004', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-27 18:16:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915c50450005', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-27 18:16:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915c6f820006', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-27 18:16:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915c81ea0007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 18:16:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915cea570008', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-27 18:17:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915d1c910009', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-27 18:17:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915d3b7c000a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 18:17:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915e1db6000b', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-27 18:18:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915e2870000c', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-27 18:18:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155915e4221000d', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 18:18:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815591564701559166463b000e', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-27 18:27:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155916ee254000f', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-06-27 18:36:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155916f74df0010', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-27 18:37:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155917184220011', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-27 18:39:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815591564701559171c3cc0012', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-27 18:39:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815591564701559172447a0013', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-27 18:40:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155917548ca0014', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-06-27 18:43:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155917556c70015', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-27 18:43:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559156470155917568950016', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-27 18:43:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815595a881015595ae950a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-28 14:24:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815595a881015595b0cd7f0002', N'Chrome', N'操作 录入成功', N'3', N'192.168.111.1', N'2016-06-28 14:27:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815595a881015595b169000005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-06-28 14:27:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815595a881015595b19d220006', N'Chrome', N'用户: demo[销售人员]common.login.success', N'1', N'192.168.111.1', N'2016-06-28 14:28:13.000', N'1', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155961e8d0155961f640a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-28 16:28:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155961e8d01559620704d0002', N'Chrome', N'商品资料添加成功', N'3', N'192.168.111.1', N'2016-06-28 16:29:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155961e8d0155962085440003', N'Chrome', N'商品资料更新成功', N'5', N'192.168.111.1', N'2016-06-28 16:29:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155961e8d01559620a0a70004', N'Chrome', N'商品资料删除成功', N'4', N'192.168.111.1', N'2016-06-28 16:29:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815599ff7401559a0039ca0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-29 10:32:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815599ff7401559a0d21370001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-29 10:46:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815599ff7401559a1fac7a0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-29 11:06:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559a359701559a360e5a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-29 11:31:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559a359701559a36a9440001', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-06-29 11:32:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559a459601559a465d0c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-29 11:49:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559a459601559a474fa80001', N'Chrome', N'语言 更新成功', N'5', N'192.168.111.1', N'2016-06-29 11:50:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559a459601559a47655c0002', N'Chrome', N'语言 更新成功', N'5', N'192.168.111.1', N'2016-06-29 11:50:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559a495801559a49b5210000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-29 11:52:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559abda301559abe13e50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-29 13:59:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559ae73101559ae7d9230000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-29 14:45:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559b593d01559b59a2a40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-29 16:49:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559b894b01559b8a57c90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-29 17:43:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559f46a601559f4718450000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-30 11:08:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559f46a601559f47616c0001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-06-30 11:08:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559f8cda01559f8d8d220000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-30 12:25:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81559fb5d401559fb66a790000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-30 13:09:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155a094320155a09503e20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-06-30 17:12:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b8e2010155b8e35c250000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-05 10:29:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b8e83f0155b8e8cd630000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-05 10:35:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b8e83f0155b8ece0160002', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-07-05 10:39:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b8e83f0155b8ed4c910004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-05 10:40:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b8e83f0155b8ed5aaf0005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-05 10:40:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b8e83f0155b8ee2ce90006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-05 10:41:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b9b5a40155b9b645660000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-05 14:19:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b9b5a40155b9b740400001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-05 14:20:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b9b5a40155b9bc52e50002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-05 14:26:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b9b5a40155b9c3b7240003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-05 14:34:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b9b5a40155b9c3c7c20004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-05 14:34:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b9b5a40155b9dbe7be0005', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.jp_demo_auth'' doesn''t exist', N'6', N'192.168.111.1', N'2016-07-05 15:00:44.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155b9b5a40155b9dc89190006', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.jp_demo_auth'' doesn''t exist', N'6', N'192.168.111.1', N'2016-07-05 15:01:25.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155bf14900155bf151e990000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-06 15:21:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155bf14900155bf176caa0001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-06 15:23:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155bf24890155bf257f360000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-06 15:39:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155bf24890155bf26134c0001', N'Chrome', N'错误异常: CgReportNotFoundException,错误描述:动态报表配置不存在!', N'6', N'192.168.111.1', N'2016-07-06 15:39:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155bf24890155bf2845830002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-06 15:42:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155bf24890155bf2919a50003', N'Chrome', N'错误异常: MysqlDataTruncation,错误描述:Data truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-07-06 15:43:09.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155bf24890155bf2941e60004', N'Chrome', N'错误异常: MysqlDataTruncation,错误描述:Data truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-07-06 15:43:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155bf24890155bf2964a50005', N'Chrome', N'错误异常: MysqlDataTruncation,错误描述:Data truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-07-06 15:43:28.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155bf24890155bf29a3280006', N'Chrome', N'错误异常: MysqlDataTruncation,错误描述:Data truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-07-06 15:43:44.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155bf24890155bf29ff970007', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-06 15:44:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155c480300155c480a5f60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-07 16:36:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155c480300155c48126cd0001', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-07-07 16:37:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155c480300155c48140930002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-07 16:37:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155c480300155c48150cb0003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-07 16:37:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155c4a15c0155c4a1d7130000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-07 17:13:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155c4a15c0155c4a36ee40001', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-07-07 17:14:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155c4a15c0155c4a49b690002', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-07-07 17:16:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155c4a15c0155c4a626060003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-07 17:17:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155c4a15c0155c4a6f62c0004', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-07-07 17:18:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155c9dbe40155c9dcc0a20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-08 17:35:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155ca22390155ca26b1470000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-08 18:56:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d80b496d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:41:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d80df7660001', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-11 11:44:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d80e3b0f0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:44:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d80e736f0003', N'Chrome', N'用户: lisi密码重置成功', N'5', N'192.168.111.1', N'2016-07-11 11:44:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d80e7abd0004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-11 11:44:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d80eb6150005', N'Chrome', N'用户: lisi[财务]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:44:50.000', N'1', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d80ed23b0006', N'Chrome', N'用户lisi已退出', N'2', N'192.168.111.1', N'2016-07-11 11:44:57.000', N'1', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d80ede720007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:45:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d80f4e00000a', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-11 11:45:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d80f88f6000b', N'Chrome', N'用户: lisi[财务]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:45:44.000', N'1', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d80fb56e000c', N'Chrome', N'用户lisi已退出', N'2', N'192.168.111.1', N'2016-07-11 11:45:56.000', N'1', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d80fc495000d', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:45:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d8104833000e', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-11 11:46:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d8106c1a000f', N'Chrome', N'用户: lisi[软件开发部]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:46:42.000', N'1', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d811868c0010', N'Chrome', N'用户lisi已退出', N'2', N'192.168.111.1', N'2016-07-11 11:47:55.000', N'1', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d811e21b0011', N'Chrome', N'用户: lisi[财务]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:48:18.000', N'1', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d813fc320012', N'Chrome', N'用户lisi已退出', N'2', N'192.168.111.1', N'2016-07-11 11:50:36.000', N'1', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d80a640155d8141e7e0013', N'Chrome', N'用户: lisi[财务]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:50:45.000', N'1', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d81616770000', N'Chrome', N'用户: lisi[财务]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:52:54.000', N'1', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d81659ce0001', N'Chrome', N'用户lisi已退出', N'2', N'192.168.111.1', N'2016-07-11 11:53:11.000', N'1', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d81669270002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:53:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d816a2a20003', N'Chrome', N'错误异常: ObjectNotFoundException,错误描述:No row with the given identifier exists: [org.jeecgframework.web.system.pojo.base.TSFunction#402880e953922623015392336f050001]', N'6', N'192.168.111.1', N'2016-07-11 11:53:30.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d816fde30004', N'Chrome', N'错误异常: ObjectNotFoundException,错误描述:No row with the given identifier exists: [org.jeecgframework.web.system.pojo.base.TSFunction#402880e953922623015392336f050001]', N'6', N'192.168.111.1', N'2016-07-11 11:53:53.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d81728d10005', N'Chrome', N'错误异常: ObjectNotFoundException,错误描述:No row with the given identifier exists: [org.jeecgframework.web.system.pojo.base.TSFunction#402880e953922623015392336f050001]', N'6', N'192.168.111.1', N'2016-07-11 11:54:04.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d81c64740009', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-11 11:59:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d81c8887000a', N'Chrome', N'用户: lisi[财务]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 11:59:56.000', N'1', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d81ed0ae000b', N'Chrome', N'用户lisi已退出', N'2', N'192.168.111.1', N'2016-07-11 12:02:26.000', N'1', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d81ee65d000c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 12:02:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d81f366c000d', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-11 12:02:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d81f5754000e', N'Chrome', N'用户: lisi[财务]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 12:03:00.000', N'1', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d81f9c40000f', N'Chrome', N'用户lisi已退出', N'2', N'192.168.111.1', N'2016-07-11 12:03:18.000', N'1', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d81fab530010', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 12:03:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d821eadc0011', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-11 12:05:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d82207390012', N'Chrome', N'用户: lisi[财务]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 12:05:56.000', N'1', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d82322ec0013', N'Chrome', N'用户lisi已退出', N'2', N'192.168.111.1', N'2016-07-11 12:07:09.000', N'1', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d82335cd0014', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 12:07:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d82368a20015', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-11 12:07:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d8239baa0016', N'Chrome', N'用户: lisi[财务]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 12:07:40.000', N'1', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d82501320017', N'Chrome', N'用户lisi已退出', N'2', N'192.168.111.1', N'2016-07-11 12:09:11.000', N'1', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d82510b50018', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 12:09:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d82531b50019', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-11 12:09:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155d8158f0155d825db5b001a', N'Chrome', N'用户: lisi[财务]common.login.success', N'1', N'192.168.111.1', N'2016-07-11 12:10:07.000', N'1', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155de10950155de11163b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-12 15:45:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155de129e0155de1307ad0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-12 15:47:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155de129e0155de1401350001', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-12 15:48:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155de129e0155de1401460002', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-12 15:48:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155de129e0155de1408e10003', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-12 15:48:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155de129e0155de1409230004', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-12 15:48:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155de162d0155de1688ec0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-12 15:51:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155e8142a0155e814abb60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-14 14:25:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155e8142a0155e81e41010001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-14 14:35:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155e8142a0155e82092cb0002', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-14 14:38:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155e8142a0155e8219bb10003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-14 14:39:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155e8142a0155e8296de00004', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-14 14:47:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155e8142a0155e829b1840005', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-14 14:48:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155e8142a0155e829fd890006', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-14 14:48:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155e84fad0155e850548a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-14 15:30:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155e99a530155e99ae2920000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-14 21:31:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155e9a2890155e9a37e670000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-14 21:40:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155e9bf5e0155e9c066be0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-14 22:12:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155ede72e0155ede8a68d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-15 17:34:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155ede9ac0155edea1d8c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-15 17:36:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155ede9ac0155edeb0e340001', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-15 17:37:32.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155ede9ac0155edeb15f10002', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-15 17:37:34.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155ede9ac0155edeb1c780003', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-15 17:37:36.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155ede9ac0155edeb43070004', N'Chrome', N'错误异常: BusinessException,错误描述:Unknown entity: org.jeecgframework.web.system.sms.entity.TSSmsSqlEntity', N'6', N'192.168.111.1', N'2016-07-15 17:37:46.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155ede9ac0155edeb43a70005', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-15 17:37:46.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edf4250155edf47ea00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-15 17:47:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edf4250155edf9bf7e0001', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-15 17:53:35.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edf4250155edf9c8510002', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-15 17:53:37.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edf4250155edf9d8e40003', N'Chrome', N'错误异常: BusinessException,错误描述:Unknown entity: org.jeecgframework.web.system.sms.entity.TSSmsSqlEntity', N'6', N'192.168.111.1', N'2016-07-15 17:53:42.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edf4250155edf9d9640004', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-15 17:53:42.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edfa6e0155edfad7f70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-15 17:54:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edfa6e0155edfb15520001', N'Chrome', N'业务SQL表更新成功', N'5', N'192.168.111.1', N'2016-07-15 17:55:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edfa6e0155edfb2b9b0003', N'Chrome', N'业务SQL表添加成功', N'3', N'192.168.111.1', N'2016-07-15 17:55:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edfa6e0155edfb334a0004', N'Chrome', N'业务SQL表删除成功', N'4', N'192.168.111.1', N'2016-07-15 17:55:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edfa6e0155edfb3f170005', N'Chrome', N'业务SQL表更新成功', N'5', N'192.168.111.1', N'2016-07-15 17:55:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edfa6e0155edfc9c060006', N'Chrome', N'多数据源管理 更新成功', N'5', N'192.168.111.1', N'2016-07-15 17:56:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edfa6e0155edfcc7c30007', N'Chrome', N'多数据源管理 更新成功', N'5', N'192.168.111.1', N'2016-07-15 17:56:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edfa6e0155edfcdf300008', N'Chrome', N'多数据源管理 更新成功', N'5', N'192.168.111.1', N'2016-07-15 17:57:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155edfa6e0155edff41890009', N'Chrome', N'错误异常: SQLException,错误描述:Access denied for user ''root''@''localhost'' (using password: YES)', N'6', N'192.168.111.1', N'2016-07-15 17:59:36.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155f949860155f94a03ae0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-17 22:37:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155f94b6c0155f94bead50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-17 22:39:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155f94b6c0155f94c260f0001', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Unknown column ''r.isdelete'' in ''where clause''', N'6', N'192.168.111.1', N'2016-07-17 22:39:25.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155f94b6c0155f94e6f520002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-17 22:41:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155f94b6c0155f94ef7a70003', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-07-17 22:42:29.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fbcb650155fbe4fc150000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-18 10:45:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fbcb650155fbf6380f0001', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-07-18 11:04:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fbcb650155fbf666b10002', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-07-18 11:04:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fbcb650155fbf689c80003', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-07-18 11:04:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fbcb650155fbf719ba0004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-18 11:05:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fbcb650155fbf729b00005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-18 11:05:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fbcb650155fbfc43e60006', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-18 11:11:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fbcb650155fbfc55110007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-18 11:11:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd32e40155fd33468c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-18 16:50:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd32e40155fd33c6cb0002', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-07-18 16:51:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd32e40155fd344d250004', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-07-18 16:51:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd32e40155fd348e2f0006', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-07-18 16:52:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd32e40155fd34ba5b0007', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-07-18 16:52:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd32e40155fd3564a90009', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-07-18 16:53:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd32e40155fd36138e000e', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-18 16:53:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd32e40155fd36138e000f', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-18 16:53:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd32e40155fd3614600010', N'Chrome', N'错误异常: IllegalStateException,错误描述:invalidate: Session already invalidated', N'6', N'192.168.111.1', N'2016-07-18 16:53:47.000', N'3', null) +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd32e40155fd3629590011', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-18 16:53:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd3a500155fd3ab3260000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-18 16:58:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd62710155fd63397a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-18 17:43:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd62710155fd64e1030001', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-18 17:44:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd62710155fd65b9ee0002', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.jg_person'' doesn''t exist', N'6', N'192.168.111.1', N'2016-07-18 17:45:50.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd62710155fd65be330003', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.jg_person'' doesn''t exist', N'6', N'192.168.111.1', N'2016-07-18 17:45:51.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fd85190155fd8588280000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-18 18:20:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fda3440155fda3d72d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-18 18:53:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8155fe1e3b0155fe2112560000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-18 21:10:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_muti_lang +-- ---------------------------- +DROP TABLE [dbo].[t_s_muti_lang] +GO +CREATE TABLE [dbo].[t_s_muti_lang] ( +[id] nvarchar(32) NOT NULL , +[lang_key] nvarchar(50) NULL , +[lang_context] nvarchar(500) NULL , +[lang_code] nvarchar(50) NULL , +[create_date] datetime NULL , +[create_by] nvarchar(50) NULL , +[create_name] nvarchar(50) NULL , +[update_date] datetime NULL , +[update_by] nvarchar(50) NULL , +[update_name] nvarchar(50) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_muti_lang', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_muti_lang' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_muti_lang' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_muti_lang', +'COLUMN', N'lang_key')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'语言主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_muti_lang' +, @level2type = 'COLUMN', @level2name = N'lang_key' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'语言主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_muti_lang' +, @level2type = 'COLUMN', @level2name = N'lang_key' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_muti_lang', +'COLUMN', N'lang_context')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'内容' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_muti_lang' +, @level2type = 'COLUMN', @level2name = N'lang_context' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'内容' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_muti_lang' +, @level2type = 'COLUMN', @level2name = N'lang_context' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_muti_lang', +'COLUMN', N'lang_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'语言' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_muti_lang' +, @level2type = 'COLUMN', @level2name = N'lang_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'语言' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_muti_lang' +, @level2type = 'COLUMN', @level2name = N'lang_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_muti_lang', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_muti_lang' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_muti_lang' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_muti_lang', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人编号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_muti_lang' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人编号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_muti_lang' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_muti_lang', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人姓名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_muti_lang' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人姓名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_muti_lang' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_muti_lang', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_muti_lang' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_muti_lang' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_muti_lang', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人编号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_muti_lang' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人编号' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_muti_lang' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_muti_lang', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人姓名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_muti_lang' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人姓名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_muti_lang' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO + +-- ---------------------------- +-- Records of t_s_muti_lang +-- ---------------------------- +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'01ca201223b14e3e86c13904a9ae5ca2', N'common.password', N'密码', N'zh-cn', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'02916620f68b4845ba09773de6799706', N'please.select.department', N'Please select a department', N'en', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'0ab1a1fddf14420fa0dbcbfb5d2e9e85', N'common.strong', N'Strong', N'en', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'0bacd0fab1c84f03854435c1adab88c2', N'common.lock.user', N'锁定用户', N'zh-cn', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'11d18a9927e34873a813eade025b5c18', N'fill.realname', N'Fill in the real name', N'en', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'121a68d32c6a419b800eb92431b20dd4', N'common.department', N'Org', N'en', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'1e5963a78dcd4b1fa5f9d6d845f151be', N'common.department', N'组织机构', N'zh-cn', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'2075b6c641bc44b392638fed9a62cce9', N'password.rang6to18', N'密码至少6个字符,最多18个字符', N'zh-cn', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'27a06a8ed99f45438be00b7f1ca097f7', N'common.username', N'用户名', N'zh-cn', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ff41480146ffbb62a30012', N'menu.manage', N'Menu Manage', N'en', N'2014-07-04 12:56:50.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:06:15.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ff41480146ffbc59ac0014', N'menu.manage', N'菜单管理', N'zh-cn', N'2014-07-04 12:57:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:06:26.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffc8cd320001', N'common.id', N'ID', N'en', N'2014-07-04 13:11:28.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-21 14:04:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffc933dc0003', N'common.id', N'编号', N'zh-cn', N'2014-07-04 13:11:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:11:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffc9b4bb0005', N'menu.name', N'Menu Name', N'en', N'2014-07-04 13:12:27.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:14:52.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffcd8f60000b', N'menu.name', N'菜单名称', N'zh-cn', N'2014-07-04 13:16:40.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:16:40.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffcdc44b000d', N'common.icon', N'Icon', N'en', N'2014-07-04 13:16:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:16:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffcdf4a6000f', N'common.icon', N'图标', N'zh-cn', N'2014-07-04 13:17:06.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:17:06.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffce76c70011', N'menu.url', N'Menu Url', N'en', N'2014-07-04 13:17:39.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:17:39.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffcea7d80013', N'menu.url', N'菜单地址', N'zh-cn', N'2014-07-04 13:17:51.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:17:51.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffcf13090015', N'menu.order', N'Menu Order', N'en', N'2014-07-04 13:18:19.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:18:19.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffcf4b0a0017', N'menu.order', N'菜单顺序', N'zh-cn', N'2014-07-04 13:18:33.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:18:33.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffd059670019', N'menu.add', N'Function Add', N'en', N'2014-07-04 13:19:42.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:22:11.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffd1cfeb001d', N'menu.edit', N'Menu Edit', N'en', N'2014-07-04 13:21:18.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:21:18.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffd20205001f', N'menu.edit', N'菜单编辑', N'zh-cn', N'2014-07-04 13:21:31.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:21:31.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffe1a54f0023', N'menu.level', N'Menu Level', N'en', N'2014-07-04 13:38:36.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:38:36.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffe1e8530025', N'menu.level', N'菜单等级', N'zh-cn', N'2014-07-04 13:38:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:38:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffe5e2860027', N'parent.function', N'Parent Function', N'en', N'2014-07-04 13:43:14.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:54:25.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffe6108b0029', N'parent.function', N'父菜单', N'zh-cn', N'2014-07-04 13:43:26.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:54:37.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffe9ec39002b', N'main.function', N'Main Function', N'en', N'2014-07-04 13:47:38.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:54:52.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffea3970002d', N'main.function', N'一级菜单', N'zh-cn', N'2014-07-04 13:47:58.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:55:06.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffea9f27002f', N'sub.function', N'Sub Function', N'en', N'2014-07-04 13:48:24.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:55:23.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffead7b80031', N'sub.function', N'下级菜单', N'zh-cn', N'2014-07-04 13:48:39.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:55:34.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffebb2660033', N'desktop.icon', N'Desk Icon', N'en', N'2014-07-04 13:49:35.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:49:35.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046ffc2ca0146ffebdf940035', N'desktop.icon', N'桌面图标', N'zh-cn', N'2014-07-04 13:49:46.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:49:46.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380146fffca39a0003', N'icon.list', N'Icon List', N'en', N'2014-07-04 14:08:05.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:20:31.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380146fffd42c40005', N'icon.list', N'图标列表', N'zh-cn', N'2014-07-04 14:08:46.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:20:45.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470001e905000b', N'common.icon.name', N'Icon Name', N'en', N'2014-07-04 14:13:50.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:13:50.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470002280b000d', N'common.icon.name', N'图标名称', N'zh-cn', N'2014-07-04 14:14:07.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:14:07.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff238014700030848000f', N'common.icon.style', N'Icon Style', N'en', N'2014-07-04 14:15:04.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:21:40.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147000332810011', N'common.icon.style', N'图标样式', N'zh-cn', N'2014-07-04 14:15:15.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:15:15.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147000387440013', N'common.icon.type', N'Icon Type', N'en', N'2014-07-04 14:15:37.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:15:37.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470003af940015', N'common.icon.type', N'图标类型', N'zh-cn', N'2014-07-04 14:15:47.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:15:47.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff238014700054be10020', N'icon.add', N'Icon Add', N'en', N'2014-07-04 14:17:32.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:17:32.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470005af9a0024', N'icon.edit', N'Icon Edit', N'en', N'2014-07-04 14:17:58.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:17:58.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470005d3550026', N'icon.edit', N'图标修改', N'zh-cn', N'2014-07-04 14:18:07.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:18:07.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff238014700063c220028', N'batch.generate.style', N'Batch Generate Style', N'en', N'2014-07-04 14:18:34.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-21 11:32:32.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff238014700068560002a', N'batch.generate.style', N'批量生成样式', N'zh-cn', N'2014-07-04 14:18:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:18:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470015a389002e', N'common.department.list', N'Org List', N'en', N'2014-07-04 14:35:23.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:17:33.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470015ff8f0030', N'common.department.list', N'组织机构列表', N'zh-cn', N'2014-07-04 14:35:47.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:17:09.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470016d58e0036', N'common.department.name', N'Org Name', N'en', N'2014-07-04 14:36:42.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:36:42.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff238014700172e590038', N'common.department.name', N'组织机构名称', N'zh-cn', N'2014-07-04 14:37:04.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:37:04.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470017a515003a', N'position.desc', N'Org Desc', N'en', N'2014-07-04 14:37:35.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-08-18 23:41:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470017d2fb003c', N'position.desc', N'组织机构描述', N'zh-cn', N'2014-07-04 14:37:47.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-08-18 23:41:59.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff238014700193e67003e', N'view.member', N'View Member', N'en', N'2014-07-04 14:39:20.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:39:20.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147001963ef0040', N'view.member', N'查看成员', N'zh-cn', N'2014-07-04 14:39:29.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:39:29.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147001ab010004a', N'parent.depart', N'Parent Org', N'en', N'2014-07-04 14:40:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:40:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147001ad6a7004c', N'parent.depart', N'上级组织机构', N'zh-cn', N'2014-07-04 14:41:04.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:41:04.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff238014700256132004e', N'area.manage', N'Area Manage', N'en', N'2014-07-04 14:52:35.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:52:35.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470025a7e70050', N'area.manage', N'地域管理', N'zh-cn', N'2014-07-04 14:52:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:52:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147002800990056', N'area.name', N'Area Name', N'en', N'2014-07-04 14:55:27.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:55:27.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470028c0330058', N'area.name', N'地域名称', N'zh-cn', N'2014-07-04 14:56:16.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:56:16.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff238014700295bd8005a', N'area.code', N'Area Code', N'en', N'2014-07-04 14:56:56.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:56:56.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147002981ee005c', N'area.code', N'地域编码', N'zh-cn', N'2014-07-04 14:57:06.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:57:06.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff23801470029c84d005e', N'display.order', N'Area Sort', N'en', N'2014-07-04 14:57:24.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:57:37.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147002a3fa50061', N'display.order', N'显示顺序', N'zh-cn', N'2014-07-04 14:57:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:58:02.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147002a93ba0064', N'area.add.param', N'Area Add', N'en', N'2014-07-04 14:58:16.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:12:56.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147002c144c006c', N'area.level', N'Area Level', N'en', N'2014-07-04 14:59:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:59:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147002c3711006e', N'area.level', N'地域等级', N'zh-cn', N'2014-07-04 15:00:03.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:00:03.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147002ce8a70070', N'parent.area', N'Parent Area', N'en', N'2014-07-04 15:00:48.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:00:48.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201046fff2380147002d42990072', N'parent.area', N'父地域', N'zh-cn', N'2014-07-04 15:01:11.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:01:11.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701c151014701d4ac920001', N'system.icon', N'System Icon', N'en', N'2014-07-04 22:43:40.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:43:40.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701c151014701d4e2990003', N'system.icon', N'系统图标', N'zh-cn', N'2014-07-04 22:43:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:43:54.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701c151014701d53b200005', N'menu.icon', N'Menu Icon', N'en', N'2014-07-04 22:44:17.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:44:17.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701c151014701d5c6cc0007', N'menu.icon', N'菜单图标', N'zh-cn', N'2014-07-04 22:44:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:44:53.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701c151014701dda832000d', N'main.area', N'Main Level', N'en', N'2014-07-04 22:53:29.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:53:29.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701c151014701ddf718000f', N'main.area', N'一级地域', N'zh-cn', N'2014-07-04 22:53:49.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:58:41.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701c151014701de50dd0011', N'sub.area', N'Sub Level', N'en', N'2014-07-04 22:54:12.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:55:00.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701c151014701dece660013', N'sub.area', N'下级地域', N'zh-cn', N'2014-07-04 22:54:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:54:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701ecd4014701f3a69c0001', N'member.list', N'Member List', N'en', N'2014-07-04 23:17:30.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 23:17:30.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104701ecd4014701f3dcfb0003', N'member.list', N'成员列表', N'zh-cn', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e2010477674e7014776e5ffae0005', N'iconname.rang2to10', N'名称范围2~10位字符,且不为空', N'zh-cn', N'2014-07-27 16:18:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e2010477674e7014776e6eecd0007', N'iconname.rang2to10', N'Icon name should be 2-10 characters and should not empty', N'en', N'2014-07-27 16:19:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777447a01477784810a000f', N'operate.name', N'页面控件名称', N'zh-cn', N'2014-07-27 19:11:18.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:28:39.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777447a0147778a170d0011', N'operate.name', N'Page Element Name', N'en', N'2014-07-27 19:17:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:30:10.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777447a01477791affe0014', N'operate.manage', N'Page access control', N'en', N'2014-07-27 19:25:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:21:45.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777447a01477791eea00016', N'operate.manage', N'页面控件权限配置', N'zh-cn', N'2014-07-27 19:25:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:22:00.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777447a01477796ccde0018', N'operatename.rang2to20', N'操作名称范围2~20位字符', N'zh-cn', N'2014-07-27 19:31:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777447a014777979ab6001a', N'operatename.rang2to20', N'Operate name should be 2-20 characters', N'en', N'2014-07-27 19:32:10.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777447a014777991ef9001c', N'operatestatus.number', N'必须为数字', N'zh-cn', N'2014-07-27 19:33:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777447a0147779a0f71001e', N'operatestatus.number', N'Must be numeric', N'en', N'2014-07-27 19:34:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777a9190b0007', N'common.default.icon', N'default', N'en', N'2014-07-27 19:51:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777a974ca0009', N'common.default.icon', N'默认', N'zh-cn', N'2014-07-27 19:51:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777a9cbc3000b', N'common.back', N'back', N'en', N'2014-07-27 19:52:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777a9f433000d', N'common.back', N'返回', N'zh-cn', N'2014-07-27 19:52:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777ae465e000f', N'common.smallpie.icon', N'smallpie', N'en', N'2014-07-27 19:56:55.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777aeb70c0011', N'common.smallpie.icon', N'小饼状图', N'zh-cn', N'2014-07-27 19:57:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777af2a970013', N'common.picture', N'图片', N'zh-cn', N'2014-07-27 19:57:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-27 19:58:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777af611a0015', N'common.picture', N'pictures', N'en', N'2014-07-27 19:58:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777afea2c0018', N'common.pencil.icon', N'笔', N'zh-cn', N'2014-07-27 19:58:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b01f4a001a', N'common.pencil.icon', N'pencil', N'en', N'2014-07-27 19:58:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b210ae001c', N'common.smallmap', N'小地图', N'zh-cn', N'2014-07-27 20:01:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b2638d001e', N'common.smallmap', N'smallmap', N'en', N'2014-07-27 20:01:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b2d38b0020', N'common.group', N'组', N'zh-cn', N'2014-07-27 20:01:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b3010a0022', N'common.group', N'group', N'en', N'2014-07-27 20:02:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b361fa0024', N'common.calculator', N'计算器', N'zh-cn', N'2014-07-27 20:02:30.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b39c390026', N'common.calculator', N'calculator', N'en', N'2014-07-27 20:02:45.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b3ed9e0028', N'common.folder', N'文件夹', N'zh-cn', N'2014-07-27 20:03:06.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047779c5b014777b440fd002a', N'common.folder', N'folder', N'en', N'2014-07-27 20:03:27.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777c827014777f13d7f0002', N'common.delete.fail.param', N'{0}删除失败{1}', N'zh-cn', N'2014-07-27 21:10:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777c827014777f282f60004', N'common.delete.fail.param', N'{0} delete fail{1}', N'en', N'2014-07-27 21:11:27.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777c827014777f52cd10006', N'common.icon.isusing', N'!图标正在使用,不允许删除。', N'zh-cn', N'2014-07-27 21:14:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e20104777c827014777f8c27e0008', N'common.icon.isusing', N', Icon is using, can not be deleted.', N'en', N'2014-07-27 21:18:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-27 21:27:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047781c8e014778273b160007', N'departmentname.rang3to10', N'机构名称在3~10位字符', N'zh-cn', N'2014-07-27 22:09:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047781c8e0147782885e90009', N'departmentname.rang3to10', N'Department name should be 3-10 characters', N'en', N'2014-07-27 22:10:27.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047781c8e0147782a1443000b', N'areaname.rang2to15', N'地域名称范围2~15位字符,且不为空', N'zh-cn', N'2014-07-27 22:12:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047781c8e0147782a6615000d', N'areaname.rang2to15', N'Area name should be 2-15 characters and should not empty', N'en', N'2014-07-27 22:12:30.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047e73d0f0147e7ffd4540028', N'common.org.code', N'机构编码', N'zh-cn', N'2014-08-18 15:23:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047e73d0f0147e8004113002a', N'common.org.code', N'Org Code', N'en', N'2014-08-18 15:23:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047e73d0f0147e800add5002c', N'common.org.type', N'机构类型', N'zh-cn', N'2014-08-18 15:24:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047e73d0f0147e800edf8002e', N'common.org.type', N'Org Type', N'en', N'2014-08-18 15:24:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047e73d0f0147e80a71980030', N'common.company', N'公司', N'zh-cn', N'2014-08-18 15:35:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047e73d0f0147e80abac10032', N'common.company', N'Company', N'en', N'2014-08-18 15:35:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047e73d0f0147e815144e0034', N'common.position', N'岗位', N'zh-cn', N'2014-08-18 15:46:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047e73d0f0147e81561a80036', N'common.position', N'Position', N'en', N'2014-08-18 15:47:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047f766400147f7b9d4d20009', N'role.set', N'角色设置', N'zh-cn', N'2014-08-21 16:40:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047f766400147f7be2c6a000c', N'current.org', N'机构', N'zh-cn', N'2014-08-21 16:45:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-12-23 19:05:22.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047f766400147f7be6144000e', N'current.org', N'Org', N'en', N'2014-08-21 16:45:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-12-23 19:05:17.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201047f8c5050147f923e5e8000c', N'role.set', N'Role Set', N'en', N'2014-08-21 23:16:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048154920014815c3e9a7000c', N'common.add.exist.user', N'添加已有客户', N'zh-cn', N'2014-08-27 12:40:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048154920014815c47ac1000e', N'common.add.exist.user', N'Add Exist User', N'en', N'2014-08-27 12:41:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048b7e5c60148b7ffe64e0001', N'common.type.list', N'类型列表', N'zh-cn', N'2014-09-28 00:44:34.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048b7e5c60148b8002b620003', N'common.type.list', N'Type List', N'en', N'2014-09-28 00:44:51.000', N'admin', N'管理员', N'2014-09-28 00:46:01.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048b7e5c60148b801c7520006', N'common.type.code', N'类型编码', N'zh-cn', N'2014-09-28 00:46:37.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048b7e5c60148b801f8dc0008', N'common.type.code', N'Type Code', N'en', N'2014-09-28 00:46:50.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048b7e5c60148b8024884000a', N'common.type.name', N'类型名称', N'zh-cn', N'2014-09-28 00:47:10.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048b7e5c60148b802773e000c', N'common.type.name', N'Type Name', N'en', N'2014-09-28 00:47:22.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048b803ec0148b80d34360001', N'common.type.view', N'查看类型', N'zh-cn', N'2014-09-28 00:59:06.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e201048b803ec0148b80d6da10003', N'common.type.view', N'Type View', N'en', N'2014-09-28 00:59:20.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'2a609258aef344bbbcf0c766d922e449', N'common.phone', N'Phone', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'2bad4a20100e456aac2f6be3d1cc85ac', N'common.real.name', N'Real Name', N'en', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'2d70c1a8158b415b9aff12e1957c1819', N'common.repeat.password', N'Repeat Password', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'2fe5274af5d94fb49240d82b7b8d2a95', N'common.tel', N'Telephone', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'3db54b3731434dc38bc5ea3b20de7db8', N'common.middle', N'Middle', N'en', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402831814d8a1ae0014d8a239f520001', N'common.unlock.user', N'激活用户', N'zh-cn', N'2015-05-25 16:14:59.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402831814d8a1ae0014d8a2402d40003', N'common.unlock.user', N'unlock user', N'en', N'2015-05-25 16:15:25.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f3e70d0147f3eb326b0005', N'funcType', N'菜单类型', N'zh-cn', N'2014-08-20 22:56:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f3e70d0147f3eb9f400007', N'funcType', N'funcType', N'en', N'2014-08-20 22:56:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f3e70d0147f3ef30570009', N'funcType.page', N'菜单类型', N'zh-cn', N'2014-08-20 23:00:44.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-08-23 01:48:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f3e70d0147f3ef5482000b', N'funcType.page', N'menu type', N'en', N'2014-08-20 23:00:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-08-23 01:48:29.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f3e70d0147f3ef8590000d', N'funcType.from', N'access type', N'en', N'2014-08-20 23:01:06.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-08-23 01:49:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f3e70d0147f3efcd02000f', N'funcType.from', N'访问类型', N'zh-cn', N'2014-08-20 23:01:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-08-23 01:50:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f972bb0147f9749a7b0003', N'operationType.disabled', N'disabled', N'en', N'2014-08-22 00:44:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f972bb0147f974dc860005', N'operationType.disabled', N'禁用', N'zh-cn', N'2014-08-22 00:44:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f972bb0147f9754c030007', N'common.enable', N'有效', N'zh-cn', N'2014-08-22 00:45:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f972bb0147f97581920009', N'common.enable', N'enable', N'en', N'2014-08-22 00:45:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f972bb0147f975c3c8000b', N'common.disable', N'无效', N'zh-cn', N'2014-08-22 00:45:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f972bb0147f97612a1000d', N'common.disable', N'disable', N'en', N'2014-08-22 00:46:10.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e447e9ba550147e9be3a3a0003', N'common.rang', N'{0}Operate name should be {1}-{2} characters', N'en', N'2014-08-18 23:31:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-08-18 23:32:00.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e447e9ba550147e9bf9eaa0006', N'common.rang', N'{0}范围{1}~{2}位字符', N'zh-cn', N'2014-08-18 23:32:35.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e447e9ba550147e9c1ab590008', N'departmentname.rang1to20', N'Depart name should be 1-20 characters', N'en', N'2014-08-18 23:34:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e447e9ba550147e9c25bbe000a', N'departmentname.rang1to20', N'组织机构范围1~20位字符', N'zh-cn', N'2014-08-18 23:35:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e4489db6e601489dbc2cdc0001', N'common.add.to', N'AddTo', N'en', N'2014-09-22 22:20:28.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e4489db6e601489dbc61380003', N'common.add.to', N'添加', N'zh-cn', N'2014-09-22 22:20:41.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014705eee9120001', N'user.analysis.line', N'User analysis Line', N'en', N'2014-07-05 17:50:49.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014705f1741c0003', N'user.analysis.line', N'用户分析 Line', N'zh-cn', N'2014-07-05 17:53:35.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014705f535a50005', N'user.analysis.pie', N'User analysis Pie', N'en', N'2014-07-05 17:57:41.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014705f597d10007', N'user.analysis.pie', N'用户分析 Pie', N'zh-cn', N'2014-07-05 17:58:07.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014705f82a580009', N'user.analysis.histogram', N'User Analysis Histogram', N'en', N'2014-07-05 18:00:55.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-21 10:08:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014705fc8656000b', N'user.browser.analysis', N' Analysis of the user''s browser proportion', N'en', N'2014-07-05 18:05:41.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014705fce72d000d', N'user.browser.analysis', N'用户浏览器比例分析', N'zh-cn', N'2014-07-05 18:06:06.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca901470608088c000f', N'class.student.count.analysis', N'Class student ratio analysis', N'en', N'2014-07-05 18:18:15.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014706088d7c0011', N'class.student.count.analysis', N'班级学生人数比例分析', N'zh-cn', N'2014-07-05 18:18:49.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147060a873a0013', N'common.line.chart', N'Line chart', N'en', N'2014-07-05 18:20:59.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147060aef730015', N'common.line.chart', N'折线图', N'zh-cn', N'2014-07-05 18:21:25.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147060bfcae0017', N'common.pie.chart', N'pie', N'en', N'2014-07-05 18:22:34.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147060c5e310019', N'common.pie.chart', N'饼状图', N'zh-cn', N'2014-07-05 18:22:59.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147060dc6b6001b', N'common.histogram', N'Histogram', N'en', N'2014-07-05 18:24:31.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147060e11f3001d', N'common.histogram', N'柱状图', N'zh-cn', N'2014-07-05 18:24:51.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147060fa1ba001f', N'class.count.statistics', N'Class size statistics', N'en', N'2014-07-05 18:26:33.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147060fdf3a0021', N'class.count.statistics', N'班级人数统计', N'zh-cn', N'2014-07-05 18:26:49.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451230', N'common.query.statistics', N'统计报表', N'zh-cn', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2015-10-15 10:28:26.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451231', N'common.query.statistics', N'Statistics Report', N'en', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2015-10-15 10:28:57.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451232', N'common.schedule.task', N'定时任务', N'zh-cn', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451233', N'common.schedule.task', N'Timed Task', N'en', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451234', N'system.log', N'系统日志', N'zh-cn', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451235', N'system.log', N'Sys Log', N'en', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451236', N'data.monitor', N'数据监控', N'zh-cn', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451237', N'data.monitor', N'Data Monitor', N'en', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451238', N'form.config', N'Online表单开发', N'zh-cn', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451239', N'form.config', N'Form Config', N'en', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451240', N'dynamic.form.config', N'Online报表配置', N'zh-cn', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451241', N'dynamic.form.config', N'Dynamic Report Config', N'en', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451242', N'user.analysis', N'用户分析', N'zh-cn', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061123451243', N'user.analysis', N'User Analysis', N'en', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061365350027', N'lang.class', N'Class', N'en', N'2014-07-05 18:30:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-20 11:56:18.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca901470614932d0029', N'lang.class', N'班级', N'zh-cn', N'2014-07-05 18:31:57.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-20 11:56:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca9014706152c0a002b', N'number.ofpeople', N' Number of people', N'en', N'2014-07-05 18:32:36.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca901470615588b002d', N'number.ofpeople', N'人数', N'zh-cn', N'2014-07-05 18:32:48.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca901470615f986002f', N'common.proportion', N'Proportion', N'en', N'2014-07-05 18:33:29.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e64705eca90147061627450031', N'common.proportion', N'比例', N'zh-cn', N'2014-07-05 18:33:40.000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.000', N'297e201046d3660a0146d36d7b7a01e7', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74c5e73f5014c5e80548f0001', N'user.report', N'综合报表', N'zh-cn', N'2015-03-28 11:50:10.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74c5e73f5014c5e809f9d0003', N'user.report', N'newReport', N'en', N'2015-03-28 11:50:30.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74c6084c9014c609276500002', N'common.start', N'启动', N'zh-cn', N'2015-03-28 21:29:13.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74c6084c9014c60929d5b0004', N'start', N'common.start', N'en', N'2015-03-28 21:29:23.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74c7a776c014c7a8121980004', N'operate.manage.data', N'数据权限控制', N'zh-cn', N'2015-04-02 22:20:25.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74c7a776c014c7a817cd30006', N'operate.manage.data', N'Data access control', N'en', N'2015-04-02 22:20:48.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74c7a776c014c7a8c8c860010', N'operation.type', N'rule type', N'en', N'2015-04-02 22:32:53.000', N'admin', N'管理员', N'2015-04-02 22:34:48.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74c7a776c014c7a8cb6290012', N'operation.type', N'规则类型', N'zh-cn', N'2015-04-02 22:33:04.000', N'admin', N'管理员', N'2015-04-02 22:34:06.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74d762a40014d76332b370003', N'rolescope.rang2to8.notnull', N'Role need 2~8 bits', N'en', N'2015-05-21 19:19:34.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74d762a40014d7633a30c0005', N'rolescope.rang2to8.notnull', N'角色范围在2~8位字符', N'zh-cn', N'2015-05-21 19:20:05.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74d762a40014d76342eb00007', N'rolecode.rang2to15.notnull', N'角色编码范围在2~15位字符', N'zh-cn', N'2015-05-21 19:20:40.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e74d762a40014d76348d970009', N'rolecode.rang2to15.notnull', N'Rolecode need 2~15 bits', N'en', N'2015-05-21 19:21:05.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e750693d44015069621039002e', N'menu.online.template', N'Online Form Style', N'en', N'2015-10-15 10:44:05.000', N'admin', N'管理员', N'2015-10-15 10:44:45.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e750a90ffc0150a9d47e580027', N'auto.form.formTempldateName', N'formTemplateName', N'en', N'2015-10-27 23:04:46.000', N'admin', N'管理员', N'2015-10-27 23:05:35.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e750a90ffc0150a9d586f8002c', N'auto.form.formTempldateName', N'自定义表单模板名', N'zh-cn', N'2015-10-27 23:05:54.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e750b134780150b16db5ce0003', N'auto.form.formCode', N'表单编码', N'zh-cn', N'2015-10-29 10:29:28.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880e750b134780150b16de6ed0005', N'auto.form.formCode', N'formCode', N'en', N'2015-10-29 10:29:41.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880ea53365da801533671c4860001', N'notice.tip', N'公告', N'zh-cn', N'2016-03-02 16:28:58.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880ea53365da80153367223df0003', N'notice.tip', N'Notifications', N'en', N'2016-03-02 16:29:23.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880ea53365da80153367419dd0005', N'notice.seeAll', N'查看全部', N'zh-cn', N'2016-03-02 16:31:31.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880ea53365da801533674bd1e0007', N'notice.seeAll', N'See all notifications', N'en', N'2016-03-02 16:32:13.000', N'admin', N'管理员', N'2016-03-02 16:32:35.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880ea53365da801533675e268000a', N'message.tip', N'消息', N'zh-cn', N'2016-03-02 16:33:28.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880ea53365da80153367664c5000c', N'message.tip', N'Messages', N'en', N'2016-03-02 16:34:02.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880ea53365da801533676f54f000e', N'message.seeAll', N'查看全部', N'zh-cn', N'2016-03-02 16:34:39.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880ea53365da80153367768ea0010', N'message.seeAll', N'See all messages', N'en', N'2016-03-02 16:35:08.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fb6bcc50002', N'please.select.role', N'Please select a role', N'en', N'2016-03-04 11:40:53.000', N'admin', N'管理员', N'2016-03-04 11:41:19.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fb776cb0005', N'please.select.role', N'请选择角色', N'zh-cn', N'2016-03-04 11:41:41.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fb7ef010007', N'please.select.user', N'please select a user', N'en', N'2016-03-04 11:42:12.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fb841280009', N'please.select.user', N'请选择用户', N'zh-cn', N'2016-03-04 11:42:33.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fbe3093000b', N'common.user.select', N'用户选择', N'zh-cn', N'2016-03-04 11:49:02.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fbe79ad000d', N'common.user.select', N'User Select', N'en', N'2016-03-04 11:49:20.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fc29581000f', N'common.notice', N'公告', N'zh-cn', N'2016-03-04 11:53:50.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fc3ead70011', N'common.notice', N'Notifications', N'en', N'2016-03-04 11:55:17.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fc84f540013', N'notice.manage', N'公告管理', N'zh-cn', N'2016-03-04 12:00:05.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fc9a6e60015', N'notice.manage', N'Notifications Management', N'en', N'2016-03-04 12:01:33.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fce327a0018', N'common.authority', N'授权', N'zh-cn', N'2016-03-04 12:06:31.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fcfbe4a001a', N'common.authority', N'Authorization', N'en', N'2016-03-04 12:08:12.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fd57083001c', N'common.authority.role', N'角色授权', N'zh-cn', N'2016-03-04 12:14:25.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fd61fc6001e', N'common.authority.role', N'Role Authorization', N'en', N'2016-03-04 12:15:10.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fd6baf40020', N'common.authority.user', N'User Authorization', N'en', N'2016-03-04 12:15:50.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fd6e88d0022', N'common.authority.user', N'用户授权', N'zh-cn', N'2016-03-04 12:16:02.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fd8cfe10024', N'common.read', N'阅读', N'zh-cn', N'2016-03-04 12:18:06.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880eb533fb18001533fd921060026', N'common.read', N'Read', N'en', N'2016-03-04 12:18:27.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728d95a014728dc0fdf0005', N'has.sync', N'已同步', N'zh-cn', N'2014-07-12 12:36:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:36:56.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728d95a014728dcc32c0007', N'has.sync', N'Synchronized', N'en', N'2014-07-12 12:37:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:10:45.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728d95a014728dd29140009', N'have.nosync', N'未同步', N'zh-cn', N'2014-07-12 12:38:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:38:08.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728d95a014728dd8161000b', N'have.nosync', N'No Synchronize', N'en', N'2014-07-12 12:38:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:38:31.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728d95a014728dfe5610013', N'single.table', N'单表', N'zh-cn', N'2014-07-12 12:41:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:41:07.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728d95a014728e0077e0015', N'single.table', N'Single Table', N'en', N'2014-07-12 12:41:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:41:16.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728d95a014728e0f6500017', N'slave.table', N'附表', N'zh-cn', N'2014-07-12 12:42:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:42:17.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728d95a014728e1183d0019', N'slave.table', N'Slave Table', N'en', N'2014-07-12 12:42:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:42:26.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa28014728fd5f160003', N'smart.form.setting', N'智能表单配置', N'zh-cn', N'2014-07-12 13:13:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:13:19.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa28014728fd89ff0005', N'smart.form.setting', N'Smart Form Setting', N'en', N'2014-07-12 13:13:30.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:13:30.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa28014728feca7b0007', N'generate.form', N'生成表单', N'zh-cn', N'2014-07-12 13:14:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:14:52.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa28014728feedfa0009', N'generate.form', N'Generate Form', N'en', N'2014-07-12 13:15:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:15:01.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa28014728ff5a4e000b', N'generate.success', N'生成成功', N'zh-cn', N'2014-07-12 13:15:29.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:15:29.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa28014728ff7e81000d', N'generate.success', N'Generate Success', N'en', N'2014-07-12 13:15:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:15:38.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa2801472900fe10000f', N'please.select.generate.item', N'请选择要生成表单的项!', N'zh-cn', N'2014-07-12 13:17:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:17:16.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa2801472901dab10011', N'please.select.generate.item', N'Please select should be generated item.', N'en', N'2014-07-12 13:18:13.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:18:13.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa280147290fad990013', N'button.code', N'按钮编码', N'zh-cn', N'2014-07-12 13:33:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:33:19.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa280147290fcac30015', N'button.code', N'Button Code', N'en', N'2014-07-12 13:33:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:33:26.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa2801472910045f0017', N'button.name', N'按钮名称', N'zh-cn', N'2014-07-12 13:33:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:33:41.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa28014729101a4a0019', N'button.name', N'Button Name', N'en', N'2014-07-12 13:33:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:33:46.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa280147291059ca001b', N'button.style', N'按钮样式', N'zh-cn', N'2014-07-12 13:34:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:34:03.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa2801472910776c001d', N'button.style', N'Button Style', N'en', N'2014-07-12 13:34:10.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:34:10.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa2801472910a634001f', N'action.type', N'动作类型', N'zh-cn', N'2014-07-12 13:34:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:34:22.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881034728fa2801472910bdd70021', N'action.type', N'Action Type', N'en', N'2014-07-12 13:34:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:34:28.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c730147293008280009', N'super.admin', N'超级管理员', N'zh-cn', N'2014-07-12 14:08:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:08:39.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c730147293021c7000b', N'super.admin', N'Super Admin', N'en', N'2014-07-12 14:08:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:08:46.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c73014729308a0e000d', N'please.select.lock.item', N'请选择锁定项目', N'zh-cn', N'2014-07-12 14:09:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:09:12.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c7301472930ae9e000f', N'please.select.lock.item', N'Please select locked item', N'en', N'2014-07-12 14:09:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:09:22.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c7301472931c5900011', N'is.confirm', N'确定吗', N'zh-cn', N'2014-07-12 14:10:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:10:33.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c73014729320e310013', N'is.confirm', N'Confirm?', N'en', N'2014-07-12 14:10:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:10:52.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c73014729369dde0015', N'current.permission', N'当前权限', N'zh-cn', N'2014-07-12 14:15:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:15:51.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c7301472936c80f0017', N'current.permission', N'Current Permission', N'en', N'2014-07-12 14:16:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:16:01.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c73014729386dce0019', N'confirm.delete.this.record', N'确定删除该记录吗', N'zh-cn', N'2014-07-12 14:17:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:17:49.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c7301472938c6f9001b', N'confirm.delete.this.record', N'Delete this record, Confirm?', N'en', N'2014-07-12 14:18:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:18:12.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c7301472939f98b001d', N'menu.list', N'菜单列表', N'zh-cn', N'2014-07-12 14:19:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:19:31.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c730147293a157d001f', N'menu.list', N'Menu List', N'en', N'2014-07-12 14:19:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:19:38.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c730147293ab7a10021', N'operate.button.list', N'精细化权限控制', N'zh-cn', N'2014-07-12 14:20:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:25:39.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c730147293aefc40023', N'operate.button.list', N'Fine access control', N'en', N'2014-07-12 14:20:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:25:56.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c730147293b76f80025', N'select.all', N'全选', N'zh-cn', N'2014-07-12 14:21:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:21:08.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810347292c730147293b8dc60027', N'select.all', N'Select All', N'en', N'2014-07-12 14:21:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:21:14.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40288103472948880147294b26420002', N'button.setting', N'页面控件权限', N'zh-cn', N'2014-07-12 14:38:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:12:27.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40288103472948880147294b432a0004', N'button.setting', N'Page control config', N'en', N'2014-07-12 14:38:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 20:06:10.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf3de950001', N'common.button.code', N'按钮编码', N'zh-cn', N'2014-07-19 12:49:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:49:16.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf407a90003', N'common.button.code', N'Button Code', N'en', N'2014-07-19 12:49:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:49:26.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf46f7f0005', N'common.button.name', N'按钮名称', N'zh-cn', N'2014-07-19 12:49:53.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:49:53.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf4994d0007', N'common.button.name', N'Button Name', N'en', N'2014-07-19 12:50:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:50:04.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf4f6430009', N'common.button.style', N'按钮样式', N'zh-cn', N'2014-07-19 12:50:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:50:28.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf517aa000b', N'common.button.style', N'Button Style', N'en', N'2014-07-19 12:50:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:50:36.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf5930c000d', N'common.action.type', N'动作类型', N'zh-cn', N'2014-07-19 12:51:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:51:08.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf5af11000f', N'common.action.type', N'Action Type', N'en', N'2014-07-19 12:51:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:51:15.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf652c20011', N'common.show.sequence', N'Show Sequence', N'en', N'2014-07-19 12:51:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:04:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf694a20013', N'common.show.sequence', N'显示顺序', N'zh-cn', N'2014-07-19 12:52:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:52:14.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf6fa160015', N'common.show.icon.style', N'显示图标样式', N'zh-cn', N'2014-07-19 12:52:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:52:40.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf71da40017', N'common.show.icon.style', N'Show Icon Style', N'en', N'2014-07-19 12:52:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:52:49.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf776390019', N'common.show.expression', N'显示表达式', N'zh-cn', N'2014-07-19 12:53:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:53:11.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474cf7972c001b', N'common.show.expression', N'Show Expression', N'en', N'2014-07-19 12:53:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:53:20.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474d025ae20024', N'lang.code.cannot.add.update.delete', N'编码不能是add/update/delete', N'zh-cn', N'2014-07-19 13:05:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:05:05.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474d0294e30026', N'lang.code.cannot.add.update.delete', N'Code cannot be add/update/delete', N'en', N'2014-07-19 13:05:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:05:20.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d28a1fe0002', N'lang.user.online', N'人在线', N'zh-cn', N'2014-07-19 13:46:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:46:54.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d28cef50004', N'lang.user.online', N'user online', N'en', N'2014-07-19 13:47:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:47:05.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2cc7d80006', N'common.login.name', N'登录名', N'zh-cn', N'2014-07-19 13:51:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:51:26.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2cf5650008', N'common.login.name', N'Login Name', N'en', N'2014-07-19 13:51:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:51:37.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2ed970000a', N'common.login.time', N'登录时间', N'zh-cn', N'2014-07-19 13:53:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:41.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2f0340000c', N'common.login.time', N'Login Time', N'en', N'2014-07-19 13:53:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2f0340001c', N'common.enter.verifycode', N'请输入验证码', N'zh-cn', N'2014-07-19 13:53:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2f0340002c', N'common.verifycode.error', N'验证码错误', N'zh-cn', N'2014-07-19 13:53:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2f0340003c', N'common.username.or.password.error', N'用户名或密码错误', N'zh-cn', N'2014-07-19 13:53:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2f0340004c', N'common.enter.verifycode', N'Please enter the verification code', N'en', N'2014-07-19 13:53:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2f0340005c', N'common.verifycode.error', N'Verification code error', N'en', N'2014-07-19 13:53:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d2f0340006c', N'common.username.or.password.error', N'User name or password error', N'en', N'2014-07-19 13:53:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d3ad8c9000f', N'common.select', N'选择', N'zh-cn', N'2014-07-19 14:06:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 14:06:48.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d3b14bb0011', N'common.select', N'Select', N'en', N'2014-07-19 14:07:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 14:07:03.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d3b61020013', N'common.clear', N'清空', N'zh-cn', N'2014-07-19 14:07:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 14:07:22.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474d25ab01474d3b78f30015', N'common.clear', N'Clear', N'en', N'2014-07-19 14:07:29.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 14:07:29.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028813f4752b0d7014752b35e4f0001', N'username.rang2to10', N'Username need 2~10 bits', N'en', N'2014-07-20 15:36:32.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 15:36:32.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028813f4752c793014752cd3369000a', N'common.delete.success.param', N'{0}删除成功', N'zh-cn', N'2014-07-20 16:04:45.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 16:04:45.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028813f4752dc11014752e731930003', N'lang.dictionary.type', N'字典分类', N'zh-cn', N'2014-07-20 16:33:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 16:33:09.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028813f4752dc11014752e765dd0005', N'lang.dictionary.type', N'Dictionary Type', N'en', N'2014-07-20 16:33:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 16:33:22.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028813f4752dc11014752e98bf90007', N'lang.dictionary.value', N'字典值', N'zh-cn', N'2014-07-20 16:35:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 16:35:43.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028813f4752dc11014752e9eba60009', N'lang.dictionary.value', N'Dictionary Value', N'en', N'2014-07-20 16:36:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 14:06:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f793fd690016', N'common.taskid', N'Task Id', N'en', N'2014-07-02 22:56:50.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:28.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f794259e0018', N'common.taskid', N'任务ID', N'zh-cn', N'2014-07-02 22:57:00.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:19:13.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7949e2d001a', N'common.task.desc', N'任务描述', N'zh-cn', N'2014-07-02 22:57:31.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-03 12:37:08.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f794d224001c', N'common.task.desc', N'Task Describe', N'en', N'2014-07-02 22:57:44.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:38.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79550c4001e', N'cron.expression', N'cron表达式', N'zh-cn', N'2014-07-02 22:58:16.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:22:37.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7956b7b0020', N'cron.expression', N'Cron Expression', N'en', N'2014-07-02 22:58:23.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:44.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f795c74b0022', N'common.iseffect', N'是否生效', N'zh-cn', N'2014-07-02 22:58:47.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:22:58.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79643cc0024', N'common.iseffect', N'isEffect', N'en', N'2014-07-02 22:59:19.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:23:03.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f796fbd60026', N'running.state', N'运行状态', N'zh-cn', N'2014-07-02 23:00:06.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:23:19.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79729ce0028', N'running.state', N'Running State', N'en', N'2014-07-02 23:00:17.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:52.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f798b8850034', N'common.createby', N'Create By', N'en', N'2014-07-02 23:02:00.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:58.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f798f9cf0036', N'common.createby', N'创建人', N'zh-cn', N'2014-07-02 23:02:16.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:23:44.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7999ffd003c', N'common.updateby', N'Update By', N'en', N'2014-07-02 23:02:59.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:12.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f799e7e9003e', N'common.updateby', N'修改人', N'zh-cn', N'2014-07-02 23:03:17.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:24:30.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79a3aed0040', N'common.updatetime', N'修改时间', N'zh-cn', N'2014-07-02 23:03:38.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:24:47.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79a6c310042', N'common.updatetime', N'Update Time', N'en', N'2014-07-02 23:03:51.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:21.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79b70e90044', N'common.operation', N'Operation', N'en', N'2014-07-02 23:04:58.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:27.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79b9eef0046', N'common.operation', N'操作', N'zh-cn', N'2014-07-02 23:05:10.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:25:17.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79d8ea10048', N'common.start', N'Start', N'en', N'2014-07-02 23:07:17.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:32.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79e5f54004c', N'common.stop', N'Stop', N'en', N'2014-07-02 23:08:10.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:38.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79e7be9004e', N'common.stop', N'停止', N'zh-cn', N'2014-07-02 23:08:17.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:26:27.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79faa1d0050', N'effective.immediately', N'Effective Immediately', N'en', N'2014-07-02 23:09:35.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:26:35.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f79fcc7f0052', N'effective.immediately', N'立即生效', N'zh-cn', N'2014-07-02 23:09:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:26:39.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a011b60054', N'common.delete', N'Delete', N'en', N'2014-07-02 23:10:01.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:44.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a02ccc0056', N'common.delete', N'删除', N'zh-cn', N'2014-07-02 23:10:08.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:26:55.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a0da820059', N'common.add', N'Add', N'en', N'2014-07-02 23:10:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:57.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a106cf005b', N'common.add', N'录入', N'zh-cn', N'2014-07-02 23:11:04.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:13.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a1500f005d', N'common.edit', N'Edit', N'en', N'2014-07-02 23:11:23.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:43:04.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a16f90005f', N'common.edit', N'编辑', N'zh-cn', N'2014-07-02 23:11:31.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:24.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a186c20061', N'common.view', N'View', N'en', N'2014-07-02 23:11:37.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:43:09.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a1aa900063', N'common.view', N'查看', N'zh-cn', N'2014-07-02 23:11:46.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:36.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a44eb60065', N'schedule.task.manage', N'Timed Task Manage', N'en', N'2014-07-02 23:14:39.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:28:08.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7a471110067', N'schedule.task.manage', N'定时任务管理', N'zh-cn', N'2014-07-02 23:14:48.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7b7f88700a0', N'log.content', N'Log Content', N'en', N'2014-07-02 23:36:08.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:04.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7b828ee00a2', N'log.content', N'日志内容', N'zh-cn', N'2014-07-02 23:36:20.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7b932f600a4', N'operate.ip', N'Operate IP', N'en', N'2014-07-02 23:37:28.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:43:30.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7b9677100a6', N'operate.ip', N'操作IP', N'zh-cn', N'2014-07-02 23:37:41.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7b9bd7d00a8', N'common.browser', N'Broswer', N'en', N'2014-07-02 23:38:04.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:43:36.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7b9f40a00aa', N'common.browser', N'浏览器', N'zh-cn', N'2014-07-02 23:38:17.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7ba2e7e00ac', N'operate.time', N'Operate Time', N'en', N'2014-07-02 23:38:32.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:43:44.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7ba610e00ae', N'operate.time', N'操作时间', N'zh-cn', N'2014-07-02 23:38:45.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7bb601a00b0', N'log.manage', N'Log Manage', N'en', N'2014-07-02 23:39:51.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7bb7ef200b2', N'log.manage', N'日志管理', N'zh-cn', N'2014-07-02 23:39:59.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7bbef3600b4', N'log.level', N'Log Level', N'en', N'2014-07-02 23:40:27.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c012cd00cc', N'select.loglevel', N'Please select log level', N'en', N'2014-07-02 23:44:59.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c086ff00ce', N'select.loglevel', N'选择日志类型', N'zh-cn', N'2014-07-02 23:45:28.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c0c98a00d0', N'common.login', N'Login', N'en', N'2014-07-02 23:45:45.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c0ecb900d2', N'common.login', N'登录', N'zh-cn', N'2014-07-02 23:45:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c287de00d9', N'common.insert', N'Insert', N'en', N'2014-07-02 23:47:40.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c2a1f200db', N'common.insert', N'插入', N'zh-cn', N'2014-07-02 23:47:46.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c4ad4600e1', N'common.update', N'Update', N'en', N'2014-07-02 23:50:00.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c4dc8700e3', N'common.update', N'更新', N'zh-cn', N'2014-07-02 23:50:12.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c5815c00e5', N'common.upload', N'Upload', N'en', N'2014-07-02 23:50:55.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c5a60600e7', N'common.upload', N'上传', N'zh-cn', N'2014-07-02 23:51:04.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c5fd5700e9', N'common.other', N'Other', N'en', N'2014-07-02 23:51:26.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46f7832b0146f7c62c2400eb', N'common.other', N'其他', N'zh-cn', N'2014-07-02 23:51:38.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028818d46fa75be0146fa855c60000e', N'log.level', N'日志类型', N'zh-cn', N'2014-07-03 12:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e234fb0014e239611a10034', N'auto.form.formName', N'表单名称', N'zh-cn', N'2015-06-24 11:21:54.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e234fb0014e239641ff0036', N'auto.form.formName', N'formName', N'en', N'2015-06-24 11:22:06.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e234fb0014e23968fe00038', N'auto.form.formDesc', N'表单描述', N'zh-cn', N'2015-06-24 11:22:26.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e234fb0014e2396b425003a', N'auto.form.formDesc', N'formDesc', N'en', N'2015-06-24 11:22:35.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e234fb0014e23980122003c', N'auto.form.formContent', N'formContent', N'en', N'2015-06-24 11:24:01.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e234fb0014e23984307003e', N'auto.form.formContent', N'表单内容', N'zh-cn', N'2015-06-24 11:24:18.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e4833b6014e48397c250003', N'auto.form.addorupdate', N'表单设计器', N'zh-cn', N'2015-07-01 14:06:43.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e4833b6014e483b9ed60008', N'auto.form.addorupdate', N'formdesign', N'en', N'2015-07-01 14:09:03.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e4833b6014e483fbd30000a', N'formstyle.title', N'自定义表单模板', N'zh-cn', N'2015-07-01 14:13:33.000', N'admin', N'管理员', N'2015-10-27 22:41:20.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881b74e4833b6014e48409456000c', N'formstyle.title', N'formTemplate', N'en', N'2015-07-01 14:14:28.000', N'admin', N'管理员', N'2015-10-27 22:41:37.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046efce8d0146effd3b0a0001', N'common.language', N'语言', N'zh-cn', N'2014-07-01 11:34:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 11:41:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046efce8d0146effd5d980003', N'language', N'Languge', N'en', N'2014-07-01 11:34:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:01:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046efce8d0146f001f7cd0007', N'common.delete.success.param', N'{0} delete success', N'en', N'2014-07-01 11:39:59.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 11:40:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046efce8d0146f00e2152000b', N'common.edit.success.param', N'{0} 更新成功', N'zh-cn', N'2014-07-01 11:53:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:17:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046efce8d0146f00f05aa000d', N'common.edit.success.param', N'{0} update success', N'en', N'2014-07-01 11:54:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 16:03:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046efce8d0146f01110bc000f', N'common.add.success.param', N'{0} 录入成功', N'zh-cn', N'2014-07-01 11:56:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 11:56:28.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046efce8d0146f01153070011', N'common.add.success.param', N'{0} add success', N'en', N'2014-07-01 11:56:45.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 11:56:45.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046f02a3f0146f02d9e910002', N'common.refresh.success', N'刷新成功', N'zh-cn', N'2014-07-01 12:27:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:27:40.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046f02a3f0146f02df49c0004', N'common.refresh.success', N'Refresh success', N'en', N'2014-07-01 12:28:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:28:02.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046f02a3f0146f0301b150006', N'common.edit.fail.param', N'{0} 更新失败', N'zh-cn', N'2014-07-01 12:30:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:30:22.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046f02a3f0146f030cde00008', N'common.edit.fail.param', N'{0} update fail', N'en', N'2014-07-01 12:31:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:31:08.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046f02a3f0146f0346009000a', N'common.refresh.fail', N'刷新失败', N'zh-cn', N'2014-07-01 12:35:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:35:02.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c046f02a3f0146f0348bc9000c', N'common.refresh.fail', N'Refresh Fail', N'en', N'2014-07-01 12:35:13.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:35:13.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147063dc2080001', N'database.property', N'数据库属性', N'zh-cn', N'2014-07-05 19:16:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:16:56.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147063e03aa0003', N'database.property', N'Database Property', N'en', N'2014-07-05 19:17:13.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:17:13.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147063e73640005', N'page.property', N'页面属性', N'zh-cn', N'2014-07-05 19:17:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:17:41.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147063e910c0007', N'page.property', N'Page Property', N'en', N'2014-07-05 19:17:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:17:49.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147063f9a4a0009', N'validate.dict', N'Validate Dictionary', N'en', N'2014-07-05 19:18:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:18:57.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147063fe101000b', N'validate.dict', N'校验字典', N'zh-cn', N'2014-07-05 19:19:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:19:15.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe014706408c51000d', N'common.fk', N'外键', N'zh-cn', N'2014-07-05 19:19:59.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:19:59.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147064102b0000f', N'common.fk', N'Foreign Key', N'en', N'2014-07-05 19:20:29.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:20:29.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147065887a70011', N'smark.form.form.maintain', N'智能表单-表单维护', N'zh-cn', N'2014-07-05 19:46:10.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:46:10.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe01470658c29d0013', N'smark.form.form.maintain', N'Smart Form', N'en', N'2014-07-05 19:46:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:46:26.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147065a870d0015', N'common.one.to.many', N'一对多', N'zh-cn', N'2014-07-05 19:48:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:48:21.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147065acd6d0017', N'common.one.to.many', N'One To Many', N'en', N'2014-07-05 19:48:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:48:39.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147065c1d980019', N'comon.one.to.one', N'一对一', N'zh-cn', N'2014-07-05 19:50:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:50:05.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147065c3551001b', N'comon.one.to.one', N'One To One', N'en', N'2014-07-05 19:50:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:50:12.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147066041eb001d', N'common.uuid36bit', N'UUID(36位唯一编码)', N'zh-cn', N'2014-07-05 19:54:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:54:37.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe01470660a327001f', N'common.uuid36bit', N'UUID(36 Bit Unique Code)', N'en', N'2014-07-05 19:55:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:55:02.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe0147066267e70021', N'common.native.auto.increment', N'NATIVE(自增长方式)', N'zh-cn', N'2014-07-05 19:56:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:56:58.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe01470662f1dd0023', N'common.native.auto.increment', N'NATIVE(Auto Increment)', N'en', N'2014-07-05 19:57:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:57:33.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe01470663fbd00025', N'common.sequence', N'SEQUENCE(序列方式)', N'zh-cn', N'2014-07-05 19:58:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:58:41.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe014706646c6b0027', N'common.sequence', N'SEQUENCE(Sequence)', N'en', N'2014-07-05 19:59:10.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:59:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe014706669f32002a', N'please.input.table.name', N'请输入表名!', N'zh-cn', N'2014-07-05 20:01:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 20:01:34.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c1470636fe01470666c8e8002c', N'please.input.table.name', N'Please Input Table Name', N'en', N'2014-07-05 20:01:45.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 20:01:45.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c347203fcc0147204d69020009', N'input.error', N'输入错误', N'zh-cn', N'2014-07-10 20:44:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 20:44:09.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c347203fcc0147204d9ef9000b', N'input.error', N'Input error', N'en', N'2014-07-10 20:44:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 20:44:23.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c347205fc0014720704aa50001', N'menuname.rang4to15', N'菜单名称范围4~15位字符,且不为空', N'zh-cn', N'2014-07-10 21:22:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:22:15.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c347205fc0014720718d360003', N'menuname.rang4to15', N'Menu name should be 4-15 characters and should not empty', N'en', N'2014-07-10 21:23:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:23:38.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c347205fc001472082f5130005', N'jeect.platform', N'Jeecg 快速开发平台', N'zh-cn', N'2014-07-10 21:42:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:42:39.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c347205fc00147208321e10007', N'jeect.platform', N'Jeecg Quckly Platform', N'en', N'2014-07-10 21:42:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:42:50.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f486df0146f49af73f0001', N'pk.strategies', N'Primary key strategies', N'en', N'2014-07-02 09:05:35.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 09:05:35.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f486df0146f49c57320003', N'pk.strategies', N'主键策略', N'zh-cn', N'2014-07-02 09:07:05.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 09:07:05.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f5f492d60001', N'table.name', N'表名', N'zh-cn', N'2014-07-02 15:23:04.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 15:23:04.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f5f4b8fe0003', N'table.name', N'Table Name', N'en', N'2014-07-02 15:23:14.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 15:23:14.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f5f536b50005', N'table.description', N'Table Desc', N'en', N'2014-07-02 15:23:46.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-21 10:16:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f5f56e0d0007', N'table.description', N'表描述', N'zh-cn', N'2014-07-02 15:24:00.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-21 10:16:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f5f648c00009', N'table.type', N'Table Type', N'en', N'2014-07-02 15:24:56.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 15:24:56.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f5f672b6000b', N'table.type', N'表类型', N'zh-cn', N'2014-07-02 15:25:07.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 15:25:07.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f61534a0000d', N'sequence.name', N'Sequence', N'en', N'2014-07-02 15:58:43.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2016-03-01 21:26:48.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f621503b0019', N'master.table', N'主表', N'zh-cn', N'2014-07-02 16:11:56.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:11:56.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f621dddd001b', N'master.table', N'Master Table', N'en', N'2014-07-02 16:12:33.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:12:33.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6279e0f001d', N'common.yes', N'Yes', N'en', N'2014-07-02 16:18:50.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:18:49.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f627cd1f001f', N'common.yes', N'是', N'zh-cn', N'2014-07-02 16:19:02.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:19:02.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f627f2040021', N'common.no', N'No', N'en', N'2014-07-02 16:19:11.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:19:11.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6281f900023', N'common.no', N'否', N'zh-cn', N'2014-07-02 16:19:23.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:19:23.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f62fe8800025', N'single.query', N'Single Choice Query', N'en', N'2014-07-02 16:27:53.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:27:53.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6302a9f0027', N'single.query', N'单表查询', N'zh-cn', N'2014-07-02 16:28:10.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:28:10.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f630e67d0029', N'combine.query', N'组合查询', N'zh-cn', N'2014-07-02 16:28:58.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:28:58.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6312721002b', N'combine.query', N'Combined Query', N'en', N'2014-07-02 16:29:14.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:29:14.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6422c510036', N'common.isnull', N'Is Null', N'en', N'2014-07-02 16:47:50.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:47:50.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6428fd00038', N'common.isnull', N'是否为空', N'zh-cn', N'2014-07-02 16:48:15.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:48:15.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f642e30f003a', N'common.pk', N'Primary Key', N'en', N'2014-07-02 16:48:37.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:48:37.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f64311fb003c', N'common.pk', N'主键', N'zh-cn', N'2014-07-02 16:48:49.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:48:49.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6457894003e', N'field.type', N'Filed Type', N'en', N'2014-07-02 16:51:26.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:51:26.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6459cd30040', N'field.type', N'字段类型', N'zh-cn', N'2014-07-02 16:51:35.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:51:35.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df72de2170028', N'form.db.type', N'数据源类型', N'zh-cn', N'2015-06-15 20:24:48.000', N'admin', N'管理员', N'2015-06-15 20:34:07.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df72f5a47002b', N'form.db.type', N'formDbType', N'en', N'2015-06-15 20:26:25.000', N'admin', N'管理员', N'2015-06-16 16:23:46.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df73a703d0031', N'form.db.type.table', N'数据库表', N'zh-cn', N'2015-06-15 20:38:31.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df73ac0d20033', N'form.db.type.table', N'TABLE', N'en', N'2015-06-15 20:38:52.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df73b30750035', N'form.db.type.sql', N'动态SQL', N'zh-cn', N'2015-06-15 20:39:20.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df73bdc330037', N'form.db.type.sql', N'DYN_SQL', N'en', N'2015-06-15 20:40:04.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df73c6e6f0039', N'form.db.type.clazz', N'java类', N'zh-cn', N'2015-06-15 20:40:42.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df73c91d0003b', N'form.db.type.clazz', N'CLAZZ', N'en', N'2015-06-15 20:40:51.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44dfc7bea014dfc7e0a170005', N'common.company.code', N'sysCompanyCode', N'en', N'2015-06-16 21:10:28.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44dfc7bea014dfc7e3b740007', N'common.company.code', N'所属公司', N'zh-cn', N'2015-06-16 21:10:40.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e06f820014e06fa58e90001', N'form.param.name', N'参数', N'zh-cn', N'2015-06-18 22:02:26.000', N'admin', N'管理员', N'2015-10-27 19:49:03.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e06f820014e06fa81ab0003', N'form.param.name', N'param', N'en', N'2015-06-18 22:02:37.000', N'admin', N'管理员', N'2015-10-27 19:49:18.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e06f820014e06fab7c70005', N'form.param.desc', N'参数文本', N'zh-cn', N'2015-06-18 22:02:51.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e06f820014e06fad8e80007', N'form.param.desc', N'paramTxt', N'en', N'2015-06-18 22:02:59.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e06f820014e06fb161f0009', N'form.param.value', N'默认值', N'zh-cn', N'2015-06-18 22:03:15.000', N'admin', N'管理员', N'2015-10-27 19:44:45.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e06f820014e06fb489c000b', N'form.param.value', N'defaultValue', N'en', N'2015-06-18 22:03:28.000', N'admin', N'管理员', N'2015-10-27 19:45:07.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e06f820014e06fc10b0000d', N'form.field.name', N'字段', N'zh-cn', N'2015-06-18 22:04:19.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e06f820014e06fc6141000f', N'form.field.name', N'field', N'en', N'2015-06-18 22:04:40.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e5d67e1014e5d7245f20002', N'autoform.preview', N'预览', N'zh-cn', N'2015-07-05 17:00:47.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44e5d67e1014e5d726b1d0004', N'autoform.preview', N'preview', N'en', N'2015-07-05 17:00:56.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e453a3a2550153a3b80b0f0001', N'please.muti.department', N'please.muti.department', N'en', N'2016-03-23 21:44:21.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e453a3a2550153a3b868250003', N'please.muti.department', N'部门可多选', N'zh-cn', N'2016-03-23 21:44:45.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e54dcddf80014dcde2db0a000b', N'form.category', N'表单分类', N'zh-cn', N'2015-06-07 19:58:26.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e54dce2349014dce3e00e80005', N'form.category', N'formCategory', N'en', N'2015-06-07 21:37:59.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e54dce2349014dce3e43b50007', N'bdfl', N'bdfl', N'zh-cn', N'2015-06-07 21:38:16.000', N'admin', N'管理员', N'2015-06-07 21:44:17.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e54de251ee014de2713e550001', N'common.ssms.getSysInfos', N'系统消息', N'zh-cn', N'2015-06-11 19:46:22.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e54de251ee014de27235560003', N'common.ssms.getSysInfos', N'System message', N'en', N'2015-06-11 19:47:25.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e74e44c238014e44c40deb0001', N'form.db.query.param', N'查询参数', N'zh-cn', N'2015-06-30 21:59:36.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e74e44c238014e44c44e7d0003', N'form.db.query.param', N'queryParam', N'en', N'2015-06-30 21:59:52.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e74e44c238014e44d0a7400005', N'form.db.query.data.column', N'查询数据列', N'zh-cn', N'2015-06-30 22:13:21.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e74e44c238014e44d0e08a0007', N'form.db.query.data.column', N'queryDataColumn', N'en', N'2015-06-30 22:13:36.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca464640011', N'common.version', N'Version', N'en', N'2014-06-30 19:58:55.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:58:55.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca47e280013', N'common.version', N'版本', N'zh-cn', N'2014-06-30 19:59:01.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:59:01.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca4b6bf0015', N'is.tree', N'Is Tree', N'en', N'2014-06-30 19:59:16.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:59:16.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca4d8ba0017', N'is.tree', N'是否树', N'zh-cn', N'2014-06-30 19:59:24.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:59:24.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca510d60019', N'is.page', N'Is Page', N'en', N'2014-06-30 19:59:39.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:59:39.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca537b7001b', N'is.page', N'是否分页', N'zh-cn', N'2014-06-30 19:59:49.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:59:49.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca6c3b8001d', N'sync.db', N'Sync DB', N'en', N'2014-06-30 20:01:30.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:01:30.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca7193f001f', N'sync.db', N'同步数据库', N'zh-cn', N'2014-06-30 20:01:52.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:01:52.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146eca922890025', N'common.createtime', N'Create Time', N'en', N'2014-06-30 20:04:05.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:04:05.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecab61a50033', N'common.createtime', N'创建时间', N'zh-cn', N'2014-06-30 20:06:33.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:53:48.000', N'402881e946e70d550146e70fa0680086', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecac51520039', N'show.checkbox', N'Show Checkbox', N'en', N'2014-06-30 20:07:34.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:07:34.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecac8bed003b', N'show.checkbox', N'显示复选框', N'zh-cn', N'2014-06-30 20:07:49.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:07:49.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecaea5630041', N'edit.form', N'Edit Table', N'en', N'2014-06-30 20:10:07.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:10:07.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecaed7730043', N'edit.form', N'编辑表单', N'zh-cn', N'2014-06-30 20:10:19.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:10:19.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecaf39000045', N'create.form', N'Create From', N'en', N'2014-06-30 20:10:44.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:10:44.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecaf63e00047', N'create.form', N'创建表单', N'zh-cn', N'2014-06-30 20:10:55.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:10:55.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecb108de0049', N'custom.button', N'Custom Button', N'en', N'2014-06-30 20:12:43.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:12:43.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecb18fa6004b', N'custom.button', N'自定义按钮', N'zh-cn', N'2014-06-30 20:13:18.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:13:31.000', N'402881e946e70d550146e70fa0680086', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecb3bd13004e', N'form.generate', N'Generated From From DB', N'en', N'2014-06-30 20:15:40.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-09-15 11:28:33.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecb3f9df0050', N'form.generate', N'数据库导入表单', N'zh-cn', N'2014-06-30 20:15:56.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-09-15 11:28:19.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecb58ed40052', N'form.import', N'表单导入', N'zh-cn', N'2014-06-30 20:17:40.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-09-15 11:28:01.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecb5a76b0054', N'form.import', N'From Import', N'en', N'2014-06-30 20:17:46.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:17:46.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecb72e600056', N'form.export', N'From Export', N'en', N'2014-06-30 20:19:26.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:19:26.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecb762b50058', N'form.export', N'表单导出', N'zh-cn', N'2014-06-30 20:19:39.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:40:55.000', N'402881e946e70d550146e70fa0680086', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecc71340005a', N'js.enhance', N'JsEnhance', N'en', N'2014-06-30 20:36:48.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:36:48.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecc74476005c', N'js.enhance', N'js增强', N'zh-cn', N'2014-06-30 20:37:00.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:37:00.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecca27d20062', N'sql.enhance', N'SqlEnhance', N'en', N'2014-06-30 20:40:09.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:40:09.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecca51c60064', N'sql.enhance', N'sql增强', N'zh-cn', N'2014-06-30 20:40:20.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:40:20.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecd312230068', N'smart.form.config', N'Smart Form Config', N'en', N'2014-06-30 20:49:54.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:49:54.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946eca0a40146ecd3732a006a', N'smart.form.config', N'智能表单配置', N'zh-cn', N'2014-06-30 20:50:19.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:50:19.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f728bca20001', N'common.code', N'Code', N'en', N'2014-07-02 20:59:40.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 20:59:40.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f728e6220003', N'common.code', N'编码', N'zh-cn', N'2014-07-02 20:59:51.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 20:59:51.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f72b42b40015', N'common.batch.delete', N'Batch Delete', N'en', N'2014-07-02 21:02:25.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:02:25.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f72b9a000017', N'common.batch.delete', N'批量删除', N'zh-cn', N'2014-07-02 21:02:48.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:02:48.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f72ce5260021', N'query.sql', N'Query Sql', N'en', N'2014-07-02 21:04:13.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:04:13.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f72d1b480023', N'query.sql', N'查询sql', N'zh-cn', N'2014-07-02 21:04:26.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:04:26.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f72d54c60025', N'common.name', N'Name', N'en', N'2014-07-02 21:04:41.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:04:41.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f72d72840027', N'common.name', N'名称', N'zh-cn', N'2014-07-02 21:04:49.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:04:49.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f72e486c0029', N'dynamic.table.head', N'Dynamic Table', N'en', N'2014-07-02 21:05:44.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:05:44.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e946f723300146f72e7bda002b', N'dynamic.table.head', N'动态表头', N'zh-cn', N'2014-07-02 21:05:57.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:05:57.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706da32a10009', N'common.order', N'Order', N'en', N'2014-07-05 22:07:48.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:07:48.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706da55fa000b', N'common.order', N'排序', N'zh-cn', N'2014-07-05 22:07:57.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:07:57.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706daa606000d', N'common.text', N'Text', N'en', N'2014-07-05 22:08:18.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:08:18.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706dadb74000f', N'common.text', N'文本框', N'zh-cn', N'2014-07-05 22:08:32.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:08:32.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706db1a6f0011', N'common.type', N'Type', N'en', N'2014-07-05 22:08:48.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:08:48.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706db389d0013', N'common.type', N'类型', N'zh-cn', N'2014-07-05 22:08:55.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:08:55.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706db76390015', N'common.isshow', N'Is Show', N'en', N'2014-07-05 22:09:11.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:09:11.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706db99420017', N'common.isshow', N'是否显示', N'zh-cn', N'2014-07-05 22:09:20.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:09:20.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706dbdb330019', N'common.href', N'Href', N'en', N'2014-07-05 22:09:37.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:09:37.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706dc0bfe001b', N'common.href', N'字段href', N'zh-cn', N'2014-07-05 22:09:50.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:09:50.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706dc5fc0001d', N'common.query.module', N'Query Module', N'en', N'2014-07-05 22:10:11.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:10:11.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706dc87df001f', N'common.query.module', N'查询模式', N'zh-cn', N'2014-07-05 22:10:21.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:10:21.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706dd524d0021', N'dict.code', N'字典Code', N'zh-cn', N'2014-07-05 22:11:13.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:11:13.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706dd8a300023', N'dict.code', N'Dict Code', N'en', N'2014-07-05 22:11:27.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:11:27.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706ddc7570025', N'common.isquery', N'Is Query', N'en', N'2014-07-05 22:11:43.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:11:43.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706ddec9e0027', N'common.isquery', N'是否查询', N'zh-cn', N'2014-07-05 22:11:53.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:11:53.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706e230b80029', N'common.text.type', N'Column Type', N'en', N'2014-07-05 22:16:32.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:16:32.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706e25a9f002b', N'common.text.type', N'文本类型', N'zh-cn', N'2014-07-05 22:16:43.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:16:43.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706e368c9002d', N'common.hide', N'Hideen', N'en', N'2014-07-05 22:17:52.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:17:52.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706e3b1e2002f', N'common.hide', N'隐藏', N'zh-cn', N'2014-07-05 22:18:11.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:18:11.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706e3fe800031', N'common.show', N'Show', N'en', N'2014-07-05 22:18:30.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:18:30.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706e423e40033', N'common.show', N'显示', N'zh-cn', N'2014-07-05 22:18:40.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:18:40.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706eba47c003e', N'dynamic.report.config.detail', N'Dyna Report Detail', N'en', N'2014-07-05 22:26:52.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:29:53.000', N'402881e946e70d550146e70fa0680086', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706ebe1cd0040', N'dynamic.report.config.detail', N'动态报表配置明细', N'zh-cn', N'2014-07-05 22:27:07.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:30:02.000', N'402881e946e70d550146e70fa0680086', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601470fefea200003', N'dict.manage', N'数据字典管理', N'zh-cn', N'2014-07-07 16:28:07.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601470ff21ddd0009', N'dict.name', N'Dict Name', N'en', N'2014-07-07 16:30:31.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601470ff24cb8000b', N'dict.name', N'字典名称', N'zh-cn', N'2014-07-07 16:30:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601470ff4e2830019', N'common.add.param', N'{0} Add', N'en', N'2014-07-07 16:33:33.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-20 16:02:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601470ff51cc9001b', N'common.add.param', N'{0}录入', N'zh-cn', N'2014-07-07 16:33:48.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-20 16:02:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601470ff925da0025', N'dict.information.type', N'Data Dictionary Group Info', N'en', N'2014-07-07 16:38:12.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601470ff950100027', N'dict.information.type', N'字典类型信息', N'zh-cn', N'2014-07-07 16:38:23.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:43:03.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601471005919a0037', N'common.role.list', N'Role List', N'en', N'2014-07-07 16:51:46.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601471005f5ac0039', N'common.role.list', N'角色列表', N'zh-cn', N'2014-07-07 16:52:12.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601471006c0bf003f', N'common.role.code', N'Role Code', N'en', N'2014-07-07 16:53:04.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601471006e44a0041', N'common.role.code', N'角色编码', N'zh-cn', N'2014-07-07 16:53:13.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100713840043', N'common.role.name', N'Role Name', N'en', N'2014-07-07 16:53:25.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe926014710073e820045', N'common.role.name', N'角色名称', N'zh-cn', N'2014-07-07 16:53:36.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe926014710095eb50053', N'common.edit.param', N'{0} Edit', N'en', N'2014-07-07 16:55:55.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-20 15:07:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100980ee0055', N'common.edit.param', N'{0}编辑', N'zh-cn', N'2014-07-07 16:56:04.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-20 15:07:13.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100affff0057', N'common.role.info', N'Role Info', N'en', N'2014-07-07 16:57:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100b20eb0059', N'common.role.info', N'角色信息', N'zh-cn', N'2014-07-07 16:57:51.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100bf680005b', N'permission.set', N'Permission', N'en', N'2014-07-07 16:58:45.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100c2c96005d', N'permission.set', N'权限设置', N'zh-cn', N'2014-07-07 16:58:59.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100e5051005f', N'permission.manage', N'Permission Manage', N'en', N'2014-07-07 17:01:19.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100e8a360061', N'permission.manage', N'权限管理', N'zh-cn', N'2014-07-07 17:01:34.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100f73140067', N'permission.name', N'Permission Name', N'en', N'2014-07-07 17:02:34.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147100fa9270069', N'permission.name', N'权限名称', N'zh-cn', N'2014-07-07 17:02:48.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe9260147101199f1006f', N'permission.collection', N'Permission Collection', N'en', N'2014-07-07 17:04:55.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fa470fe92601471011bb380071', N'permission.collection', N'权限集合', N'zh-cn', N'2014-07-07 17:05:03.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402882b54e3eaa5b014e3ebde5d1000b', N'menu.online.template', N'Online表单样式', N'zh-cn', N'2015-06-29 17:55:09.000', N'admin', N'管理员', N'2015-10-15 10:43:08.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402882b54e943804014e944151e30001', N'form.template.style', N'自定义表单风格', N'zh-cn', N'2015-07-16 08:26:26.000', N'admin', N'管理员', N'2015-07-16 15:06:03.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402882b54e943804014e944196d10003', N'form.template.style', N'Custom Template Style', N'en', N'2015-07-16 08:26:43.000', N'admin', N'管理员', N'2015-07-16 15:05:52.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402882e54ebb5629014ebb5c56540003', N'form.tb.db.key', N'填报数据源', N'zh-cn', N'2015-07-23 22:41:08.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402882e54ebb5629014ebb5ca0650005', N'form.tb.db.table.name', N'填报数据库表', N'zh-cn', N'2015-07-23 22:41:27.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402883884dc3b87d014dc3ba4cbd0001', N'common.menu.del.fail', N'删除失败,有关联数据不能删除!', N'zh-cn', N'2015-06-05 20:37:56.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402883884dd31b11014dd31cedf20001', N'common.dynamic.dbsource', N'数据源', N'zh-cn', N'2015-06-08 20:19:58.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028838850ac5c1d0150ac6389e80001', N'form.db.chname', N'数据源名称', N'zh-cn', N'2015-10-28 11:00:16.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028838850ac5c1d0150ac63cd910003', N'form.db.chname', N'dbName', N'en', N'2015-10-28 11:00:33.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028838850ae6f7b0150ae720a9c0003', N'form.field.content', N'字段文本', N'zh-cn', N'2015-10-28 20:35:21.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028838850ae6f7b0150ae72f8960005', N'form.field.content', N'fieldContent', N'en', N'2015-10-28 20:36:22.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402884f146cc37ab0146cc3fc7350002', N'common.change.refresh', N'样式修改成功,请刷新页面', N'zh-cn', N'2014-06-24 13:01:10.000', N'admin', N'管理员', N'2014-06-24 13:01:10.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402884f146cc37ab0146cc4029a60004', N'common.change.refresh', N'Style change success, please refresh', N'en', N'2014-06-24 13:01:35.000', N'admin', N'管理员', N'2014-06-24 13:01:35.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402884f146cc37ab0146cc4541cb0006', N'common.login.again', N'请登录后再操作', N'zh-cn', N'2014-06-24 13:07:09.000', N'admin', N'管理员', N'2014-06-24 13:07:09.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402884f146cc37ab0146cc45c1270008', N'common.login.again', N'Please login again', N'en', N'2014-06-24 13:07:41.000', N'admin', N'管理员', N'2014-06-24 13:07:41.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402884f146cc37ab0146cc4de4da000a', N'common.userinfo', N'用户信息', N'zh-cn', N'2014-06-24 13:16:35.000', N'admin', N'管理员', N'2014-06-24 13:16:35.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402884f146cc37ab0146cc4e7b25000c', N'common.userinfo', N'My Profile', N'en', N'2014-06-24 13:17:13.000', N'admin', N'管理员', N'2014-06-24 13:17:13.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402884f146cc37ab0146cc55cac30012', N'common.surname', N'姓名', N'zh-cn', N'2014-06-24 13:25:13.000', N'admin', N'管理员', N'2014-06-24 13:25:13.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402884f146cc37ab0146cc55f21b0014', N'common.surname', N'Name', N'en', N'2014-06-24 13:25:23.000', N'admin', N'管理员', N'2014-06-24 13:25:23.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402885814e2ef20c014e2ef347d50003', N'common.dbname', N'数据库名称', N'zh-cn', N'2015-06-26 16:19:32.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402885814e2ef20c014e2ef3767e0005', N'common.dbname', N'Database Name', N'en', N'2015-06-26 16:19:44.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028948151536dc10151536f1a4e0001', N'common.returnvalfield', N'返回值字段', N'zh-cn', N'2015-11-29 21:29:28.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028948151536dc10151536f4a190003', N'common.returnvalfield', N'returnvalfield', N'en', N'2015-11-29 21:29:41.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028948151536dc10151536f87c10005', N'common.returntxtfield', N'返回文本字段', N'zh-cn', N'2015-11-29 21:29:56.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028948151536dc10151536fa6ca0007', N'common.returntxtfield', N'returntxtfield', N'en', N'2015-11-29 21:30:04.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815325c044015325c515890001', N'common.mobile', N'电话', N'zh-cn', N'2016-02-28 10:46:26.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815325c044015325c545850003', N'common.mobile', N'mobile', N'en', N'2016-02-28 10:46:39.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815325c044015325c93bb10005', N'common.fax', N'传真', N'zh-cn', N'2016-02-28 10:50:58.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815325c044015325c960bb0007', N'common.fax', N'fax', N'en', N'2016-02-28 10:51:08.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815325c044015325c9ab690009', N'common.address', N'地址', N'zh-cn', N'2016-02-28 10:51:27.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815325c044015325c9cf32000b', N'common.address', N'address', N'en', N'2016-02-28 10:51:36.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815325ce7a015325d636ec0002', N'departmentaddress.rang1to50', N'组织机构地址范围1~50位字符', N'zh-cn', N'2016-02-28 11:05:09.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815325ce7a015325d6ed890004', N'departmentaddress.rang1to50', N'Depart address should be 1-50 characters', N'en', N'2016-02-28 11:05:56.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815364df430153651ae7dd0002', N'excelImport', N'导入', N'zh-cn', N'2016-03-11 17:56:15.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815364df430153651b22b60004', N'excelImport', N'excelImport', N'en', N'2016-03-11 17:56:31.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815364df430153651b5a730006', N'excelOutput', N'导出', N'zh-cn', N'2016-03-11 17:56:45.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815364df430153651b89410008', N'excelOutput', N'excelOutput', N'en', N'2016-03-11 17:56:57.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815364df430153651c4d28000a', N'templateDownload', N'模板下载', N'zh-cn', N'2016-03-11 17:57:47.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8815364df430153651c5c5b000c', N'templateDownload', N'templateDownload', N'en', N'2016-03-11 17:57:51.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b881552e643e01552e6bd9300001', N'common.index', N'索引', N'zh-cn', N'2016-06-08 13:11:08.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b881552e643e01552e6c03b50003', N'common.index', N'index', N'en', N'2016-06-08 13:11:19.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81532b894f01532b93ced70003', N'common.office.tel', N'手机号', N'zh-cn', N'2016-02-29 13:50:20.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81532b894f01532b93f9e00005', N'common.office.tel', N'telphone', N'en', N'2016-02-29 13:50:31.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81532b894f01532b943c070007', N'common.mail', N'邮箱', N'zh-cn', N'2016-02-29 13:50:48.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533051360153305bbcf60002', N'form.template.style_pc', N'PC表单风格', N'zh-cn', N'2016-03-01 12:07:11.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533051360153305bfda90004', N'form.template.style_pc', N'pc form style', N'en', N'2016-03-01 12:07:28.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533051360153305c33ff0006', N'form.template.style_mobile', N'移动表单风格', N'zh-cn', N'2016-03-01 12:07:42.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533051360153305c60c90008', N'form.template.style_mobile', N'mobile form style', N'en', N'2016-03-01 12:07:53.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef815335c1da015335c8647d0003', N'self.defined.form', N'use defined form', N'en', N'2016-03-02 13:23:58.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533a788e01533a7a53180005', N'form.tb.db.table.name', N'table', N'en', N'2016-03-03 11:16:48.000', N'admin', N'管理员', N'2016-03-03 11:17:56.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533a788e01533a7ba98c0008', N'form.tb.db.key', N'db source', N'en', N'2016-03-03 11:18:16.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533c078201533c08b1ca0001', N'system.version.number', N'3.6.5', N'zh-cn', N'2016-03-03 18:31:56.000', N'admin', N'管理员', N'2016-06-29 11:50:18.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533c078201533c08e2370003', N'system.version.number', N'3.6.5', N'en', N'2016-03-03 18:32:08.000', N'admin', N'管理员', N'2016-06-29 11:50:12.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef8154753f26015475436db30001', N'common.returntxttype', N'return type', N'en', N'2016-05-03 14:17:13.000', N'admin', N'管理员', N'2016-05-03 14:41:57.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef8154753f26015475438dd00003', N'common.returntxttype', N'返回类型', N'zh-cn', N'2016-05-03 14:17:22.000', N'admin', N'管理员', N'2016-05-03 14:42:06.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028efa2523a030601523a55381d0004', N'self.defined.form', N'自定义表单', N'zh-cn', N'2016-01-13 17:33:29.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028efa2523dfc4c01523e2adb110009', N'business.application', N'业务申请', N'zh-cn', N'2016-01-14 11:25:42.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028efa2523dfc4c01523e2c5f9b000c', N'individual.office', N'个人办公', N'zh-cn', N'2016-01-14 11:27:21.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028efa2523dfc4c01523e2d7ba5000e', N'process.design', N'流程管理', N'zh-cn', N'2016-01-14 11:28:34.000', N'admin', N'管理员', N'2016-01-14 18:58:21.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4a15aa60003', N'common.calendar', N'日历', N'zh-cn', N'2014-06-23 01:30:47.000', N'admin', N'管理员', N'2014-06-23 01:30:47.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4a190580005', N'common.calendar', N'Calendar', N'en', N'2014-06-23 01:31:01.000', N'admin', N'管理员', N'2014-06-23 01:31:01.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4a2dc220007', N'common.map', N'地图', N'zh-cn', N'2014-06-23 01:32:26.000', N'admin', N'管理员', N'2014-06-23 01:32:26.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4a2f24e0009', N'common.map', N'Map', N'en', N'2014-06-23 01:32:31.000', N'admin', N'管理员', N'2014-06-23 01:32:31.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4aff7ea000b', N'common.please.select', N'---请选择---', N'zh-cn', N'2014-06-23 01:46:45.000', N'admin', N'管理员', N'2014-06-23 01:46:45.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4b03310000d', N'common.please.select', N'Please Select', N'en', N'2014-06-23 01:47:00.000', N'admin', N'管理员', N'2014-06-23 02:01:20.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4b8af79000f', N'common.please.input.keyword', N'请输入关键字', N'zh-cn', N'2014-06-23 01:56:16.000', N'admin', N'管理员', N'2014-06-23 01:56:16.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4b8f7aa0011', N'common.please.input.keyword', N'Keyword', N'en', N'2014-06-23 01:56:34.000', N'admin', N'管理员', N'2014-06-23 01:56:34.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4ba979a0013', N'common.please.input.query.keyword', N'请输入查询关键字', N'zh-cn', N'2014-06-23 01:58:21.000', N'admin', N'管理员', N'2014-06-23 01:58:21.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4bade820015', N'common.please.input.query.keyword', N'Query keyword', N'en', N'2014-06-23 01:58:39.000', N'admin', N'管理员', N'2014-06-23 01:58:39.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4bee05c0018', N'common.query', N'查询', N'zh-cn', N'2014-06-23 02:03:02.000', N'admin', N'管理员', N'2015-11-30 12:37:53.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4bf0575001a', N'common.query', N'See', N'en', N'2014-06-23 02:03:11.000', N'admin', N'管理员', N'2015-10-27 22:47:21.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4bf4239001c', N'common.reset', N'重置', N'zh-cn', N'2014-06-23 02:03:27.000', N'admin', N'管理员', N'2014-06-23 02:03:27.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc4d46c481da0146c4bf638a001e', N'common.reset', N'Reset', N'en', N'2014-06-23 02:03:35.000', N'admin', N'管理员', N'2014-06-23 02:03:35.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c19fa9370004', N'common.navegation', N'导航菜单', N'zh-cn', N'2014-06-22 11:30:04.000', N'admin', N'管理员', N'2014-06-22 11:30:04.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a0a4d50006', N'common.navegation', N'Navegation', N'en', N'2014-06-22 11:31:09.000', N'admin', N'管理员', N'2014-06-22 11:31:09.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a1b46e0008', N'common.control.panel', N'Control Panel', N'en', N'2014-06-22 11:32:18.000', N'admin', N'管理员', N'2014-06-22 11:32:18.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a1e59b000a', N'common.control.panel', N'控制面板', N'zh-cn', N'2014-06-22 11:32:31.000', N'admin', N'管理员', N'2014-06-22 11:32:31.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a2d668000c', N'common.profile', N'个人信息', N'zh-cn', N'2014-06-22 11:33:32.000', N'admin', N'管理员', N'2014-06-22 11:33:32.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a31e02000e', N'common.profile', N'Profile', N'en', N'2014-06-22 11:33:51.000', N'admin', N'管理员', N'2014-06-22 11:33:51.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a386000010', N'common.my.style', N'首页风格', N'zh-cn', N'2014-06-22 11:34:17.000', N'admin', N'管理员', N'2014-06-22 11:34:17.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a3bccd0012', N'common.my.style', N'Style', N'en', N'2014-06-22 11:34:31.000', N'admin', N'管理员', N'2014-06-22 11:34:31.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a412670014', N'common.logout', N'注销', N'zh-cn', N'2014-06-22 11:34:53.000', N'admin', N'管理员', N'2014-06-22 11:36:06.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a4f99a0016', N'common.logout', N'Logout', N'en', N'2014-06-22 11:35:52.000', N'admin', N'管理员', N'2014-06-22 11:35:52.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a5edff0019', N'common.exit', N'退出', N'zh-cn', N'2014-06-22 11:36:55.000', N'admin', N'管理员', N'2014-06-22 11:36:55.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a60dff001b', N'common.exit', N'Exit', N'en', N'2014-06-22 11:37:03.000', N'admin', N'管理员', N'2014-06-22 11:37:03.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a85f8e001d', N'common.user', N'User', N'en', N'2014-06-22 11:39:35.000', N'admin', N'管理员', N'2014-06-22 11:39:35.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1a88d9b001f', N'common.user', N'用户', N'zh-cn', N'2014-06-22 11:39:47.000', N'admin', N'管理员', N'2014-06-22 11:39:47.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1aae98c0025', N'common.platform', N'JEECG 演示系统', N'zh-cn', N'2014-06-22 11:42:22.000', N'admin', N'管理员', N'2014-06-22 11:42:22.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c18cdc0146c1ab90ac0027', N'common.platform', N'JEECG Platform', N'en', N'2014-06-22 11:43:04.000', N'admin', N'管理员', N'2014-06-22 11:43:04.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1e09ce00017', N'lang.maintain', N'语言信息维护', N'zh-cn', N'2014-06-22 12:41:01.000', N'admin', N'管理员', N'2014-06-22 12:41:01.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1e0f0780019', N'lang.maintain', N'Language Maintain', N'en', N'2014-06-22 12:41:22.000', N'admin', N'管理员', N'2014-06-23 13:37:39.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1ea9872002b', N'online.develop', N'Online Develop', N'en', N'2014-06-22 12:51:55.000', N'admin', N'管理员', N'2014-06-22 12:51:55.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1eaf4d6002d', N'online.develop', N'在线开发', N'zh-cn', N'2014-06-22 12:52:19.000', N'admin', N'管理员', N'2016-04-14 12:36:39.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1eb749c002f', N'system.manage', N'系统管理', N'zh-cn', N'2014-06-22 12:52:51.000', N'admin', N'管理员', N'2014-06-22 12:52:51.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1ebac710031', N'system.manage', N'System Manage', N'en', N'2014-06-22 12:53:06.000', N'admin', N'管理员', N'2014-06-22 12:53:06.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1ec37a10033', N'project.manage', N'项目管理', N'zh-cn', N'2014-06-22 12:53:41.000', N'admin', N'管理员', N'2014-06-22 12:53:41.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1ec67a40035', N'project.manage', N'Project Manage', N'en', N'2014-06-22 12:53:54.000', N'admin', N'管理员', N'2014-06-22 12:53:54.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1ed9e6e0037', N'general.demo', N'常用示例', N'zh-cn', N'2014-06-22 12:55:13.000', N'admin', N'管理员', N'2014-06-22 12:55:13.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1edcc6d0039', N'general.demo', N'Demo', N'en', N'2014-06-22 12:55:25.000', N'admin', N'管理员', N'2014-06-22 12:55:25.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1ee629d003b', N'system.monitor', N'系统监控', N'zh-cn', N'2014-06-22 12:56:03.000', N'admin', N'管理员', N'2014-06-22 12:56:03.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1eebe6c003d', N'system.monitor', N'System Monitor', N'en', N'2014-06-22 12:56:27.000', N'admin', N'管理员', N'2014-06-22 12:56:27.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1ef4206003f', N'workflow.manage', N'工作流管理', N'zh-cn', N'2014-06-22 12:57:01.000', N'admin', N'管理员', N'2014-06-22 12:57:01.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1ef78d20041', N'workflow.manage', N'Workflow Manage', N'en', N'2014-06-22 12:57:15.000', N'admin', N'管理员', N'2014-06-22 12:57:15.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1fe512f0045', N'common.change.password', N'修改密码', N'zh-cn', N'2014-06-22 13:13:28.000', N'admin', N'管理员', N'2014-06-22 13:13:28.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c1fe90260047', N'common.change.password', N'Change Password', N'en', N'2014-06-22 13:13:44.000', N'admin', N'管理员', N'2014-06-22 13:13:44.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c202c92c0049', N'common.copyright', N'JEECG 版权所有', N'zh-cn', N'2014-06-22 13:18:20.000', N'admin', N'管理员', N'2014-06-23 11:01:46.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c203cd8d004b', N'common.copyright', N'JEEECT Copyright Reserved', N'en', N'2014-06-22 13:19:27.000', N'admin', N'管理员', N'2014-06-22 13:19:27.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c20508bf004d', N'common.refresh', N'刷新缓存', N'zh-cn', N'2014-06-22 13:20:48.000', N'admin', N'管理员', N'2014-06-22 13:20:48.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2053659004f', N'common.refresh', N'Refresh', N'en', N'2014-06-22 13:20:59.000', N'admin', N'管理员', N'2014-06-22 13:20:59.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2057c580051', N'common.close', N'Close', N'en', N'2014-06-22 13:21:17.000', N'admin', N'管理员', N'2014-06-22 13:21:17.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c205aff20053', N'common.close', N'关闭', N'zh-cn', N'2014-06-22 13:21:31.000', N'admin', N'管理员', N'2014-06-22 13:21:31.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c205f4be0055', N'common.close.all', N'全部关闭', N'zh-cn', N'2014-06-22 13:21:48.000', N'admin', N'管理员', N'2014-06-22 13:21:48.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c20631f70057', N'common.close.all', N'Close All', N'en', N'2014-06-22 13:22:04.000', N'admin', N'管理员', N'2014-06-22 13:22:04.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2070b8a0059', N'common.close.all.but.this', N'Close all but this', N'en', N'2014-06-22 13:23:00.000', N'admin', N'管理员', N'2014-06-22 13:23:00.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2074657005b', N'common.close.all.but.this', N'除此之外全部关闭', N'zh-cn', N'2014-06-22 13:23:15.000', N'admin', N'管理员', N'2014-06-22 13:23:15.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c207f0bc005d', N'common.close.all.right', N'当前页右侧全部关闭', N'zh-cn', N'2014-06-22 13:23:58.000', N'admin', N'管理员', N'2014-06-22 13:23:58.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2085b89005f', N'common.close.all.right', N'Close all on right', N'en', N'2014-06-22 13:24:26.000', N'admin', N'管理员', N'2014-06-22 13:24:26.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c208cabc0061', N'common.close.all.left', N'当前页左侧全部关闭', N'zh-cn', N'2014-06-22 13:24:54.000', N'admin', N'管理员', N'2014-06-22 13:24:54.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2094dee0063', N'common.close.all.left', N'Close all on left', N'en', N'2014-06-22 13:25:28.000', N'admin', N'管理员', N'2014-06-22 13:25:28.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2325e890069', N'common.assist.tools', N'辅助工具', N'zh-cn', N'2014-06-22 14:10:19.000', N'admin', N'管理员', N'2014-06-22 14:10:19.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2330cf3006b', N'common.assist.tools', N'Tool', N'en', N'2014-06-22 14:11:04.000', N'admin', N'管理员', N'2014-06-22 14:11:04.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c238a6eb006d', N'common.online.user', N'用户在线列表', N'zh-cn', N'2014-06-22 14:17:11.000', N'admin', N'管理员', N'2014-06-22 14:17:11.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c238d41e006f', N'common.online.user', N'Online User', N'en', N'2014-06-22 14:17:22.000', N'admin', N'管理员', N'2014-06-22 14:17:22.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471f9575f10001', N'language.manage', N'国际化语言', N'zh-cn', N'2014-07-10 17:23:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 11:31:11.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471f95fdd20003', N'language.manage', N'Lang Manage', N'en', N'2014-07-10 17:23:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 17:23:49.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fc8bd5d0010', N'form.template', N'模板配置', N'zh-cn', N'2014-07-10 18:19:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:19:15.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fc8dc9b0012', N'form.template', N'Form Template', N'en', N'2014-07-10 18:19:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:19:23.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fc961b70014', N'function.test', N'功能测试', N'zh-cn', N'2014-07-10 18:19:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:19:57.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fc97f300016', N'function.test', N'Function Test', N'en', N'2014-07-10 18:20:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:20:04.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fc9e6310018', N'config.place', N'配置地址', N'zh-cn', N'2014-07-10 18:20:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:20:31.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fca0508001a', N'config.place', N'Setting Address', N'en', N'2014-07-10 18:20:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:20:39.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fcd6c920020', N'table.exit.in.db.confirm', N'表在数据库中已存在\n确认删除', N'zh-cn', N'2014-07-10 18:24:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:24:22.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fcdd7140022', N'table.exit.in.db.confirm', N'Table exit already\n Confirm Delete', N'en', N'2014-07-10 18:24:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:24:49.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fce9e7a0024', N'confirm.delete.record', N'确认移除该记录', N'zh-cn', N'2014-07-10 18:25:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:25:40.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fcec9d60026', N'confirm.delete.record', N'Confirm delete record', N'en', N'2014-07-10 18:25:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:25:51.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fcf68be0028', N'form.datalist', N'表单数据列表', N'zh-cn', N'2014-07-10 18:26:32.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:26:32.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fcf948f002a', N'form.datalist', N'Form data list', N'en', N'2014-07-10 18:26:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:26:43.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fd33eb1002e', N'common.please.select.edit.item', N'请选择编辑项目', N'zh-cn', N'2014-07-10 18:30:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:30:43.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fd36c4d0030', N'common.please.select.edit.item', N'Please select edit item', N'en', N'2014-07-10 18:30:55.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:30:55.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fd429130032', N'common.please.select.one.record.to.edit', N'请选择一条记录再编辑', N'zh-cn', N'2014-07-10 18:31:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:31:43.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fd487c40034', N'common.please.select.one.record.to.edit', N'Please select one record to edit', N'en', N'2014-07-10 18:32:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:32:07.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fd8bd8f003c', N'common.menu.link', N'菜单链接', N'zh-cn', N'2014-07-10 18:36:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:36:43.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fd8d355003e', N'common.menu.link', N'Menu Link', N'en', N'2014-07-10 18:36:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:36:49.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdae99f0040', N'form.sqlimport', N'表单SQL导入', N'zh-cn', N'2014-07-10 18:39:06.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:39:06.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdb06f60042', N'form.sqlimport', N'Form SQL Import', N'en', N'2014-07-10 18:39:13.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:39:13.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdbd2b60044', N'slave.table.can.not.generate.code', N'附表不能代码生成', N'zh-cn', N'2014-07-10 18:40:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:40:05.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdc1ba70046', N'slave.table.can.not.generate.code', N'Slave table can not generate code', N'en', N'2014-07-10 18:40:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:47:00.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdd7b230048', N'please.syncdb', N'请先同步数据库', N'zh-cn', N'2014-07-10 18:41:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:41:54.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fde0d02004a', N'please.syncdb', N'Please synchronize database first', N'en', N'2014-07-10 18:42:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:42:31.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fde8727004c', N'code.generate', N'代码生成', N'zh-cn', N'2014-07-10 18:43:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:43:03.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdebba6004e', N'code.generate', N'Code Generate', N'en', N'2014-07-10 18:43:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:43:16.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdfb0040050', N'please.select.sync.method', N'请选择同步方式', N'zh-cn', N'2014-07-10 18:44:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:44:19.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdff96f0052', N'please.select.sync.method', N'Please select synchronize method', N'en', N'2014-07-10 18:44:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:44:37.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fe393f60059', N'normal.sync', N'普通同步(保留表数据)', N'zh-cn', N'2014-07-10 18:48:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:48:34.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fe4c6cb005b', N'normal.sync', N'Normal Sync(Retain Data)', N'en', N'2014-07-10 18:49:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:49:52.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fe58641005d', N'force.sync', N'强制同步(删除表,重新生成)', N'zh-cn', N'2014-07-10 18:50:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:50:41.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fe611cd005f', N'force.sync', N'Force Sync(Delete Table, ReGenerate)', N'en', N'2014-07-10 18:51:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:51:17.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ff8d3000061', N'enhance.type', N'增强类型', N'zh-cn', N'2014-07-10 19:11:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:11:46.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ff8fcca0063', N'enhance.type', N'Enhance Type', N'en', N'2014-07-10 19:11:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:11:57.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ff9ec220065', N'enhance.js', N'增强js', N'zh-cn', N'2014-07-10 19:12:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:12:58.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ffa2ef10067', N'enhance.js', N'Enhance JS', N'en', N'2014-07-10 19:13:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:13:15.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ffb99300069', N'get.error', N'出错了', N'zh-cn', N'2014-07-10 19:14:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:14:48.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ffbb3d7006b', N'get.error', N'Get Error', N'en', N'2014-07-10 19:14:55.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:14:55.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ffcc59f006d', N'operate.code', N'页面控件编码', N'zh-cn', N'2014-07-10 19:16:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:30:34.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ffce066006f', N'operate.code', N'Page Element Code', N'en', N'2014-07-10 19:16:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:30:50.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ffed3280075', N'enhance.sql', N'增强sql', N'zh-cn', N'2014-07-10 19:18:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:18:19.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471ffeef0d0077', N'enhance.sql', N'Enhance SQL', N'en', N'2014-07-10 19:18:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:18:26.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'41e9ba5d4f2546fd871d0a4a401732a8', N'common.phone', N'手机号码', N'zh-cn', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'42a24520ac85497d9da92af210113da2', N'common.status', N'状态', N'zh-cn', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'52ce422654ab40329fe3a0518b5c8f67', N'password.rang6to18', N'The password is at least 6 characters long, up to 18 characters', N'en', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'5910b83799b242318f456a4f42303cb0', N'select.byrole', N'按角色选择', N'zh-cn', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'5e5106b716d6476cae700ab27f2da555', N'common.middle', N'中', N'zh-cn', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'767053e885704be2b203fbe5c0389b73', N'common.password.reset', N'密码重置', N'zh-cn', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'7aae85094220429a84158e4db5c05d45', N'common.status', N'Status', N'en', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'7f980a800b114020b085530096b95d86', N'role.muti.select', N'角色可多选', N'zh-cn', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb7688c40001', N'form.db.name', N'dbCode', N'en', N'2015-06-16 16:22:39.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb76ed1b0003', N'form.db.name', N'数据源编码', N'zh-cn', N'2015-06-16 16:23:04.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb7a1f830007', N'form.db.tablename', N'dbTableName', N'en', N'2015-06-16 16:26:34.000', N'admin', N'管理员', N'2015-06-16 16:27:13.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb7a56130009', N'form.db.tablename', N'数据库表名', N'zh-cn', N'2015-06-16 16:26:48.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb7ae850000c', N'form.db.synsql', N'dbSynSql', N'en', N'2015-06-16 16:27:25.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb7b1b28000e', N'form.db.synsql', N'动态查询SQ', N'zh-cn', N'2015-06-16 16:27:38.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb7b84800010', N'form.auto.formid', N'autoFormId', N'en', N'2015-06-16 16:28:05.000', N'admin', N'管理员', N'2015-06-16 16:55:30.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb7bb98a0012', N'form.auto.formid', N'主键字段', N'zh-cn', N'2015-06-16 16:28:19.000', N'admin', N'管理员', N'2015-06-16 16:55:24.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e2e5e3b014e2e68f43d001a', N'form.db.preview', N'预览', N'zh-cn', N'2015-06-26 13:48:27.000', N'admin', N'管理员', N'2015-06-26 13:49:44.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e2e5e3b014e2e6a52a2001d', N'form.db.preview', N'preview', N'en', N'2015-06-26 13:49:56.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e2e8df2014e2e91fed00001', N'form.db.param.input', N'参数录入区', N'zh-cn', N'2015-06-26 14:33:16.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e2e8df2014e2e92522f0003', N'form.db.param.input', N'paramInput', N'en', N'2015-06-26 14:33:38.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e2e8df2014e2e93f8f70005', N'form.db.data.view', N'结果展示区', N'zh-cn', N'2015-06-26 14:35:26.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e2e8df2014e2e9433120007', N'form.db.data.view', N'dataView', N'en', N'2015-06-26 14:35:41.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e2e8df2014e2e9696630009', N'form.db.data.query', N'dataQuery', N'en', N'2015-06-26 14:38:17.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e2e8df2014e2e96c7f2000b', N'form.db.data.query', N'数据查询', N'zh-cn', N'2015-06-26 14:38:30.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e3ce62e014e3d07eb820001', N'java.enhance', N'java增强', N'zh-cn', N'2015-06-29 09:56:46.000', N'admin', N'管理员', N'2015-06-29 10:00:07.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e3ce62e014e3d0835860003', N'java.enhance', N'javaEnhance', N'en', N'2015-06-29 09:57:05.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e3e2ca9014e3e46f3c40001', N'common.value', N'数值', N'zh-cn', N'2015-06-29 15:45:14.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e3e2ca9014e3e472c390003', N'common.value', N'value', N'en', N'2015-06-29 15:45:28.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e3e2ca9014e3e491d0a0005', N'java.enhance.type', N'扩展类型', N'zh-cn', N'2015-06-29 15:47:35.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e3e2ca9014e3e49822c0007', N'java.enhance.type', N'enhanceType', N'en', N'2015-06-29 15:48:01.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e3e2ca9014e3e50bc7b000b', N'java.enhance.type.class', N'java-class', N'zh-cn', N'2015-06-29 15:55:55.000', N'admin', N'管理员', N'2015-06-29 15:56:26.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54e3e2ca9014e3e519584000e', N'java.enhance.type.spring', N'spring-key', N'zh-cn', N'2015-06-29 15:56:50.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c741b9ed0045', N'lang.langkey', N'语言主键', N'zh-cn', N'2014-06-23 13:45:11.000', N'admin', N'管理员', N'2014-06-23 13:45:11.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c74226100047', N'lang.langkey', N'Lang Key', N'en', N'2014-06-23 13:45:39.000', N'admin', N'管理员', N'2014-06-23 13:45:39.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c743a8a40049', N'common.content', N'内容', N'zh-cn', N'2014-06-23 13:47:18.000', N'admin', N'管理员', N'2014-06-23 13:47:18.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c74416f5004b', N'common.content', N'Content', N'en', N'2014-06-23 13:47:46.000', N'admin', N'管理员', N'2014-06-23 13:47:46.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c74526330050', N'common.language', N'Language', N'en', N'2014-06-23 13:48:56.000', N'admin', N'管理员', N'2014-06-23 13:48:56.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c77efdb60076', N'common.import', N'数据导入', N'zh-cn', N'2014-06-23 14:52:06.000', N'admin', N'管理员', N'2014-06-23 14:52:06.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c77f95070078', N'common.import', N'Data Import', N'en', N'2014-06-23 14:52:45.000', N'admin', N'管理员', N'2014-06-23 14:52:45.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c7802f4f007a', N'common.export', N'数据导出', N'zh-cn', N'2014-06-23 14:53:25.000', N'admin', N'管理员', N'2014-06-23 14:58:50.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846c664b70146c7809eb6007c', N'common.export', N'Data Export', N'en', N'2014-06-23 14:53:53.000', N'admin', N'管理员', N'2014-06-23 14:59:00.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1ef63000003', N'user.manage', N'用户管理', N'zh-cn', N'2014-06-25 15:31:05.000', N'admin', N'管理员', N'2014-06-25 15:31:05.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1eff19e0005', N'user.manage', N'User Manage', N'en', N'2014-06-25 15:31:41.000', N'admin', N'管理员', N'2014-06-25 15:31:41.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1f12ae00007', N'common.data.dictionary', N'Data Dictionary ', N'en', N'2014-06-25 15:33:01.000', N'admin', N'管理员', N'2014-06-25 16:10:45.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1f1635a0009', N'common.data.dictionary', N'数据字典', N'zh-cn', N'2014-06-25 15:33:16.000', N'admin', N'管理员', N'2014-06-25 15:33:16.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1f24c0b000b', N'role.manage', N'角色管理', N'zh-cn', N'2014-06-25 15:34:15.000', N'admin', N'管理员', N'2014-06-25 15:34:15.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1f35861000f', N'role.manage', N'Role Manage', N'en', N'2014-06-25 15:35:24.000', N'admin', N'管理员', N'2014-06-25 15:35:24.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1f8e1610015', N'icon.manage', N'系统图标', N'zh-cn', N'2014-06-25 15:41:27.000', N'admin', N'管理员', N'2015-10-15 11:37:26.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1fbc5bf0017', N'icon.manage', N'System Icon', N'en', N'2014-06-25 15:44:36.000', N'admin', N'管理员', N'2015-10-15 11:37:41.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d1fffdb40019', N'department.manage', N'组织机构', N'zh-cn', N'2014-06-25 15:49:13.000', N'admin', N'管理员', N'2015-10-15 10:57:18.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab00846d1bb660146d20cbafe001b', N'department.manage', N'Org Manage', N'en', N'2014-06-25 16:03:08.000', N'admin', N'管理员', N'2014-06-25 16:03:08.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b7bff40146b7c2eb6f0001', N'common.dash_board', N'首页', N'zh-cn', N'2014-06-20 13:32:23.000', N'admin', N'管理员', N'2014-06-20 14:58:43.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b7bff40146b7c38f560003', N'common.dash_board', N'Dashboard', N'en', N'2014-06-20 13:33:05.000', N'admin', N'管理员', N'2014-06-20 14:58:51.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b802300146b8038a070001', N'common.add.success', N'添加成功', N'zh-cn', N'2014-06-20 14:42:58.000', N'admin', N'管理员', N'2014-06-20 14:42:58.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b802300146b8048a5e0004', N'common.add.success', N'Add success', N'en', N'2014-06-20 14:44:03.000', N'admin', N'管理员', N'2014-06-20 14:44:03.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b802300146b806d7bd0006', N'common.edit.success', N'更新成功', N'zh-cn', N'2014-06-20 14:46:34.000', N'admin', N'管理员', N'2014-06-20 14:46:34.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b802300146b807c4e60008', N'common.edit.success', N'Update success', N'en', N'2014-06-20 14:47:35.000', N'admin', N'管理员', N'2014-06-20 14:47:35.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b80a850146b80cf84d0002', N'common.delete.success', N'删除成功', N'zh-cn', N'2014-06-20 14:53:16.000', N'admin', N'管理员', N'2014-06-20 14:53:16.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b80a850146b80d35b70004', N'common.delete.success', N'Delete success', N'en', N'2014-06-20 14:53:31.000', N'admin', N'管理员', N'2014-06-20 14:53:31.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b80a850146b80e7d420006', N'common.edit.fail', N'更新失败', N'zh-cn', N'2014-06-20 14:54:55.000', N'admin', N'管理员', N'2014-06-20 14:54:55.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b80a850146b80eddca0008', N'common.edit.fail', N'Update Fail', N'en', N'2014-06-20 14:55:20.000', N'admin', N'管理员', N'2014-06-20 14:55:20.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b83b0b0146b83ec7070008', N'common.notfind.langkey', N'', N'zh-cn', N'2014-06-20 15:55:50.000', N'admin', N'管理员', N'2014-06-21 01:18:10.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab01b46b83b0b0146b83ec7070009', N'common.notfind.langkey', N'', N'en', N'2014-06-20 15:57:14.000', N'admin', N'管理员', N'2014-06-21 01:18:16.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c5101474264c8980002', N'common.confirm', N'确定', N'zh-cn', N'2014-07-17 11:36:47.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:36:47.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c5101474264e0510004', N'common.confirm', N'Confirm', N'en', N'2014-07-17 11:36:53.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:36:53.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c51014742654bd20006', N'common.remove', N'Remove', N'en', N'2014-07-17 11:37:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:37:20.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c510147426569f90008', N'common.remove', N'移除', N'zh-cn', N'2014-07-17 11:37:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:37:28.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c5101474265ac98000a', N'common.item', N'条', N'zh-cn', N'2014-07-17 11:37:45.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:37:45.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c5101474265cdc1000c', N'common.item', N'Item', N'en', N'2014-07-17 11:37:53.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:37:53.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c51014742662411000e', N'common.total', N'共', N'zh-cn', N'2014-07-17 11:38:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:38:15.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c51014742664c5c0010', N'common.total', N'Total', N'en', N'2014-07-17 11:38:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:38:26.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c51014742669c660012', N'common.inactive', N'未激活', N'zh-cn', N'2014-07-17 11:38:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:38:46.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c5101474266cf100014', N'common.inactive', N'Inactive', N'en', N'2014-07-17 11:38:59.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:38:59.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c5101474267077d0016', N'common.active', N'激活', N'zh-cn', N'2014-07-17 11:39:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:39:14.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c510147426722730018', N'common.active', N'Active', N'en', N'2014-07-17 11:39:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:39:21.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c5101474267fdef001e', N'common.languagekey', N'Lang Key', N'en', N'2014-07-17 11:40:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:40:17.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab02147423c51014742687da20020', N'common.languagekey', N'语言Key', N'zh-cn', N'2014-07-17 11:40:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:40:49.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b05f8860005', N'common.remember.user', N'是否记住用户名', N'zh-cn', N'2014-07-25 08:57:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 08:57:39.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b0642280007', N'common.remember.user', N'Remember User', N'en', N'2014-07-25 08:57:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 08:57:58.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b0b61120009', N'common.login.success.wait', N'登陆成功!请稍后....', N'zh-cn', N'2014-07-25 09:03:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:03:33.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b0bc257000b', N'common.login.success.wait', N'Login success, waiting....', N'en', N'2014-07-25 09:03:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:03:58.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b0d4233000d', N'common.init.data', N'是否初始化数据', N'zh-cn', N'2014-07-25 09:05:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:05:36.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b0db938000f', N'common.init.data', N'Initialize data?', N'en', N'2014-07-25 09:06:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:06:07.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b162e630012', N'lang.order.type', N'订单类型', N'zh-cn', N'2014-07-25 09:15:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:15:21.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b164ceb0014', N'lang.order.type', N'Order Type', N'en', N'2014-07-25 09:15:29.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:15:29.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b16a56e0016', N'lang.customer.type', N'客户类型', N'zh-cn', N'2014-07-25 09:15:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:15:52.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b16c0d50018', N'lang.customer.type', N'Customer Type', N'en', N'2014-07-25 09:15:59.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:15:59.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b170b9a001a', N'lang.service.item.type', N'服务项目类型', N'zh-cn', N'2014-07-25 09:16:18.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:16:18.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1749cc001c', N'lang.service.item.type', N'Service Item Type', N'en', N'2014-07-25 09:16:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:16:34.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1936c60020', N'common.logic.condition', N'逻辑条件', N'zh-cn', N'2014-07-25 09:18:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:18:40.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1956dd0022', N'common.logic.condition', N'Logic Condition', N'en', N'2014-07-25 09:18:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:18:48.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1a1cc30024', N'common.data.table', N'数据表', N'zh-cn', N'2014-07-25 09:19:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:19:39.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1a3c0a0026', N'common.data.table', N'Data Table', N'en', N'2014-07-25 09:19:47.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:19:47.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1ac59e0028', N'common.document.category', N'文档分类', N'zh-cn', N'2014-07-25 09:20:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:20:22.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1aeaa3002a', N'common.document.category', N'Document Category', N'en', N'2014-07-25 09:20:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:20:31.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1b3e55002c', N'common.sex.type', N'性别类', N'zh-cn', N'2014-07-25 09:20:53.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:20:53.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1b59af002e', N'common.sex.type', N'Sex Type', N'en', N'2014-07-25 09:21:00.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:21:00.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1c08ba0030', N'common.attachment', N'附件', N'zh-cn', N'2014-07-25 09:21:45.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:21:45.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1c22dd0032', N'common.attachment', N'Attachment', N'en', N'2014-07-25 09:21:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:21:51.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1d4e400034', N'lang.excellent.order', N'优质订单', N'zh-cn', N'2014-07-25 09:23:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:23:08.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1d7ece0036', N'lang.excellent.order', N'Excellent Order', N'en', N'2014-07-25 09:23:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:23:20.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1de2050038', N'lang.normal.order', N'普通订单', N'zh-cn', N'2014-07-25 09:23:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:23:46.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1dfde4003a', N'lang.normal.order', N'Normal Order', N'en', N'2014-07-25 09:23:53.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:23:53.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1ef393003c', N'lang.contract.customer', N'签约客户', N'zh-cn', N'2014-07-25 09:24:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:24:56.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1f0b32003e', N'lang.contract.customer', N'Contract Customer', N'en', N'2014-07-25 09:25:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:25:02.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1f4fea0040', N'lang.normal.customer', N'普通客户', N'zh-cn', N'2014-07-25 09:25:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:25:19.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1f67050042', N'lang.normal.customer', N'Normal Customer', N'en', N'2014-07-25 09:25:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:25:25.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1fa93d0044', N'lang.special.servcie', N'特殊服务', N'zh-cn', N'2014-07-25 09:25:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:25:42.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b1fceec0046', N'lang.special.servcie', N'Special Service', N'en', N'2014-07-25 09:25:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:25:52.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b2014720048', N'lang.normal.service', N'普通服务', N'zh-cn', N'2014-07-25 09:26:10.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:26:10.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b203ca4004a', N'lang.normal.service', N'Normal Service', N'en', N'2014-07-25 09:26:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:26:20.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b20bf5a004c', N'common.single.condition.query', N'单条件查询', N'zh-cn', N'2014-07-25 09:26:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:26:54.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b20e447004e', N'common.single.condition.query', N'Single Condition Query', N'en', N'2014-07-25 09:27:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:27:03.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b214fe20050', N'common.scope.query', N'范围查询', N'zh-cn', N'2014-07-25 09:27:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:27:31.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b2171de0052', N'common.scope.query', N'Scope Queyr', N'en', N'2014-07-25 09:27:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:27:39.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b21ffbf0054', N'common.db.integer', N'Integer', N'en', N'2014-07-25 09:28:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:29:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b2227930056', N'common.db.integer', N'数值类型', N'zh-cn', N'2014-07-25 09:28:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:29:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b234ba5005a', N'common.db.date', N'Date', N'en', N'2014-07-25 09:29:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:29:41.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b238657005c', N'common.db.date', N'日期类型', N'zh-cn', N'2014-07-25 09:29:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:29:56.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b23efed005e', N'common.db.string', N'字符类型', N'zh-cn', N'2014-07-25 09:30:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:30:23.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b2404d30060', N'common.db.string', N'String', N'en', N'2014-07-25 09:30:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:30:28.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b245e800062', N'common.db.long', N'Long', N'en', N'2014-07-25 09:30:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:30:51.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b248ee60064', N'common.db.long', N'长整型', N'zh-cn', N'2014-07-25 09:31:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:31:03.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b253d760066', N'common.workflow.engine.table', N'工作流引擎表', N'zh-cn', N'2014-07-25 09:31:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:31:48.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b256e3a0068', N'common.workflow.engine.table', N'Workflow Engine Table', N'en', N'2014-07-25 09:32:00.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:32:00.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b25c1d4006a', N'common.system.table', N'系统基础表', N'zh-cn', N'2014-07-25 09:32:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:32:22.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b25d9b3006c', N'common.system.table', N'System Table', N'en', N'2014-07-25 09:32:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:32:28.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b267773006e', N'common.business.table', N'业务表', N'zh-cn', N'2014-07-25 09:33:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:33:08.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b26a71c0070', N'common.business.table', N'Business Table', N'en', N'2014-07-25 09:33:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:33:21.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b2761320072', N'common.customer.engine.table', N'自定义引擎表', N'zh-cn', N'2014-07-25 09:34:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:34:08.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b2791440074', N'common.customer.engine.table', N'Customer Engine Table', N'en', N'2014-07-25 09:34:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:34:20.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b27d3790076', N'common.news', N'新闻', N'zh-cn', N'2014-07-25 09:34:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:34:37.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b27f9b30078', N'新闻', N'News', N'en', N'2014-07-25 09:34:47.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:34:47.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b28e56e007a', N'common.male', N'男性', N'zh-cn', N'2014-07-25 09:35:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:35:48.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b28fa30007c', N'common.male', N'Male', N'en', N'2014-07-25 09:35:53.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:35:53.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b291a73007e', N'common.female', N'女性', N'zh-cn', N'2014-07-25 09:36:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:36:01.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0af476afe8501476b29466c0080', N'common.female', N'Female', N'en', N'2014-07-25 09:36:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:36:12.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c37d001487c488a4d0006', N'common.datasource.manage', N'多数据源管理', N'zh-cn', N'2014-09-16 10:26:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-09-16 10:30:20.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c37d001487c491f480008', N'common.datasource.manage', N'Multiple DataSource Manage', N'en', N'2014-09-16 10:27:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-09-16 10:30:56.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c5f6d400001', N'common.datasrouce.key', N'多数据源主键', N'zh-cn', N'2014-09-16 10:51:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c5fba980003', N'common.datasrouce.key', N'Mutipule DataSource Key', N'en', N'2014-09-16 10:52:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c6193ec0005', N'common.driverclass', N'驱动类', N'zh-cn', N'2014-09-16 10:54:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c61b73d0007', N'common.driverclass', N'Driver Class', N'en', N'2014-09-16 10:54:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c62b0b00009', N'common.datasrouce.url', N'数据源地址', N'zh-cn', N'2014-09-16 10:55:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c62f4d8000b', N'common.datasrouce.url', N'DataSource URL', N'en', N'2014-09-16 10:55:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c63c17c000d', N'common.dbuser', N'数据库用户名', N'zh-cn', N'2014-09-16 10:56:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c63f0bf000f', N'common.dbuser', N'DB User', N'en', N'2014-09-16 10:56:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c6430510011', N'common.dbpassword', N'数据库密码', N'zh-cn', N'2014-09-16 10:56:53.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c6456940013', N'common.dbpassword', N'DB Password', N'en', N'2014-09-16 10:57:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c66d45d0015', N'common.dbtype', N'数据库类型', N'zh-cn', N'2014-09-16 10:59:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c66ffe00017', N'common.dbtype', N'DB Type', N'en', N'2014-09-16 10:59:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c79d0660021', N'common.oracle', N'甲骨文Oracle数据库', N'zh-cn', N'2014-09-16 11:20:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-09-16 11:21:58.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c7aee7b0024', N'common.oracle', N'Oracle', N'en', N'2014-09-16 11:21:44.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c8f0bfc0027', N'common.sqlserver2008', N'微软SQL Server2008', N'zh-cn', N'2014-09-16 11:43:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-09-16 11:48:44.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c8f57910029', N'common.sqlserver2008', N'SQL Server2008', N'en', N'2014-09-16 11:44:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c94614b002d', N'common.mysql', N'甲骨文MySQL', N'zh-cn', N'2014-09-16 11:49:32.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c948fc0002f', N'common.mysql', N'MySQL', N'en', N'2014-09-16 11:49:44.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0c34761c347014761dfb98c0001', N'common.english', N'English', N'en', N'2014-07-23 14:19:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-23 14:19:17.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0c34761c347014761dfde030003', N'common.english', N'English', N'zh-cn', N'2014-07-23 14:19:27.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 08:51:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0c34761c347014761e00f350005', N'common.chinese', N'中文', N'en', N'2014-07-23 14:19:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 08:51:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0c34761c347014761e0305c0007', N'common.chinese', N'中文', N'zh-cn', N'2014-07-23 14:19:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-23 14:19:48.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44756a3bd014756ad82990002', N'user.analysis.histogram', N'用户分析直方图', N'zh-cn', N'2014-07-21 10:08:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 10:08:37.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44756a3bd014756ae22ce0004', N'usename.range2to10', N'用户名长度范围在2~10', N'zh-cn', N'2014-07-21 10:09:18.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 10:09:18.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44756a3bd014756ae9c2a0006', N'sequence.name', N'序号', N'zh-cn', N'2014-07-21 10:09:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2016-03-01 21:26:41.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44756ec17014756eff8410001', N'common.menu', N'菜单', N'zh-cn', N'2014-07-21 11:21:13.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 11:21:13.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44756ec17014756f0122e0003', N'common.menu', N'Menu', N'en', N'2014-07-21 11:21:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 11:21:19.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44756ec17014756f5940d0007', N'common.area', N'地域', N'zh-cn', N'2014-07-21 11:27:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 11:27:20.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44756ec17014756f5b12e0009', N'common.area', N'Area', N'en', N'2014-07-21 11:27:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 11:27:28.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d447576a86014757a4266d0004', N'common.role.select', N'角色选择', N'zh-cn', N'2014-07-21 14:38:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 14:38:01.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d447576a86014757a44a7b0006', N'common.role.select', N'Role Select', N'en', N'2014-07-21 14:38:10.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 14:38:10.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44757b3f2014757b802010004', N'common.cancel', N'Cancel', N'en', N'2014-07-21 14:59:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 14:59:42.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0d44757b3f2014757b821e00006', N'common.cancel', N'取消', N'zh-cn', N'2014-07-21 14:59:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 14:59:50.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0de46c66d490146c674f6ee0002', N'common.data.loading', N'数据加载中...', N'zh-cn', N'2014-06-23 10:01:32.000', N'admin', N'管理员', N'2014-06-23 10:01:32.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0de46c66d490146c675351b0004', N'common.data.loading', N'Data Loading......', N'en', N'2014-06-23 10:01:48.000', N'admin', N'管理员', N'2014-06-23 10:01:48.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0de46c66d490146c6788e550006', N'common.exit.confirm', N'确定退出该系统吗 ?', N'zh-cn', N'2014-06-23 10:05:28.000', N'admin', N'管理员', N'2014-06-23 10:05:28.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0de46c66d490146c678d8600008', N'common.exit.confirm', N'Confirm Exit?', N'en', N'2014-06-23 10:05:46.000', N'admin', N'管理员', N'2014-06-23 10:05:46.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0de46c66d490146c67af864000a', N'common.change.style', N'切换页面风格', N'zh-cn', N'2014-06-23 10:08:06.000', N'admin', N'管理员', N'2015-05-29 14:09:17.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0de46c66d490146c67b3590000c', N'common.change.style', N'Change Style', N'en', N'2014-06-23 10:08:21.000', N'admin', N'管理员', N'2014-06-23 10:08:21.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0de46c66d490146c683c4ea0012', N'common.browser.recommend', N'(推荐使用IE8+,谷歌浏览器可以获得更快,更安全的页面响应速度) 技术支持:', N'zh-cn', N'2014-06-23 10:17:42.000', N'admin', N'管理员', N'2014-06-23 11:05:48.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0de46c66d490146c68486160014', N'common.browser.recommend', N'(Recommend IE+, Google browser) Support: ', N'en', N'2014-06-23 10:18:32.000', N'admin', N'管理员', N'2014-06-23 10:18:32.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0e8476756d8014767594f500001', N'common.mutilang', N'多语言', N'zh-cn', N'2014-07-24 15:50:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-24 15:50:12.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0e8476756d801476759b8930003', N'common.mutilang', N'Muti Language', N'en', N'2014-07-24 15:50:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-24 15:50:38.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8c8d1c475192970147519e89800004', N'common.description', N'Description', N'en', N'2014-07-20 10:34:10.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 10:35:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8c8d1c475192970147519eae6d0006', N'common.description', N'描述', N'zh-cn', N'2014-07-20 10:34:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 10:34:19.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8c8d1c4751c965014751cb1ff50001', N'common.langcontext.exist', N'该内容已经存在,请不要重复添加', N'zh-cn', N'2014-07-20 11:22:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 11:22:52.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8c8d1c4751c965014751cd221a0003', N'common.langcontext.exist', N'Lang context exist already, don''t add it again', N'en', N'2014-07-20 11:25:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 11:25:03.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8b4f561992c84eaa958b10c7912896b8', N'common.weak', N'弱', N'zh-cn', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8ca84db9bbcb44bfb39746822a976907', N'common.role', N'Role', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'95903aa116c74bdb95b5be510a89c79d', N'common.tel', N'办公电话', N'zh-cn', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'9c3a8db4891a4d4390f6093ae2fd81af', N'common.strong', N'强', N'zh-cn', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'9f750fb969ed4bdcbbdb212c43746112', N'common.lock.user', N'lock user', N'en', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'a8e5a8e8c5e44576a1500c3b5f57937b', N'select.byrole', N'According to the role select', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'ac43aecc3356487c8eb5fa869149412f', N'common.repeat.password', N'重复密码', N'zh-cn', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'aec73ffa01b5499db0253b3b34194560', N'username.rang2to10', N'用户名范围在2~10位字符', N'zh-cn', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'b8865c9032054772b39d43efda9ba0c8', N'role.muti.select', N'The role of multiple choices', N'en', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'b8dae445b3ef468db87167ddd8cd1b64', N'please.select.department', N'请选择组织机构', N'zh-cn', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'c150726fac0d43fd9bf28f4590018950', N'common.username', N'User Name', N'en', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'caaf209a7acb413ea59bbdf30e944f20', N'common.common.mail', N'Mail', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'ce8b2968f1fc49bba1a636ca18e7f08f', N'usename.range2to10', N'The user name in the range of 2~10 characters', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'd136cd1f25cc42fe8a0fae2dddc5de23', N'common.weak', N'Weak', N'en', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'dc787a2087ea4f248a394f8a88a5792c', N'common.real.name', N'真实姓名', N'zh-cn', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'df075bc6373b4658afcfaff33b088952', N'common.role', N'角色', N'zh-cn', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'e1fb12b3993b4d1ea35bd536801ada1f', N'common.common.mail', N'常用邮箱', N'zh-cn', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2015-04-02 23:10:33.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'e547fec1826c4811b6d759f2d81153f8', N'common.password.reset', N'Password Reset', N'en', N'2014-07-03 18:39:42.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'f9f74528bde04a0f9e25e29cbc87d9fb', N'fill.realname', N'填写个人真实姓名', N'zh-cn', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'fa07850cb8ed4c268cc91ffd31e7ace1', N'common.password', N'Password', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d000', N'common.querybuilder', N'高级查询', N'zh-cn', N'2015-04-28 10:26:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-28 10:30:20.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d001', N'common.code.range', N'编码范围在2~8位字符', N'zh-cn', N'2015-06-01 10:21:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-01 10:22:49.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d002', N'common.code.range', N'The coding in the range of 2~8 characters', N'en', N'2015-06-01 10:29:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-01 10:30:54.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d003', N'common.name.range', N'名称范围在2~10位字符', N'zh-cn', N'2015-06-01 10:49:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-01 10:49:57.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d004', N'common.name.range', N'The name in the range of 2~10 characters', N'en', N'2015-06-01 10:51:35.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-01 10:51:48.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d005', N'menu.graph.configuration', N'Online图表配置', N'zh-cn', N'2015-06-02 11:29:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:30:02.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d006', N'menu.graph.configuration', N'The graph configuration', N'en', N'2015-06-02 11:31:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:31:26.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d007', N'menu.input.demo', N'事例录入', N'zh-cn', N'2015-06-02 11:40:30.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:40:43.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d008', N'menu.input.demo', N'input demo', N'en', N'2015-06-02 11:41:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:41:29.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d009', N'menu.push.message', N'消息推送', N'zh-cn', N'2015-06-02 11:45:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:45:48.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d010', N'menu.push.message', N'push message', N'en', N'2015-06-02 11:46:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:46:55.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d011', N'menu.business.management', N'业务SQL', N'zh-cn', N'2015-06-02 11:49:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:37:04.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d012', N'menu.business.management', N'Business Sql', N'en', N'2015-06-02 11:50:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:37:16.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d013', N'menu.message.template', N'消息模板', N'zh-cn', N'2015-06-02 11:54:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:31:53.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d014', N'menu.message.template', N'Message template', N'en', N'2015-06-02 11:54:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:32:24.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d015', N'menu.Business.configuration', N'业务配置', N'zh-cn', N'2015-06-02 11:58:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:58:58.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d016', N'menu.Business.configuration', N'Business configuration', N'en', N'2015-06-02 11:58:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:59:01.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d017', N'menu.send.message', N'消息中心', N'zh-cn', N'2015-06-02 12:02:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:34:49.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d018', N'menu.send.message', N'Message Center', N'en', N'2015-06-02 12:02:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:35:01.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d019', N'menu.sort.management', N'分类管理', N'zh-cn', N'2015-06-02 12:07:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:07:23.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d020', N'menu.sort.management', N'sort management', N'en', N'2015-06-02 12:07:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:07:27.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d021', N'menu.nice.list', N'漂亮列表', N'zh-cn', N'2015-06-02 12:11:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:11:29.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d022', N'menu.nice.list', N'Nice list', N'en', N'2015-06-02 12:11:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:11:26.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d023', N'menu.data.permission', N'数据权限', N'zh-cn', N'2015-06-02 12:14:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:14:39.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d024', N'menu.data.permission', N'data permission', N'en', N'2015-06-02 12:14:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:14:58.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d025', N'menu.user.management', N'用户管理', N'zh-cn', N'2015-06-02 13:14:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 13:14:32.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d026', N'menu.user.management', N'user management', N'en', N'2015-06-02 13:14:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 13:14:44.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d027', N'menu.Leave.data.access', N'OL请假数据权限', N'zh-cn', N'2015-06-02 13:19:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 13:20:10.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d028', N'menu.Leave.data.access', N'Leave the data access', N'en', N'2015-06-02 13:19:55.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 13:20:13.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d029', N'menu.form.validation', N'表单验证', N'zh-cn', N'2015-06-02 14:49:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 14:55:01.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d030', N'menu.form.validation', N'Form validation', N'en', N'2015-06-02 14:49:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 14:55:13.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d031', N'menu.demo.example', N'综合Demo', N'zh-cn', N'2015-06-02 14:58:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2016-03-15 12:32:22.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d032', N'menu.demo.example', N'Main Demo', N'en', N'2015-06-02 14:58:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2016-03-15 12:32:33.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d033', N'menu.minidao.example', N'minidao例子', N'zh-cn', N'2015-06-02 15:03:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:04:04.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d034', N'menu.minidao.example', N'minidao example', N'en', N'2015-06-02 15:03:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:04:10.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d035', N'menu.form.model', N'表单模型', N'zh-cn', N'2015-06-02 15:13:44.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:13:59.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d036', N'menu.form.model', N'The form model', N'en', N'2015-06-02 15:13:47.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:14:02.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d037', N'menu.one_to_many.model', N'一对多模型', N'zh-cn', N'2015-06-02 15:17:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:18:18.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d038', N'menu.one_to_many.model', N'one-to-many model', N'en', N'2015-06-02 15:17:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:18:21.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d039', N'menu.import_export.excel', N'Excel导入导出', N'zh-cn', N'2015-06-02 15:23:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:23:39.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d040', N'menu.import_export.excel', N'import and export of the excel ', N'en', N'2015-06-02 15:23:06.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:23:43.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d041', N'menu.uploads_downloads', N'上传下载', N'zh-cn', N'2015-06-02 15:31:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2016-03-21 16:49:07.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d042', N'menu.uploads_downloads', N'Upload', N'en', N'2015-06-02 15:31:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2016-03-21 16:49:19.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d043', N'menu.JqueryFileUpload.example', N'JqueryFileUpload示例', N'zh-cn', N'2015-06-02 15:35:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:35:30.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d044', N'menu.JqueryFileUpload.example', N'JqueryFileUpload example', N'en', N'2015-06-02 15:35:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:35:32.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d045', N'menu.no.paging', N'无分页列表', N'zh-cn', N'2015-06-02 15:39:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:39:34.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d046', N'menu.no.paging', N'No paging list', N'en', N'2015-06-02 15:39:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:39:37.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d047', N'menu.jdbc.example', N'jdbc示例', N'zh-cn', N'2015-06-02 15:42:32.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:42:49.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d048', N'menu.jdbc.example', N'jdbc example', N'en', N'2015-06-02 15:42:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:42:52.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d049', N'menu.sql.separation', N'SQL分离', N'zh-cn', N'2015-06-02 15:47:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:47:17.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d050', N'menu.sql.separation', N'SQL separation', N'en', N'2015-06-02 15:47:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:47:23.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d051', N'menu.dictionary.labels', N'字典标签', N'zh-cn', N'2015-06-02 15:49:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:50:34.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d052', N'menu.dictionary.labels', N'The dictionary labels', N'en', N'2015-06-02 15:50:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:50:40.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d053', N'menu.form.thePop_UpStyle', N'表单弹出风格', N'zh-cn', N'2015-06-02 15:54:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:55:13.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d054', N'menu.form.thePop_UpStyle', N'Form the pop-up style', N'en', N'2015-06-02 15:54:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:55:15.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d055', N'menu.special.layout', N'特殊布局', N'zh-cn', N'2015-06-02 15:58:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:58:57.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d056', N'menu.special.layout', N'The special layout', N'en', N'2015-06-02 15:58:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:58:59.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d057', N'menu.single.table', N'单表例子(无tag)', N'zh-cn', N'2015-06-02 16:02:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:02:52.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d058', N'menu.single.table', N'Single table example(no tag)', N'en', N'2015-06-02 16:02:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:02:54.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d059', N'menu.one_to_many.example', N'一对多例子(无tag)', N'zh-cn', N'2015-06-02 16:06:06.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:08:01.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d060', N'menu.one_to_many.example', N'one to many example(no tag)', N'en', N'2015-06-02 16:07:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:08:04.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d061', N'menu.html.editor', N'HTML编辑器', N'zh-cn', N'2015-06-02 16:11:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:12:00.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d062', N'menu.html.editor', N'HTML editor', N'en', N'2015-06-02 16:11:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:12:03.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d063', N'menu.word.online', N'在线word(IE)', N'zh-cn', N'2015-06-02 16:14:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:14:55.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d064', N'menu.word.online', N'word online(IE)', N'en', N'2015-06-02 16:14:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:14:58.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d065', N'menu.webOfficeo.fficialExample', N'WebOffice官方例子', N'zh-cn', N'2015-06-02 16:19:45.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:20:05.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d066', N'menu.webOfficeo.fficialExample', N'The official example of WebOffice', N'en', N'2015-06-02 16:19:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:20:07.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d067', N'menu.moreAccessoriesManagement', N'多附件管理', N'zh-cn', N'2015-06-02 16:24:18.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:24:36.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d068', N'menu.moreAccessoriesManagement', N'More accessories management', N'en', N'2015-06-02 16:24:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:24:39.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d069', N'menu.datagridHandHtml', N'Datagrid自定义查询条件', N'zh-cn', N'2015-06-02 16:28:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-12-22 16:58:46.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d070', N'menu.datagridHandHtml', N'Datagrid Custom Condition', N'en', N'2015-06-02 16:28:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-12-22 16:59:27.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d071', N'menu.materialPom', N'物料POM', N'zh-cn', N'2015-06-02 16:37:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:37:27.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d072', N'menu.materialPom', N'material pom', N'en', N'2015-06-02 16:37:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:37:29.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d073', N'menu.ckfinderDemo', N'ckfinder例子', N'zh-cn', N'2015-06-02 16:40:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:40:26.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d074', N'menu.ckfinderDemo', N'ckfinder demo', N'en', N'2015-06-02 16:40:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:40:28.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d075', N'menu.queryEditor', N'查询编辑器', N'zh-cn', N'2015-06-02 16:44:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:44:34.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d076', N'menu.queryEditor', N'The query editor', N'en', N'2015-06-02 16:44:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:44:38.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0001', N'common.wage', N'wage', N'en', N'2015-06-03 16:34:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:34:52.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0002', N'common.clear.localstorage', N'清除缓存', N'zh-cn', N'2015-04-28 10:26:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-05-25 16:30:20.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0003', N'common.clear.localstorage', N'Clear Cache', N'en', N'2015-04-28 10:26:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-05-25 16:30:20.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0004', N'common.messageSend.record', N'消息发送记录表', N'zh-cn', N'2015-06-03 10:50:30.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 10:50:48.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0005', N'common.messageSend.record', N'data record to send message', N'en', N'2015-06-03 10:50:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 10:50:50.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0006', N'common.messageHeader', N'消息标题', N'zh-cn', N'2015-06-03 11:05:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:05:46.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0007', N'common.messageHeader', N'message header', N'en', N'2015-06-03 11:05:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:05:49.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0008', N'common.messageType', N'消息类型', N'zh-cn', N'2015-06-03 11:09:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:09:35.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0009', N'common.messageType', N'message type', N'en', N'2015-06-03 11:09:13.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:09:38.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0010', N'common.sender', N'发送人', N'zh-cn', N'2015-06-03 11:13:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:13:26.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0011', N'common.sender', N'sender', N'en', N'2015-06-03 11:13:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:13:29.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0012', N'common.receiver', N'接收人', N'zh-cn', N'2015-06-03 11:15:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:16:21.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0013', N'common.receiver', N'receiver', N'en', N'2015-06-03 11:16:00.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:16:24.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0014', N'common.content_2', N'内容', N'zh-cn', N'2015-06-03 11:19:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:20:13.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0015', N'common.content_2', N'content', N'en', N'2015-06-03 11:19:53.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:20:16.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0016', N'common.dateCreated', N'创建日期', N'zh-cn', N'2015-06-03 11:22:32.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:22:55.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0017', N'common.dateCreated', N'date created', N'en', N'2015-06-03 11:22:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:22:59.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0018', N'common.sendtime', N'发送时间', N'zh-cn', N'2015-06-03 11:25:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:26:02.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0019', N'common.sendtime', N'sendtime', N'en', N'2015-06-03 11:25:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:26:05.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0020', N'common.sendState', N'发送状态', N'zh-cn', N'2015-06-03 11:30:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:30:23.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0021', N'common.sendState', N'send state', N'en', N'2015-06-03 11:30:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:30:26.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0022', N'common.remark', N'备注', N'zh-cn', N'2015-06-03 11:32:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:32:56.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0023', N'common.remark', N'remark', N'en', N'2015-06-03 11:32:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:33:00.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0024', N'common.esId', N'主键', N'zh-cn', N'2015-06-03 11:37:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:37:38.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0025', N'common.esId', N'ID', N'en', N'2015-06-03 11:37:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:37:41.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0026', N'common.iconEdit', N'消息修正', N'zh-cn', N'2015-06-03 11:40:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:41:09.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0027', N'common.iconEdit', N'Message modification', N'en', N'2015-06-03 11:40:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:41:11.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0028', N'common.businessSqlTable', N'业务SQL表', N'zh-cn', N'2015-06-03 11:50:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:50:48.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0029', N'common.businessSqlTable', N'The SQL table of business', N'en', N'2015-06-03 11:50:27.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:50:52.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0030', N'common.sqlName', N'SQL名称', N'zh-cn', N'2015-06-03 11:53:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:53:28.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0031', N'common.sqlName', N'SQL name', N'en', N'2015-06-03 11:53:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:53:33.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0032', N'common.sqlContent', N'SQL内容', N'zh-cn', N'2015-06-03 11:55:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:55:47.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0033', N'common.sqlContent', N'SQL content', N'en', N'2015-06-03 11:55:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:55:49.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0034', N'common.operate', N'操作', N'zh-cn', N'2015-06-03 11:57:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:58:13.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0035', N'common.operate', N'operate', N'en', N'2015-06-03 11:57:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:58:16.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0036', N'common.delete_2', N'删除', N'zh-cn', N'2015-06-03 12:01:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:01:48.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0037', N'common.delete_2', N'delete', N'en', N'2015-06-03 12:01:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:01:51.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0038', N'common.add_2', N'录入', N'zh-cn', N'2015-06-03 12:04:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:04:28.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0039', N'common.add_2', N'add', N'en', N'2015-06-03 12:04:06.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:04:31.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0040', N'common.edit_2', N'编辑', N'zh-cn', N'2015-06-03 12:06:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:06:46.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0041', N'common.edit_2', N'edit', N'en', N'2015-06-03 12:06:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:06:50.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0042', N'common.batchDelete', N'批量删除', N'zh-cn', N'2015-06-03 12:09:29.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:09:52.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0043', N'common.batchDelete', N'Batch Delete', N'en', N'2015-06-03 12:09:32.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:09:57.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0044', N'common.search', N'查询', N'zh-cn', N'2015-06-03 12:12:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-11-30 12:37:34.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0045', N'common.search', N'check', N'en', N'2015-06-03 12:13:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:13:17.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0046', N'common.isId', N'主键', N'zh-cn', N'2015-06-03 14:29:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:30:06.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0047', N'common.isId', N'ID', N'en', N'2015-06-03 14:29:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:30:13.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0048', N'common.createName', N'创建人名称', N'zh-cn', N'2015-06-03 14:32:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:32:41.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0049', N'common.createName', N'createName', N'en', N'2015-06-03 14:32:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:32:45.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0050', N'common.create.By', N'创建人登录名', N'zh-cn', N'2015-06-03 14:35:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:36:23.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0051', N'common.create.By', N'createBy', N'en', N'2015-06-03 14:35:47.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:36:27.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0052', N'common.createDate', N'创建日期', N'zh-cn', N'2015-06-03 14:38:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:38:42.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0053', N'common.createDate', N'createDate', N'en', N'2015-06-03 14:38:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:38:45.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0054', N'common.updateName', N'更新人名称', N'zh-cn', N'2015-06-03 14:41:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:41:34.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0055', N'common.updateName', N'updateName', N'en', N'2015-06-03 14:41:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:41:37.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0056', N'common.updateByName', N'更新人登录名称', N'zh-cn', N'2015-06-03 14:44:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:44:30.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0057', N'common.updateByName', N'updateByName', N'en', N'2015-06-03 14:44:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:44:34.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0058', N'common.updateDate', N'更新日期', N'zh-cn', N'2015-06-03 14:46:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:46:41.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0059', N'common.updateDate', N'updateDate', N'en', N'2015-06-03 14:46:27.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:46:44.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0060', N'common.templateName', N'模板名称', N'zh-cn', N'2015-06-03 14:49:29.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:49:54.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0061', N'common.templateName', N'templateName', N'en', N'2015-06-03 14:49:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:49:49.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0062', N'common.templateType', N'模板类型', N'zh-cn', N'2015-06-03 14:51:59.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:52:18.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0063', N'common.templateType', N'templateType', N'en', N'2015-06-03 14:52:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:52:21.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0064', N'common.templateContent', N'模板内容', N'zh-cn', N'2015-06-03 14:54:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:55:00.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0065', N'common.templateContent', N'templateContent', N'en', N'2015-06-03 14:54:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:55:04.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0066', N'common.opt', N'操作', N'zh-cn', N'2015-06-03 14:56:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:57:13.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0067', N'common.opt', N'opt', N'en', N'2015-06-03 14:56:55.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:57:15.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0068', N'common.deleteTo', N'删除', N'zh-cn', N'2015-06-03 15:01:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:01:22.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0069', N'common.deleteTo', N'delete', N'en', N'2015-06-03 15:01:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:01:25.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0070', N'common.icon.add', N'录入', N'zh-cn', N'2015-06-03 15:03:55.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:04:15.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0071', N'common.icon.add', N'add', N'en', N'2015-06-03 15:03:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:04:18.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0072', N'common.icon.edit', N'编辑', N'zh-cn', N'2015-06-03 15:06:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:06:34.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0073', N'common.icon.edit', N'edit', N'en', N'2015-06-03 15:06:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:06:38.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0074', N'common.icon.remove', N'批量删除', N'zh-cn', N'2015-06-03 15:08:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:08:55.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0075', N'common.icon.remove', N'Batch Delete', N'en', N'2015-06-03 15:08:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:08:58.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0076', N'common.icon.search', N'查询', N'zh-cn', N'2015-06-03 15:10:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-11-30 12:36:46.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0077', N'common.icon.search', N'search', N'en', N'2015-06-03 15:10:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:11:10.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0078', N'common.msgTemplateTable', N'消息模板表', N'zh-cn', N'2015-06-03 15:14:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:14:35.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0079', N'common.msgTemplateTable', N'message template table', N'en', N'2015-06-03 15:14:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:14:39.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0080', N'common.sqlDataTable', N'消息模板_业务SQL配置表', N'zh-cn', N'2015-06-03 15:29:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:30:01.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0081', N'common.sqlDataTable', N'message template_sql configuration', N'en', N'2015-06-03 15:29:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:30:04.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0082', N'common.createLoginName', N'创建人登录名称', N'zh-cn', N'2015-06-03 15:46:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:46:25.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0083', N'common.createLoginName', N'create by name to login', N'en', N'2015-06-03 15:46:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:46:30.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0084', N'common.configurationCODE', N'配置CODE', N'zh-cn', N'2015-06-03 15:50:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:50:57.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0085', N'common.configurationCODE', N'configurationCODE', N'en', N'2015-06-03 15:50:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:51:00.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0086', N'common.configurationName', N'配置名称', N'zh-cn', N'2015-06-03 15:53:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:53:19.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0087', N'common.configurationName', N'configurationName', N'en', N'2015-06-03 15:53:06.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:53:22.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0088', N'common.sqlBusinessId', N'业务SQLID', N'zh-cn', N'2015-06-03 15:56:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:56:59.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0089', N'common.sqlBusinessId', N'ID of SQL business', N'en', N'2015-06-03 15:56:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:57:01.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0090', N'common.msgModeliD', N'消息模本ID', N'zh-cn', N'2015-06-03 16:01:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:01:49.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0091', N'common.msgModeliD', N'message model ID ', N'en', N'2015-06-03 16:01:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:01:52.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0092', N'common.pushTest', N'推送测试', N'zh-cn', N'2015-06-03 16:04:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:05:13.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0093', N'common.pushTest', N'push test', N'en', N'2015-06-03 16:04:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:05:16.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0094', N'common.moblePhone', N'手机', N'zh-cn', N'2015-06-03 16:24:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:24:29.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0095', N'common.moblePhone', N'moble phone', N'en', N'2015-06-03 16:24:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:24:33.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0096', N'common.age', N'年龄', N'zh-cn', N'2015-06-03 16:26:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:26:54.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0097', N'common.age', N'age', N'en', N'2015-06-03 16:26:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:26:57.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0098', N'common.email', N'电子邮箱', N'zh-cn', N'2015-06-03 16:29:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:29:19.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0099', N'common.email', N'email', N'en', N'2015-06-03 16:29:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:29:22.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0100', N'common.wage', N'工资', N'zh-cn', N'2015-06-03 16:34:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:34:49.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0002', N'common.sex', N'性别', N'zh-cn', N'2015-06-03 16:37:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:37:36.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0003', N'common.sex', N'sex', N'en', N'2015-06-03 16:37:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:37:39.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0004', N'common.birthday', N'生日', N'zh-cn', N'2015-06-03 16:40:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:40:49.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0005', N'common.birthday', N'birthday', N'en', N'2015-06-03 16:40:27.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:40:53.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0022', N'common.sendSuccess', N'发送成功', N'zh-cn', N'2015-06-05 10:38:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:38:53.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0023', N'common.sendSuccess', N'send success', N'en', N'2015-06-05 10:38:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:38:55.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0024', N'common.failToSend', N'发送失败', N'zh-cn', N'2015-06-05 10:42:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:42:58.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0025', N'common.failToSend', N'fail to send', N'en', N'2015-06-05 10:42:44.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:43:01.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0026', N'common.didNotSend', N'未发送', N'zh-cn', N'2015-06-05 10:47:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:48:18.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0027', N'common.didNotSend', N'Did not send', N'en', N'2015-06-05 10:48:00.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:48:20.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0028', N'common.smsAlerts', N'短信提醒', N'zh-cn', N'2015-06-05 10:51:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:51:42.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0029', N'common.smsAlerts', N'SMS alerts', N'en', N'2015-06-05 10:51:30.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:51:45.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0030', N'common.emailAlerts', N'邮件提醒', N'zh-cn', N'2015-06-05 10:58:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:58:55.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0031', N'common.emailAlerts', N' Email Alerts', N'en', N'2015-06-05 10:58:44.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:58:57.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0032', N'common.sysAlerts', N'系统提醒', N'zh-cn', N'2015-06-05 11:02:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:03:08.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0033', N'common.sysAlerts', N'SYS alerts', N'en', N'2015-06-05 11:02:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:03:10.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0034', N'common.smsAlertsModel', N'短信提醒模板', N'zh-cn', N'2015-06-05 11:07:30.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:07:43.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0035', N'common.smsAlertsModel', N'SMS alerts model', N'en', N'2015-06-05 11:07:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:07:45.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0036', N'common.emailAlertsModel', N'邮件提醒模板', N'zh-cn', N'2015-06-05 11:11:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:12:12.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0037', N'common.emailAlertsModel', N'Email alerts model', N'en', N'2015-06-05 11:12:00.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:12:14.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d1111', N'common.lock.user.tips', N'确定锁定用户吗', N'zh-cn', N'2015-06-05 16:56:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 16:56:23.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d1112', N'common.lock.user.tips', N'is confirm lock user', N'en', N'2015-06-05 16:56:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 16:56:26.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d1113', N'common.unlock.user.tips', N'确定激活用户吗', N'zh-cn', N'2015-06-05 16:59:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 16:59:34.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d1114', N'common.unlock.user.tips', N'Sure to activate user', N'en', N'2015-06-05 16:59:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 16:59:36.000', N'admin', N'admin') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_notice +-- ---------------------------- +DROP TABLE [dbo].[t_s_notice] +GO +CREATE TABLE [dbo].[t_s_notice] ( +[id] nvarchar(36) NOT NULL , +[notice_title] nvarchar(255) NULL , +[notice_content] nvarchar(MAX) NULL , +[notice_type] nvarchar(2) NULL , +[notice_level] nvarchar(2) NULL , +[notice_term] datetime NULL , +[create_user] nvarchar(32) NULL , +[create_time] datetime NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice', +NULL, NULL)) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通知公告表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通知公告表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice', +'COLUMN', N'notice_title')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通知标题' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'notice_title' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通知标题' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'notice_title' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice', +'COLUMN', N'notice_content')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通知公告内容' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'notice_content' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通知公告内容' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'notice_content' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice', +'COLUMN', N'notice_type')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通知公告类型(1:通知,2:公告)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'notice_type' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通知公告类型(1:通知,2:公告)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'notice_type' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice', +'COLUMN', N'notice_level')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通告授权级别(1:全员,2:角色,3:用户)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'notice_level' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通告授权级别(1:全员,2:角色,3:用户)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'notice_level' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice', +'COLUMN', N'notice_term')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'阅读期限' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'notice_term' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'阅读期限' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'notice_term' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice', +'COLUMN', N'create_user')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建者' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'create_user' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建者' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'create_user' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice', +'COLUMN', N'create_time')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'create_time' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'create_time' +GO + +-- ---------------------------- +-- Records of t_s_notice +-- ---------------------------- +INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'402880ea53303a060153304cf8860006', N'jeecg快速平台增加UI选择', N'jeecg快速平台增加UI选择', N'1', N'1', N'2016-03-30 00:00:00.000', null, N'2016-03-01 11:51:04.000') +GO +GO +INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'402880ea53303a060153304cf88600062', N'jeecg快速平台增加UI选择', N'jeecg快速平台增加UI选择', N'1', N'1', N'2016-03-30 00:00:00.000', N'', N'2016-03-01 11:51:04.000') +GO +GO +INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'402880ea5330fe22015331062a040002', N'新公告', N'

捷微H5营销活动平台专题公开课

    还在为如何做好微信营销头疼吗?

    微信时代,层出不穷花样百出的营销活动已毫无质疑地成为商家吸粉营销的首选利器,而其中HTML5作为营销界新宠儿,“多快好省”的杰出代表,其灵活性高、开发成本低且制作周期短的种种特性使其在移动营销领域大放异彩。新年伊始,JEEWX隆重推出H5营销活动平台,汇集各种您想到的想不到的小游戏小活动,各种需求轻松创建,一键营销!

    为帮助大家快速掌握捷微H5营销活动平台的使用及开发流程,JEECG开源社区近期将推出专题公开课,欢迎大家报名参加,共同学习!


    开课时间:2016年1月7日20:30-21:30     1月12日20:30-21:30

    开课地点:http://ke.qq.com/course/111073#term_id=100119113

    内容概要:入门讲解(以捷微H5营销活动平台为基础,讲解微信公众号如何进行活动推广)

                     实例开发讲解(实例讲解捷微H5营销活动开发流程及规范)





', N'2', N'1', N'2016-03-17 00:00:00.000', null, N'2016-03-01 15:13:20.000') +GO +GO +INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'402880ea5330fe22015331062a0400022', N'新公告', N'

捷微H5营销活动平台专题公开课

    还在为如何做好微信营销头疼吗?

    微信时代,层出不穷花样百出的营销活动已毫无质疑地成为商家吸粉营销的首选利器,而其中HTML5作为营销界新宠儿,“多快好省”的杰出代表,其灵活性高、开发成本低且制作周期短的种种特性使其在移动营销领域大放异彩。新年伊始,JEEWX隆重推出H5营销活动平台,汇集各种您想到的想不到的小游戏小活动,各种需求轻松创建,一键营销!

    为帮助大家快速掌握捷微H5营销活动平台的使用及开发流程,JEECG开源社区近期将推出专题公开课,欢迎大家报名参加,共同学习!


    开课时间:2016年1月7日20:30-21:30     1月12日20:30-21:30

    开课地点:http://ke.qq.com/course/111073#term_id=100119113

    内容概要:入门讲解(以捷微H5营销活动平台为基础,讲解微信公众号如何进行活动推广)

                     实例开发讲解(实例讲解捷微H5营销活动开发流程及规范)





', N'2', N'1', N'2016-03-17 00:00:00.000', N'', N'2016-03-01 15:13:20.000') +GO +GO +INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'402880ea5335da5601533612553f0004', N'测试公告~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~', N'
  • 微营销

    各类营销活动推送
    与用户互动

  • 微团购

    拇指微团
    将优惠装入客户口袋

  • 微信墙

    活跃现场气氛
    让粉丝涨起来

  • 微调研

    无需人力 电子调研
    为市场调研加一份有力数据

  • 微相册

    各行各业
    照片展现轻松搞定

  • 微社区

    建立微信社交平台
    社区虽小 见微知著

  • 微留言

    意见?需求?疑问?
    一键留言  一键回复

  • 微预约

    各种预约 一键即可
    短信邮件会立即通知商户

  • 微邀请

    电子请帖 微信来袭
    提供用户特别服务

  • 微生活

    微信公众号建立商圈
    吃喝玩乐应有尽有

  • 微餐饮

    扫一扫
    微信也能够实时点餐

  • 微酒店

    在线订房融入微信
    酒店营销多一条有力途径

  • 微房产

    全景看房 楼盘印象 预约看房
    有效助力微信营销

  • 微汽车

    预约试驾或保养 车主关怀
    360度看车应有尽有

  • 微医疗

    在线挂号或咨询
    了解病情 微信都可以


', N'2', N'1', N'2016-03-10 00:00:00.000', null, N'2016-03-02 14:44:44.000') +GO +GO +INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'402880ea5335da5601533612553f00042', N'测试公告~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~', N'
  • 微营销

    各类营销活动推送
    与用户互动

  • 微团购

    拇指微团
    将优惠装入客户口袋

  • 微信墙

    活跃现场气氛
    让粉丝涨起来

  • 微调研

    无需人力 电子调研
    为市场调研加一份有力数据

  • 微相册

    各行各业
    照片展现轻松搞定

  • 微社区

    建立微信社交平台
    社区虽小 见微知著

  • 微留言

    意见?需求?疑问?
    一键留言  一键回复

  • 微预约

    各种预约 一键即可
    短信邮件会立即通知商户

  • 微邀请

    电子请帖 微信来袭
    提供用户特别服务

  • 微生活

    微信公众号建立商圈
    吃喝玩乐应有尽有

  • 微餐饮

    扫一扫
    微信也能够实时点餐

  • 微酒店

    在线订房融入微信
    酒店营销多一条有力途径

  • 微房产

    全景看房 楼盘印象 预约看房
    有效助力微信营销

  • 微汽车

    预约试驾或保养 车主关怀
    360度看车应有尽有

  • 微医疗

    在线挂号或咨询
    了解病情 微信都可以


', N'2', N'1', N'2016-03-10 00:00:00.000', N'', N'2016-03-02 14:44:44.000') +GO +GO +INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'402880ea5335da5601533613046e0006', N'测试公告3dfdd--------------------------------------------------------------------', N'
  • 爱女神3D婚纱

  •  

  • iweddingstudio

  •  

  • 韩国艺匠

  •  

  • 美十摄影

  •  

  • 星梦奇缘

  •  

  • 拍吧视觉

  •  

  • 罗门婚纱


', N'2', N'1', N'2016-03-17 00:00:00.000', null, N'2016-03-02 14:45:29.000') +GO +GO +INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'402880ea5335da5601533613046e00062', N'测试公告3dfdd--------------------------------------------------------------------', N'
  • 爱女神3D婚纱

  •  

  • iweddingstudio

  •  

  • 韩国艺匠

  •  

  • 美十摄影

  •  

  • 星梦奇缘

  •  

  • 拍吧视觉

  •  

  • 罗门婚纱


', N'2', N'1', N'2016-03-17 00:00:00.000', N'', N'2016-03-02 14:45:29.000') +GO +GO +INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'4028ef815331b759015331b90ac70004', N'今天早下班', N'

今天早下班

', N'2', N'1', N'2016-03-25 00:00:00.000', null, N'2016-03-01 18:28:43.000') +GO +GO +INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'4028ef815331b759015331c37ff50007', N'123', N'

123

', N'2', N'2', N'2016-04-09 00:00:00.000', null, N'2016-03-01 18:40:09.000') +GO +GO +INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'4028ef8153eab2e60153eaba09fe0002', N'234234', N'

234234

', N'1', N'1', N'2016-04-30 00:00:00.000', null, N'2016-04-06 16:39:34.000') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_notice_authority_role +-- ---------------------------- +DROP TABLE [dbo].[t_s_notice_authority_role] +GO +CREATE TABLE [dbo].[t_s_notice_authority_role] ( +[id] nvarchar(36) NOT NULL , +[notice_id] nvarchar(36) NULL , +[role_id] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice_authority_role', +NULL, NULL)) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通告授权角色表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_authority_role' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通告授权角色表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_authority_role' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice_authority_role', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_authority_role' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_authority_role' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice_authority_role', +'COLUMN', N'notice_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通告ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_authority_role' +, @level2type = 'COLUMN', @level2name = N'notice_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通告ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_authority_role' +, @level2type = 'COLUMN', @level2name = N'notice_id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice_authority_role', +'COLUMN', N'role_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'授权角色ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_authority_role' +, @level2type = 'COLUMN', @level2name = N'role_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'授权角色ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_authority_role' +, @level2type = 'COLUMN', @level2name = N'role_id' +GO + +-- ---------------------------- +-- Records of t_s_notice_authority_role +-- ---------------------------- +INSERT INTO [dbo].[t_s_notice_authority_role] ([id], [notice_id], [role_id]) VALUES (N'4028ef815331b759015331c3d43f0009', N'4028ef815331b759015331c37ff50007', N'8a8ab0b246dc81120146dc81818b0051') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_notice_authority_user +-- ---------------------------- +DROP TABLE [dbo].[t_s_notice_authority_user] +GO +CREATE TABLE [dbo].[t_s_notice_authority_user] ( +[id] nvarchar(36) NOT NULL , +[notice_id] nvarchar(36) NULL , +[user_id] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice_authority_user', +NULL, NULL)) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通告授权用户表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通告授权用户表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice_authority_user', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice_authority_user', +'COLUMN', N'notice_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通告ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' +, @level2type = 'COLUMN', @level2name = N'notice_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通告ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' +, @level2type = 'COLUMN', @level2name = N'notice_id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice_authority_user', +'COLUMN', N'user_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'授权用户ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' +, @level2type = 'COLUMN', @level2name = N'user_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'授权用户ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' +, @level2type = 'COLUMN', @level2name = N'user_id' +GO + +-- ---------------------------- +-- Records of t_s_notice_authority_user +-- ---------------------------- + +-- ---------------------------- +-- Table structure for t_s_notice_read_user +-- ---------------------------- +DROP TABLE [dbo].[t_s_notice_read_user] +GO +CREATE TABLE [dbo].[t_s_notice_read_user] ( +[id] nvarchar(36) NOT NULL , +[notice_id] nvarchar(36) NULL , +[user_id] nvarchar(32) NULL , +[create_time] datetime NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice_read_user', +NULL, NULL)) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通告已读用户表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通告已读用户表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice_read_user', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice_read_user', +'COLUMN', N'notice_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通告ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' +, @level2type = 'COLUMN', @level2name = N'notice_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通告ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' +, @level2type = 'COLUMN', @level2name = N'notice_id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice_read_user', +'COLUMN', N'user_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'用户ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' +, @level2type = 'COLUMN', @level2name = N'user_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'用户ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' +, @level2type = 'COLUMN', @level2name = N'user_id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice_read_user', +'COLUMN', N'create_time')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' +, @level2type = 'COLUMN', @level2name = N'create_time' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_read_user' +, @level2type = 'COLUMN', @level2name = N'create_time' +GO + +-- ---------------------------- +-- Records of t_s_notice_read_user +-- ---------------------------- +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef815331b759015331b940580006', N'4028ef815331b759015331b90ac70004', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-01 18:28:57.000') +GO +GO +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef815336e8df015336ecc2890005', N'402880ea5335da5601533613046e0006', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-02 18:43:19.000') +GO +GO +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef815336e8df015336eccd840006', N'402880ea5335da5601533612553f0004', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-02 18:43:22.000') +GO +GO +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef815336f25a015336f2f3d60001', N'402880ea5330fe22015331062a040002', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-02 18:50:05.000') +GO +GO +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef815336f6b4015336f77a250001', N'402880ea5335da5601533613046e00062', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-02 18:55:01.000') +GO +GO +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef81533a674c01533a6a4f570001', N'402880ea5335da5601533612553f00042', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-03 10:59:18.000') +GO +GO +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef81533c02db01533c0391fd0001', N'402880ea5330fe22015331062a0400022', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-03 18:26:20.000') +GO +GO +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef81533c02db01533c03a2fd0002', N'402880ea53303a060153304cf88600062', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-03 18:26:24.000') +GO +GO +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef81533c02db01533c03d9030003', N'402880ea53303a060153304cf8860006', N'8a8ab0b246dc81120146dc8181950052', N'2016-03-03 18:26:38.000') +GO +GO +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef81540325190154033fc3b60021', N'4028ef8153eab2e60153eaba09fe0002', N'8a8ab0b246dc81120146dc8181950052', N'2016-04-11 10:56:31.000') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_operation +-- ---------------------------- +DROP TABLE [dbo].[t_s_operation] +GO +CREATE TABLE [dbo].[t_s_operation] ( +[ID] nvarchar(32) NOT NULL , +[operationcode] nvarchar(50) NULL , +[operationicon] nvarchar(100) NULL , +[operationname] nvarchar(50) NULL , +[status] smallint NULL , +[functionid] nvarchar(32) NULL , +[iconid] nvarchar(32) NULL , +[operationtype] smallint NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_operation', +NULL, NULL)) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`iconid`) REFER `jeecg/t_s_icon`(`ID`); (`functionid`) ' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_operation' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`iconid`) REFER `jeecg/t_s_icon`(`ID`); (`functionid`) ' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_operation' +GO + +-- ---------------------------- +-- Records of t_s_operation +-- ---------------------------- +INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'40288088481d019401481d30a0d1000f', N'add_phnoe', null, N'手机号码录入', N'0', N'40288088481d019401481d2fcebf000d', N'8a8ab0b246dc81120146dc8180460000', N'1') +GO +GO +INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'402880e6481d48cb01481d539df6000c', N'userName', null, N'用户名字段', N'0', N'8a8ab0b246dc81120146dc8181300037', N'8a8ab0b246dc81120146dc8180460000', N'0') +GO +GO +INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'8a8ab0b246dc81120146dc81824f0078', N'add', null, N'录入', N'0', N'8a8ab0b246dc81120146dc8181300037', N'8a8ab0b246dc81120146dc8180800001', N'0') +GO +GO +INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'8a8ab0b246dc81120146dc8182540079', N'edit', null, N'编辑', N'0', N'8a8ab0b246dc81120146dc8181300037', N'8a8ab0b246dc81120146dc8180800001', N'0') +GO +GO +INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'8a8ab0b246dc81120146dc818258007a', N'del', null, N'删除', N'0', N'8a8ab0b246dc81120146dc8181300037', N'8a8ab0b246dc81120146dc8180800001', N'0') +GO +GO +INSERT INTO [dbo].[t_s_operation] ([ID], [operationcode], [operationicon], [operationname], [status], [functionid], [iconid], [operationtype]) VALUES (N'8a8ab0b246dc81120146dc81825b007b', N'szqm', null, N'审核', N'0', N'8a8ab0b246dc81120146dc8181300037', N'8a8ab0b246dc81120146dc8180800001', N'0') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_opintemplate +-- ---------------------------- +DROP TABLE [dbo].[t_s_opintemplate] +GO +CREATE TABLE [dbo].[t_s_opintemplate] ( +[ID] nvarchar(32) NOT NULL , +[descript] nvarchar(100) NULL +) + + +GO + +-- ---------------------------- +-- Records of t_s_opintemplate +-- ---------------------------- + +-- ---------------------------- +-- Table structure for t_s_role +-- ---------------------------- +DROP TABLE [dbo].[t_s_role] +GO +CREATE TABLE [dbo].[t_s_role] ( +[ID] nvarchar(32) NOT NULL , +[rolecode] nvarchar(10) NULL , +[rolename] nvarchar(100) NOT NULL , +[update_name] nvarchar(32) NULL , +[update_date] datetime NULL , +[update_by] nvarchar(32) NULL , +[create_name] nvarchar(32) NULL , +[create_date] datetime NULL , +[create_by] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_role', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_role' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_role' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_role', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_role' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_role' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_role', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改人id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_role' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改人id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_role' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_role', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_role' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_role' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_role', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_role' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_role' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_role', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_role' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_role' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO + +-- ---------------------------- +-- Records of t_s_role +-- ---------------------------- +INSERT INTO [dbo].[t_s_role] ([ID], [rolecode], [rolename], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'402880e74d75c4dd014d75d3c5f40001', N'demo', N'demo', N'管理员', N'2016-04-01 20:26:25.000', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_role] ([ID], [rolecode], [rolename], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'8a8ab0b246dc81120146dc8181870050', N'admin', N'管理员', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_role] ([ID], [rolecode], [rolename], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'8a8ab0b246dc81120146dc81818b0051', N'manager', N'普通用户', N'管理员', N'2016-05-29 17:42:19.000', N'admin', null, null, null) +GO +GO + +-- ---------------------------- +-- Table structure for t_s_role_function +-- ---------------------------- +DROP TABLE [dbo].[t_s_role_function] +GO +CREATE TABLE [dbo].[t_s_role_function] ( +[ID] nvarchar(32) NOT NULL , +[operation] nvarchar(MAX) NULL , +[functionid] nvarchar(32) NULL , +[roleid] nvarchar(32) NULL , +[datarule] nvarchar(1000) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_role_function', +NULL, NULL)) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`roleid`) REFER `jeecg/t_s_role`(`ID`); (`functionid`) ' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_role_function' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`roleid`) REFER `jeecg/t_s_role`(`ID`); (`functionid`) ' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_role_function' +GO + +-- ---------------------------- +-- Records of t_s_role_function +-- ---------------------------- +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'2c90ac564c9d1734014c9d6f85d10026', null, N'2c90ac564c9d1734014c9d6f4e370024', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'40287d81522a428401522a4546d50004', null, N'40287d81522a428401522a44aafb0002', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028808848845c0f01488464dbe2000e', null, N'4028808848845c0f014884649488000c', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028808848845c0f01488464dc1a000f', null, N'4028808848845c0f01488461226e0001', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028808848845c0f01488464dc1a0010', null, N'4028808848845c0f01488462658f0006', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028808848845c0f01488464dc1a0011', null, N'4028808848845c0f01488463aa210009', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028808848845c0f01488464dc1a0012', null, N'4028808848845c0f01488461b3ac0004', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e74d76e784014d76f64d070016', null, N'402880e74d76e784014d76f5cc2e0014', N'402880e74d75c4dd014d75d3c5f40001', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e74d76e784014d76f64d0b0017', null, N'402880e74d76e784014d76f5505a0012', N'402880e74d75c4dd014d75d3c5f40001', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e74d76e784014d76fa34ff0022', null, N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e74d76e784014d76fa35000023', null, N'402880e74d76e784014d76f5cc2e0014', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e74d76e784014d76fa9bdb0026', null, N'402880e74d76e784014d76fa7e970024', N'402880e74d75c4dd014d75d3c5f40001', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e74d76e784014d76fbf5a6002d', null, N'402880e74d76e784014d76fa7e970024', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e74d76e784014d76fd30f60032', null, N'402880e74d76e784014d76fd1bd60030', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e74d76e784014d76fd3db10033', null, N'402880e74d76e784014d76fd1bd60030', N'402880e74d75c4dd014d75d3c5f40001', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e750693d4401506945ceed0014', null, N'402881e54df73c73014df75ab670000f', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e750693d4401506945ceed0015', null, N'402881e54df73c73014df75b69680011', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e750697e3001506991c0de0011', null, N'4028bc934869765001486977f0980001', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881c746de1ea60146de20b9d60003', N'', N'402881c746de1ea60146de207d770001', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881e74e68621b014e6864403c0003', null, N'402881e74e68621b014e686407c20001', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402882b54df53718014df539413f0003', null, N'402882b54df53718014df538fc100001', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402882b54e2ef618014e2f0101380003', null, N'402882b54e2ef618014e2f0086d70001', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402882b54e439ce7014e43c39cb60008', null, N'402882b54e439ce7014e43c1d63c0003', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402882b54f027310014f0275130b0003', null, N'402882b54f027310014f0274db7a0001', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028948150f5ba6a0150f5d3d4cf000e', null, N'4028948150f5ba6a0150f5d0b0200004', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028948150f5ba6a0150f5d3d4d3000f', null, N'4028948150f5ba6a0150f5d34aca000a', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'40289481511d91f101511dd7cce80036', null, N'402831814d8a2853014d8a55a7c90005', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'40289481511d91f101511dd7cceb0037', null, N'402885814e3d2d09014e3d2e77800001', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028b88155061bbe015506cdc5da0011', null, N'4028b88155061bbe015506cbe157000f', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815331b759015331b838150001', null, N'402880ea53303a060153304a9ad50001', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef81535fff510153600ae653000b', null, N'4028ef81535fff5101536001bb8d0005', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815373fb530153740051bd0007', null, N'4028ef815373fb53015373fef1c50003', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815373fb530153740051c00008', null, N'4028ef815373fb53015373ff521d0005', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378741f0153787637620003', null, N'4028ef8153781af3015378643c1e000b', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378741f01537877906f0006', null, N'4028ef815378741f0153787764cc0004', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378741f01537879506e000b', null, N'4028ef815378741f01537879315e0009', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e4182f0015', null, N'4028ef815378be7c015378e1395d0008', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e418320016', null, N'4028ef815378be7c015378e30f760010', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e418320017', null, N'4028ef815378be7c015378e27ae5000e', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e418320018', null, N'4028ef815378be7c015378e3e6530013', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e418320019', null, N'4028ef815378be7c015378e207cf000c', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e41832001a', null, N'4028ef815378be7c015378e19969000a', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e41832001b', null, N'4028ef815378be7c015378ddc2380001', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e41832001c', null, N'4028ef815378be7c015378e0d39d0006', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815378be7c015378e41833001d', null, N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef81539813330153981a81c60007', null, N'402881e74e6d6066014e6d62d4ce0002', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153c0f9550153c103b4cc0007', N'8a8ab0b246dc81120146dc81824f0078,', N'8a8ab0b246dc81120146dc8181300037', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153c0f9550153c103b4d00008', null, N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8aeb0007', null, N'4028ef815373fb53015373fef1c50003', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af1000a', null, N'4028ef81535fff5101536001bb8d0005', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af1000b', null, N'4028ef815378be7c015378e1395d0008', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af2000c', null, N'4028ef815378be7c015378e3e6530013', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af2000e', null, N'4028ef815378be7c015378e30f760010', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af20010', null, N'4028ef815378be7c015378e207cf000c', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af20011', null, N'402880e74d76e784014d76fd1bd60030', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af30012', null, N'402880ea53303a060153304a9ad50001', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af90015', null, N'402880e74d76e784014d76fa7e970024', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af90017', null, N'4028ef815378be7c015378e27ae5000e', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af90018', null, N'4028ef815378be7c015378e19969000a', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af90019', null, N'4028ef815378be7c015378ddc2380001', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8af9001a', null, N'4028ef815378be7c015378e0d39d0006', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8b0a001e', null, N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8153fe51210153fe5f8b0b0020', null, N'4028ef815373fb53015373ff521d0005', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8154fbe0280154fbec45f8000b', null, N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8154fbe0280154fbec45fa000c', null, N'8a8ab0b246dc81120146dc818109002e', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8154fbe0280154fbec45fa000d', null, N'40287d81522a428401522a44aafb0002', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8154fbe0280154fbec45fa000e', null, N'402881e54df73c73014df75ab670000f', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8154fbe0280154fbec45fa000f', null, N'402882b54df53718014df538fc100001', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8154fbe0280154fbec45fa0010', null, N'8a8ab0b246dc81120146dc818106002d', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8154fbe0280154fbec45fb0011', null, N'402881e54df73c73014df75b69680011', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8154fbe0280154fbec45fb0012', null, N'2c90ac564c9d1734014c9d6f4e370024', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6b0001', null, N'4028ef815378be7c015378e27ae5000e', N'402880e74d75c4dd014d75d3c5f40001', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6e0002', null, N'4028ef815378be7c015378e19969000a', N'402880e74d75c4dd014d75d3c5f40001', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6e0003', null, N'4028ef815378be7c015378ddc2380001', N'402880e74d75c4dd014d75d3c5f40001', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6e0004', null, N'4028ef815378be7c015378e0d39d0006', N'402880e74d75c4dd014d75d3c5f40001', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6f0005', null, N'4028ef815378be7c015378e1395d0008', N'402880e74d75c4dd014d75d3c5f40001', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6f0006', null, N'4028ef815378be7c015378e3e6530013', N'402880e74d75c4dd014d75d3c5f40001', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6f0007', null, N'4028ef815378be7c015378e30f760010', N'402880e74d75c4dd014d75d3c5f40001', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6f0008', null, N'8a8ab0b246dc81120146dc8180d4001b', N'402880e74d75c4dd014d75d3c5f40001', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6f0009', null, N'4028ef815378be7c015378e207cf000c', N'402880e74d75c4dd014d75d3c5f40001', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155046e080155046f4c6f000a', null, N'4028ef815378be7c015378e019750003', N'402880e74d75c4dd014d75d3c5f40001', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef81550c8fad01550c94b53f0001', null, N'4028819e5505ee23015505f646190001', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815595a881015595b1235e0003', N'40288088481d019401481d30a0d1000f,', N'40288088481d019401481d2fcebf000d', N'402880e74d75c4dd014d75d3c5f40001', N'4028ef815595a881015595b0ccb60001,') +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815595a881015595b123610004', null, N'402889fb486e848101486e8de3d60005', N'402880e74d75c4dd014d75d3c5f40001', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155d8158f0155d81c27350006', null, N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155d8158f0155d81c27380008', null, N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155fd32e40155fd35ddcc000a', null, N'4028ef8155fd32e40155fd344cdd0003', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155fd32e40155fd35ddd1000b', null, N'4028ef8155fd32e40155fd33c6670001', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155fd32e40155fd35ddd2000c', null, N'4028ef8155fd32e40155fd348df80005', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef8155fd32e40155fd35ddd2000d', null, N'4028ef8155fd32e40155fd3564520008', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028f0c9528200c70152820c006b0005', null, N'4028f0c9528200c701528207d42c0001', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81826d007c', N'', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc818275007e', N'', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81827d0080', N'', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182820081', N'', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81828a0082', N'', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182920084', N'', N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182980086', N'', N'8a8ab0b246dc81120146dc8180df001f', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81829e0088', N'', N'8a8ab0b246dc81120146dc8180e30021', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182a5008a', N'', N'8a8ab0b246dc81120146dc8180e70023', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182aa008c', N'', N'8a8ab0b246dc81120146dc8180ee0025', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182b40090', N'', N'8a8ab0b246dc81120146dc8180f60028', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182bb0094', N'', N'8a8ab0b246dc81120146dc8180fe002b', N'8a8ab0b246dc81120146dc8181870050', N'402889fe47fcb29c0147fcb6b6220001,') +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182bd0095', N'', N'8a8ab0b246dc81120146dc8180fe002b', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182be0096', N'', N'8a8ab0b246dc81120146dc818106002d', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182c20098', N'', N'8a8ab0b246dc81120146dc818109002e', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182c6009a', N'', N'8a8ab0b246dc81120146dc8181100030', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182c9009c', N'', N'8a8ab0b246dc81120146dc81811d0032', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182cd009e', N'', N'8a8ab0b246dc81120146dc8181250034', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182d000a0', N'', N'8a8ab0b246dc81120146dc81812b0036', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182d400a2', N'', N'8a8ab0b246dc81120146dc8181300037', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182d700a4', N'', N'8a8ab0b246dc81120146dc8181330038', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182da00a6', N'', N'8a8ab0b246dc81120146dc8181370039', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182de00a8', N'', N'8a8ab0b246dc81120146dc81813a003a', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182e200aa', N'', N'8a8ab0b246dc81120146dc81813e003b', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182e600ac', N'', N'8a8ab0b246dc81120146dc818141003c', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182ea00ae', N'', N'8a8ab0b246dc81120146dc818145003d', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182ef00b0', N'', N'8a8ab0b246dc81120146dc818148003e', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182f300b2', N'', N'8a8ab0b246dc81120146dc81814b003f', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182f800b4', N'', N'8a8ab0b246dc81120146dc81814e0040', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc8182fd00b6', N'', N'8a8ab0b246dc81120146dc8181510041', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81830100b8', N'', N'8a8ab0b246dc81120146dc8181530042', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81830500ba', N'', N'8a8ab0b246dc81120146dc8181590044', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81830a00bc', N'', N'8a8ab0b246dc81120146dc81815c0045', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81830e00be', N'', N'8a8ab0b246dc81120146dc8181610046', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81831100c0', N'', N'8a8ab0b246dc81120146dc8181640047', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81831600c2', N'', N'8a8ab0b246dc81120146dc8181680048', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81831a00c4', N'', N'8a8ab0b246dc81120146dc81816b0049', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81831e00c6', N'', N'8a8ab0b246dc81120146dc818173004b', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81832300c8', N'', N'8a8ab0b246dc81120146dc818176004c', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81832700ca', N'', N'8a8ab0b246dc81120146dc81817b004d', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81832b00cc', N'', N'8a8ab0b246dc81120146dc81817f004e', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81832d00cd', N'', N'8a8ab0b246dc81120146dc81817f004e', N'8a8ab0b246dc81120146dc81818b0051', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81832f00ce', N'', N'8a8ab0b246dc81120146dc818183004f', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'8a8ab0b246dc81120146dc81833100d1', null, N'8a8ab0b246dc81120146dc818183004h', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO + +-- ---------------------------- +-- Table structure for t_s_role_org +-- ---------------------------- +DROP TABLE [dbo].[t_s_role_org] +GO +CREATE TABLE [dbo].[t_s_role_org] ( +[ID] nvarchar(32) NOT NULL , +[org_id] nvarchar(32) NULL , +[role_id] nvarchar(32) NULL +) + + +GO + +-- ---------------------------- +-- Records of t_s_role_org +-- ---------------------------- + +-- ---------------------------- +-- Table structure for t_s_role_user +-- ---------------------------- +DROP TABLE [dbo].[t_s_role_user] +GO +CREATE TABLE [dbo].[t_s_role_user] ( +[ID] nvarchar(32) NOT NULL , +[roleid] nvarchar(32) NULL , +[userid] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_role_user', +NULL, NULL)) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`userid`) REFER `jeecg/t_s_user`(`id`); (`roleid`) REFE' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_role_user' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`userid`) REFER `jeecg/t_s_user`(`id`); (`roleid`) REFE' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_role_user' +GO + +-- ---------------------------- +-- Records of t_s_role_user +-- ---------------------------- +INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'4028ef8154ff79a50154ff7ae8a40003', N'8a8ab0b246dc81120146dc81818b0051', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'4028ef815500fa15015500fbc3c50002', N'8a8ab0b246dc81120146dc8181870050', N'8a8ab0b246dc81120146dc8181a10054') +GO +GO +INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'4028ef81550112c40155011505c50002', N'8a8ab0b246dc81120146dc8181870050', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'4028ef815502401c015502415a4d0003', N'402880e74d75c4dd014d75d3c5f40001', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'4028ef81550f0ac701550f21f9e70008', N'8a8ab0b246dc81120146dc81818b0051', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'8a8ab0b246dc81120146dc81834300d4', N'8a8ab0b246dc81120146dc8181870050', N'8a8ab0b246dc81120146dc8181a60055') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_sms +-- ---------------------------- +DROP TABLE [dbo].[t_s_sms] +GO +CREATE TABLE [dbo].[t_s_sms] ( +[id] nvarchar(36) NOT NULL , +[create_name] nvarchar(50) NULL , +[create_by] nvarchar(50) NULL , +[create_date] datetime NULL , +[update_name] nvarchar(50) NULL , +[update_by] nvarchar(50) NULL , +[update_date] datetime NULL , +[es_title] nvarchar(32) NULL , +[es_type] nvarchar(1) NULL , +[es_sender] nvarchar(50) NULL , +[es_receiver] nvarchar(50) NULL , +[es_content] nvarchar(MAX) NULL , +[es_sendtime] datetime NULL , +[remark] nvarchar(500) NULL , +[es_status] nvarchar(1) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms', +'COLUMN', N'es_title')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'消息标题' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'es_title' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'消息标题' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'es_title' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms', +'COLUMN', N'es_type')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'消息类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'es_type' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'消息类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'es_type' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms', +'COLUMN', N'es_sender')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'发送人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'es_sender' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'发送人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'es_sender' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms', +'COLUMN', N'es_receiver')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'接收人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'es_receiver' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'接收人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'es_receiver' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms', +'COLUMN', N'es_content')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'内容' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'es_content' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'内容' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'es_content' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms', +'COLUMN', N'es_sendtime')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'发送时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'es_sendtime' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'发送时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'es_sendtime' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms', +'COLUMN', N'es_status')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'发送状态' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'es_status' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'发送状态' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms' +, @level2type = 'COLUMN', @level2name = N'es_status' +GO + +-- ---------------------------- +-- Records of t_s_sms +-- ---------------------------- +INSERT INTO [dbo].[t_s_sms] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [es_title], [es_type], [es_sender], [es_receiver], [es_content], [es_sendtime], [remark], [es_status]) VALUES (N'402880e74dc2f361014dc2f8411e0001', N'管理员', N'admin', N'2015-06-05 17:05:59.000', N'管理员', N'admin', N'2015-11-19 22:30:39.000', N'消息推送测试333', N'2', null, N'411944058@qq.com', N'张三你好,你的订单4028d881436d514601436d521ae80165已付款!', N'2015-06-05 17:06:01.000', N'认证失败错误的用户名或者密码', N'3') +GO +GO +INSERT INTO [dbo].[t_s_sms] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [es_title], [es_type], [es_sender], [es_receiver], [es_content], [es_sendtime], [remark], [es_status]) VALUES (N'402880ea533647b00153364e74770001', N'管理员', N'admin', N'2016-03-02 15:50:24.000', N'管理员', N'admin', N'2016-04-06 16:32:52.000', N'发个问候', N'3', N'admin', N'admin', N'你好', N'2016-03-02 00:00:00.000', null, N'2') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_sms_sql +-- ---------------------------- +DROP TABLE [dbo].[t_s_sms_sql] +GO +CREATE TABLE [dbo].[t_s_sms_sql] ( +[id] nvarchar(36) NOT NULL , +[sql_name] nvarchar(32) NULL , +[sql_content] nvarchar(1000) NULL , +[create_date] datetime NULL , +[create_by] nvarchar(50) NULL , +[create_name] nvarchar(50) NULL , +[update_date] datetime NULL , +[update_by] nvarchar(50) NULL , +[update_name] nvarchar(50) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_sql', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_sql' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_sql' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_sql', +'COLUMN', N'sql_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'SQL名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_sql' +, @level2type = 'COLUMN', @level2name = N'sql_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'SQL名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_sql' +, @level2type = 'COLUMN', @level2name = N'sql_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_sql', +'COLUMN', N'sql_content')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'SQL内容' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_sql' +, @level2type = 'COLUMN', @level2name = N'sql_content' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'SQL内容' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_sql' +, @level2type = 'COLUMN', @level2name = N'sql_content' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_sql', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_sql' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_sql' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_sql', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_sql' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_sql' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_sql', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_sql' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_sql' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_sql', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_sql' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_sql' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_sql', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_sql' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_sql' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_sql', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_sql' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_sql' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO + +-- ---------------------------- +-- Records of t_s_sms_sql +-- ---------------------------- +INSERT INTO [dbo].[t_s_sms_sql] ([id], [sql_name], [sql_content], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a71b40e4a386269014a3865f9a90001', N'SQL-查询用户姓名', N'SELECT NAME as name,ID as order_code from t_s_student where id = :id', N'2014-12-11 16:10:14.000', N'4028d881436d514601436d5215ac0043', N'admin', N'2014-12-14 20:51:27.000', N'4028d881436d514601436d5215ac0043', N'admin') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_sms_template +-- ---------------------------- +DROP TABLE [dbo].[t_s_sms_template] +GO +CREATE TABLE [dbo].[t_s_sms_template] ( +[id] nvarchar(36) NOT NULL , +[template_type] nvarchar(1) NULL , +[template_name] nvarchar(50) NULL , +[template_content] nvarchar(1000) NULL , +[create_date] datetime NULL , +[create_by] nvarchar(50) NULL , +[create_name] nvarchar(50) NULL , +[update_date] datetime NULL , +[update_by] nvarchar(50) NULL , +[update_name] nvarchar(50) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_template', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_template', +'COLUMN', N'template_type')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'模板类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template' +, @level2type = 'COLUMN', @level2name = N'template_type' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'模板类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template' +, @level2type = 'COLUMN', @level2name = N'template_type' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_template', +'COLUMN', N'template_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'模板名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template' +, @level2type = 'COLUMN', @level2name = N'template_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'模板名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template' +, @level2type = 'COLUMN', @level2name = N'template_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_template', +'COLUMN', N'template_content')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'模板内容' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template' +, @level2type = 'COLUMN', @level2name = N'template_content' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'模板内容' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template' +, @level2type = 'COLUMN', @level2name = N'template_content' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_template', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_template', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_template', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_template', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_template', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_template', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO + +-- ---------------------------- +-- Records of t_s_sms_template +-- ---------------------------- +INSERT INTO [dbo].[t_s_sms_template] ([id], [template_type], [template_name], [template_content], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a71b40e4a386269014a38701cff0005', N'1', N'充值短信提醒模板', N'${name}你好,你的订单${order_code}已付款!', N'2014-12-11 16:21:19.000', N'4028d881436d514601436d5215ac0043', N'admin', N'2014-12-14 21:11:00.000', N'4028d881436d514601436d5215ac0043', N'admin') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_sms_template_sql +-- ---------------------------- +DROP TABLE [dbo].[t_s_sms_template_sql] +GO +CREATE TABLE [dbo].[t_s_sms_template_sql] ( +[id] nvarchar(36) NOT NULL , +[code] nvarchar(32) NULL , +[name] nvarchar(32) NULL , +[sql_id] nvarchar(32) NULL , +[template_id] nvarchar(32) NULL , +[create_date] datetime NULL , +[create_by] nvarchar(50) NULL , +[create_name] nvarchar(50) NULL , +[update_date] datetime NULL , +[update_by] nvarchar(50) NULL , +[update_name] nvarchar(50) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_template_sql', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_template_sql', +'COLUMN', N'code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'配置CODE' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' +, @level2type = 'COLUMN', @level2name = N'code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'配置CODE' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' +, @level2type = 'COLUMN', @level2name = N'code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_template_sql', +'COLUMN', N'name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'配置名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' +, @level2type = 'COLUMN', @level2name = N'name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'配置名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' +, @level2type = 'COLUMN', @level2name = N'name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_template_sql', +'COLUMN', N'sql_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'业务SQLID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' +, @level2type = 'COLUMN', @level2name = N'sql_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'业务SQLID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' +, @level2type = 'COLUMN', @level2name = N'sql_id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_template_sql', +'COLUMN', N'template_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'消息模本ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' +, @level2type = 'COLUMN', @level2name = N'template_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'消息模本ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' +, @level2type = 'COLUMN', @level2name = N'template_id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_template_sql', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_template_sql', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_template_sql', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_template_sql', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_template_sql', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_sms_template_sql', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_sms_template_sql' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO + +-- ---------------------------- +-- Records of t_s_sms_template_sql +-- ---------------------------- +INSERT INTO [dbo].[t_s_sms_template_sql] ([id], [code], [name], [sql_id], [template_id], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a71b40e4a386269014a3871f5ee0008', N'CZTX', N'充值提醒配置', N'8a71b40e4a386269014a3865f9a90001', N'8a71b40e4a386269014a38701cff0005', N'2014-12-11 16:23:20.000', N'4028d881436d514601436d5215ac0043', N'admin', null, N'', N'') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_student +-- ---------------------------- +DROP TABLE [dbo].[t_s_student] +GO +CREATE TABLE [dbo].[t_s_student] ( +[ID] nvarchar(32) NOT NULL , +[classname] nvarchar(255) NULL , +[name] nvarchar(255) NULL , +[sex] nvarchar(255) NULL +) + + +GO + +-- ---------------------------- +-- Records of t_s_student +-- ---------------------------- +INSERT INTO [dbo].[t_s_student] ([ID], [classname], [name], [sex]) VALUES (N'1', N'1班', N'李四', N'f') +GO +GO +INSERT INTO [dbo].[t_s_student] ([ID], [classname], [name], [sex]) VALUES (N'2', N'2班', N'王五', N'f') +GO +GO +INSERT INTO [dbo].[t_s_student] ([ID], [classname], [name], [sex]) VALUES (N'3', N'1班', N'小明', N'f') +GO +GO +INSERT INTO [dbo].[t_s_student] ([ID], [classname], [name], [sex]) VALUES (N'4', N'3班', N'xiaozhang', N'f') +GO +GO +INSERT INTO [dbo].[t_s_student] ([ID], [classname], [name], [sex]) VALUES (N'4028d881436d514601436d521ae80165', N'1班', N'张三', N'f') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_territory +-- ---------------------------- +DROP TABLE [dbo].[t_s_territory] +GO +CREATE TABLE [dbo].[t_s_territory] ( +[ID] nvarchar(32) NOT NULL , +[territorycode] nvarchar(10) NOT NULL , +[territorylevel] smallint NOT NULL , +[territoryname] nvarchar(50) NOT NULL , +[territory_pinyin] nvarchar(40) NULL , +[territorysort] nvarchar(3) NOT NULL , +[x_wgs84] float(53) NOT NULL , +[y_wgs84] float(53) NOT NULL , +[territoryparentid] nvarchar(32) NULL +) + + +GO + +-- ---------------------------- +-- Records of t_s_territory +-- ---------------------------- +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1', N'100', N'1', N'全国', N'qg', N'0', N'106.258754', N'38.471318', N'0') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'10', N'00000016', N'2', N'河南省', N'HNS', N'0', N'113.687228', N'34.76819', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'100', N'371300', N'3', N'临沂市', N'LYS', N'0', N'118.356448', N'35.104672', N'18') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1000', N'370903', N'4', N'岱岳区', N'DYQ', N'0', N'117.041582', N'36.18799', N'96') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1001', N'370921', N'4', N'宁阳县', N'NYX', N'0', N'116.805797', N'35.758787', N'96') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1002', N'370923', N'4', N'东平县', N'DPX', N'0', N'116.470304', N'35.937102', N'96') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1003', N'370982', N'4', N'新泰市', N'XTS', N'0', N'117.767953', N'35.909032', N'96') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1004', N'370983', N'4', N'肥城市', N'FCS', N'0', N'116.768358', N'36.182571', N'96') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1005', N'371002', N'4', N'环翠区', N'HCQ', N'0', N'122.123444', N'37.501991', N'97') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1006', N'371081', N'4', N'文登市', N'WDS', N'0', N'122.058128', N'37.1939129', N'97') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1007', N'371082', N'4', N'荣成市', N'RCS', N'0', N'122.486676', N'37.165249', N'97') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1008', N'371083', N'4', N'乳山市', N'RSS', N'0', N'121.539764', N'36.919816', N'97') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1009', N'371102', N'4', N'东港区', N'DGQ', N'0', N'119.462228', N'35.425475', N'98') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'101', N'371400', N'3', N'德州市', N'DZS', N'0', N'116.357465', N'37.434093', N'18') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1010', N'371103', N'4', N'岚山区', N'LSQ', N'0', N'119.318813', N'35.121816', N'98') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1011', N'371121', N'4', N'五莲县', N'WLX', N'0', N'119.208744', N'35.750095', N'98') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1012', N'371122', N'4', N'莒县', N'JX', N'0', N'118.837131', N'35.579868', N'98') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1013', N'371202', N'4', N'莱城区', N'LCQ', N'0', N'117.659864', N'36.203208', N'99') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1014', N'371203', N'4', N'钢城区', N'GCQ', N'0', N'117.811355', N'36.058572', N'99') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1015', N'371302', N'4', N'兰山区', N'LSQ', N'0', N'118.347707', N'35.051729', N'100') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1016', N'371311', N'4', N'罗庄区', N'LZQ', N'0', N'118.284786', N'34.996741', N'100') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1017', N'371312', N'4', N'河东区', N'HDQ', N'0', N'118.402893', N'35.089917', N'100') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1018', N'371321', N'4', N'沂南县', N'YNX', N'0', N'118.465213', N'35.549976', N'100') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1019', N'371322', N'4', N'郯城县', N'TCX', N'0', N'118.367263', N'34.613557', N'100') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'102', N'371500', N'3', N'聊城市', N'LCS', N'0', N'115.985371', N'36.4567039', N'18') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1020', N'371323', N'4', N'沂水县', N'YSX', N'0', N'118.627918', N'35.79045', N'100') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1021', N'371324', N'4', N'苍山县', N'CSX', N'0', N'118.07065', N'34.857149', N'100') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1022', N'371325', N'4', N'费县', N'FX', N'0', N'117.977868', N'35.26634', N'100') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1023', N'371326', N'4', N'平邑县', N'PYX', N'0', N'117.640352', N'35.5059429', N'100') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1024', N'371327', N'4', N'莒南县', N'JNX', N'0', N'118.835163', N'35.174846', N'100') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1025', N'371328', N'4', N'蒙阴县', N'MYX', N'0', N'117.945085', N'35.710032', N'100') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1026', N'371329', N'4', N'临沭县', N'LSX', N'0', N'118.650782', N'34.919852', N'100') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1027', N'371402', N'4', N'德城区', N'DCQ', N'0', N'116.299434', N'37.451272', N'101') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1028', N'371421', N'4', N'陵县', N'LX', N'0', N'116.576176', N'37.33579', N'101') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1029', N'371422', N'4', N'宁津县', N'NJX', N'0', N'116.800324', N'37.652329', N'101') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'103', N'371600', N'3', N'滨州市', N'BZS', N'0', N'117.970703', N'37.38199', N'18') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1030', N'371423', N'4', N'庆云县', N'QYX', N'0', N'117.385123', N'37.77539', N'101') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1031', N'371424', N'4', N'临邑县', N'LYX', N'0', N'116.86665', N'37.189864', N'101') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1032', N'371425', N'4', N'齐河县', N'QHX', N'0', N'116.758917', N'36.795011', N'101') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1033', N'371426', N'4', N'平原县', N'PYX', N'0', N'116.434187', N'37.165419', N'101') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1034', N'371427', N'4', N'夏津县', N'XJX', N'0', N'116.001726', N'36.948371', N'101') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1035', N'371428', N'4', N'武城县', N'WCX', N'0', N'116.069302', N'37.213311', N'101') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1036', N'371481', N'4', N'乐陵市', N'LLS', N'0', N'117.231935', N'37.729907', N'101') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1037', N'371482', N'4', N'禹城市', N'YCS', N'0', N'116.638387', N'36.934259', N'101') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1038', N'371502', N'4', N'东昌府区', N'DCFQ', N'0', N'115.988484', N'36.434697', N'102') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1039', N'371521', N'4', N'阳谷县', N'YGX', N'0', N'115.79182', N'36.114392', N'102') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'104', N'371700', N'3', N'菏泽市', N'HZS', N'0', N'115.480656', N'35.23375', N'18') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1040', N'371522', N'4', N'莘县', N'SX', N'0', N'115.671191', N'36.233599', N'102') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1041', N'371523', N'4', N'茌平县', N'CPX', N'0', N'116.255282', N'36.5807639', N'102') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1042', N'371524', N'4', N'东阿县', N'DAX', N'0', N'116.24758', N'36.334917', N'102') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1043', N'371525', N'4', N'冠县', N'GX', N'0', N'115.44274', N'36.484009', N'102') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1044', N'371526', N'4', N'高唐县', N'GTX', N'0', N'116.231478', N'36.866062', N'102') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1045', N'371581', N'4', N'临清市', N'LQS', N'0', N'115.704881', N'36.838277', N'102') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1046', N'371602', N'4', N'滨城区', N'BCQ', N'0', N'118.019146', N'37.43206', N'103') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1047', N'371621', N'4', N'惠民县', N'HMX', N'0', N'117.510451', N'37.489769', N'103') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1048', N'371622', N'4', N'阳信县', N'YXX', N'0', N'117.578262', N'37.641106', N'103') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1049', N'371623', N'4', N'无棣县', N'WDX', N'0', N'117.625696', N'37.770261', N'103') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1050', N'371624', N'4', N'沾化县', N'ZHX', N'0', N'118.132199', N'37.698281', N'103') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1051', N'371625', N'4', N'博兴县', N'BXX', N'0', N'118.131815', N'37.150226', N'103') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1052', N'371626', N'4', N'邹平县', N'ZPX', N'0', N'117.743109', N'36.862989', N'103') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1053', N'371702', N'4', N'牡丹区', N'MDQ', N'0', N'115.417827', N'35.252512', N'104') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1054', N'371721', N'4', N'曹县', N'CX', N'0', N'115.542328', N'34.825508', N'104') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1055', N'371722', N'4', N'单县', N'DX', N'0', N'116.107428', N'34.778808', N'104') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1056', N'371723', N'4', N'成武县', N'CWX', N'0', N'115.889765', N'34.952459', N'104') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1057', N'371724', N'4', N'巨野县', N'JYX', N'0', N'116.094674', N'35.396261', N'104') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1058', N'371725', N'4', N'郓城县', N'YCX', N'0', N'115.943613', N'35.599758', N'104') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1059', N'371726', N'4', N'鄄城县', N'JCX', N'0', N'115.510193', N'35.563408', N'104') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1060', N'371727', N'4', N'定陶县', N'DTX', N'0', N'115.573094', N'35.071', N'104') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1061', N'371728', N'4', N'东明县', N'DMX', N'0', N'115.089905', N'35.289368', N'104') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'11', N'00000008', N'2', N'黑龙江省', N'HLJS', N'0', N'126.662507', N'45.7421699', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'12', N'20000000', N'2', N'上海市', N'SHS', N'0', N'121.473704', N'31.230393', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'13', N'00000010', N'2', N'江苏省', N'JSS', N'0', N'118.763232', N'32.061707', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'14', N'00000011', N'2', N'浙江省', N'ZJS', N'0', N'120.153676', N'30.26586', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'15', N'00000012', N'2', N'安徽省', N'AHS', N'0', N'117.284923', N'31.861184', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'16', N'00000013', N'2', N'福建省', N'FJS', N'0', N'119.296506', N'26.099933', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'17', N'00000014', N'2', N'江西省', N'JXS', N'0', N'115.909175', N'28.674424', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1739', N'360102', N'4', N'东湖区', N'DHQ', N'0', N'115.89901', N'28.6849159', N'184') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1740', N'360103', N'4', N'西湖区', N'XHQ', N'0', N'115.877287', N'28.656887', N'184') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1741', N'360104', N'4', N'青云谱区', N'QYPQ', N'0', N'115.925749', N'28.621169', N'184') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1742', N'360105', N'4', N'湾里区', N'WLQ', N'0', N'115.730994', N'28.714869', N'184') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1743', N'360111', N'4', N'青山湖区', N'QSHQ', N'0', N'115.962144', N'28.682985', N'184') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1744', N'360121', N'4', N'南昌县', N'NCX', N'0', N'115.944162', N'28.545459', N'184') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1745', N'360122', N'4', N'新建县', N'XJX', N'0', N'115.815233', N'28.692437', N'184') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1746', N'360123', N'4', N'安义县', N'AYX', N'0', N'115.549199', N'28.844429', N'184') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1747', N'360124', N'4', N'进贤县', N'JXX', N'0', N'116.240924', N'28.376918', N'184') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1748', N'360202', N'4', N'昌江区', N'CJQ', N'0', N'117.183688', N'29.27342', N'185') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1749', N'360203', N'4', N'珠山区', N'ZSQ', N'0', N'117.202336', N'29.301272', N'185') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1750', N'360222', N'4', N'浮梁县', N'FLX', N'0', N'117.215061', N'29.351739', N'185') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1751', N'360281', N'4', N'乐平市', N'LPS', N'0', N'117.129169', N'28.961902', N'185') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1752', N'360302', N'4', N'安源区', N'AYQ', N'0', N'113.87073', N'27.615202', N'186') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1753', N'360313', N'4', N'湘东区', N'XDQ', N'0', N'113.733059', N'27.640075', N'186') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1754', N'360321', N'4', N'莲花县', N'LHX', N'0', N'113.961465', N'27.127669', N'186') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1755', N'360322', N'4', N'上栗县', N'SLX', N'0', N'113.795219', N'27.880567', N'186') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1756', N'360323', N'4', N'芦溪县', N'LXX', N'0', N'114.029595', N'27.631145', N'186') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1757', N'360402', N'4', N'庐山区', N'LSQ', N'0', N'115.989212', N'29.671775', N'187') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1758', N'360403', N'4', N'浔阳区', N'XYQ', N'0', N'115.990399', N'29.72746', N'187') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1759', N'360421', N'4', N'九江县', N'JJX', N'0', N'115.911314', N'29.608456', N'187') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1760', N'360423', N'4', N'武宁县', N'WNX', N'0', N'115.100579', N'29.256323', N'187') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1761', N'360424', N'4', N'修水县', N'XSX', N'0', N'114.547356', N'29.025707', N'187') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1762', N'360425', N'4', N'永修县', N'YXX', N'0', N'115.809111', N'29.021824', N'187') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1763', N'360426', N'4', N'德安县', N'DAX', N'0', N'115.756883', N'29.314348', N'187') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1764', N'360427', N'4', N'星子县', N'XZX', N'0', N'116.044893', N'29.448037', N'187') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1765', N'360428', N'4', N'都昌县', N'DCX', N'0', N'116.204099', N'29.273194', N'187') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1766', N'360429', N'4', N'湖口县', N'HKX', N'0', N'116.220266', N'29.73944', N'187') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1767', N'360430', N'4', N'彭泽县', N'PZX', N'0', N'116.549359', N'29.896061', N'187') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1768', N'360481', N'4', N'瑞昌市', N'RCS', N'0', N'115.681504', N'29.673795', N'187') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1769', N'360499', N'4', N'共青城', N'GQC', N'0', N'115.774', N'29.2417', N'187') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1770', N'360502', N'4', N'渝水区', N'YSQ', N'0', N'114.944574', N'27.80038', N'188') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1771', N'360521', N'4', N'分宜县', N'FYX', N'0', N'114.692039', N'27.814628', N'188') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1772', N'360602', N'4', N'月湖区', N'YHQ', N'0', N'117.036676', N'28.238797', N'189') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1773', N'360622', N'4', N'余江县', N'YJX', N'0', N'116.818871', N'28.204174', N'189') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1774', N'360681', N'4', N'贵溪市', N'GXS', N'0', N'117.245497', N'28.292519', N'189') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1775', N'360702', N'4', N'章贡区', N'ZGQ', N'0', N'114.941826', N'25.862827', N'190') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1776', N'360721', N'4', N'赣县', N'GX', N'0', N'115.011561', N'25.860691', N'190') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1777', N'360722', N'4', N'信丰县', N'XFX', N'0', N'114.922963', N'25.386278', N'190') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1778', N'360723', N'4', N'大余县', N'DYX', N'0', N'114.362094', N'25.401283', N'190') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1779', N'360724', N'4', N'上犹县', N'SYX', N'0', N'114.551371', N'25.784978', N'190') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1780', N'360725', N'4', N'崇义县', N'CYX', N'0', N'114.308273', N'25.681879', N'190') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1781', N'360726', N'4', N'安远县', N'AYX', N'0', N'115.393922', N'25.136925', N'190') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1782', N'360727', N'4', N'龙南县', N'LNX', N'0', N'114.789811', N'24.911107', N'190') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1783', N'360728', N'4', N'定南县', N'DNX', N'0', N'115.027845', N'24.78441', N'190') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1784', N'360729', N'4', N'全南县', N'QNX', N'0', N'114.530125', N'24.742401', N'190') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1785', N'360730', N'4', N'宁都县', N'NDX', N'0', N'116.009472', N'26.470116', N'190') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1786', N'360731', N'4', N'于都县', N'YDX', N'0', N'115.41551', N'25.952066', N'190') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1787', N'360732', N'4', N'兴国县', N'XGX', N'0', N'115.36319', N'26.337937', N'190') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1788', N'360733', N'4', N'会昌县', N'HCX', N'0', N'115.786057', N'25.600272', N'190') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1789', N'360734', N'4', N'寻乌县', N'YWX', N'0', N'115.646525', N'24.963322', N'190') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1790', N'360735', N'4', N'石城县', N'SCX', N'0', N'116.354201', N'26.32686', N'190') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1791', N'360781', N'4', N'瑞金市', N'RJS', N'0', N'116.02713', N'25.885561', N'190') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1792', N'360782', N'4', N'南康市', N'NKS', N'0', N'114.765238', N'25.661356', N'190') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1793', N'360802', N'4', N'吉州区', N'JZQ', N'0', N'114.994307', N'27.129975', N'191') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1794', N'360803', N'4', N'青原区', N'QYQ', N'0', N'115.01424', N'27.081719', N'191') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1795', N'360821', N'4', N'吉安县', N'JAX', N'0', N'114.907659', N'27.040142', N'191') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1796', N'360822', N'4', N'吉水县', N'JSX', N'0', N'115.135507', N'27.229632', N'191') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1797', N'360823', N'4', N'峡江县', N'XJX', N'0', N'115.316566', N'27.582901', N'191') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1798', N'360824', N'4', N'新干县', N'XGX', N'0', N'115.393043', N'27.740809', N'191') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1799', N'360825', N'4', N'永丰县', N'YFX', N'0', N'115.441477', N'27.317869', N'191') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'18', N'00000015', N'2', N'山东省', N'SDS', N'0', N'117.020411', N'36.668627', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1800', N'360826', N'4', N'泰和县', N'THX', N'0', N'114.908861', N'26.790231', N'191') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1801', N'360827', N'4', N'遂川县', N'SCX', N'0', N'114.52098', N'26.311894', N'191') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1802', N'360828', N'4', N'万安县', N'WAX', N'0', N'114.786256', N'26.458257', N'191') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1803', N'360829', N'4', N'安福县', N'AFX', N'0', N'114.619893', N'27.392874', N'191') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1804', N'360830', N'4', N'永新县', N'YXX', N'0', N'114.242675', N'26.945233', N'191') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1805', N'360881', N'4', N'井冈山市', N'JGSS', N'0', N'114.289182', N'26.748186', N'191') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1806', N'360902', N'4', N'袁州区', N'YZQ', N'0', N'114.424657', N'27.798846', N'192') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1807', N'360921', N'4', N'奉新县', N'FXX', N'0', N'115.384904', N'28.700806', N'192') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1808', N'360922', N'4', N'万载县', N'WZX', N'0', N'114.447551', N'28.10455', N'192') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1809', N'360923', N'4', N'上高县', N'SGX', N'0', N'114.924494', N'28.232827', N'192') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1810', N'360924', N'4', N'宜丰县', N'YFX', N'0', N'114.803542', N'28.393613', N'192') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1811', N'360925', N'4', N'靖安县', N'JAX', N'0', N'115.362629', N'28.861475', N'192') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1812', N'360926', N'4', N'铜鼓县', N'TGX', N'0', N'114.37098', N'28.520747', N'192') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1813', N'360981', N'4', N'丰城市', N'FCS', N'0', N'115.771195', N'28.159325', N'192') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1814', N'360982', N'4', N'樟树市', N'ZSS', N'0', N'115.546063', N'28.055796', N'192') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1815', N'360983', N'4', N'高安市', N'GAS', N'0', N'115.375618', N'28.417261', N'192') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1816', N'361002', N'4', N'临川区', N'LCQ', N'0', N'116.31136', N'27.934529', N'193') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1817', N'361021', N'4', N'南城县', N'NCX', N'0', N'116.644658', N'27.552748', N'193') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1818', N'361022', N'4', N'黎川县', N'LCX', N'0', N'116.907508', N'27.282382', N'193') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1819', N'361023', N'4', N'南丰县', N'NFX', N'0', N'116.525725', N'27.218445', N'193') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1820', N'361024', N'4', N'崇仁县', N'CRX', N'0', N'116.061164', N'27.764681', N'193') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1821', N'361025', N'4', N'乐安县', N'LAX', N'0', N'115.837895', N'27.420441', N'193') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1822', N'361026', N'4', N'宜黄县', N'YHX', N'0', N'116.222128', N'27.546146', N'193') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1823', N'361027', N'4', N'金溪县', N'JXX', N'0', N'116.775435', N'27.908337', N'193') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1824', N'361028', N'4', N'资溪县', N'ZXX', N'0', N'117.060264', N'27.706102', N'193') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1825', N'361029', N'4', N'东乡县', N'DXX', N'0', N'116.590465', N'28.236118', N'193') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1826', N'361030', N'4', N'广昌县', N'GCX', N'0', N'116.325757', N'26.837267', N'193') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1827', N'361102', N'4', N'信州区', N'XZQ', N'0', N'117.966823', N'28.43121', N'194') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1828', N'361121', N'4', N'上饶县', N'SRX', N'0', N'117.90785', N'28.448983', N'194') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1829', N'361122', N'4', N'广丰县', N'GFX', N'0', N'118.19124', N'28.436286', N'194') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1830', N'361123', N'4', N'玉山县', N'YSX', N'0', N'118.245124', N'28.682055', N'194') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1831', N'361124', N'4', N'铅山县', N'QSX', N'0', N'117.709451', N'28.315217', N'194') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1832', N'361125', N'4', N'横峰县', N'HFX', N'0', N'117.596452', N'28.407118', N'194') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1833', N'361126', N'4', N'弋阳县', N'YYX', N'0', N'117.449588', N'28.378044', N'194') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1834', N'361127', N'4', N'余干县', N'YGX', N'0', N'116.695647', N'28.702302', N'194') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1835', N'361128', N'4', N'鄱阳县', N'PYX', N'0', N'116.699746', N'29.011699', N'194') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1836', N'361129', N'4', N'万年县', N'WNX', N'0', N'117.058445', N'28.694582', N'194') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1837', N'361130', N'4', N'婺源县', N'WYX', N'0', N'117.861911', N'29.2480249', N'194') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1838', N'361181', N'4', N'德兴市', N'DXS', N'0', N'117.578713', N'28.946464', N'194') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1839', N'370102', N'4', N'历下区', N'LXQ', N'0', N'117.07653', N'36.666344', N'195') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'184', N'360100', N'3', N'南昌市', N'NCS', N'0', N'115.858089', N'28.68316', N'17') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1840', N'370103', N'4', N'市中区', N'SZQ', N'0', N'116.997475', N'36.6511749', N'195') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1841', N'370104', N'4', N'槐荫区', N'HYQ', N'0', N'116.90113', N'36.651301', N'195') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1842', N'370105', N'4', N'天桥区', N'TQQ', N'0', N'116.987492', N'36.678016', N'195') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'1843', N'370112', N'4', N'历城区', N'LCQ', N'0', N'117.065222', N'36.680171', N'195') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'185', N'360200', N'3', N'景德镇市', N'JDZS', N'0', N'117.17842', N'29.268836', N'17') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'186', N'360300', N'3', N'萍乡市', N'PXS', N'0', N'113.854676', N'27.622865', N'17') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'187', N'360400', N'3', N'九江市', N'JJS', N'0', N'116.001951', N'29.705103', N'17') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'188', N'360500', N'3', N'新余市', N'XYS', N'0', N'114.91741', N'27.817819', N'17') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'189', N'360600', N'3', N'鹰潭市', N'YTS', N'0', N'117.069202', N'28.260189', N'17') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'19', N'00000017', N'2', N'湖北省', N'HBS', N'0', N'114.341921', N'30.545861', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'190', N'360700', N'3', N'赣州市', N'GZS', N'0', N'114.935025', N'25.831925', N'17') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'191', N'360800', N'3', N'吉安市', N'JAS', N'0', N'114.992912', N'27.113039', N'17') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'192', N'360900', N'3', N'宜春市', N'YCS', N'0', N'114.416778', N'27.815619', N'17') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'193', N'361000', N'3', N'抚州市', N'FZS', N'0', N'116.358176', N'27.9492', N'17') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'194', N'361100', N'3', N'上饶市', N'SRS', N'0', N'117.943433', N'28.454863', N'17') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'195', N'370100', N'3', N'济南市', N'JNS', N'0', N'116.994917', N'36.665282', N'18') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'20', N'00000018', N'2', N'湖南省', N'HNS', N'0', N'112.98381', N'28.112444', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'21', N'40000000', N'2', N'重庆市', N'ZQS', N'0', N'106.551557', N'29.56301', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'22', N'00000022', N'2', N'四川省', N'SCS', N'0', N'104.075931', N'30.651652', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'23', N'00000019', N'2', N'广东省', N'GDS', N'0', N'113.266531', N'23.132191', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'24', N'00000020', N'2', N'广西壮族自治区', N'GXZZZZQ', N'0', N'108.327546', N'22.815478', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'25', N'00000021', N'2', N'海南省', N'HNS', N'0', N'110.349229', N'20.017378', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'26', N'810000', N'2', N'香港特别行政区', N'XGTBXZQ', N'0', N'114.109497', N'22.396428', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'27', N'820000', N'2', N'澳门特别行政区', N'AMTBXZQ', N'0', N'113.543873', N'22.198745', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'28', N'00000023', N'2', N'贵州省', N'GZS', N'0', N'106.707116', N'26.598026', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'29', N'00000024', N'2', N'云南省', N'YNS', N'0', N'102.709812', N'25.045359', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'3', N'00000006', N'2', N'辽宁省', N'LNS', N'0', N'123.42944', N'41.835441', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'30', N'00000025', N'2', N'西藏自治区', N'XCZZQ', N'0', N'91.1170059', N'29.647951', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'31', N'00000026', N'2', N'陕西省', N'SXS', N'0', N'108.954239', N'34.265472', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'32', N'00000027', N'2', N'甘肃省', N'GSS', N'0', N'103.826308', N'36.059421', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'33', N'00000028', N'2', N'青海省', N'QHS', N'0', N'101.780199', N'36.620901', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'34', N'00000029', N'2', N'宁夏回族自治区', N'NXHZZZQ', N'0', N'106.258754', N'38.471318', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'35', N'00000030', N'2', N'新疆维吾尔自治区', N'XJWWEZZQ', N'0', N'87.6278119', N'43.793028', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'4', N'00000007', N'2', N'吉林省', N'JLS', N'0', N'125.326065', N'43.896082', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'5', N'10000000', N'2', N'北京市', N'BJS', N'0', N'116.407413', N'39.904214', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'6', N'30000000', N'2', N'天津市', N'TJS', N'0', N'117.200983', N'39.084158', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'7', N'00000003', N'2', N'河北省', N'HBS', N'0', N'114.468665', N'38.037057', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'8', N'00000004', N'2', N'山西省', N'SXS', N'0', N'112.562569', N'37.873376', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'89', N'370200', N'3', N'青岛市', N'QDS', N'0', N'120.382504', N'36.06722', N'18') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'9', N'00000005', N'2', N'内蒙古自治区', N'NMGZZQ', N'0', N'111.765618', N'40.817498', N'1') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'90', N'370300', N'3', N'淄博市', N'ZBS', N'0', N'118.055007', N'36.813497', N'18') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'91', N'370400', N'3', N'枣庄市', N'ZZS', N'0', N'117.323725', N'34.810488', N'18') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'92', N'370500', N'3', N'东营市', N'DYS', N'0', N'118.674767', N'37.434751', N'18') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'926', N'370113', N'4', N'长清区', N'CQQ', N'0', N'116.751959', N'36.553691', N'195') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'927', N'370124', N'4', N'平阴县', N'PYX', N'0', N'116.456187', N'36.289265', N'195') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'928', N'370125', N'4', N'济阳县', N'JYX', N'0', N'117.173529', N'36.978547', N'195') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'929', N'370126', N'4', N'商河县', N'SHX', N'0', N'117.157183', N'37.309045', N'195') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'93', N'370600', N'3', N'烟台市', N'YTS', N'0', N'121.447926', N'37.463819', N'18') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'930', N'370181', N'4', N'章丘市', N'ZQS', N'0', N'117.534326', N'36.714015', N'195') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'931', N'370202', N'4', N'市南区', N'SNQ', N'0', N'120.412392', N'36.075651', N'89') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'932', N'370203', N'4', N'市北区', N'SBQ', N'0', N'120.374801', N'36.087661', N'89') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'933', N'370205', N'4', N'四方区', N'SFQ', N'0', N'120.366454', N'36.103993', N'89') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'934', N'370211', N'4', N'黄岛区', N'HDQ', N'0', N'120.198054', N'35.960935', N'89') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'935', N'370212', N'4', N'崂山区', N'LSQ', N'0', N'120.468956', N'36.107538', N'89') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'936', N'370213', N'4', N'李沧区', N'LCQ', N'0', N'120.432864', N'36.145476', N'89') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'937', N'370214', N'4', N'城阳区', N'CYQ', N'0', N'120.396529', N'36.307061', N'89') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'938', N'370281', N'4', N'胶州市', N'JZS', N'0', N'120.033345', N'36.264664', N'89') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'939', N'370282', N'4', N'即墨市', N'JMS', N'0', N'120.447162', N'36.389401', N'89') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'94', N'370700', N'3', N'潍坊市', N'WFS', N'0', N'119.16193', N'36.706691', N'18') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'940', N'370283', N'4', N'平度市', N'PDS', N'0', N'119.960014', N'36.7867', N'89') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'941', N'370284', N'4', N'胶南市', N'JNS', N'0', N'120.04643', N'35.8725', N'89') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'942', N'370285', N'4', N'莱西市', N'LXS', N'0', N'120.51769', N'36.889084', N'89') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'943', N'370302', N'4', N'淄川区', N'ZCQ', N'0', N'117.966842', N'36.643449', N'90') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'944', N'370303', N'4', N'张店区', N'ZDQ', N'0', N'118.017656', N'36.806773', N'90') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'945', N'370304', N'4', N'博山区', N'BSQ', N'0', N'117.861698', N'36.494752', N'90') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'946', N'370305', N'4', N'临淄区', N'LZQ', N'0', N'118.308977', N'36.827343', N'90') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'947', N'370306', N'4', N'周村区', N'ZCQ', N'0', N'117.869877', N'36.803109', N'90') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'948', N'370321', N'4', N'桓台县', N'HTX', N'0', N'118.097955', N'36.959623', N'90') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'949', N'370322', N'4', N'高青县', N'GQX', N'0', N'117.826916', N'37.171063', N'90') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'95', N'370800', N'3', N'济宁市', N'JNS', N'0', N'116.587099', N'35.414921', N'18') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'950', N'370323', N'4', N'沂源县', N'YYX', N'0', N'118.170979', N'36.184827', N'90') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'951', N'370402', N'4', N'市中区', N'SZQ', N'0', N'117.556124', N'34.864114', N'91') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'952', N'370403', N'4', N'薛城区', N'YCQ', N'0', N'117.263157', N'34.795206', N'91') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'953', N'370404', N'4', N'峄城区', N'YCQ', N'0', N'117.590819', N'34.772236', N'91') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'954', N'370405', N'4', N'台儿庄区', N'TEZQ', N'0', N'117.733832', N'34.562528', N'91') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'955', N'370406', N'4', N'山亭区', N'STQ', N'0', N'117.461343', N'35.099549', N'91') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'956', N'370481', N'4', N'滕州市', N'TZS', N'0', N'117.164388', N'35.084021', N'91') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'957', N'370502', N'4', N'东营区', N'DYQ', N'0', N'118.582184', N'37.448964', N'92') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'958', N'370503', N'4', N'河口区', N'HKQ', N'0', N'118.525579', N'37.886138', N'92') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'959', N'370521', N'4', N'垦利县', N'KLX', N'0', N'118.547627', N'37.58754', N'92') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'960', N'370522', N'4', N'利津县', N'LJX', N'0', N'118.255273', N'37.49026', N'92') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'961', N'370523', N'4', N'广饶县', N'GRX', N'0', N'118.407045', N'37.0537', N'92') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'962', N'370602', N'4', N'芝罘区', N'ZFQ', N'0', N'121.400031', N'37.540687', N'93') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'963', N'370611', N'4', N'福山区', N'FSQ', N'0', N'121.267697', N'37.498051', N'93') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'964', N'370612', N'4', N'牟平区', N'MPQ', N'0', N'121.600512', N'37.386901', N'93') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'965', N'370613', N'4', N'莱山区', N'LSQ', N'0', N'121.445304', N'37.511305', N'93') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'966', N'370614', N'4', N'开发区', N'KFQ', N'0', N'121.251001', N'37.554683', N'93') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'967', N'370634', N'4', N'长岛县', N'CDX', N'0', N'120.736584', N'37.921417', N'93') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'968', N'370681', N'4', N'龙口市', N'LKS', N'0', N'120.477836', N'37.646064', N'93') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'969', N'370682', N'4', N'莱阳市', N'LYS', N'0', N'120.711607', N'36.97891', N'93') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'970', N'370683', N'4', N'莱州市', N'LZS', N'0', N'119.942327', N'37.177017', N'93') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'971', N'370684', N'4', N'蓬莱市', N'PLS', N'0', N'120.758848', N'37.810661', N'93') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'972', N'370685', N'4', N'招远市', N'ZYS', N'0', N'120.434072', N'37.355469', N'93') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'973', N'370686', N'4', N'栖霞市', N'QXS', N'0', N'120.849675', N'37.335123', N'93') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'974', N'370687', N'4', N'海阳市', N'HYS', N'0', N'121.158477', N'36.776425', N'93') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'975', N'370702', N'4', N'潍城区', N'WCQ', N'0', N'119.024836', N'36.7281', N'94') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'976', N'370703', N'4', N'寒亭区', N'HTQ', N'0', N'119.219734', N'36.775491', N'94') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'977', N'370704', N'4', N'坊子区', N'FZQ', N'0', N'119.166485', N'36.654448', N'94') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'978', N'370705', N'4', N'奎文区', N'KWQ', N'0', N'119.132486', N'36.707676', N'94') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'979', N'370724', N'4', N'临朐县', N'LQX', N'0', N'118.542982', N'36.5125059', N'94') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'980', N'370725', N'4', N'昌乐县', N'CLX', N'0', N'118.829914', N'36.706945', N'94') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'981', N'370781', N'4', N'青州市', N'QZS', N'0', N'118.479622', N'36.684528', N'94') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'982', N'370782', N'4', N'诸城市', N'ZCS', N'0', N'119.410103', N'35.995654', N'94') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'983', N'370783', N'4', N'寿光市', N'SGS', N'0', N'118.790652', N'36.85548', N'94') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'984', N'370784', N'4', N'安丘市', N'AQS', N'0', N'119.218978', N'36.478494', N'94') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'985', N'370785', N'4', N'高密市', N'GMS', N'0', N'119.755597', N'36.3825949', N'94') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'986', N'370786', N'4', N'昌邑市', N'CYS', N'0', N'119.398525', N'36.85882', N'94') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'987', N'370802', N'4', N'市中区', N'SZQ', N'0', N'116.596614', N'35.40819', N'95') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'988', N'370811', N'4', N'任城区', N'RCQ', N'0', N'116.628562', N'35.433727', N'95') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'989', N'370826', N'4', N'微山县', N'WSX', N'0', N'117.128946', N'34.8071', N'95') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'990', N'370827', N'4', N'鱼台县', N'YTX', N'0', N'116.650608', N'35.012749', N'95') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'991', N'370828', N'4', N'金乡县', N'JXX', N'0', N'116.311532', N'35.06662', N'95') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'992', N'370829', N'4', N'嘉祥县', N'JXX', N'0', N'116.342442', N'35.407829', N'95') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'993', N'370830', N'4', N'汶上县', N'WSX', N'0', N'116.489043', N'35.732799', N'95') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'994', N'370831', N'4', N'泗水县', N'SSX', N'0', N'117.251195', N'35.664323', N'95') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'995', N'370832', N'4', N'梁山县', N'LSX', N'0', N'116.096044', N'35.802306', N'95') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'996', N'370881', N'4', N'曲阜市', N'QFS', N'0', N'116.986532', N'35.581137', N'95') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'997', N'370882', N'4', N'兖州市', N'YZS', N'0', N'116.783834', N'35.553144', N'95') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'998', N'370883', N'4', N'邹城市', N'ZCS', N'0', N'117.003743', N'35.405185', N'95') +GO +GO +INSERT INTO [dbo].[t_s_territory] ([ID], [territorycode], [territorylevel], [territoryname], [territory_pinyin], [territorysort], [x_wgs84], [y_wgs84], [territoryparentid]) VALUES (N'999', N'370902', N'4', N'泰山区', N'TSQ', N'0', N'117.135354', N'36.192084', N'96') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_timetask +-- ---------------------------- +DROP TABLE [dbo].[t_s_timetask] +GO +CREATE TABLE [dbo].[t_s_timetask] ( +[ID] nvarchar(32) NOT NULL , +[CREATE_BY] nvarchar(32) NULL , +[CREATE_DATE] datetime NULL , +[CREATE_NAME] nvarchar(32) NULL , +[CRON_EXPRESSION] nvarchar(100) NOT NULL , +[IS_EFFECT] nvarchar(1) NOT NULL , +[IS_START] nvarchar(1) NOT NULL , +[TASK_DESCRIBE] nvarchar(50) NOT NULL , +[TASK_ID] nvarchar(100) NOT NULL , +[UPDATE_BY] nvarchar(32) NULL , +[UPDATE_DATE] datetime NULL , +[UPDATE_NAME] nvarchar(32) NULL +) + + +GO + +-- ---------------------------- +-- Records of t_s_timetask +-- ---------------------------- +INSERT INTO [dbo].[t_s_timetask] ([ID], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [CRON_EXPRESSION], [IS_EFFECT], [IS_START], [TASK_DESCRIBE], [TASK_ID], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME]) VALUES (N'402880e74c79dd47014c79de88f70001', N'admin', N'2015-04-02 19:22:49.000', N'管理员', N'0 0/1 * * * ?', N'1', N'0', N'消息中间件定时任务', N'smsSendTaskCronTrigger', N'admin', N'2015-07-16 15:33:43.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_timetask] ([ID], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [CRON_EXPRESSION], [IS_EFFECT], [IS_START], [TASK_DESCRIBE], [TASK_ID], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME]) VALUES (N'8a8ab0b246dc81120146dc81850c016a', null, null, null, N'0 0/1 * * * ?', N'1', N'0', N'测试Demo', N'taskDemoServiceTaskCronTrigger', N'admin', N'2015-07-16 15:33:48.000', N'管理员') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_type +-- ---------------------------- +DROP TABLE [dbo].[t_s_type] +GO +CREATE TABLE [dbo].[t_s_type] ( +[ID] nvarchar(32) NOT NULL , +[typecode] nvarchar(50) NULL , +[typename] nvarchar(50) NULL , +[typepid] nvarchar(32) NULL , +[typegroupid] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_type', +NULL, NULL)) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`typegroupid`) REFER `jeecg/t_s_typegroup`(`ID`); (`typ' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_type' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`typegroupid`) REFER `jeecg/t_s_typegroup`(`ID`); (`typ' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_type' +GO + +-- ---------------------------- +-- Records of t_s_type +-- ---------------------------- +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'297e201047e95ee30147e9baab5c000b', N'1', N'common.company', null, N'297e201047e95ee30147e9ba56ce0009') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'297e201047e95ee30147e9baef97000d', N'2', N'common.department', null, N'297e201047e95ee30147e9ba56ce0009') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'297e201047e95ee30147e9bb1210000f', N'3', N'common.position', null, N'297e201047e95ee30147e9ba56ce0009') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'2c90ac564c9d1734014c9db1e025002d', N'Y', N'是', null, N'2c90ac564c9d1734014c9db1a167002b') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'2c90ac564c9d1734014c9db20b0d002f', N'N', N'否', null, N'2c90ac564c9d1734014c9db1a167002b') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402880884883eff4014884180bf80029', N'1', N'蔷薇七村', null, N'402880884883eff401488415cbb60027') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402880cd4dbd4baa014dbd9c184f0003', N'WXTP', N'图片', null, N'jglongjbtstypegourp2015060400001') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881a151f1af7c0151f1bb1b520004', N'cigong', N'辞工', null, N'402881a151f1af7c0151f1b9d7f50002') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881a151f1af7c0151f1bc55b10006', N'jicigong', N'急辞工', null, N'402881a151f1af7c0151f1b9d7f50002') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881a151f1af7c0151f1bca0680008', N'citui', N'辞退', null, N'402881a151f1af7c0151f1b9d7f50002') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881a151f1af7c0151f1bcbf62000a', N'kaichu', N'开除', null, N'402881a151f1af7c0151f1b9d7f50002') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881a151f1af7c0151f1bce839000c', N'zidonglizhi', N'自动离职', null, N'402881a151f1af7c0151f1b9d7f50002') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e44df713f5014df73ef09a003d', N'table', N'form.db.type.table', null, N'402881e44df713f5014df738349c002f') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e44df713f5014df73f1436003f', N'sql', N'form.db.type.sql', null, N'402881e44df713f5014df738349c002f') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e44df713f5014df73f3f830041', N'clazz', N'form.db.type.clazz', null, N'402881e44df713f5014df738349c002f') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e54dcb624a014dcbf65e5a0010', N'bdfl_ptbd', N'普通表单', null, N'402881e54dcb624a014dcbf4912b000e') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e54dcb624a014dcbf6a4620012', N'bdfl_fzbd', N'复杂表单', null, N'402881e54dcb624a014dcbf4912b000e') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e54dce16ba014dce17990c0001', N'bdfl_vipbd', N'VIP表单', null, N'402881e54dcb624a014dcbf4912b000e') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e64ca6fd1b014ca7052d930006', N'spline', N'曲线图', null, N'402881e64ca6fd1b014ca7044c370004') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e64ca6fd1b014ca705b2b40008', N'column', N'柱状图', null, N'402881e64ca6fd1b014ca7044c370004') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e64ca6fd1b014ca7061fb7000a', N'pie', N'饼图', null, N'402881e64ca6fd1b014ca7044c370004') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e946e71f5f0146e736c4e80008', N'en', N'common.english', null, N'402881e946e71f5f0146e73619bb0002') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'402881e946e71f5f0146e740dcad0012', N'zh-cn', N'common.chinese', null, N'402881e946e71f5f0146e73619bb0002') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850c35b6a0150c372e3b10005', N'*', N'非空', null, N'4028838850c35b6a0150c37251e00002') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850c35b6a0150c3abef800019', N'n', N'数字', null, N'4028838850c35b6a0150c37251e00002') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850c35b6a0150c3ac17f9001b', N's', N'字母', null, N'4028838850c35b6a0150c37251e00002') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850d2666a0150d267a61e0001', N'p', N'邮政编码', null, N'4028838850c35b6a0150c37251e00002') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850d2666a0150d267d5c10003', N'm', N'手机号码', null, N'4028838850c35b6a0150c37251e00002') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850d2666a0150d26812d40005', N'e', N'电子邮件', null, N'4028838850c35b6a0150c37251e00002') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850d2666a0150d26850210007', N'url', N'网址', null, N'4028838850c35b6a0150c37251e00002') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850d2666a0150d268ae510009', N'*6-16', N'6到16位任意字符', null, N'4028838850c35b6a0150c37251e00002') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850d2666a0150d268e229000b', N'n6-16', N'6到16位数字', null, N'4028838850c35b6a0150c37251e00002') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028838850d2666a0150d26912e2000d', N's6-18', N'6到18位字符串', null, N'4028838850c35b6a0150c37251e00002') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028b881533ac16a01533adf65370003', N'Pie2D', N'2D饼图', null, N'4028b881533ac16a01533adb50460001') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028b881533ac16a01533ae0363d0005', N'Pie3D', N'3D饼图', null, N'4028b881533ac16a01533adb50460001') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028b881533ac16a01533ae2d2a50007', N'Column2D', N'2D柱状图', null, N'4028b881533ac16a01533adb50460001') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028b881533ac16a01533ae305340009', N'Column3D', N'3D柱状图', null, N'4028b881533ac16a01533adb50460001') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028b881533ac16a01533ae45759000b', N'Bar2D', N'条状图', null, N'4028b881533ac16a01533adb50460001') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028b881533ac16a01533ae4c6de000d', N'Area2D', N'面积图', null, N'4028b881533ac16a01533adb50460001') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028b881533ac16a01533ae50a67000f', N'LineBasic2D', N'折线图', null, N'4028b881533ac16a01533adb50460001') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028ef8154753f2601547546bb620007', N'1', N'单选', null, N'4028ef8154753f2601547546249f0005') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'4028ef8154753f2601547546d3d60009', N'2', N'多选', null, N'4028ef8154753f2601547546249f0005') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a1c7ee54e3e2ca9014e3e520bdc0010', N'spring', N'java.enhance.type.spring', null, N'8a1c7ee54e3e2ca9014e3e4b78f90009') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a1c7ee54e3e2ca9014e3e524b560012', N'class', N'java.enhance.type.class', null, N'8a1c7ee54e3e2ca9014e3e4b78f90009') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a71b40e4a38319b014a3859a2c1001a', N'1', N'common.smsAlertsModel', null, N'8a71b40e4a38319b014a3858fca40018') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a71b40e4a38319b014a385a01d1001c', N'2', N'common.emailAlertsModel', null, N'8a71b40e4a38319b014a3858fca40018') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a71b40e4a38319b014a385d30300020', N'1', N'common.smsAlerts', null, N'8a71b40e4a38319b014a385cb115001e') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a71b40e4a38319b014a385d86c30022', N'2', N'common.emailAlerts', null, N'8a71b40e4a38319b014a385cb115001e') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a71b40e4a38319b014a385dc1370024', N'3', N'common.sysAlerts', null, N'8a71b40e4a38319b014a385cb115001e') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a71b40e4a38319b014a3860603f0028', N'1', N'common.didNotSend', null, N'8a71b40e4a38319b014a386022bd0026') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a71b40e4a38319b014a38608d98002a', N'2', N'common.sendSuccess', null, N'8a71b40e4a38319b014a386022bd0026') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a71b40e4a38319b014a3860b181002c', N'3', N'common.failToSend', null, N'8a71b40e4a38319b014a386022bd0026') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8181f30060', N'2', N'menu.icon', null, N'8a8ab0b246dc81120146dc8181aa0056') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8181f70061', N'1', N'system.icon', null, N'8a8ab0b246dc81120146dc8181aa0056') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8181fa0062', N'files', N'common.attachment', null, N'8a8ab0b246dc81120146dc8181ca005e') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8181fe0063', N'1', N'lang.excellent.order', null, N'8a8ab0b246dc81120146dc8181b10057') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182010064', N'2', N'lang.normal.order', null, N'8a8ab0b246dc81120146dc8181b10057') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182050065', N'1', N'lang.contract.customer', null, N'8a8ab0b246dc81120146dc8181b50058') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182080066', N'2', N'lang.normal.customer', null, N'8a8ab0b246dc81120146dc8181b50058') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc81820b0067', N'1', N'lang.special.servcie', null, N'8a8ab0b246dc81120146dc8181b90059') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182100068', N'2', N'lang.normal.service', null, N'8a8ab0b246dc81120146dc8181b90059') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182130069', N'single', N'common.single.condition.query', null, N'8a8ab0b246dc81120146dc8181bc005a') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc818216006a', N'group', N'common.scope.query', null, N'8a8ab0b246dc81120146dc8181bc005a') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc81821a006b', N'Y', N'common.yes', null, N'8a8ab0b246dc81120146dc8181c0005b') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc81821d006c', N'N', N'common.no', null, N'8a8ab0b246dc81120146dc8181c0005b') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc818221006d', N'Integer', N'common.db.integer', null, N'8a8ab0b246dc81120146dc8181c3005c') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc818224006e', N'Date', N'common.db.date', null, N'8a8ab0b246dc81120146dc8181c3005c') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc818227006f', N'String', N'common.db.string', null, N'8a8ab0b246dc81120146dc8181c3005c') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc81822b0070', N'Long', N'common.db.long', null, N'8a8ab0b246dc81120146dc8181c3005c') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc81822f0071', N'act', N'common.workflow.engine.table', null, N'8a8ab0b246dc81120146dc8181c6005d') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182320072', N't_s', N'common.system.table', null, N'8a8ab0b246dc81120146dc8181c6005d') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182350073', N't_b', N'common.business.table', null, N'8a8ab0b246dc81120146dc8181c6005d') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182390074', N't_p', N'common.customer.engine.table', null, N'8a8ab0b246dc81120146dc8181c6005d') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc81823c0075', N'news', N'common.news', null, N'8a8ab0b246dc81120146dc8181ca005e') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182400076', N'0', N'common.male', null, N'8a8ab0b246dc81120146dc8181cd005f') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0b246dc81120146dc8182430077', N'1', N'common.female', null, N'8a8ab0b246dc81120146dc8181cd005f') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0ba487c527201487c7863ec001b', N'oracle', N'common.oracle', null, N'8a8ab0ba487c527201487c7732790019') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0ba487c527201487c78aefc001d', N'sqlserver2008', N'common.sqlserver2008', null, N'8a8ab0ba487c527201487c7732790019') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'8a8ab0ba487c527201487c78fbb5001f', N'mysql', N'common.mysql', null, N'8a8ab0ba487c527201487c7732790019') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'f852d85d47ed64a40147ed71f6b40005', N'>', N'大于', null, N'f852d85d47ed64a40147ed70894c0003') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'f852d85d47ed64a40147ed72a9dc0007', N'>=', N'大于等于', null, N'f852d85d47ed64a40147ed70894c0003') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'f852d85d47ed64a40147ed750e1c0009', N'<', N'小于', null, N'f852d85d47ed64a40147ed70894c0003') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'f852d85d47ed64a40147ed753b6f000b', N'<=', N'小于等于', null, N'f852d85d47ed64a40147ed70894c0003') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'f852d85d47ed64a40147ed75afe5000d', N'=', N'等于', null, N'f852d85d47ed64a40147ed70894c0003') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'f852d85d47ed64a40147ed75ed62000f', N'IN', N'包含', null, N'f852d85d47ed64a40147ed70894c0003') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'f852d85d47ed64a40147ed7638b20011', N'LIKE', N'模糊', null, N'f852d85d47ed64a40147ed70894c0003') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'f852d85d47ed64a40147ed767c240013', N'!=', N'不等于', null, N'f852d85d47ed64a40147ed70894c0003') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'ff80808151399d0d015139b0e0b80003', N'hour', N'小时', null, N'4028ab8c5134f1ed0151350f08d90003') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'ff80808151399d0d015139b1609d0006', N'day', N'天', null, N'4028ab8c5134f1ed0151350f08d90003') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'ff80808151399d0d015139b283a10008', N'perday', N'天/人', null, N'4028ab8c5134f1ed0151350f08d90003') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'ff80808151399d0d015139b29550000a', N'permoney', N'元/人', null, N'4028ab8c5134f1ed0151350f08d90003') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'ff80808151399d0d015139b2a6e5000c', N'money', N'元', null, N'4028ab8c5134f1ed0151350f08d90003') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'ff80808151399d0d015139b2bab4000e', N'age', N'岁', null, N'4028ab8c5134f1ed0151350f08d90003') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'ff80808151399d0d015139b2c9ce0010', N'class', N'课时', null, N'4028ab8c5134f1ed0151350f08d90003') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'jglongjbtstype201506041030000001', N'WXGZYD', N'关注引导', null, N'jglongjbtstypegourp2015060400001') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'jglongjbtstype201506041030000002', N'WXNRQ', N'内容区', null, N'jglongjbtstypegourp2015060400001') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'jglongjbtstype201506041030000003', N'WXYWYD', N'原文引导', null, N'jglongjbtstypegourp2015060400001') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'jglongjbtstype201506041030000004', N'WXBT', N'标题', null, N'jglongjbtstypegourp2015060400001') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'jglongjbtstype201506041030000005', N'WXFGX', N'分隔线', null, N'jglongjbtstypegourp2015060400001') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'jglongjbtstype201506041030000006', N'WXHTZH', N'互推账号', null, N'jglongjbtstypegourp2015060400001') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'jglongjbtstype201506041030000007', N'WXQT', N'其他', null, N'jglongjbtstypegourp2015060400001') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid]) VALUES (N'jglongjbtstype201506041030000008', N'WXWDYS', N'我的样式', null, N'jglongjbtstypegourp2015060400001') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_typegroup +-- ---------------------------- +DROP TABLE [dbo].[t_s_typegroup] +GO +CREATE TABLE [dbo].[t_s_typegroup] ( +[ID] nvarchar(32) NOT NULL , +[typegroupcode] nvarchar(50) NULL , +[typegroupname] nvarchar(50) NULL +) + + +GO + +-- ---------------------------- +-- Records of t_s_typegroup +-- ---------------------------- +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'297e201047e95ee30147e9ba56ce0009', N'orgtype', N'common.org.type') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'2c90ac564c9d1734014c9db1a167002b', N'sf_yn', N'是否YN') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'402880884883eff401488415cbb60027', N'smsTplType', N'模板类型') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'402881a151f1af7c0151f1b9d7f50002', N'outType', N'离职方式') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'402881e44df713f5014df738349c002f', N'formDbType', N'form.db.type') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'402881e54dcb624a014dcbf4912b000e', N'bdfl', N'表单分类') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'402881e64ca6fd1b014ca7044c370004', N'tblx', N'图表类型') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'402881e946e71f5f0146e73619bb0002', N'lang', N'common.mutilang') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'4028838850c35b6a0150c37251e00002', N'dataType', N'校验规则') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'4028ab8c5134f1ed0151350f08d90003', N'units', N'常用单位') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'4028b881533ac16a01533adb50460001', N'graphType', N'动态图表类型') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'4028ef8154753f2601547546249f0005', N'pop_retype', N'POP返回类型') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'4028efa25219c9f0015219d1d2720004', N'leaveType', N'请假类别') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a1c7ee54e3e2ca9014e3e4b78f90009', N'enhanceType', N'java.enhance.type') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a71b40e4a38319b014a3858fca40018', N'msgTplType', N'消息模板分类') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a71b40e4a38319b014a385cb115001e', N'msgType', N'消息类别') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a71b40e4a38319b014a386022bd0026', N'msgStatus', N'消息发送状态') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181aa0056', N'icontype', N'common.icon.type') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181b10057', N'order', N'lang.order.type') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181b50058', N'custom', N'lang.customer.type') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181b90059', N'service', N'lang.service.item.type') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181bc005a', N'searchmode', N'common.query.module') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181c0005b', N'yesorno', N'common.logic.condition') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181c3005c', N'fieldtype', N'field.type') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181c6005d', N'database', N'common.data.table') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181ca005e', N'fieltype', N'common.document.category') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0b246dc81120146dc8181cd005f', N'sex', N'common.sex.type') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'8a8ab0ba487c527201487c7732790019', N'dbtype', N'common.dbtype') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'f852d85d47ed64a40147ed70894c0003', N'rulecon', N'规则条件') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname]) VALUES (N'jglongjbtstypegourp2015060400001', N'weixin', N'微信模板类型') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_user +-- ---------------------------- +DROP TABLE [dbo].[t_s_user] +GO +CREATE TABLE [dbo].[t_s_user] ( +[email] nvarchar(50) NULL , +[mobilePhone] nvarchar(30) NULL , +[officePhone] nvarchar(20) NULL , +[signatureFile] nvarchar(100) NULL , +[id] nvarchar(32) NOT NULL , +[update_name] nvarchar(32) NULL , +[update_date] datetime NULL , +[update_by] nvarchar(32) NULL , +[create_name] nvarchar(32) NULL , +[create_date] datetime NULL , +[create_by] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_user', +NULL, NULL)) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`id`) REFER `jeecg/t_s_base_user`(`ID`)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_user' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 604160 kB; (`id`) REFER `jeecg/t_s_base_user`(`ID`)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_user' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_user', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_user' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_user' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_user', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_user' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_user' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_user', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改人id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_user' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改人id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_user' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_user', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_user' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_user' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_user', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_user' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_user' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_user', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_user' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_user' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO + +-- ---------------------------- +-- Records of t_s_user +-- ---------------------------- +INSERT INTO [dbo].[t_s_user] ([email], [mobilePhone], [officePhone], [signatureFile], [id], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'', N'', N'', null, N'402880e74d75c4dd014d75d44af30005', N'管理员', N'2016-06-27 16:00:02.000', N'admin', N'管理员', N'2015-05-21 17:35:56.000', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_user] ([email], [mobilePhone], [officePhone], [signatureFile], [id], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'zhangdaiscott@163.com', N'13426432323', N'991', null, N'4028ef81538330cd01538333b7bc0001', N'管理员', N'2016-07-11 11:44:33.000', N'admin', N'管理员', N'2016-03-17 14:11:58.000', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_user] ([email], [mobilePhone], [officePhone], [signatureFile], [id], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'', N'', N'', N'images/renfang/qm/licf.gif', N'8a8ab0b246dc81120146dc8181950052', N'管理员', N'2016-05-30 17:53:22.000', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_user] ([email], [mobilePhone], [officePhone], [signatureFile], [id], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'zhangdaiscott@163.com', N'13426430000', N'7496661', null, N'8a8ab0b246dc81120146dc81819d0053', N'管理员', N'2016-05-30 10:25:25.000', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_user] ([email], [mobilePhone], [officePhone], [signatureFile], [id], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'', N'', N'', null, N'8a8ab0b246dc81120146dc8181a10054', N'管理员', N'2016-06-01 15:07:57.000', N'admin', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_user] ([email], [mobilePhone], [officePhone], [signatureFile], [id], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (null, null, null, null, N'8a8ab0b246dc81120146dc8181a60055', N'管理员', N'2016-04-08 18:34:53.000', N'admin', null, null, null) +GO +GO + +-- ---------------------------- +-- Table structure for t_s_user_org +-- ---------------------------- +DROP TABLE [dbo].[t_s_user_org] +GO +CREATE TABLE [dbo].[t_s_user_org] ( +[ID] nvarchar(32) NOT NULL , +[user_id] nvarchar(32) NULL , +[org_id] nvarchar(32) NULL +) + + +GO + +-- ---------------------------- +-- Records of t_s_user_org +-- ---------------------------- +INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef8154ff79a50154ff7ae7670001', N'8a8ab0b246dc81120146dc81819d0053', N'8a8ab0b246dc81120146dc8180a20016') +GO +GO +INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef8154ff79a50154ff7ae76c0002', N'8a8ab0b246dc81120146dc81819d0053', N'8a8ab0b246dc81120146dc8180bd0018') +GO +GO +INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef815500fa15015500fbc3290001', N'8a8ab0b246dc81120146dc8181a10054', N'8a8ab0b246dc81120146dc8180a20016') +GO +GO +INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef81550112c40155011505270001', N'8a8ab0b246dc81120146dc8181950052', N'8a8ab0b246dc81120146dc8180ba0017') +GO +GO +INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef815502401c01550241595d0001', N'402880e74d75c4dd014d75d44af30005', N'402880e6487e661a01487e6b504e0001') +GO +GO +INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef815502401c0155024159670002', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8180a20016') +GO +GO +INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef81550f0ac701550f21f93e0006', N'4028ef81538330cd01538333b7bc0001', N'402880e447e9ba550147e9c53b2e0013') +GO +GO +INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef81550f0ac701550f21f9420007', N'4028ef81538330cd01538333b7bc0001', N'8a8ab0b246dc81120146dc8180bd0018') +GO +GO +INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'8a8ab0b246dc81120146dc8181a60055', N'8a8ab0b246dc81120146dc8181a60055', N'8a8ab0b246dc81120146dc8180a20016') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_version +-- ---------------------------- +DROP TABLE [dbo].[t_s_version] +GO +CREATE TABLE [dbo].[t_s_version] ( +[ID] nvarchar(32) NOT NULL , +[loginpage] nvarchar(100) NULL , +[versioncode] nvarchar(50) NULL , +[versionname] nvarchar(30) NULL , +[versionnum] nvarchar(20) NULL +) + + +GO + +-- ---------------------------- +-- Records of t_s_version +-- ---------------------------- + +-- ---------------------------- +-- Indexes structure for table auto_form +-- ---------------------------- +CREATE UNIQUE INDEX [form_name] ON [dbo].[auto_form] +([form_name] ASC) +WITH (IGNORE_DUP_KEY = ON, STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table auto_form +-- ---------------------------- +ALTER TABLE [dbo].[auto_form] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table auto_form_db +-- ---------------------------- +CREATE UNIQUE INDEX [db_name] ON [dbo].[auto_form_db] +([db_name] ASC, [auto_form_id] ASC) +WITH (IGNORE_DUP_KEY = ON, STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table auto_form_db +-- ---------------------------- +ALTER TABLE [dbo].[auto_form_db] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table auto_form_db_field +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table auto_form_db_field +-- ---------------------------- +ALTER TABLE [dbo].[auto_form_db_field] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table auto_form_param +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table auto_form_param +-- ---------------------------- +ALTER TABLE [dbo].[auto_form_param] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table auto_form_style +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table auto_form_style +-- ---------------------------- +ALTER TABLE [dbo].[auto_form_style] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table cgform_button +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table cgform_button +-- ---------------------------- +ALTER TABLE [dbo].[cgform_button] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table cgform_button_sql +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table cgform_button_sql +-- ---------------------------- +ALTER TABLE [dbo].[cgform_button_sql] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table cgform_enhance_java +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table cgform_enhance_java +-- ---------------------------- +ALTER TABLE [dbo].[cgform_enhance_java] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table cgform_enhance_js +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table cgform_enhance_js +-- ---------------------------- +ALTER TABLE [dbo].[cgform_enhance_js] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table cgform_field +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table cgform_field +-- ---------------------------- +ALTER TABLE [dbo].[cgform_field] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table cgform_ftl +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table cgform_ftl +-- ---------------------------- +ALTER TABLE [dbo].[cgform_ftl] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table cgform_head +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table cgform_head +-- ---------------------------- +ALTER TABLE [dbo].[cgform_head] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table cgform_index +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table cgform_index +-- ---------------------------- +ALTER TABLE [dbo].[cgform_index] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table cgform_template +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table cgform_template +-- ---------------------------- +ALTER TABLE [dbo].[cgform_template] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table cgform_uploadfiles +-- ---------------------------- +CREATE INDEX [FK_qwig8sn3okhvh4wye8nn8gdeg] ON [dbo].[cgform_uploadfiles] +([id] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table cgform_uploadfiles +-- ---------------------------- +ALTER TABLE [dbo].[cgform_uploadfiles] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table ck_editor +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table ck_editor +-- ---------------------------- +ALTER TABLE [dbo].[ck_editor] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table ck_finder +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table ck_finder +-- ---------------------------- +ALTER TABLE [dbo].[ck_finder] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table doc +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table doc +-- ---------------------------- +ALTER TABLE [dbo].[doc] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table jeecg_custom_info +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jeecg_custom_info +-- ---------------------------- +ALTER TABLE [dbo].[jeecg_custom_info] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jeecg_custom_record +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jeecg_custom_record +-- ---------------------------- +ALTER TABLE [dbo].[jeecg_custom_record] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jeecg_demo +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jeecg_demo +-- ---------------------------- +ALTER TABLE [dbo].[jeecg_demo] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table jeecg_demo_course +-- ---------------------------- +CREATE INDEX [FK_g3jn8mfod69i7jfv5gnrcvgbx] ON [dbo].[jeecg_demo_course] +([teacher_ID] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table jeecg_demo_course +-- ---------------------------- +ALTER TABLE [dbo].[jeecg_demo_course] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table jeecg_demo_student +-- ---------------------------- +CREATE INDEX [FK_r86q81koyocgod3cx6529hbpw] ON [dbo].[jeecg_demo_student] +([COURSE_ID] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table jeecg_demo_student +-- ---------------------------- +ALTER TABLE [dbo].[jeecg_demo_student] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table jeecg_demo_teacher +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jeecg_demo_teacher +-- ---------------------------- +ALTER TABLE [dbo].[jeecg_demo_teacher] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table jeecg_matter_bom +-- ---------------------------- +CREATE INDEX [FK_fldfyrevj0li4hej5b2gu2q7w] ON [dbo].[jeecg_matter_bom] +([parent_ID] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table jeecg_matter_bom +-- ---------------------------- +ALTER TABLE [dbo].[jeecg_matter_bom] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table jeecg_minidao +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jeecg_minidao +-- ---------------------------- +ALTER TABLE [dbo].[jeecg_minidao] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table jeecg_order_custom +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jeecg_order_custom +-- ---------------------------- +ALTER TABLE [dbo].[jeecg_order_custom] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table jeecg_order_main +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jeecg_order_main +-- ---------------------------- +ALTER TABLE [dbo].[jeecg_order_main] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table jeecg_order_product +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jeecg_order_product +-- ---------------------------- +ALTER TABLE [dbo].[jeecg_order_product] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table jfom_goods +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jfom_goods +-- ---------------------------- +ALTER TABLE [dbo].[jfom_goods] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jform_cgdynamgraph_head +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jform_cgdynamgraph_head +-- ---------------------------- +ALTER TABLE [dbo].[jform_cgdynamgraph_head] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table jform_cgdynamgraph_item +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jform_cgdynamgraph_item +-- ---------------------------- +ALTER TABLE [dbo].[jform_cgdynamgraph_item] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table jform_cgdynamgraph_param +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jform_cgdynamgraph_param +-- ---------------------------- +ALTER TABLE [dbo].[jform_cgdynamgraph_param] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jform_cgreport_head +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jform_cgreport_head +-- ---------------------------- +ALTER TABLE [dbo].[jform_cgreport_head] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table jform_cgreport_item +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jform_cgreport_item +-- ---------------------------- +ALTER TABLE [dbo].[jform_cgreport_item] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table jform_cgreport_param +-- ---------------------------- +CREATE INDEX [idx_cgrheadid] ON [dbo].[jform_cgreport_param] +([cgrhead_id] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table jform_cgreport_param +-- ---------------------------- +ALTER TABLE [dbo].[jform_cgreport_param] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jform_contact +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jform_contact +-- ---------------------------- +ALTER TABLE [dbo].[jform_contact] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jform_contact_group +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jform_contact_group +-- ---------------------------- +ALTER TABLE [dbo].[jform_contact_group] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jform_employee_cost_claim +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jform_employee_cost_claim +-- ---------------------------- +ALTER TABLE [dbo].[jform_employee_cost_claim] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jform_employee_entry +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jform_employee_entry +-- ---------------------------- +ALTER TABLE [dbo].[jform_employee_entry] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jform_employee_leave +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jform_employee_leave +-- ---------------------------- +ALTER TABLE [dbo].[jform_employee_leave] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jform_employee_meals_cost +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jform_employee_meals_cost +-- ---------------------------- +ALTER TABLE [dbo].[jform_employee_meals_cost] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jform_employee_other_cost +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jform_employee_other_cost +-- ---------------------------- +ALTER TABLE [dbo].[jform_employee_other_cost] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jform_employee_resignation +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jform_employee_resignation +-- ---------------------------- +ALTER TABLE [dbo].[jform_employee_resignation] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jform_graphreport_head +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jform_graphreport_head +-- ---------------------------- +ALTER TABLE [dbo].[jform_graphreport_head] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jform_graphreport_item +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jform_graphreport_item +-- ---------------------------- +ALTER TABLE [dbo].[jform_graphreport_item] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jform_leave +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jform_leave +-- ---------------------------- +ALTER TABLE [dbo].[jform_leave] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jform_order_customer +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jform_order_customer +-- ---------------------------- +ALTER TABLE [dbo].[jform_order_customer] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jform_order_main +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jform_order_main +-- ---------------------------- +ALTER TABLE [dbo].[jform_order_main] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jform_order_ticket +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jform_order_ticket +-- ---------------------------- +ALTER TABLE [dbo].[jform_order_ticket] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jform_price1 +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jform_price1 +-- ---------------------------- +ALTER TABLE [dbo].[jform_price1] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jform_resume_degree_info +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jform_resume_degree_info +-- ---------------------------- +ALTER TABLE [dbo].[jform_resume_degree_info] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jform_resume_exp_info +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jform_resume_exp_info +-- ---------------------------- +ALTER TABLE [dbo].[jform_resume_exp_info] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jform_resume_info +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jform_resume_info +-- ---------------------------- +ALTER TABLE [dbo].[jform_resume_info] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jform_tree +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jform_tree +-- ---------------------------- +ALTER TABLE [dbo].[jform_tree] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jp_demo_activity +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jp_demo_activity +-- ---------------------------- +ALTER TABLE [dbo].[jp_demo_activity] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jp_demo_auth +-- ---------------------------- +CREATE UNIQUE INDEX [uniq_authid] ON [dbo].[jp_demo_auth] +([auth_id] ASC) +WITH (IGNORE_DUP_KEY = ON, STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table jp_demo_auth +-- ---------------------------- +ALTER TABLE [dbo].[jp_demo_auth] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jp_inner_mail +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jp_inner_mail +-- ---------------------------- +ALTER TABLE [dbo].[jp_inner_mail] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jp_inner_mail_attach +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jp_inner_mail_attach +-- ---------------------------- +ALTER TABLE [dbo].[jp_inner_mail_attach] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table jp_inner_mail_receiver +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jp_inner_mail_receiver +-- ---------------------------- +ALTER TABLE [dbo].[jp_inner_mail_receiver] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table t_finance +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table t_finance +-- ---------------------------- +ALTER TABLE [dbo].[t_finance] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table t_finance_files +-- ---------------------------- +CREATE INDEX [FK_ij2p74feypwcda4n0n96pyd10] ON [dbo].[t_finance_files] +([financeId] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO +CREATE INDEX [FK_28m7vvi0cy5r5keke68b6f7rt] ON [dbo].[t_finance_files] +([id] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table t_finance_files +-- ---------------------------- +ALTER TABLE [dbo].[t_finance_files] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_attachment +-- ---------------------------- +CREATE INDEX [FK_mnq23hlc835n4ufgjl7nkn3bd] ON [dbo].[t_s_attachment] +([USERID] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table t_s_attachment +-- ---------------------------- +ALTER TABLE [dbo].[t_s_attachment] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_base_user +-- ---------------------------- +CREATE INDEX [FK_15jh1g4iem1857546ggor42et] ON [dbo].[t_s_base_user] +([departid] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO +CREATE INDEX [index_login] ON [dbo].[t_s_base_user] +([password] ASC, [username] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO +CREATE INDEX [idx_deleteflg] ON [dbo].[t_s_base_user] +([delete_flag] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table t_s_base_user +-- ---------------------------- +ALTER TABLE [dbo].[t_s_base_user] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_category +-- ---------------------------- +CREATE UNIQUE INDEX [uniq_code] ON [dbo].[t_s_category] +([code] ASC) +WITH (IGNORE_DUP_KEY = ON, STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table t_s_category +-- ---------------------------- +ALTER TABLE [dbo].[t_s_category] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_config +-- ---------------------------- +CREATE INDEX [FK_m3q8r50ror4fl7fjkvd82tqgn] ON [dbo].[t_s_config] +([userid] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table t_s_config +-- ---------------------------- +ALTER TABLE [dbo].[t_s_config] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_data_log +-- ---------------------------- +CREATE INDEX [sindex] ON [dbo].[t_s_data_log] +([table_name] ASC, [data_id] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table t_s_data_log +-- ---------------------------- +ALTER TABLE [dbo].[t_s_data_log] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_data_source +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table t_s_data_source +-- ---------------------------- +ALTER TABLE [dbo].[t_s_data_source] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_demo +-- ---------------------------- +CREATE INDEX [FK_fni8e3v88wcf2sahhlv57u4nm] ON [dbo].[t_s_demo] +([demopid] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table t_s_demo +-- ---------------------------- +ALTER TABLE [dbo].[t_s_demo] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_depart +-- ---------------------------- +CREATE INDEX [FK_knnm3wb0bembwvm0il7tf6686] ON [dbo].[t_s_depart] +([parentdepartid] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table t_s_depart +-- ---------------------------- +ALTER TABLE [dbo].[t_s_depart] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_document +-- ---------------------------- +CREATE INDEX [FK_qr3qlmgkflj35m5ci1xv0vvg3] ON [dbo].[t_s_document] +([typeid] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO +CREATE INDEX [FK_f2mc12eu0umghp2i70apmtxjl] ON [dbo].[t_s_document] +([id] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table t_s_document +-- ---------------------------- +ALTER TABLE [dbo].[t_s_document] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_fileno +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table t_s_fileno +-- ---------------------------- +ALTER TABLE [dbo].[t_s_fileno] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_function +-- ---------------------------- +CREATE INDEX [FK_brd7b3keorj8pmxcv8bpahnxp] ON [dbo].[t_s_function] +([parentfunctionid] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO +CREATE INDEX [FK_q5tqo3v4ltsp1pehdxd59rccx] ON [dbo].[t_s_function] +([iconid] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO +CREATE INDEX [FK_gbdacaoju6d5u53rp4jo4rbs9] ON [dbo].[t_s_function] +([desk_iconid] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table t_s_function +-- ---------------------------- +ALTER TABLE [dbo].[t_s_function] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_icon +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table t_s_icon +-- ---------------------------- +ALTER TABLE [dbo].[t_s_icon] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_log +-- ---------------------------- +CREATE INDEX [FK_oe64k4852uylhyc5a00rfwtay] ON [dbo].[t_s_log] +([userid] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table t_s_log +-- ---------------------------- +ALTER TABLE [dbo].[t_s_log] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_muti_lang +-- ---------------------------- +CREATE UNIQUE INDEX [uniq_langkey_langcode] ON [dbo].[t_s_muti_lang] +([lang_key] ASC, [lang_code] ASC) +WITH (IGNORE_DUP_KEY = ON, STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table t_s_muti_lang +-- ---------------------------- +ALTER TABLE [dbo].[t_s_muti_lang] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_notice +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table t_s_notice +-- ---------------------------- +ALTER TABLE [dbo].[t_s_notice] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_notice_authority_role +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table t_s_notice_authority_role +-- ---------------------------- +ALTER TABLE [dbo].[t_s_notice_authority_role] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_notice_authority_user +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table t_s_notice_authority_user +-- ---------------------------- +ALTER TABLE [dbo].[t_s_notice_authority_user] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_notice_read_user +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table t_s_notice_read_user +-- ---------------------------- +ALTER TABLE [dbo].[t_s_notice_read_user] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_operation +-- ---------------------------- +CREATE INDEX [FK_pceuy41wr2fjbcilyc7mk3m1f] ON [dbo].[t_s_operation] +([functionid] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO +CREATE INDEX [FK_ny5de7922l39ta2pkhyspd5f] ON [dbo].[t_s_operation] +([iconid] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table t_s_operation +-- ---------------------------- +ALTER TABLE [dbo].[t_s_operation] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_opintemplate +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table t_s_opintemplate +-- ---------------------------- +ALTER TABLE [dbo].[t_s_opintemplate] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_role +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table t_s_role +-- ---------------------------- +ALTER TABLE [dbo].[t_s_role] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_role_function +-- ---------------------------- +CREATE INDEX [FK_fvsillj2cxyk5thnuu625urab] ON [dbo].[t_s_role_function] +([functionid] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO +CREATE INDEX [FK_9dww3p4w8jwvlrgwhpitsbfif] ON [dbo].[t_s_role_function] +([roleid] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table t_s_role_function +-- ---------------------------- +ALTER TABLE [dbo].[t_s_role_function] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_role_org +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table t_s_role_org +-- ---------------------------- +ALTER TABLE [dbo].[t_s_role_org] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_role_user +-- ---------------------------- +CREATE INDEX [FK_n2ucxeorvpjy7qhnmuem01kbx] ON [dbo].[t_s_role_user] +([roleid] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO +CREATE INDEX [FK_d4qb5xld2pfb0bkjx9iwtolda] ON [dbo].[t_s_role_user] +([userid] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table t_s_role_user +-- ---------------------------- +ALTER TABLE [dbo].[t_s_role_user] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_sms +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table t_s_sms +-- ---------------------------- +ALTER TABLE [dbo].[t_s_sms] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_sms_sql +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table t_s_sms_sql +-- ---------------------------- +ALTER TABLE [dbo].[t_s_sms_sql] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_sms_template +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table t_s_sms_template +-- ---------------------------- +ALTER TABLE [dbo].[t_s_sms_template] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_sms_template_sql +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table t_s_sms_template_sql +-- ---------------------------- +ALTER TABLE [dbo].[t_s_sms_template_sql] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_student +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table t_s_student +-- ---------------------------- +ALTER TABLE [dbo].[t_s_student] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_territory +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table t_s_territory +-- ---------------------------- +ALTER TABLE [dbo].[t_s_territory] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_timetask +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table t_s_timetask +-- ---------------------------- +ALTER TABLE [dbo].[t_s_timetask] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_type +-- ---------------------------- +CREATE INDEX [FK_nw2b22gy7plh7pqows186odmq] ON [dbo].[t_s_type] +([typepid] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO +CREATE INDEX [FK_3q40mr4ebtd0cvx79matl39x1] ON [dbo].[t_s_type] +([typegroupid] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table t_s_type +-- ---------------------------- +ALTER TABLE [dbo].[t_s_type] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_typegroup +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table t_s_typegroup +-- ---------------------------- +ALTER TABLE [dbo].[t_s_typegroup] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_user +-- ---------------------------- +CREATE INDEX [FK_2cuji5h6yorrxgsr8ojndlmal] ON [dbo].[t_s_user] +([id] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table t_s_user +-- ---------------------------- +ALTER TABLE [dbo].[t_s_user] ADD PRIMARY KEY ([id]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_user_org +-- ---------------------------- +CREATE INDEX [index_user_id] ON [dbo].[t_s_user_org] +([user_id] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO +CREATE INDEX [index_org_id] ON [dbo].[t_s_user_org] +([org_id] ASC) +WITH (STATISTICS_NORECOMPUTE = ON) +GO + +-- ---------------------------- +-- Primary Key structure for table t_s_user_org +-- ---------------------------- +ALTER TABLE [dbo].[t_s_user_org] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Indexes structure for table t_s_version +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table t_s_version +-- ---------------------------- +ALTER TABLE [dbo].[t_s_version] ADD PRIMARY KEY ([ID]) +GO + +-- ---------------------------- +-- Foreign Key structure for table [dbo].[jeecg_demo_course] +-- ---------------------------- +ALTER TABLE [dbo].[jeecg_demo_course] ADD FOREIGN KEY ([teacher_ID]) REFERENCES [dbo].[jeecg_demo_teacher] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION +GO + +-- ---------------------------- +-- Foreign Key structure for table [dbo].[jeecg_demo_student] +-- ---------------------------- +ALTER TABLE [dbo].[jeecg_demo_student] ADD FOREIGN KEY ([COURSE_ID]) REFERENCES [dbo].[jeecg_demo_course] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION +GO + +-- ---------------------------- +-- Foreign Key structure for table [dbo].[jeecg_matter_bom] +-- ---------------------------- +ALTER TABLE [dbo].[jeecg_matter_bom] ADD FOREIGN KEY ([parent_ID]) REFERENCES [dbo].[jeecg_matter_bom] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION +GO + +-- ---------------------------- +-- Foreign Key structure for table [dbo].[t_finance_files] +-- ---------------------------- +ALTER TABLE [dbo].[t_finance_files] ADD FOREIGN KEY ([financeId]) REFERENCES [dbo].[t_finance] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION +GO +ALTER TABLE [dbo].[t_finance_files] ADD FOREIGN KEY ([id]) REFERENCES [dbo].[t_s_attachment] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION +GO + +-- ---------------------------- +-- Foreign Key structure for table [dbo].[t_s_base_user] +-- ---------------------------- +ALTER TABLE [dbo].[t_s_base_user] ADD FOREIGN KEY ([departid]) REFERENCES [dbo].[t_s_depart] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION +GO + +-- ---------------------------- +-- Foreign Key structure for table [dbo].[t_s_config] +-- ---------------------------- +ALTER TABLE [dbo].[t_s_config] ADD FOREIGN KEY ([userid]) REFERENCES [dbo].[t_s_user] ([id]) ON DELETE NO ACTION ON UPDATE NO ACTION +GO + +-- ---------------------------- +-- Foreign Key structure for table [dbo].[t_s_demo] +-- ---------------------------- +ALTER TABLE [dbo].[t_s_demo] ADD FOREIGN KEY ([demopid]) REFERENCES [dbo].[t_s_demo] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION +GO + +-- ---------------------------- +-- Foreign Key structure for table [dbo].[t_s_function] +-- ---------------------------- +ALTER TABLE [dbo].[t_s_function] ADD FOREIGN KEY ([desk_iconid]) REFERENCES [dbo].[t_s_icon] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION +GO +ALTER TABLE [dbo].[t_s_function] ADD FOREIGN KEY ([iconid]) REFERENCES [dbo].[t_s_icon] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION +GO +ALTER TABLE [dbo].[t_s_function] ADD FOREIGN KEY ([parentfunctionid]) REFERENCES [dbo].[t_s_function] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION +GO + +-- ---------------------------- +-- Foreign Key structure for table [dbo].[t_s_operation] +-- ---------------------------- +ALTER TABLE [dbo].[t_s_operation] ADD FOREIGN KEY ([functionid]) REFERENCES [dbo].[t_s_function] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION +GO +ALTER TABLE [dbo].[t_s_operation] ADD FOREIGN KEY ([iconid]) REFERENCES [dbo].[t_s_icon] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION +GO + +-- ---------------------------- +-- Foreign Key structure for table [dbo].[t_s_role_function] +-- ---------------------------- +ALTER TABLE [dbo].[t_s_role_function] ADD FOREIGN KEY ([functionid]) REFERENCES [dbo].[t_s_function] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION +GO +ALTER TABLE [dbo].[t_s_role_function] ADD FOREIGN KEY ([roleid]) REFERENCES [dbo].[t_s_role] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION +GO + +-- ---------------------------- +-- Foreign Key structure for table [dbo].[t_s_role_user] +-- ---------------------------- +ALTER TABLE [dbo].[t_s_role_user] ADD FOREIGN KEY ([roleid]) REFERENCES [dbo].[t_s_role] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION +GO +ALTER TABLE [dbo].[t_s_role_user] ADD FOREIGN KEY ([userid]) REFERENCES [dbo].[t_s_user] ([id]) ON DELETE NO ACTION ON UPDATE NO ACTION +GO + +-- ---------------------------- +-- Foreign Key structure for table [dbo].[t_s_type] +-- ---------------------------- +ALTER TABLE [dbo].[t_s_type] ADD FOREIGN KEY ([typegroupid]) REFERENCES [dbo].[t_s_typegroup] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION +GO +ALTER TABLE [dbo].[t_s_type] ADD FOREIGN KEY ([typepid]) REFERENCES [dbo].[t_s_type] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION +GO + +-- ---------------------------- +-- Foreign Key structure for table [dbo].[t_s_user] +-- ---------------------------- +ALTER TABLE [dbo].[t_s_user] ADD FOREIGN KEY ([id]) REFERENCES [dbo].[t_s_base_user] ([ID]) ON DELETE NO ACTION ON UPDATE NO ACTION +GO diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridTag.java index eb437472..70f7c042 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridTag.java @@ -479,6 +479,7 @@ public class DataGridTag extends TagSupport { out.print(end().toString()); out.flush(); // } +//-----author:jg_longjb----end-----date:20150408--------for:读取cookie主题样式 ace界面下table的输出 }else{ out.print(datatables().toString()); out.flush(); @@ -823,7 +824,14 @@ public class DataGridTag extends TagSupport { String lang_key = string.split("_")[0]; text = MutiLangUtil.getMutiLangInstance().getLang(lang_key); value =string.split("_")[1]; - sb.append(""); + + if(col.getDefaultVal()!=null&&col.getDefaultVal().trim().equals(value)){ + sb.append(""); + }else{ + sb.append(""); + } + + } sb.append(""); }else if(!StringUtil.isEmpty(col.getDictionary())){ @@ -833,7 +841,14 @@ public class DataGridTag extends TagSupport { + " as text from " + dic[0]; //System.out.println(dic[0]+"--"+dic[1]+"--"+dic[2]); // - sb.append(" "); + + if(col.getDefaultVal()!=null&&!col.getDefaultVal().trim().equals("")){ + sb.append(" "); + }else{ + sb.append(" "); + } + + }else if(col.getDictionary().contains(",")&&(!col.isPopup())){ String[] dic = col.getDictionary().split(","); String sql = "select " + dic[1] + " as field," + dic[2] @@ -844,7 +859,14 @@ public class DataGridTag extends TagSupport { sb.append(""); + }else{ + sb.append(""); + } - sb.append(""); + + //sb.append(""); + } }else if("group".equals(col.getQueryMode())){ sb.append(""); @@ -1276,6 +1314,7 @@ public class DataGridTag extends TagSupport { sb.append(" if(value.length<=");sb.append(column.getShowLen());sb.append(") {return value}"); sb.append(" else{ return ''+ value.substring(0,");sb.append(column.getShowLen());sb.append(")+'...';}}"); } + //author:xugj-----end-----date:20160512 ---- for: TASK #1080 【UI标签改造】t:dgCol 显示内容长度控制 else if (columnValueList.size() > 0 && !column.getField().equals("opt")) {// 值替換 String testString = ""; for (ColumnValue columnValue : columnValueList) { @@ -1837,6 +1876,7 @@ public class DataGridTag extends TagSupport { } return sb; } + //-----author:jg_longjb----end-----date:20150408--------for:新增封装查询器组件- //-----author:jg_longjb----start-----date:20150427--------for:新增高级查询器queryBuilder