diff --git a/README.zh-CN.md b/README.zh-CN.md index 5f36093fd7..4738dae6f1 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -70,7 +70,7 @@ Database: ~~~shell mkdir my-nocobase-app && cd my-nocobase-app -yarn create @nocobase/nocobase-app +yarn create nocobase-app cp .env.example .env docker-compose up -d postgres yarn install diff --git a/packages/create-nocobase-app/templates/AppGenerator/README.md b/packages/create-nocobase-app/templates/AppGenerator/README.md index 023deadb7d..02c3f4aa81 100644 --- a/packages/create-nocobase-app/templates/AppGenerator/README.md +++ b/packages/create-nocobase-app/templates/AppGenerator/README.md @@ -2,14 +2,8 @@ ## Getting Started -Install dependencies, - ```bash -$ yarn -``` - -Start the dev server, - -```bash -$ yarn start +yarn install +yarn nocobase init +yarn start ``` diff --git a/packages/plugin-client/src/server.ts b/packages/plugin-client/src/server.ts index af0ecb6ef8..31467d18bb 100644 --- a/packages/plugin-client/src/server.ts +++ b/packages/plugin-client/src/server.ts @@ -33,7 +33,7 @@ export default { return next(); } await serve(root)(ctx, next); - console.log('koa-send', root, ctx.status); + // console.log('koa-send', root, ctx.status); if (ctx.status == 404) { return send(ctx, 'index.html', { root }); } diff --git a/packages/plugin-multi-apps/src/db/part1/01-ui_schemas.sql b/packages/plugin-multi-apps/src/db/part1/01-ui_schemas.sql deleted file mode 100644 index 8a38460324..0000000000 --- a/packages/plugin-multi-apps/src/db/part1/01-ui_schemas.sql +++ /dev/null @@ -1,1570 +0,0 @@ -TRUNCATE "ui_schemas" RESTART IDENTITY CASCADE; -INSERT INTO "ui_schemas" ("key", "name", "title", "type", "x-component", "options", "async", "sort", "created_at", "updated_at", "parent_key") VALUES -('dtu7erjj0q8', NULL, '昵称', 'string', 'Input', '{}', '0', 1, '2021-09-02 15:07:56.984+00', '2021-09-02 15:07:56.984+00', NULL), -('5nqs5glgn5c', NULL, '邮箱', 'string', 'Input', '{"require":true}', '0', 2, '2021-09-02 15:07:57.015+00', '2021-09-02 15:07:57.015+00', NULL), -('a65exd8qcuo', NULL, '密码', 'string', 'Password', '{}', '0', 3, '2021-09-02 15:07:57.036+00', '2021-09-02 15:07:57.036+00', NULL), -('qqzzjakwkwl', 'qqzzjakwkwl', NULL, 'void', 'Menu', '{"x-designable-bar":"Menu.DesignableBar","x-component-props":{"mode":"mix","theme":"dark","defaultSelectedKeys":"{{ selectedKeys }}","sideMenuRef":"{{ sideMenuRef }}","onSelect":"{{ onSelect }}","onRemove":"{{ onMenuItemRemove }}"}}', '0', 4, '2021-09-02 15:07:57.179+00', '2021-09-02 15:07:57.179+00', NULL), -('dtf9j0b8p9u', NULL, '登录', 'object', NULL, '{}', '0', 5, '2021-09-02 15:07:57.204+00', '2021-09-02 15:07:57.204+00', NULL), -('momkt16x7mx', 'email', NULL, 'string', 'Input', '{"required":true,"x-decorator":"FormItem","x-component-props":{"placeholder":"电子邮箱","style":{}}}', '0', 1, '2021-09-02 15:07:57.211+00', '2021-09-02 15:07:57.211+00', 'dtf9j0b8p9u'), -('tkt2jhj8sat', 'password', NULL, 'string', 'Password', '{"required":true,"x-decorator":"FormItem","x-component-props":{"placeholder":"密码","style":{}}}', '0', 2, '2021-09-02 15:07:57.218+00', '2021-09-02 15:07:57.218+00', 'dtf9j0b8p9u'), -('k3s7zqvqmom', 'actions', NULL, 'void', 'Div', '{}', '0', 3, '2021-09-02 15:07:57.225+00', '2021-09-02 15:07:57.225+00', 'dtf9j0b8p9u'), -('m0n5a3jfesn', 'submit', '登录', 'void', 'Action', '{"x-component-props":{"block":true,"type":"primary","useAction":"{{ useLogin }}","style":{"width":"100%"}}}', '0', 1, '2021-09-02 15:07:57.23+00', '2021-09-02 15:07:57.23+00', 'k3s7zqvqmom'), -('mrmnoyxriey', 'registerlink', NULL, 'void', 'Div', '{}', '0', 4, '2021-09-02 15:07:57.237+00', '2021-09-02 15:07:57.237+00', 'dtf9j0b8p9u'), -('bx33j95zx96', 'link', '注册账号', 'void', 'Action.Link', '{"x-component-props":{"to":"/register"}}', '0', 1, '2021-09-02 15:07:57.242+00', '2021-09-02 15:07:57.242+00', 'mrmnoyxriey'), -('46qlxqam3xk', NULL, '注册', 'object', NULL, '{}', '0', 6, '2021-09-02 15:07:57.264+00', '2021-09-02 15:07:57.264+00', NULL), -('boeo3hxxxbt', 'email', NULL, 'string', 'Input', '{"required":true,"x-decorator":"FormItem","x-component-props":{"placeholder":"电子邮箱","style":{}}}', '0', 1, '2021-09-02 15:07:57.275+00', '2021-09-02 15:07:57.275+00', '46qlxqam3xk'), -('1hab9e4957e', 'password', NULL, 'string', 'Password', '{"required":true,"x-decorator":"FormItem","x-component-props":{"placeholder":"密码","checkStrength":true,"style":{}},"x-reactions":[{"dependencies":[".confirm_password"],"fulfill":{"state":{"errors":"{{$deps[0] && $self.value && $self.value !== $deps[0] ? \"确认密码不匹配\" : \"\"}}"}}}]}', '0', 2, '2021-09-02 15:07:57.283+00', '2021-09-02 15:07:57.283+00', '46qlxqam3xk'), -('b1wtfrb9u23', 'confirm_password', NULL, 'string', 'Password', '{"required":true,"x-decorator":"FormItem","x-component-props":{"placeholder":"确认密码","checkStrength":true,"style":{}},"x-reactions":[{"dependencies":[".password"],"fulfill":{"state":{"errors":"{{$deps[0] && $self.value && $self.value !== $deps[0] ? \"确认密码不匹配\" : \"\"}}"}}}]}', '0', 3, '2021-09-02 15:07:57.29+00', '2021-09-02 15:07:57.29+00', '46qlxqam3xk'), -('oxi5nbuxoz5', 'actions', NULL, 'void', 'Div', '{}', '0', 4, '2021-09-02 15:07:57.299+00', '2021-09-02 15:07:57.299+00', '46qlxqam3xk'), -('seai078jf23', 'submit', '注册', 'void', 'Action', '{"x-component-props":{"block":true,"type":"primary","useAction":"{{ useRegister }}","style":{"width":"100%"}}}', '0', 1, '2021-09-02 15:07:57.306+00', '2021-09-02 15:07:57.306+00', 'oxi5nbuxoz5'), -('95u0x6o2nws', 'registerlink', NULL, 'void', 'Div', '{}', '0', 5, '2021-09-02 15:07:57.32+00', '2021-09-02 15:07:57.32+00', '46qlxqam3xk'), -('hk3wro8l6pd', 'link', '使用已有账号登录', 'void', 'Action.Link', '{"x-component-props":{"to":"/login"}}', '0', 1, '2021-09-02 15:07:57.328+00', '2021-09-02 15:07:57.328+00', '95u0x6o2nws'), -('q8k5he8m33u', 'y1fa6f1cy2g', NULL, 'void', 'Page', '{"_isJSONSchemaObject":true,"version":"2.0"}', '1', 1, '2021-09-02 22:21:32.654+00', '2021-09-02 22:21:32.654+00', '4b2sqxvrd5q'), -('y9qcc6ds2j3', 'wf9o6yhusn8', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.CardItem"}}', '0', 1, '2021-09-02 22:21:32.663+00', '2021-09-02 22:21:32.663+00', 'q8k5he8m33u'), -('5vb0xrpx9rw', '0o43oyce02p', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.CardItem"}}', '0', 1, '2021-09-02 22:23:52.142+00', '2021-09-02 22:23:52.142+00', '2e2trty2mfu'), -('qc0b0d2xfo4', NULL, '添加时间', 'datetime', 'DatePicker', '{"x-component-props":{"dateFormat":"YYYY-MM-DD"},"x-read-pretty":true,"x-decorator":"FormItem","x-designable-bar":"DatePicker.DesignableBar"}', '0', 7, '2021-09-02 22:24:30.245+00', '2021-09-02 22:24:30.245+00', NULL), -('ue90wlv7r26', NULL, '最后更新时间', 'datetime', 'DatePicker', '{"x-component-props":{"dateFormat":"YYYY-MM-DD"},"x-read-pretty":true,"x-decorator":"FormItem","x-designable-bar":"DatePicker.DesignableBar"}', '0', 8, '2021-09-02 22:24:30.27+00', '2021-09-02 22:24:30.27+00', NULL), -('32q17i8jcg9', NULL, '添加人', 'object', 'Select.Drawer', '{"x-component-props":{"fieldNames":{"value":"id","label":"nickname"}},"x-decorator":"FormItem","x-read-pretty":true,"x-designable-bar":"Select.Drawer.DesignableBar"}', '0', 9, '2021-09-02 22:24:30.29+00', '2021-09-02 22:24:30.29+00', NULL), -('1keis1kmsh9', NULL, '最后修改人', 'object', 'Select.Drawer', '{"x-component-props":{"fieldNames":{"value":"id","label":"nickname"}},"x-decorator":"FormItem","x-read-pretty":true,"x-designable-bar":"Select.Drawer.DesignableBar"}', '0', 10, '2021-09-02 22:24:30.305+00', '2021-09-02 22:24:30.305+00', NULL), -('xe5j6tk6y52', NULL, '名称', 'string', 'Input', '{"x-decorator":"FormItem","x-designable-bar":"Input.DesignableBar"}', '0', 11, '2021-09-02 22:27:03.747+00', '2021-09-02 22:27:03.747+00', NULL), -('exjytl34657', NULL, '分类', 'array', 'Select', '{"x-component-props":{"mode":"multiple"},"x-decorator":"FormItem","x-designable-bar":"Select.DesignableBar","enum":[{"value":"6t7ymkea93i","label":"家用电器","color":"red"},{"value":"qfw5lm2ltq1","label":"日用品","color":"magenta"},{"value":"7y53n84vad6","label":"蔬菜水果","color":"orange"},{"value":"mbhrlnto7c7","label":"儿童玩具","color":"green"},{"value":"xaf8vqqc37w","label":"药品","color":"blue"},{"value":"1hqareezm1g","label":"家具","color":"purple"}]}', '0', 12, '2021-09-02 22:27:03.769+00', '2021-09-02 22:27:03.769+00', NULL), -('4blpztuxkha', NULL, '图片', 'array', 'Upload.Attachment', '{"x-decorator":"FormItem","x-designable-bar":"Upload.DesignableBar","x-component-props":{"multiple":true}}', '0', 13, '2021-09-02 22:28:32.783+00', '2021-09-02 22:28:32.783+00', NULL), -('4an73nd4bxh', NULL, '产地', 'array', 'Cascader', '{"x-component-props":{"changeOnSelectLast":false,"loadData":"{{ ChinaRegion.loadData() }}","labelInValue":true,"maxLevel":3,"fieldNames":{"label":"name","value":"code","children":"children"}},"x-reactions":["{{ChinaRegion.useFieldValue}}","{{useAsyncDataSource(ChinaRegion.loadDataSource())}}"],"x-decorator":"FormItem","x-designable-bar":"Cascader.DesignableBar"}', '0', 14, '2021-09-02 22:28:32.807+00', '2021-09-02 22:28:32.807+00', NULL), -('e5t9w7t3rxu', NULL, '价格', 'number', 'InputNumber', '{"x-component-props":{"stringMode":true,"step":"0.01"},"x-decorator":"FormItem","x-designable-bar":"InputNumber.DesignableBar"}', '0', 15, '2021-09-02 22:28:32.824+00', '2021-09-02 22:28:32.824+00', NULL), -('hej1gpzthf3', NULL, '商品描述', 'string', 'Input.TextArea', '{"x-decorator":"FormItem","x-designable-bar":"Input.DesignableBar"}', '0', 16, '2021-09-02 22:28:32.843+00', '2021-09-02 22:28:32.843+00', NULL), -('zh4zpw15qpz', 'rxfyczia6um', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-03 07:17:56.728+00', '2021-09-03 07:17:56.728+00', 'y9qcc6ds2j3'), -('hlupairud50', '44om6qmmqsp', '商品管理', 'void', 'Menu.SubMenu', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar","x-component-props":{"icon":"filetextoutlined"}}', '0', 1, '2021-09-02 22:20:51.678+00', '2021-09-04 01:04:35.453+00', NULL), -('2e2trty2mfu', 'g4r3duba7a6', NULL, 'void', 'Page', '{"_isJSONSchemaObject":true,"version":"2.0"}', '1', 1, '2021-09-02 22:23:52.134+00', '2021-09-02 22:23:52.134+00', NULL), -('q9qjhqqboq4', 'rxcomawl2ym', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-03 07:17:56.761+00', '2021-09-03 07:17:56.761+00', 'zh4zpw15qpz'), -('hci6kno0a5c', 'ff8qcydemwv', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-03 07:17:56.802+00', '2021-09-03 07:17:56.802+00', 'qme4giyofs8'), -('uqdqezff3oe', '3dt8x3f0lu7', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":[]}}', '0', 1, '2021-09-03 07:17:56.823+00', '2021-09-03 07:17:56.823+00', 'hci6kno0a5c'), -('91vcddnz04t', 'dzevfjy4gnk', '删除', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-align":"right","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"destroy"},"x-designable-bar":"Table.Action.DesignableBar","x-component-props":{"icon":"DeleteOutlined","confirm":{"title":"删除数据","content":"删除后无法恢复,确定要删除吗?"},"useAction":"{{ Table.useTableDestroyAction }}"}}', '0', 2, '2021-09-03 07:17:56.842+00', '2021-09-03 07:17:56.842+00', 'hci6kno0a5c'), -('8ba2qgi5yvt', 'modal', '添加数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Table.useTableCreateAction }}"}}', '0', 1, '2021-09-03 07:17:56.872+00', '2021-09-03 07:17:56.872+00', 'nxmhnl633uj'), -('6ft06i5sn2y', 'i62pck8bwuz', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-03 07:17:56.882+00', '2021-09-03 07:17:56.882+00', '8ba2qgi5yvt'), -('1qy3figdlby', 'ge0vpyjv1or', NULL, 'void', 'Action.Group', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"}}', '0', 1, '2021-09-03 07:17:56.912+00', '2021-09-03 07:17:56.912+00', 'q6htpfagtbq'), -('imy04dt71th', '5dxq94b62t2', '查看', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"view"}', '0', 1, '2021-09-03 07:17:56.919+00', '2021-09-03 07:17:56.919+00', '1qy3figdlby'), -('0n1tanzr0l6', 'zlaik70g07d', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-03 07:17:56.928+00', '2021-09-03 07:17:56.928+00', 'imy04dt71th'), -('nphje2oqie7', '70nj5hibesh', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar"}', '0', 1, '2021-09-03 07:17:56.936+00', '2021-09-03 07:17:56.936+00', '0n1tanzr0l6'), -('z4iebhg35ab', 'vff2wy4g7er', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-03 07:17:56.955+00', '2021-09-03 07:17:56.955+00', 'fyhivthynf3'), -('bvtbcjn2lpc', '8yfcer5xivv', '编辑', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"update"}', '0', 2, '2021-09-03 07:17:56.972+00', '2021-09-03 07:17:56.972+00', '1qy3figdlby'), -('n0d36ycb79p', 'o0qsnoao4nu', '编辑数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-decorator-props":{"useResource":"{{ Table.useResource }}","useValues":"{{ Table.useTableRowRecord }}"},"x-component-props":{"useOkAction":"{{ Table.useTableUpdateAction }}"}}', '0', 1, '2021-09-03 07:17:56.983+00', '2021-09-03 07:17:56.983+00', 'bvtbcjn2lpc'), -('xz80ys7oxso', 'z1nqozz5f97', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-03 07:17:56.991+00', '2021-09-03 07:17:56.991+00', 'n0d36ycb79p'), -('uxcvj4473q9', NULL, '添加人', 'object', 'Select.Drawer', '{"x-component-props":{"fieldNames":{"value":"id","label":"nickname"}},"x-decorator":"FormItem","x-read-pretty":true,"x-designable-bar":"Select.Drawer.DesignableBar"}', '0', 19, '2021-09-03 08:17:30.567+00', '2021-09-03 08:17:30.567+00', NULL), -('d3zwndj0gdt', NULL, '最后修改人', 'object', 'Select.Drawer', '{"x-component-props":{"fieldNames":{"value":"id","label":"nickname"}},"x-decorator":"FormItem","x-read-pretty":true,"x-designable-bar":"Select.Drawer.DesignableBar"}', '0', 20, '2021-09-03 08:17:30.583+00', '2021-09-03 08:17:30.583+00', NULL), -('fyhivthynf3', 'jgpfxlrlt5d', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{"icon":"insertrowbelowoutlined"}}', '0', 1, '2021-09-03 07:17:56.947+00', '2021-09-04 01:09:44.895+00', 'nphje2oqie7'), -('wbhdzftsrlf', 'r8u46801zwr', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_lwyvh77c122"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 6, '2021-09-03 07:18:00.429+00', '2021-09-03 07:58:56.796+00', 'qme4giyofs8'), -('r7ynpehmcmt', '5818yebo8e5', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_lov82rwvxgk"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 7, '2021-09-03 07:18:01.064+00', '2021-09-04 01:07:58.194+00', 'qme4giyofs8'), -('c6qmyf4uzl9', NULL, '名称', 'string', 'Input', '{"x-decorator":"FormItem","x-designable-bar":"Input.DesignableBar"}', '0', 21, '2021-09-03 08:18:44.967+00', '2021-09-03 08:18:44.967+00', NULL), -('nxmhnl633uj', 't0gll82cewi', '添加', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-align":"right","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"create"},"x-component-props":{"icon":"PlusOutlined","type":"primary"},"x-designable-bar":"Table.Action.DesignableBar"}', '0', 3, '2021-09-03 07:17:56.859+00', '2021-09-03 07:59:17.403+00', 'hci6kno0a5c'), -('7u0cu6nfu44', NULL, '截止日期', 'datetime', 'DatePicker', '{"x-component-props":{"showTime":false,"dateFormat":"YYYY-MM-DD"},"x-decorator":"FormItem","x-designable-bar":"DatePicker.DesignableBar"}', '0', 22, '2021-09-03 08:18:44.991+00', '2021-09-03 08:18:44.991+00', NULL), -('q6htpfagtbq', 'gy0xi9yrxhg', '操作', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{},"x-designable-bar":"Table.Operation.DesignableBar"}', '0', 10, '2021-09-03 07:17:56.904+00', '2021-09-04 01:07:52.803+00', 'qme4giyofs8'), -('y9y4mgjy6ot', NULL, '添加时间', 'datetime', 'DatePicker', '{"x-component-props":{"dateFormat":"YYYY-MM-DD"},"x-read-pretty":true,"x-decorator":"FormItem","x-designable-bar":"DatePicker.DesignableBar"}', '0', 17, '2021-09-03 08:17:30.528+00', '2021-09-03 08:17:30.528+00', NULL), -('lchrxtjm3d5', NULL, '最后更新时间', 'datetime', 'DatePicker', '{"x-component-props":{"dateFormat":"YYYY-MM-DD"},"x-read-pretty":true,"x-decorator":"FormItem","x-designable-bar":"DatePicker.DesignableBar"}', '0', 18, '2021-09-03 08:17:30.547+00', '2021-09-03 08:17:30.547+00', NULL), -('3gagem5q13h', 'ojn3i7qfnxt', NULL, 'void', 'Page', '{"_isJSONSchemaObject":true,"version":"2.0"}', '1', 1, '2021-09-03 08:19:04.663+00', '2021-09-03 08:19:04.663+00', 'hall72478p5'), -('5de6xmem8vw', NULL, '状态', 'string', 'Radio.Group', '{"x-decorator":"FormItem","x-designable-bar":"Radio.DesignableBar","enum":[{"value":"f1g3r41rdh8","label":"未开始","color":"volcano"},{"value":"lebkfnj3d9i","label":"进行中","color":"green"},{"value":"zfowtv6fnel","label":"已完成","color":"blue"}]}', '0', 23, '2021-09-03 08:18:45.015+00', '2021-09-12 09:36:39.261+00', NULL), -('0b73gccskc2', 'vz3aemqbios', '任务', 'void', 'Menu.SubMenu', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar","x-component-props":{"icon":"appstoreaddoutlined"}}', '0', 11, '2021-09-03 08:18:54.926+00', '2021-09-14 00:34:37.379+00', 'qqzzjakwkwl'), -('hall72478p5', 'scmt3291syn', '第一个里程碑', 'void', 'Menu.Link', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar","x-component-props":{"icon":"appstoreoutlined"}}', '0', 1, '2021-09-03 08:19:04.655+00', '2021-09-14 01:54:51.761+00', '0b73gccskc2'), -('hhhofusmllb', 'hv6tou8hct5', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.CardItem"}}', '0', 1, '2021-09-03 08:19:04.671+00', '2021-09-03 08:19:04.671+00', '3gagem5q13h'), -('ye3kb9rnxm4', 'xzth0mtrm0v', NULL, 'void', 'Page', '{"_isJSONSchemaObject":true,"version":"2.0"}', '1', 1, '2021-09-03 08:19:14.491+00', '2021-09-03 08:19:14.491+00', 'vahh7rzizdm'), -('qf2e3s09skt', 'tdt0sbn0j6j', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.CardItem"}}', '0', 1, '2021-09-03 08:19:14.5+00', '2021-09-03 08:19:14.5+00', 'ye3kb9rnxm4'), -('uqtx7xt9co6', '4r2blc4z0sk', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-03 08:19:19.265+00', '2021-09-03 08:19:19.265+00', 'hhhofusmllb'), -('0grxmryvfz7', 'b4xbacyzee7', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-03 08:19:19.277+00', '2021-09-03 08:19:19.277+00', 'uqtx7xt9co6'), -('40i74d7mqbd', 't6iyb99snt8', NULL, 'array', 'Kanban', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Kanban.DesignableBar","x-component-props":{"resource":"t_2uhu4szs1kq","collectionName":"t_2uhu4szs1kq","groupField":{"name":"f_u4i0jrp4uo6"}},"x-decorator":"CardItem","x-decorator-props":{"style":{"background":"none"},"bodyStyle":{"padding":0}}}', '0', 1, '2021-09-03 08:19:19.293+00', '2021-09-03 08:19:19.293+00', '0grxmryvfz7'), -('2pqkn7o84o4', 'create', '添加卡片', 'void', 'Kanban.Card.AddNew', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"text","icon":"PlusOutlined"}}', '0', 1, '2021-09-03 08:19:19.301+00', '2021-09-03 08:19:19.301+00', '40i74d7mqbd'), -('qul9m62boq4', 'modal', '添加数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-decorator-props":{"useResource":"{{ Kanban.useCreateResource }}"},"x-component-props":{"useOkAction":"{{ Kanban.useCreateAction }}"}}', '0', 1, '2021-09-03 08:19:19.314+00', '2021-09-03 08:19:19.314+00', '2pqkn7o84o4'), -('qp4giydwn93', 'xb7wy1ovtep', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-03 08:19:19.324+00', '2021-09-03 08:19:19.324+00', 'qul9m62boq4'), -('thuluzq0u3x', 'card1', NULL, 'void', 'Kanban.Card', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-designable-bar":"Kanban.Card.DesignableBar","x-read-pretty":true,"x-decorator-props":{"useResource":"{{ Kanban.useRowResource }}"}}', '0', 2, '2021-09-03 08:19:19.338+00', '2021-09-03 08:19:19.338+00', '40i74d7mqbd'), -('keawi4bc0r4', 'view1', '编辑数据', 'void', 'Kanban.Card.View', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Kanban.useUpdateAction }}"},"x-decorator-props":{"useResource":"{{ Kanban.useSingleResource }}"}}', '0', 3, '2021-09-03 08:19:19.347+00', '2021-09-03 08:19:19.347+00', '40i74d7mqbd'), -('tj9c7vbrcib', 'i5b5nd38t9j', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-03 08:19:19.353+00', '2021-09-03 08:19:19.353+00', 'keawi4bc0r4'), -('a27v24fl7pt', 'lmp73qtjj5u', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-03 08:19:31.795+00', '2021-09-03 08:19:31.795+00', 'qf2e3s09skt'), -('ii4olxlcm50', 'ad0nvz4l7w2', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-03 08:19:31.813+00', '2021-09-03 08:19:31.813+00', 'a27v24fl7pt'), -('p9b882otm2b', 'calendar1', NULL, 'array', 'Calendar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Calendar.DesignableBar","x-decorator":"CardItem","default":[],"x-component-props":{"resource":"t_2uhu4szs1kq","collectionName":"t_2uhu4szs1kq","fieldNames":{"title":"f_hwenour8ara","start":"f_hznqtmqljb2","end":"f_hznqtmqljb2"}}}', '0', 1, '2021-09-03 08:19:31.833+00', '2021-09-03 08:19:31.833+00', 'ii4olxlcm50'), -('ejqz7gegmx1', 'toolbar', NULL, 'void', 'Calendar.Toolbar', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-03 08:19:31.844+00', '2021-09-03 08:19:31.844+00', 'p9b882otm2b'), -('2xv57eyi0cw', 'today', '今天', 'void', 'Calendar.Today', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Calendar.ActionDesignableBar","x-align":"left","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"today"}}', '0', 1, '2021-09-03 08:19:31.851+00', '2021-09-03 08:19:31.851+00', 'ejqz7gegmx1'), -('64llgworte5', 'nav', '翻页', 'void', 'Calendar.Nav', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Calendar.ActionDesignableBar","x-align":"left","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"nav"}}', '0', 2, '2021-09-03 08:19:31.86+00', '2021-09-03 08:19:31.86+00', 'ejqz7gegmx1'), -('iqzt0355l63', 'title', '标题', 'void', 'Calendar.Title', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Calendar.ActionDesignableBar","x-align":"left","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"title"}}', '0', 3, '2021-09-03 08:19:31.871+00', '2021-09-03 08:19:31.871+00', 'ejqz7gegmx1'), -('iccws4w0w0a', 'viewSelect', '视图切换', 'void', 'Calendar.ViewSelect', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Calendar.ActionDesignableBar","x-align":"right","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"viewSelect"}}', '0', 4, '2021-09-03 08:19:31.88+00', '2021-09-03 08:19:31.88+00', 'ejqz7gegmx1'), -('5abcnk9vnep', 'filter', '筛选', 'void', 'Calendar.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-align":"right","x-designable-bar":"Calendar.Filter.DesignableBar","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"}}', '0', 5, '2021-09-03 08:19:31.889+00', '2021-09-03 08:19:31.889+00', 'ejqz7gegmx1'), -('po57yizdz6s', 'create', '添加', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-align":"right","x-designable-bar":"Calendar.ActionDesignableBar","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"create"},"x-component-props":{"type":"primary","icon":"PlusOutlined"}}', '0', 6, '2021-09-03 08:19:31.901+00', '2021-09-03 08:19:31.901+00', 'ejqz7gegmx1'), -('1yf3tp20bq1', 'modal', '添加数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Calendar.useCreateAction }}"}}', '0', 1, '2021-09-03 08:19:31.908+00', '2021-09-03 08:19:31.908+00', 'po57yizdz6s'), -('uutpyimeve9', 'cdlkzds87g6', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-03 08:19:31.915+00', '2021-09-03 08:19:31.915+00', '1yf3tp20bq1'), -('1a02fuojrkw', 'event', NULL, 'void', 'Calendar.Event', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 2, '2021-09-03 08:19:31.933+00', '2021-09-03 08:19:31.933+00', 'p9b882otm2b'), -('b9zm4ia7tcy', 'qt7hb210iz8', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar"}', '0', 1, '2021-09-03 08:19:31.94+00', '2021-09-03 08:19:31.94+00', '1a02fuojrkw'), -('wl8xndbdiep', 'mz90271z9zy', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-03 08:19:31.947+00', '2021-09-03 08:19:31.947+00', 'b9zm4ia7tcy'), -('4vjk2zw3u7d', 'kcvhm3jspz6', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-03 08:19:31.956+00', '2021-09-03 08:19:31.956+00', 'wl8xndbdiep'), -('mxfms69ou5t', 'liaeebqv8pf', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-03 08:19:40.992+00', '2021-09-03 08:19:40.992+00', 'qp4giydwn93'), -('5x5qbcle61k', 'wsqrpym4bu8', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-03 08:19:41.002+00', '2021-09-03 08:19:41.002+00', 'mxfms69ou5t'), -('f4x0kro4bj0', 'tc85poi2xr1', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_hwenour8ara"}}', '0', 1, '2021-09-03 08:19:41.011+00', '2021-09-03 08:19:41.011+00', '5x5qbcle61k'), -('l0ypat3bs7x', '86tpwv6pbd2', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 2, '2021-09-03 08:19:41.945+00', '2021-09-03 08:19:41.945+00', 'qp4giydwn93'), -('lza1t64y1ef', 'li6v13aiqs9', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-03 08:19:41.953+00', '2021-09-03 08:19:41.953+00', 'l0ypat3bs7x'), -('fkihjain6tk', 'uyjo4jzkozi', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_u4i0jrp4uo6"}}', '0', 1, '2021-09-03 08:19:41.962+00', '2021-09-03 08:19:41.962+00', 'lza1t64y1ef'), -('jkwfv8xvzs8', '1vhukij8mcl', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-03 08:20:08.776+00', '2021-09-03 08:20:08.776+00', 'tj9c7vbrcib'), -('1yy0ekta4lv', 'nq9arbvv0lt', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-03 08:20:08.787+00', '2021-09-03 08:20:08.787+00', 'jkwfv8xvzs8'), -('6cvv2nxatks', '6hw86szrous', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_hznqtmqljb2"}}', '0', 1, '2021-09-03 08:20:08.808+00', '2021-09-03 08:20:08.808+00', '1yy0ekta4lv'), -('5gzwwh2u362', 'jntiu0y679i', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-04 00:41:49.342+00', '2021-09-04 00:41:49.342+00', '6ft06i5sn2y'), -('a2izjbgjj0t', 'yts2grj9iwx', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-04 00:41:49.349+00', '2021-09-04 00:41:49.349+00', '5gzwwh2u362'), -('2993ircibv5', 'kcbni08qvrh', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 2, '2021-09-04 00:41:50.846+00', '2021-09-04 00:41:50.846+00', '6ft06i5sn2y'), -('jsy57cidyl6', '56wgr57q4u1', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-04 00:41:50.853+00', '2021-09-04 00:41:50.853+00', '2993ircibv5'), -('rlmdm1etdgx', '7o31ytxfcmv', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 4, '2021-09-04 00:41:54.185+00', '2021-09-04 00:41:54.185+00', '6ft06i5sn2y'), -('oxi5u6uvxfx', 'rz5uum841j1', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-04 00:41:54.194+00', '2021-09-04 00:41:54.194+00', 'rlmdm1etdgx'), -('c9j7inlqgiq', 'b6sa8kzyqyg', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 5, '2021-09-04 00:41:55.115+00', '2021-09-04 00:41:55.115+00', '6ft06i5sn2y'), -('2irh07pq84a', 'qmr0ywn7mqt', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-04 00:41:55.125+00', '2021-09-04 00:41:55.125+00', 'c9j7inlqgiq'), -('g2n8ab8hfo3', 'f9xmh0y1yxt', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_xmjn5cfl9co"}}', '0', 1, '2021-09-04 00:41:55.134+00', '2021-09-04 00:41:55.134+00', '2irh07pq84a'), -('9zo6rp02njp', 'ha6jdpf8rwb', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 6, '2021-09-04 00:41:56.404+00', '2021-09-04 00:41:56.404+00', '6ft06i5sn2y'), -('1gpbwdjq0qb', 'a12vrfnw8th', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-04 00:41:56.415+00', '2021-09-04 00:41:56.415+00', '9zo6rp02njp'), -('i2g0ymvh2oc', 'xzpw1ysqg71', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_jbqopur80lk"}}', '0', 1, '2021-09-04 00:41:56.422+00', '2021-09-04 00:41:56.422+00', '1gpbwdjq0qb'), -('7hk2xs6w9pe', 'chid46xwicn', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-04 00:42:06.896+00', '2021-09-04 00:42:06.896+00', '2993ircibv5'), -('4b2sqxvrd5q', 'pgqztmld4wa', '全部商品', 'void', 'Menu.Link', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar","x-component-props":{"icon":"filezipoutlined"}}', '0', 3, '2021-09-02 22:21:32.644+00', '2021-09-04 01:04:42.789+00', 'hlupairud50'), -('44t87p11w0i', '8plbn03dqo4', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-04 00:41:52.759+00', '2021-09-04 00:41:52.759+00', NULL), -('xya5psfee1u', 'whx1m5o40du', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_lwyvh77c122"},"required":true}', '0', 1, '2021-09-04 00:41:49.355+00', '2021-09-04 00:42:33.448+00', 'a2izjbgjj0t'), -('p7ss6bpbrzl', '4gwp7bm32c5', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_lov82rwvxgk"},"required":true}', '0', 1, '2021-09-04 00:41:50.862+00', '2021-09-04 00:42:36.452+00', 'jsy57cidyl6'), -('1oyv4jvf17h', 'nriy7nwahly', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_n0snwtdes3r"},"required":true}', '0', 1, '2021-09-04 00:41:52.767+00', '2021-09-04 00:42:39.12+00', '7hk2xs6w9pe'), -('5ss3hct0tzk', '3mqoh9s8p2w', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_jdlw4uf6vfv"},"required":true}', '0', 1, '2021-09-04 00:41:54.203+00', '2021-09-04 00:42:41.413+00', 'oxi5u6uvxfx'), -('lnpxh9nm3r7', 'xrpo2ywbmqk', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-04 01:05:47.117+00', '2021-09-04 01:05:47.117+00', 'z4iebhg35ab'), -('l3xvirdh2n7', '8but88ujwx0', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-04 01:05:47.126+00', '2021-09-04 01:05:47.126+00', 'lnpxh9nm3r7'), -('gqo8ifd6wos', '67rcni8xss5', NULL, 'void', 'Form', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-read-pretty":true,"x-component-props":{"useResource":"{{ Table.useResource }}"},"x-designable-bar":"Form.DesignableBar"}', '0', 1, '2021-09-04 01:05:47.133+00', '2021-09-04 01:05:47.133+00', 'l3xvirdh2n7'), -('t2yy2l95c2x', '2t34khmsom8', NULL, 'void', 'Action.Bar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Action.Bar.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-04 01:05:47.141+00', '2021-09-04 01:05:47.141+00', 'gqo8ifd6wos'), -('ikp2c3671e1', '8s4wm56mm5h', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 2, '2021-09-04 01:05:47.152+00', '2021-09-04 01:05:47.152+00', 'gqo8ifd6wos'), -('gpyobccc3hj', '5si11fk0uzi', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-04 01:05:50.45+00', '2021-09-04 01:05:50.45+00', 'ikp2c3671e1'), -('0zjjrfqpfz2', 'p7272mdp4dx', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-04 01:05:50.458+00', '2021-09-04 01:05:50.458+00', 'gpyobccc3hj'), -('4hw5s1bqlcq', 'rhjcxv8ewkt', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_lwyvh77c122"}}', '0', 1, '2021-09-04 01:05:50.465+00', '2021-09-04 01:05:50.465+00', '0zjjrfqpfz2'), -('996rd4ydrib', 'qs6bc91t1uk', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 2, '2021-09-04 01:05:56.546+00', '2021-09-04 01:05:56.546+00', 'ikp2c3671e1'), -('3jt6bxcs019', 'd1eih5r6zn8', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-04 01:05:56.553+00', '2021-09-04 01:05:56.553+00', '996rd4ydrib'), -('f4s7urvlin4', '8p14vew9ykq', '任务', 'void', 'Form.Field', '{"version":"2.0","x-decorator":"Form.Field.Item","x-decorator-props":{"draggable":false},"x-designable-bar":"Kanban.FieldDesignableBar","x-component-props":{"fieldName":"f_hwenour8ara"}}', '0', 1, '2021-09-03 08:19:58.35+00', '2021-09-14 04:36:59.622+00', 'thuluzq0u3x'), -('8j5t7fwf123', 'lpy4bh6ctsf', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-03 08:20:09.432+00', '2021-09-03 08:20:09.432+00', NULL), -('m8e7eb5nsfa', 'p8qhxvhxfbo', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_hwenour8ara"},"required":true}', '0', 1, '2021-09-03 08:20:09.443+00', '2021-09-12 08:18:58.824+00', 'gnwa4ndv1gi'), -('6v14dvbfl9n', 'pdgy56ieztt', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_lov82rwvxgk"}}', '0', 1, '2021-09-04 01:05:56.56+00', '2021-09-04 01:05:56.56+00', '3jt6bxcs019'), -('pdqub080ddp', 'nho6v9zwff7', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 5, '2021-09-04 01:06:00.092+00', '2021-09-04 01:06:00.092+00', 'ikp2c3671e1'), -('8xeg3mk5gah', 'j5oly8kp01g', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-04 01:06:00.098+00', '2021-09-04 01:06:00.098+00', 'pdqub080ddp'), -('4b407hldh87', '4fmtzzm1zz0', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_xmjn5cfl9co"}}', '0', 1, '2021-09-04 01:06:00.106+00', '2021-09-04 01:06:00.106+00', '8xeg3mk5gah'), -('bzn0zm47xy7', 'z5jb51wqke0', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 6, '2021-09-04 01:06:01.338+00', '2021-09-04 01:06:01.338+00', 'ikp2c3671e1'), -('1bellguhtrz', '0h00kblqgro', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-04 01:06:01.346+00', '2021-09-04 01:06:01.346+00', 'bzn0zm47xy7'), -('qu7mtca9gg0', 'muj6xkenwn6', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_jbqopur80lk"}}', '0', 1, '2021-09-04 01:06:01.353+00', '2021-09-04 01:06:01.353+00', '1bellguhtrz'), -('esg3atlxpke', 'vkrvqlksqq6', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-04 01:06:31.079+00', '2021-09-04 01:06:31.079+00', NULL), -('prho1ivfcus', 'udmb8iqz5gd', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_n0snwtdes3r"}}', '0', 1, '2021-09-04 01:05:57.546+00', '2021-09-04 01:06:10.37+00', '2ysrr1sgqwt'), -('8aynble3gd4', '409wsksinel', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-04 01:06:07.368+00', '2021-09-04 01:06:07.368+00', NULL), -('804bar596wn', 'bb1m7wqqydj', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-04 01:06:27.957+00', '2021-09-04 01:06:27.957+00', 'xz80ys7oxso'), -('24goqxvwuel', 'zbt7eol6mpi', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-04 01:06:27.97+00', '2021-09-04 01:06:27.97+00', '804bar596wn'), -('yjrydx6vdvm', 'qj9bbzbily0', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 2, '2021-09-04 01:06:29.618+00', '2021-09-04 01:06:29.618+00', 'xz80ys7oxso'), -('e6wsxbftk55', 'o04ib3b54qj', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-04 01:06:29.625+00', '2021-09-04 01:06:29.625+00', 'yjrydx6vdvm'), -('sxxzhthxo97', 'bxzch4slq3k', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 4, '2021-09-04 01:06:31.902+00', '2021-09-04 01:06:31.902+00', 'xz80ys7oxso'), -('7v5o4r7466o', 'q1lbnq1q7e8', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-04 01:06:31.967+00', '2021-09-04 01:06:31.967+00', 'sxxzhthxo97'), -('c7fztqunxc3', 'kf2pq7s1ufm', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 5, '2021-09-04 01:06:32.99+00', '2021-09-04 01:06:32.99+00', 'xz80ys7oxso'), -('k8exffl1cx4', 'rfgbtm2lbsr', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-04 01:06:32.999+00', '2021-09-04 01:06:32.999+00', 'c7fztqunxc3'), -('l0xrx0dhurz', 'g018ex193ie', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_xmjn5cfl9co"}}', '0', 1, '2021-09-04 01:06:33.005+00', '2021-09-04 01:06:33.005+00', 'k8exffl1cx4'), -('v4rcswy3mqv', '3w9oxk85385', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 6, '2021-09-04 01:06:33.556+00', '2021-09-04 01:06:33.556+00', 'xz80ys7oxso'), -('gd5cil2c4xt', 'kp3benlmx4q', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-04 01:06:33.568+00', '2021-09-04 01:06:33.568+00', 'v4rcswy3mqv'), -('lkfoyyj2h4m', 'd6jqeoid0d5', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_jbqopur80lk"}}', '0', 1, '2021-09-04 01:06:33.577+00', '2021-09-04 01:06:33.577+00', 'gd5cil2c4xt'), -('f60smhzm2xz', 'xv33l50137e', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-04 01:06:39.219+00', '2021-09-04 01:06:39.219+00', 'yjrydx6vdvm'), -('7y4ia047bi5', '77skwx14zex', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_jdlw4uf6vfv"},"required":true}', '0', 1, '2021-09-04 01:06:32.021+00', '2021-09-04 01:06:54.866+00', '7v5o4r7466o'), -('py4esdjsyaw', 'y9rqhkp6sam', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_lwyvh77c122"},"required":true}', '0', 1, '2021-09-04 01:06:27.978+00', '2021-09-04 01:06:43.764+00', '24goqxvwuel'), -('g6rkp8fls9m', '8102sgysegj', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_lov82rwvxgk"},"required":true}', '0', 1, '2021-09-04 01:06:29.631+00', '2021-09-04 01:06:46.99+00', 'e6wsxbftk55'), -('zc7zm8tm9s4', 'ltbtfkn8we1', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_n0snwtdes3r"},"required":true}', '0', 1, '2021-09-04 01:06:31.088+00', '2021-09-04 01:06:51.9+00', 'f60smhzm2xz'), -('qme4giyofs8', 'zrnm6uy9etl', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"CardItem","default":[],"x-component-props":{"rowKey":"id","dragSort":false,"showIndex":true,"refreshRequestOnChange":true,"pagination":{"pageSize":10},"resource":"t_n93qitmhzty","collectionName":"t_n93qitmhzty","defaultSort":["-ccdop3v4iqw"]}}', '0', 1, '2021-09-03 07:17:56.784+00', '2021-09-04 01:07:33.279+00', 'q9qjhqqboq4'), -('s577luywv6p', 'kh9slu1iyip', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_jdlw4uf6vfv"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 9, '2021-09-04 01:07:48.431+00', '2021-09-04 01:07:48.431+00', 'qme4giyofs8'), -('sqzqakfoutx', 'twj736vka0k', '更新记录', 'void', 'Tabs.TabPane', '{"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{"icon":"solutionoutlined"}}', '0', 2, '2021-09-04 01:09:11.407+00', '2021-09-04 01:09:11.407+00', 'nphje2oqie7'), -('d4eihcknn6x', '8kqcnifiibc', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_jbqopur80lk"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 10, '2021-09-04 01:07:46.208+00', '2021-09-04 01:08:04.852+00', 'qme4giyofs8'), -('83qjip7kxmi', 'ks09dgzn8t9', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-04 01:09:11.416+00', '2021-09-04 01:09:11.416+00', 'sqzqakfoutx'), -('w0zqeitg53g', 'ccxnmv8k050', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-04 01:09:49.238+00', '2021-09-04 01:09:49.238+00', '83qjip7kxmi'), -('pzv6d6ksenp', 'g10p7mlegtf', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-04 01:09:49.252+00', '2021-09-04 01:09:49.252+00', 'w0zqeitg53g'), -('fqym1tdw21b', 'hi2mp5o0dqj', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_jdlw4uf6vfv"}}', '0', 1, '2021-09-04 01:05:58.776+00', '2021-09-04 01:11:37.874+00', 'vxidy2p6yda'), -('2ysrr1sgqwt', 'yp6bpxwdxxh', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 3, '2021-09-04 01:06:10.36+00', '2021-09-04 01:11:37.889+00', '996rd4ydrib'), -('q6ycukhcd1m', 'x8z13x7w8wy', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-04 01:05:58.768+00', '2021-09-04 01:05:58.768+00', NULL), -('1n2o1ykc94b', '6f3j7cxf00x', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_u4i0jrp4uo6"}}', '0', 1, '2021-09-08 07:28:33.411+00', '2021-09-08 07:28:33.411+00', 'w97g6pgiozw'), -('mozw8ws430b', 'c55s5zkvody', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-08 07:28:57.389+00', '2021-09-08 07:28:57.389+00', 'h7vq1zhlfvp'), -('uqbwicpjq0l', 'table', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-designable-bar":"Table.SimpleDesignableBar","default":[],"x-component-props":{"useResource":"{{ Table.useActionLogsResource }}","collectionName":"action_logs","rowKey":"id","showIndex":true,"defaultSort":["-id"],"defaultAppends":["user","collection"],"refreshRequestOnChange":true,"pagination":{"pageSize":10}}}', '0', 1, '2021-09-04 01:09:49.27+00', '2021-09-04 01:09:49.27+00', 'pzv6d6ksenp'), -('a2wncnlauvv', 'ahw1be2r266', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-04 01:09:49.277+00', '2021-09-04 01:09:49.277+00', 'uqbwicpjq0l'), -('lult0p6kdrw', '8uf0a58t0p5', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-align":"left","x-component-props":{"fieldNames":[]}}', '0', 1, '2021-09-04 01:09:49.283+00', '2021-09-04 01:09:49.283+00', 'a2wncnlauvv'), -('f17df8q1pzy', 'column1', '操作类型', 'void', 'Filter.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"operations":[{"label":"等于","value":"eq","selected":true,"schema":{"x-component":"Select"}},{"label":"不等于","value":"ne","schema":{"x-component":"Select"}},{"label":"包含","value":"in","schema":{"x-component":"Select","x-component-props":{"mode":"tags"}}},{"label":"不包含","value":"notIn","schema":{"x-component":"Select","x-component-props":{"mode":"tags"}}},{"label":"非空","value":"$notNull","noValue":true},{"label":"为空","value":"$null","noValue":true}]}}', '0', 1, '2021-09-04 01:09:49.293+00', '2021-09-04 01:09:49.293+00', 'lult0p6kdrw'), -('lqvuevs9f6e', 'type', NULL, 'string', 'Select', '{"_isJSONSchemaObject":true,"version":"2.0","enum":[{"label":"新增","value":"create","color":"green"},{"label":"更新","value":"update","color":"blue"},{"label":"删除","value":"destroy","color":"red"}]}', '0', 1, '2021-09-04 01:09:49.3+00', '2021-09-04 01:09:49.3+00', 'f17df8q1pzy'), -('jdovkm5la48', 'column1', '操作时间', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 2, '2021-09-04 01:09:49.318+00', '2021-09-04 01:09:49.318+00', 'uqbwicpjq0l'), -('widqzim9t1z', 'created_at', NULL, 'string', 'DatePicker', '{"_isJSONSchemaObject":true,"version":"2.0","x-read-pretty":true,"x-component-props":{"format":"YYYY-MM-DD HH:mm:ss"}}', '0', 1, '2021-09-04 01:09:49.327+00', '2021-09-04 01:09:49.327+00', 'jdovkm5la48'), -('gi6i6wxnbxa', 'column2', '操作用户', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 3, '2021-09-04 01:09:49.338+00', '2021-09-04 01:09:49.338+00', 'uqbwicpjq0l'), -('n4kefhfo7xe', 'user.nickname', NULL, 'string', 'Input', '{"_isJSONSchemaObject":true,"version":"2.0","x-read-pretty":true}', '0', 1, '2021-09-04 01:09:49.345+00', '2021-09-04 01:09:49.345+00', 'gi6i6wxnbxa'), -('sai37tfbv1x', 'column3', '数据表', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 4, '2021-09-04 01:09:49.358+00', '2021-09-04 01:09:49.358+00', 'uqbwicpjq0l'), -('1jyy188m4wa', 'collection.title', NULL, 'string', 'Input', '{"_isJSONSchemaObject":true,"version":"2.0","x-read-pretty":true}', '0', 1, '2021-09-04 01:09:49.365+00', '2021-09-04 01:09:49.365+00', 'sai37tfbv1x'), -('aj5l2mjzdxb', 'column4', '操作类型', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 5, '2021-09-04 01:09:49.377+00', '2021-09-04 01:09:49.377+00', 'uqbwicpjq0l'), -('dyrw60kdd2p', 'type', NULL, 'string', 'Select', '{"_isJSONSchemaObject":true,"version":"2.0","x-read-pretty":true,"enum":[{"label":"新增","value":"create","color":"green"},{"label":"更新","value":"update","color":"blue"},{"label":"删除","value":"destroy","color":"red"}]}', '0', 1, '2021-09-04 01:09:49.389+00', '2021-09-04 01:09:49.389+00', 'aj5l2mjzdxb'), -('6if7lzkrume', 't4tamfzz358', '操作', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"width":60,"align":"center"}}', '0', 6, '2021-09-04 01:09:49.4+00', '2021-09-04 01:09:49.4+00', 'uqbwicpjq0l'), -('8bkpd1xhj07', 'o9c1h033n9v', '查看', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link","style":{"padding":"0","height":"auto"}},"x-action-type":"view"}', '0', 1, '2021-09-04 01:09:49.406+00', '2021-09-04 01:09:49.406+00', '6if7lzkrume'), -('vbnmf5sh27z', 'qq2415u35s2', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-read-pretty":true,"x-decorator":"Form","x-decorator-props":{"useResource":"{{ Table.useActionLogDetailsResource }}"},"x-component-props":{}}', '0', 1, '2021-09-04 01:09:49.415+00', '2021-09-04 01:09:49.415+00', '8bkpd1xhj07'), -('1lm1n02i12g', 'created_at', '操作时间', 'string', 'DatePicker', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"FormItem","x-read-pretty":true,"x-component-props":{"format":"YYYY-MM-DD HH:mm:ss"}}', '0', 1, '2021-09-04 01:09:49.422+00', '2021-09-04 01:09:49.422+00', 'vbnmf5sh27z'), -('fm155fw7gtm', 'user.nickname', '操作用户', 'string', 'Input', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"FormItem","x-read-pretty":true}', '0', 2, '2021-09-04 01:09:49.432+00', '2021-09-04 01:09:49.432+00', 'vbnmf5sh27z'), -('xc724n88xgn', 'collection.title', '数据表', 'string', 'Input', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"FormItem","x-read-pretty":true}', '0', 3, '2021-09-04 01:09:49.445+00', '2021-09-04 01:09:49.445+00', 'vbnmf5sh27z'), -('3vx9a9kt3jc', 'type', '操作类型', 'string', 'Select', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"FormItem","x-read-pretty":true,"enum":[{"label":"新增","value":"create","color":"green"},{"label":"更新","value":"update","color":"blue"},{"label":"删除","value":"destroy","color":"red"}]}', '0', 4, '2021-09-04 01:09:49.456+00', '2021-09-04 01:09:49.456+00', 'vbnmf5sh27z'), -('r1m8822uids', 'changes', '数据变动', 'array', 'ArrayTable', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"FormItem","x-component-props":{"pagination":false},"items":{"_isJSONSchemaObject":true,"version":"2.0","type":"object","properties":{"column0":{"_isJSONSchemaObject":true,"version":"2.0","type":"void","x-component":"ArrayTable.Column","x-component-props":{"width":80,"align":"center"},"properties":{"index":{"_isJSONSchemaObject":true,"version":"2.0","type":"void","x-component":"ArrayTable.Index","name":"index"}},"name":"column0"},"column1":{"_isJSONSchemaObject":true,"version":"2.0","type":"void","x-component":"ArrayTable.Column","x-component-props":{"title":"字段名称"},"properties":{"field":{"_isJSONSchemaObject":true,"version":"2.0","type":"string","x-decorator":"FormilyFormItem","x-component":"ActionLogs.Field","name":"field"}},"name":"column1"},"column3":{"_isJSONSchemaObject":true,"version":"2.0","type":"void","x-component":"ArrayTable.Column","x-component-props":{"title":"操作前"},"properties":{"before":{"_isJSONSchemaObject":true,"version":"2.0","type":"string","x-decorator":"FormilyFormItem","x-component":"ActionLogs.FieldValue","name":"before"}},"name":"column3"},"column4":{"_isJSONSchemaObject":true,"version":"2.0","type":"void","x-component":"ArrayTable.Column","x-component-props":{"title":"操作后"},"properties":{"after":{"_isJSONSchemaObject":true,"version":"2.0","type":"string","x-decorator":"FormilyFormItem","x-component":"ActionLogs.FieldValue","name":"after"}},"name":"column4"}}}}', '0', 5, '2021-09-04 01:09:49.467+00', '2021-09-04 01:09:49.467+00', 'vbnmf5sh27z'), -('vxidy2p6yda', 'evogvumfs6r', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-04 01:11:37.861+00', '2021-09-04 01:11:37.892+00', '996rd4ydrib'), -('wg9l8wt8fw0', 'eepiixl29ye', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"8ke6k4er30w"}}', '0', 1, '2021-09-08 07:28:28.453+00', '2021-09-08 07:28:28.453+00', '25d5jv4678c'), -('u26ejat4fth', 'ou46i76ytud', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 4, '2021-09-08 07:28:33.394+00', '2021-09-08 07:28:33.394+00', 'tj9c7vbrcib'), -('w97g6pgiozw', 'po2brogy67h', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-08 07:28:33.403+00', '2021-09-08 07:28:33.403+00', 'u26ejat4fth'), -('h7vq1zhlfvp', 'lnnc3mvwmxx', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-08 07:28:57.377+00', '2021-09-08 07:28:57.377+00', '4vjk2zw3u7d'), -('nwp1be3yr3v', 'o49n3fux7o0', NULL, 'void', 'Form', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-read-pretty":true,"x-component-props":{"useResource":"{{ Calendar.useResource }}"},"x-designable-bar":"Form.DesignableBar"}', '0', 1, '2021-09-08 07:28:57.398+00', '2021-09-08 07:28:57.398+00', 'mozw8ws430b'), -('ahgh1u3w8kx', 'fmup56jsha5', NULL, 'void', 'Action.Bar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Action.Bar.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-08 07:28:57.406+00', '2021-09-08 07:28:57.406+00', 'nwp1be3yr3v'), -('moqvunryqs8', '6has654tfxv', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 2, '2021-09-08 07:28:57.419+00', '2021-09-08 07:28:57.419+00', 'nwp1be3yr3v'), -('ecx6tsojqh6', 'ylnw14ttrin', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-08 07:29:05.227+00', '2021-09-08 07:29:05.227+00', 'moqvunryqs8'), -('f3g2nvepmae', 'e4epsnnjqbv', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-08 07:29:05.239+00', '2021-09-08 07:29:05.239+00', 'ecx6tsojqh6'), -('dkrv5gprp6g', '8jhx89oem7a', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_u4i0jrp4uo6"}}', '0', 1, '2021-09-08 07:29:05.246+00', '2021-09-08 07:29:05.246+00', 'f3g2nvepmae'), -('15gxwkvqfzc', 'l20btw9gq21', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 3, '2021-09-08 07:29:08.052+00', '2021-09-08 07:29:08.052+00', 'moqvunryqs8'), -('ck47p3bbabj', 'v9gcpuapc7p', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-08 07:29:08.065+00', '2021-09-08 07:29:08.065+00', '15gxwkvqfzc'), -('zgjbnykkndz', 'l93in563lry', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_hznqtmqljb2"}}', '0', 1, '2021-09-08 07:29:08.083+00', '2021-09-08 07:29:08.083+00', 'ck47p3bbabj'), -('bha10rq6g96', 'yxwpu6da0z6', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-08 07:29:12.975+00', '2021-09-08 07:29:12.975+00', 'fvvdyd39o71'), -('w6axtww5a1u', 'v48a8vnkf49', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_hwenour8ara"}}', '0', 1, '2021-09-08 07:29:06.331+00', '2021-09-08 07:29:12.989+00', 'bha10rq6g96'), -('fvvdyd39o71', '5quodzvwb9b', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 0, '2021-09-08 07:29:12.964+00', '2021-09-08 07:29:13.01+00', 'moqvunryqs8'), -('r11bmiojt9l', '9v9jmg4uqyn', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-08 07:29:06.317+00', '2021-09-08 07:29:06.317+00', NULL), -('u2m5d5e68n0', NULL, '标题', 'string', 'Input', '{"x-decorator":"FormItem","x-designable-bar":"Input.DesignableBar"}', '0', 24, '2021-09-12 00:56:41.967+00', '2021-09-12 00:56:41.967+00', NULL), -('0tq5fymokmh', NULL, '描述', 'string', 'Input.TextArea', '{"x-decorator":"FormItem","x-designable-bar":"Input.DesignableBar"}', '0', 25, '2021-09-12 00:56:41.995+00', '2021-09-12 00:56:41.995+00', NULL), -('412w3sy7u91', NULL, '名称', 'array', 'Table', '{"x-decorator":"FormItem","x-component-props":{},"x-designable-bar":"Table.DesignableBar","enum":[]}', '0', 26, '2021-09-12 00:56:42.012+00', '2021-09-12 00:56:42.012+00', NULL), -('fkzlftn3o14', 't8vjwji8udd', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.CardItem"}}', '0', 1, '2021-09-12 00:57:02.598+00', '2021-09-12 00:57:02.598+00', 'xw9hxqfi06n'), -('bv71k1q4yvp', 'z4l7wiazy4e', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-12 00:57:07.746+00', '2021-09-12 00:57:07.746+00', 'fkzlftn3o14'), -('i1abz0a3dw2', 'e92wjomomt9', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 00:57:07.759+00', '2021-09-12 00:57:07.759+00', 'bv71k1q4yvp'), -('hzrmdhjypsf', 'wjqqon0ocam', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"CardItem","default":[],"x-component-props":{"rowKey":"id","dragSort":true,"showIndex":true,"refreshRequestOnChange":true,"pagination":{"pageSize":10},"resource":"users","collectionName":"users"}}', '0', 1, '2021-09-12 00:57:07.772+00', '2021-09-12 00:57:07.772+00', 'i1abz0a3dw2'), -('nai5i8gl2n5', 'g46rhwjdihe', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-12 00:57:07.78+00', '2021-09-12 00:57:07.78+00', 'hzrmdhjypsf'), -('qi2bagnc54o', 'ixa25gf4v1a', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":[]}}', '0', 1, '2021-09-12 00:57:07.787+00', '2021-09-12 00:57:07.787+00', 'nai5i8gl2n5'), -('sdzbz7a19qb', 'bpqs6one3i5', '删除', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-align":"right","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"destroy"},"x-designable-bar":"Table.Action.DesignableBar","x-component-props":{"icon":"DeleteOutlined","confirm":{"title":"删除数据","content":"删除后无法恢复,确定要删除吗?"},"useAction":"{{ Table.useTableDestroyAction }}"}}', '0', 2, '2021-09-12 00:57:07.797+00', '2021-09-12 00:57:07.797+00', 'nai5i8gl2n5'), -('2ajsn2gbvde', '6b1vitu9mlw', '添加', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-align":"right","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"create"},"x-component-props":{"icon":"PlusOutlined","type":"primary"},"x-designable-bar":"Table.Action.DesignableBar"}', '0', 3, '2021-09-12 00:57:07.807+00', '2021-09-12 00:57:07.807+00', 'nai5i8gl2n5'), -('oysejmvxfuk', 'modal', '添加数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Table.useTableCreateAction }}"}}', '0', 1, '2021-09-12 00:57:07.815+00', '2021-09-12 00:57:07.815+00', '2ajsn2gbvde'), -('jrpuh9vtc6n', '8umqjk96she', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 00:57:07.828+00', '2021-09-12 00:57:07.828+00', 'oysejmvxfuk'), -('imqc1wkzxx3', 'o0xbq7zrji2', '操作', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{},"x-designable-bar":"Table.Operation.DesignableBar"}', '0', 2, '2021-09-12 00:57:07.84+00', '2021-09-12 00:57:07.84+00', 'hzrmdhjypsf'), -('stivfufa62x', '0pcj1vt8a0i', NULL, 'void', 'Action.Group', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"}}', '0', 1, '2021-09-12 00:57:07.848+00', '2021-09-12 00:57:07.848+00', 'imqc1wkzxx3'), -('38wqnbvxsnm', 'msib8drtu54', '查看', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"view"}', '0', 1, '2021-09-12 00:57:07.856+00', '2021-09-12 00:57:07.856+00', 'stivfufa62x'), -('t00oxqu2fer', 'y2k229z7rgr', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-12 00:57:07.864+00', '2021-09-12 00:57:07.864+00', '38wqnbvxsnm'), -('g10ys8ubnlj', 'ad97webn7mu', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar"}', '0', 1, '2021-09-12 00:57:07.872+00', '2021-09-12 00:57:07.872+00', 't00oxqu2fer'), -('u9cgrrqx30v', 'p6ri656ococ', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-12 00:57:07.88+00', '2021-09-12 00:57:07.88+00', 'g10ys8ubnlj'), -('c6l3fe493su', 'xxx1fnwhq3q', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-12 00:57:07.886+00', '2021-09-12 00:57:07.886+00', 'u9cgrrqx30v'), -('xw9hxqfi06n', 'mqgmzlde3wc', NULL, 'void', 'Page', '{"_isJSONSchemaObject":true,"version":"2.0"}', '1', 1, '2021-09-12 00:57:02.588+00', '2021-09-12 00:57:02.588+00', NULL), -('zc57lr3dfgw', 'x2bwu51sttx', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_x9kmuovlm79"}}', '0', 1, '2021-09-12 01:21:34.527+00', '2021-09-12 01:21:34.527+00', '8rp2l6eh3gi'), -('i7nwvszk1ul', 'ugthmqfq0mv', '编辑', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"update"}', '0', 2, '2021-09-12 00:57:07.902+00', '2021-09-12 00:57:07.902+00', 'stivfufa62x'), -('r8xmho8ufys', '3ducyhkckzh', '编辑数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-decorator-props":{"useResource":"{{ Table.useResource }}","useValues":"{{ Table.useTableRowRecord }}"},"x-component-props":{"useOkAction":"{{ Table.useTableUpdateAction }}"}}', '0', 1, '2021-09-12 00:57:07.913+00', '2021-09-12 00:57:07.913+00', 'i7nwvszk1ul'), -('m2u2kmo6b67', 'qj4mpfwbrvt', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 00:57:07.919+00', '2021-09-12 00:57:07.919+00', 'r8xmho8ufys'), -('ozrz6h8zguv', 'syiv8jci7t2', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_l6xhfn14zji"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 3, '2021-09-12 00:57:12.156+00', '2021-09-12 00:57:12.156+00', 'hzrmdhjypsf'), -('6zt8a6vfmeg', NULL, '添加时间', 'datetime', 'DatePicker', '{"x-component-props":{"dateFormat":"YYYY-MM-DD"},"x-read-pretty":true,"x-decorator":"FormItem","x-designable-bar":"DatePicker.DesignableBar"}', '0', 27, '2021-09-12 01:05:52.739+00', '2021-09-12 01:05:52.739+00', NULL), -('q1bwolkkq5w', NULL, '最后更新时间', 'datetime', 'DatePicker', '{"x-component-props":{"dateFormat":"YYYY-MM-DD"},"x-read-pretty":true,"x-decorator":"FormItem","x-designable-bar":"DatePicker.DesignableBar"}', '0', 28, '2021-09-12 01:05:52.758+00', '2021-09-12 01:05:52.758+00', NULL), -('si4x29vvkeb', NULL, '添加人', 'object', 'Select.Drawer', '{"x-component-props":{"fieldNames":{"value":"id","label":"nickname"}},"x-decorator":"FormItem","x-read-pretty":true,"x-designable-bar":"Select.Drawer.DesignableBar"}', '0', 29, '2021-09-12 01:05:52.775+00', '2021-09-12 01:05:52.775+00', NULL), -('g6fgjhxwqdt', NULL, '最后修改人', 'object', 'Select.Drawer', '{"x-component-props":{"fieldNames":{"value":"id","label":"nickname"}},"x-decorator":"FormItem","x-read-pretty":true,"x-designable-bar":"Select.Drawer.DesignableBar"}', '0', 30, '2021-09-12 01:05:52.794+00', '2021-09-12 01:05:52.794+00', NULL), -('u1767w73vdn', NULL, '添加时间', 'datetime', 'DatePicker', '{"x-component-props":{"dateFormat":"YYYY-MM-DD"},"x-read-pretty":true,"x-decorator":"FormItem","x-designable-bar":"DatePicker.DesignableBar"}', '0', 31, '2021-09-12 01:06:05.204+00', '2021-09-12 01:06:05.204+00', NULL), -('fmweeu589m9', NULL, '最后更新时间', 'datetime', 'DatePicker', '{"x-component-props":{"dateFormat":"YYYY-MM-DD"},"x-read-pretty":true,"x-decorator":"FormItem","x-designable-bar":"DatePicker.DesignableBar"}', '0', 32, '2021-09-12 01:06:05.219+00', '2021-09-12 01:06:05.219+00', NULL), -('bi9n4qdvvk2', NULL, '添加人', 'object', 'Select.Drawer', '{"x-component-props":{"fieldNames":{"value":"id","label":"nickname"}},"x-decorator":"FormItem","x-read-pretty":true,"x-designable-bar":"Select.Drawer.DesignableBar"}', '0', 33, '2021-09-12 01:06:05.234+00', '2021-09-12 01:06:05.234+00', NULL), -('dzc486mzccr', NULL, '最后修改人', 'object', 'Select.Drawer', '{"x-component-props":{"fieldNames":{"value":"id","label":"nickname"}},"x-decorator":"FormItem","x-read-pretty":true,"x-designable-bar":"Select.Drawer.DesignableBar"}', '0', 34, '2021-09-12 01:06:05.248+00', '2021-09-12 01:06:05.248+00', NULL), -('oo7ejuze28i', NULL, '添加时间', 'datetime', 'DatePicker', '{"x-component-props":{"dateFormat":"YYYY-MM-DD"},"x-read-pretty":true,"x-decorator":"FormItem","x-designable-bar":"DatePicker.DesignableBar"}', '0', 35, '2021-09-12 01:06:55.127+00', '2021-09-12 01:06:55.127+00', NULL), -('1l9qav1f97v', NULL, '最后更新时间', 'datetime', 'DatePicker', '{"x-component-props":{"dateFormat":"YYYY-MM-DD"},"x-read-pretty":true,"x-decorator":"FormItem","x-designable-bar":"DatePicker.DesignableBar"}', '0', 36, '2021-09-12 01:06:55.144+00', '2021-09-12 01:06:55.144+00', NULL), -('ya58lec57fp', NULL, '添加人', 'object', 'Select.Drawer', '{"x-component-props":{"fieldNames":{"value":"id","label":"nickname"}},"x-decorator":"FormItem","x-read-pretty":true,"x-designable-bar":"Select.Drawer.DesignableBar"}', '0', 37, '2021-09-12 01:06:55.16+00', '2021-09-12 01:06:55.16+00', NULL), -('k40ozwnisyr', NULL, '最后修改人', 'object', 'Select.Drawer', '{"x-component-props":{"fieldNames":{"value":"id","label":"nickname"}},"x-decorator":"FormItem","x-read-pretty":true,"x-designable-bar":"Select.Drawer.DesignableBar"}', '0', 38, '2021-09-12 01:06:55.175+00', '2021-09-12 01:06:55.175+00', NULL), -('yo6wjwgsfx2', NULL, '下单时间', 'datetime', 'DatePicker', '{"x-component-props":{"showTime":true,"dateFormat":"YYYY-MM-DD","timeFormat":"HH:mm:ss"},"x-decorator":"FormItem","x-designable-bar":"DatePicker.DesignableBar"}', '0', 39, '2021-09-12 01:09:26.209+00', '2021-09-12 01:09:26.209+00', NULL), -('kmx147xwkrp', NULL, '顾客', 'array', 'Select.Drawer', '{"x-component-props":{},"x-decorator":"FormItem","x-designable-bar":"Select.Drawer.DesignableBar"}', '0', 40, '2021-09-12 01:09:26.225+00', '2021-09-12 01:09:26.225+00', NULL), -('e5r226qqi20', NULL, '消费内容', 'string', 'Select', '{"x-decorator":"FormItem","x-designable-bar":"Select.DesignableBar","enum":[{"value":"i2xjqmnwrsu","label":"A套餐","color":"volcano"},{"value":"x4qnavatfai","label":"B套餐","color":"blue"},{"value":"tqgda8p724l","label":"C套餐","color":"purple"}]}', '0', 41, '2021-09-12 01:09:26.238+00', '2021-09-12 01:09:26.238+00', NULL), -('h73wygfixrg', NULL, '订单', 'array', 'Select.Drawer', '{"x-component-props":{"multiple":true},"x-decorator":"FormItem","x-designable-bar":"Select.Drawer.DesignableBar"}', '0', 42, '2021-09-12 01:09:26.265+00', '2021-09-12 01:09:26.265+00', NULL), -('wfa10dg0vyl', '0av8mj9jq3l', '全部订单', 'void', 'Menu.Link', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar","x-component-props":{"icon":"containeroutlined"}}', '0', 1, '2021-09-12 01:10:07.368+00', '2021-09-12 01:10:07.368+00', 'im4un32remd'), -('r16pf88chlh', '0sf7awkbbay', NULL, 'void', 'Page', '{"_isJSONSchemaObject":true,"version":"2.0"}', '1', 1, '2021-09-12 01:10:07.376+00', '2021-09-12 01:10:07.376+00', 'wfa10dg0vyl'), -('ogl7n8xeh4g', 'pu8svnfaae7', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.CardItem"}}', '0', 1, '2021-09-12 01:10:07.384+00', '2021-09-12 01:10:07.384+00', 'r16pf88chlh'), -('ndkbn5dqzs4', 'i9vlphwxml2', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-12 01:10:12.033+00', '2021-09-12 01:10:12.033+00', 'i8maupbyrqr'), -('tv41iuflns0', 'hi1m7gvp1nz', '删除', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-align":"right","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"destroy"},"x-designable-bar":"Table.Action.DesignableBar","x-component-props":{"icon":"DeleteOutlined","confirm":{"title":"删除数据","content":"删除后无法恢复,确定要删除吗?"},"useAction":"{{ Table.useTableDestroyAction }}"}}', '0', 2, '2021-09-12 01:10:12.056+00', '2021-09-12 01:10:12.056+00', 'ndkbn5dqzs4'), -('im4un32remd', '0t3ogc8kqam', '订单', 'void', 'Menu.SubMenu', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar","x-component-props":{"icon":"fileaddoutlined"}}', '0', 7, '2021-09-12 01:09:53.21+00', '2021-09-14 00:34:37.383+00', 'qqzzjakwkwl'), -('sjc5uxxtwkm', 'lve0bb7tpqo', NULL, 'void', 'Grid.Row', '{"version":"2.0","x-component-props":{"colsize":[72.79090113735784,27.296587926509186]}}', '0', 1, '2021-09-12 01:10:12.008+00', '2021-09-12 07:39:03.824+00', 'ogl7n8xeh4g'), -('hna5hq4l38r', 'lg8lkzm49l6', '添加', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-align":"right","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"create"},"x-component-props":{"icon":"PlusOutlined","type":"primary"},"x-designable-bar":"Table.Action.DesignableBar"}', '0', 3, '2021-09-12 01:10:12.074+00', '2021-09-12 01:10:12.074+00', 'ndkbn5dqzs4'), -('5f7lkzu3hda', 'modal', '添加数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Table.useTableCreateAction }}"}}', '0', 1, '2021-09-12 01:10:12.08+00', '2021-09-12 01:10:12.08+00', 'hna5hq4l38r'), -('3gtya6xukdi', '1k0o6ibj6cf', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 01:10:12.085+00', '2021-09-12 01:10:12.085+00', '5f7lkzu3hda'), -('xdxjz31ekds', '89dintqhzl6', '操作', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{},"x-designable-bar":"Table.Operation.DesignableBar"}', '0', 2, '2021-09-12 01:10:12.103+00', '2021-09-12 01:10:12.103+00', 'i8maupbyrqr'), -('yd9talr3lrb', 'qkzrcqwmldu', NULL, 'void', 'Action.Group', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"}}', '0', 1, '2021-09-12 01:10:12.109+00', '2021-09-12 01:10:12.109+00', 'xdxjz31ekds'), -('grfgh95t4rk', 'k969jftku2c', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-12 01:10:12.136+00', '2021-09-12 01:10:12.136+00', '7ds90qryerh'), -('au8xgar9tv5', '4aimv3nkr7e', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-12 01:10:12.144+00', '2021-09-12 01:10:12.144+00', 'grfgh95t4rk'), -('t3k2jym57q1', 'dtezto2qffv', '编辑', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"update"}', '0', 2, '2021-09-12 01:10:12.158+00', '2021-09-12 01:10:12.158+00', 'yd9talr3lrb'), -('hcmzrfmx94r', '5livvlkcu7p', '编辑数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-decorator-props":{"useResource":"{{ Table.useResource }}","useValues":"{{ Table.useTableRowRecord }}"},"x-component-props":{"useOkAction":"{{ Table.useTableUpdateAction }}"}}', '0', 1, '2021-09-12 01:10:12.164+00', '2021-09-12 01:10:12.164+00', 't3k2jym57q1'), -('dzo9zrof056', 'yo69qf1u3r9', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 01:10:12.171+00', '2021-09-12 01:10:12.171+00', 'hcmzrfmx94r'), -('m4ltb1ya67k', 'options', '关联数据', 'void', 'Select.Options.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Select.useOkAction }}"}}', '0', 1, '2021-09-12 01:10:20.723+00', '2021-09-12 01:10:20.723+00', 'qtwdtjhe0xe'), -('w6ozkcwqb97', 'table', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"BlockItem","x-decorator-props":{"draggable":false},"default":[],"x-component-props":{"rowKey":"id","useRowSelection":"{{ Select.useRowSelection }}","useSelectedRowKeys":"{{ Select.useSelectedRowKeys }}","onSelect":"{{ Select.useSelect() }}","collectionName":"t_fsveob6p269","refreshRequestOnChange":true,"pagination":{"pageSize":10}}}', '0', 1, '2021-09-12 01:10:20.731+00', '2021-09-12 01:10:20.731+00', 'm4ltb1ya67k'), -('jewwt4qkrlg', '57wg4wfrqzb', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-12 01:10:20.738+00', '2021-09-12 01:10:20.738+00', 'w6ozkcwqb97'), -('nqokibplz6f', '213pbt40t09', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":[]}}', '0', 1, '2021-09-12 01:10:20.746+00', '2021-09-12 01:10:20.746+00', 'jewwt4qkrlg'), -('2veqbkhmx6h', 'option', NULL, 'void', 'Select.OptionTag', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 2, '2021-09-12 01:10:20.762+00', '2021-09-12 01:10:20.762+00', 'qtwdtjhe0xe'), -('yh2o0ihutor', 's6wc9n5hne0', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-12 01:10:20.769+00', '2021-09-12 01:10:20.769+00', '2veqbkhmx6h'), -('tvxex3cts8i', '8ko0o9knyzh', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-12 01:10:20.79+00', '2021-09-12 01:10:20.79+00', '6q2ge2n723q'), -('6chv7wh9gy9', 'wd7t4yuzxpo', '全部顾客', 'void', 'Menu.Link', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar","x-component-props":{"icon":"teamoutlined"}}', '0', 1, '2021-09-12 01:11:03.872+00', '2021-09-12 01:11:03.872+00', 'k33sn747t75'), -('o9zz2vpi0k0', 'r82gfts72fy', NULL, 'void', 'Page', '{"_isJSONSchemaObject":true,"version":"2.0"}', '1', 1, '2021-09-12 01:11:03.884+00', '2021-09-12 01:11:03.884+00', '6chv7wh9gy9'), -('fyku58l8svs', 'ag10guls97u', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.CardItem"}}', '0', 1, '2021-09-12 01:11:03.894+00', '2021-09-12 01:11:03.894+00', 'o9zz2vpi0k0'), -('k33sn747t75', 'toiptec9ecn', '顾客', 'void', 'Menu.SubMenu', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar","x-component-props":{"icon":"teamoutlined"}}', '0', 6, '2021-09-12 01:10:51.674+00', '2021-09-12 12:16:08.436+00', 'qqzzjakwkwl'), -('aslfo2li593', 'spsl8qelznn', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-12 01:11:33.883+00', '2021-09-12 01:11:33.883+00', 'm25pry2yof2'), -('6q2ge2n723q', '80gmfnxvnda', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{"icon":"containeroutlined"}}', '0', 1, '2021-09-12 01:10:20.784+00', '2021-09-12 01:54:55.575+00', 'drueiy5hn0w'), -('m25pry2yof2', 'gwrhxxovbta', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"CardItem","default":[],"x-component-props":{"rowKey":"id","dragSort":false,"showIndex":true,"refreshRequestOnChange":true,"pagination":{"pageSize":10},"resource":"t_fsveob6p269","collectionName":"t_fsveob6p269"}}', '0', 2, '2021-09-12 01:11:33.873+00', '2021-09-23 02:53:57.411+00', 'tbrkw7j67dv'), -('v5daj7h03f7', 'rezhf02g51m', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_umjewufbyhj"},"x-designable-bar":"Table.Column.DesignableBar","_isJSONSchemaObject":true}', '0', 4, '2021-09-12 01:10:20.244+00', '2021-09-12 07:38:57.619+00', 'i8maupbyrqr'), -('7ds90qryerh', 'wms4h2zzwka', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar","x-component-props":{"singleton":true}}', '0', 1, '2021-09-12 01:10:12.129+00', '2021-09-14 02:53:59.028+00', 'eq8ty1c1ldv'), -('eq8ty1c1ldv', 'bqnsqblyxd0', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-12 01:10:12.122+00', '2021-09-12 01:10:12.122+00', NULL), -('drueiy5hn0w', 'hqzrnwubybg', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar","x-component-props":{"singleton":true}}', '0', 1, '2021-09-12 01:10:20.776+00', '2021-09-14 03:14:35.99+00', 'yh2o0ihutor'), -('53mjk8nwktv', 'pjmurqm2xzn', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:11:33.862+00', '2021-09-12 01:11:33.862+00', NULL), -('f9bihqdzwoi', 'gc9yhrw3oom', '删除', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-align":"right","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"destroy"},"x-designable-bar":"Table.Action.DesignableBar","x-component-props":{"icon":"DeleteOutlined","confirm":{"title":"删除数据","content":"删除后无法恢复,确定要删除吗?"},"useAction":"{{ Table.useTableDestroyAction }}"}}', '0', 2, '2021-09-12 01:11:33.904+00', '2021-09-12 01:11:33.904+00', 'aslfo2li593'), -('2k28iunkmjw', 'w0n0kctetxb', '添加', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-align":"right","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"create"},"x-component-props":{"icon":"PlusOutlined","type":"primary"},"x-designable-bar":"Table.Action.DesignableBar"}', '0', 3, '2021-09-12 01:11:33.915+00', '2021-09-12 01:11:33.915+00', 'aslfo2li593'), -('777gho3ucdd', 'modal', '添加数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Table.useTableCreateAction }}"}}', '0', 1, '2021-09-12 01:11:33.927+00', '2021-09-12 01:11:33.927+00', '2k28iunkmjw'), -('22witz3g5qp', 'gobvb7mfrb8', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 01:11:33.935+00', '2021-09-12 01:11:33.935+00', '777gho3ucdd'), -('9howq9m8gs1', 'glmomd8yq21', NULL, 'void', 'Action.Group', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"}}', '0', 1, '2021-09-12 01:11:33.961+00', '2021-09-12 01:11:33.961+00', 'bceywyhrjmk'), -('iaxzbfxslth', 'osjcqk398jr', '查看', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"view"}', '0', 1, '2021-09-12 01:11:33.967+00', '2021-09-12 01:11:33.967+00', '9howq9m8gs1'), -('5pg2jxcphsc', 'fp5t45pemhg', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-12 01:11:33.976+00', '2021-09-12 01:11:33.976+00', 'iaxzbfxslth'), -('q282cw6jjk1', 'bvgwjuwfxd1', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar"}', '0', 1, '2021-09-12 01:11:33.984+00', '2021-09-12 01:11:33.984+00', '5pg2jxcphsc'), -('jf4rvr8ev5h', '4miguuscpb8', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-12 01:11:33.997+00', '2021-09-12 01:11:33.997+00', 'hczibotbvz2'), -('7b0s6zupndc', 'kjv1si32czw', '编辑', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"update"}', '0', 2, '2021-09-12 01:11:34.017+00', '2021-09-12 01:11:34.017+00', '9howq9m8gs1'), -('yb2zg16i1km', '429ybajjur9', '编辑数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-decorator-props":{"useResource":"{{ Table.useResource }}","useValues":"{{ Table.useTableRowRecord }}"},"x-component-props":{"useOkAction":"{{ Table.useTableUpdateAction }}"}}', '0', 1, '2021-09-12 01:11:34.026+00', '2021-09-12 01:11:34.026+00', '7b0s6zupndc'), -('6z1xnufz6qe', '1s4smmvwe93', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 01:11:34.032+00', '2021-09-12 01:11:34.032+00', 'yb2zg16i1km'), -('r9i0nuz6gaa', NULL, '姓名', 'string', 'Input', '{"x-decorator":"FormItem","x-designable-bar":"Input.DesignableBar"}', '0', 43, '2021-09-12 01:13:43.207+00', '2021-09-12 01:13:43.207+00', NULL), -('d0vxh9zspr0', NULL, '手机号码', 'string', 'Input', '{"x-decorator":"FormItem","x-validator":"phone","x-designable-bar":"Input.DesignableBar"}', '0', 44, '2021-09-12 01:13:43.225+00', '2021-09-12 01:13:43.225+00', NULL), -('cntdgyegzk1', NULL, '性别', 'string', 'Radio.Group', '{"x-decorator":"FormItem","x-designable-bar":"Radio.DesignableBar","enum":[{"value":"khan8z430yx","label":"男","color":"geekblue"},{"value":"59khrisonj6","label":"女","color":"orange"}]}', '0', 45, '2021-09-12 01:13:43.244+00', '2021-09-12 01:13:43.244+00', NULL), -('wy9l25k1k8n', NULL, '生日', 'datetime', 'DatePicker', '{"x-component-props":{"showTime":false,"dateFormat":"YYYY-MM-DD"},"x-decorator":"FormItem","x-designable-bar":"DatePicker.DesignableBar"}', '0', 46, '2021-09-12 01:13:43.265+00', '2021-09-12 01:13:43.265+00', NULL), -('mz5lwuvl3ne', NULL, '合同资料', 'array', 'Upload.Attachment', '{"x-decorator":"FormItem","x-designable-bar":"Upload.DesignableBar","x-component-props":{"multiple":true}}', '0', 47, '2021-09-12 01:13:43.301+00', '2021-09-12 01:13:43.301+00', NULL), -('ic1crmml3ww', NULL, '备注', 'string', 'Input.TextArea', '{"x-decorator":"FormItem","x-designable-bar":"Input.DesignableBar"}', '0', 48, '2021-09-12 01:13:43.32+00', '2021-09-12 01:13:43.32+00', NULL), -('vc7jvb0em51', '2rpzzkdngbo', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-12 01:14:15.956+00', '2021-09-12 01:14:15.956+00', '22witz3g5qp'), -('wtuhk4bann5', 'fmm03j2mt8v', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:14:15.963+00', '2021-09-12 01:14:15.963+00', 'vc7jvb0em51'), -('hluydy0pi2o', 'r22lpqhyzsx', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 3, '2021-09-12 01:14:18.807+00', '2021-09-12 01:14:18.807+00', '22witz3g5qp'), -('apabsv0yg2q', '1g6uvocosd6', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:14:17.511+00', '2021-09-12 01:14:17.511+00', NULL), -('dubqcfoeq15', 'woed7vfczcb', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_vgw4f62h16e"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 4, '2021-09-12 01:13:49.002+00', '2021-09-26 01:40:11.789+00', 'm25pry2yof2'), -('hczibotbvz2', 'jbs3r05u50o', '资料', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{"icon":"useroutlined"}}', '0', 1, '2021-09-12 01:11:33.99+00', '2021-09-12 01:23:28.504+00', 'q282cw6jjk1'), -('jmz9esp7c20', '25buhserozn', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_x9kmuovlm79"},"required":true}', '0', 1, '2021-09-12 01:14:17.518+00', '2021-09-12 01:17:46.58+00', 'b5vjs506lyu'), -('yvspx17cglv', 'dmmbrg2jlqg', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 01:06:26.454+00', '2021-09-14 01:06:26.454+00', NULL), -('1jedgeo94xg', 'py477djvyjy', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 3, '2021-09-14 03:16:16.382+00', '2021-09-14 03:16:16.382+00', '4tbaimvtzis'), -('5wmi74rpmj6', 'vp0wppz6qtv', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:16:16.391+00', '2021-09-14 03:16:16.391+00', '1jedgeo94xg'), -('0qm1vj5t0dn', 'iiyz49vv29u', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_61znsfh307m"}}', '0', 1, '2021-09-14 03:16:16.397+00', '2021-09-14 03:16:16.397+00', '5wmi74rpmj6'), -('bceywyhrjmk', 'ljudn2t3cp8', '操作', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{},"x-designable-bar":"Table.Operation.DesignableBar"}', '0', 3, '2021-09-12 01:11:33.953+00', '2021-09-17 07:43:29.625+00', 'm25pry2yof2'), -('6yt6ty5gkhr', 'u1nzo8wa5qs', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:14:21.002+00', '2021-09-12 01:14:21.002+00', '1swy4yztzes'), -('79g2vkwum4c', 'h4dbd1dvt4t', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_tdoe0q00xc6"}}', '0', 1, '2021-09-12 01:14:21.009+00', '2021-09-12 01:14:21.009+00', '6yt6ty5gkhr'), -('4xzjetbp5tc', 'cuqc88t2ma9', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:14:21.505+00', '2021-09-12 01:14:21.505+00', '21khaxi97r3'), -('8b4uwbnbf26', 'g0bltxjxqmm', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_kk4nspj1i28"}}', '0', 1, '2021-09-12 01:14:21.512+00', '2021-09-12 01:14:21.512+00', '4xzjetbp5tc'), -('nfe18h31k3u', 'uj1z5cjz0yn', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_vgw4f62h16e"},"required":true}', '0', 1, '2021-09-12 01:14:15.969+00', '2021-09-12 01:14:26.436+00', 'wtuhk4bann5'), -('anwph5e5kub', 'l9dru06qm0k', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:21:29.49+00', '2021-09-12 01:21:29.49+00', '19hvzgb1jz5'), -('oyzz4l3hdz0', 'ydm5d3avyyz', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:14:19.966+00', '2021-09-12 01:14:19.966+00', NULL), -('zvd6gh9ikuu', 'fgd5nncqm6s', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_3det6kr3vn8"},"required":true}', '0', 1, '2021-09-12 01:14:18.826+00', '2021-09-12 01:15:02.149+00', 'enwykdtf64o'), -('enwykdtf64o', '6tvz4juk4km', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-12 01:15:02.142+00', '2021-09-12 01:15:02.164+00', 'vc7jvb0em51'), -('0jxb4dmrc1x', 'a353elbncoc', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_61znsfh307m"},"required":true}', '0', 1, '2021-09-12 01:17:29.67+00', '2021-09-12 01:18:08.981+00', '7t77ao8zf3y'), -('2h9pf1b6olk', '9o4lf7kfp0o', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_bysgds7j36p"}}', '0', 1, '2021-09-12 01:14:19.975+00', '2021-09-12 01:15:08.468+00', 'a3lfj4ufg57'), -('a3lfj4ufg57', '8l8m8wufce1', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 0, '2021-09-12 01:15:08.455+00', '2021-09-12 01:15:08.483+00', 'hluydy0pi2o'), -('zncs2fmi3md', NULL, '会员等级', 'string', 'Select', '{"x-decorator":"FormItem","x-designable-bar":"Select.DesignableBar","enum":[{"value":"z7wq1mkwmmx","label":"拂晓会员","color":"blue"},{"value":"plcxasw2xrs","label":"日暮会员","color":"orange"},{"value":"e3fb46gnarj","label":"青柠会员","color":"lime"},{"value":"h5cxo6g48lj","label":" 酱紫会员","color":"purple"}]}', '0', 49, '2021-09-12 01:17:01.049+00', '2021-09-12 01:17:01.049+00', NULL), -('o21p57oi4ci', NULL, '地址', 'array', 'Cascader', '{"x-component-props":{"changeOnSelectLast":false,"loadData":"{{ ChinaRegion.loadData() }}","labelInValue":true,"maxLevel":3,"fieldNames":{"label":"name","value":"code","children":"children"}},"x-reactions":["{{ChinaRegion.useFieldValue}}","{{useAsyncDataSource(ChinaRegion.loadDataSource())}}"],"x-decorator":"FormItem","x-designable-bar":"Cascader.DesignableBar"}', '0', 50, '2021-09-12 01:17:01.065+00', '2021-09-12 01:17:01.065+00', NULL), -('y9pc4sua6q7', '0wicv1in4co', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 3, '2021-09-23 02:53:11.395+00', '2021-09-23 02:53:16.615+00', 'k50qsygrdju'), -('cexqu9aljyo', 'viqzudzapsd', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_vgw4f62h16e"}}', '0', 1, '2021-09-12 01:21:29.499+00', '2021-09-12 01:21:29.499+00', 'anwph5e5kub'), -('atinc1dlozk', 'gtwsrd24pwu', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:17:30.204+00', '2021-09-12 01:17:30.204+00', NULL), -('b5vjs506lyu', 'ommvztbfurm', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:17:46.573+00', '2021-09-12 01:17:46.573+00', 'vzcuhg55sn3'), -('1swy4yztzes', '3ozjaernleo', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 6, '2021-09-12 01:14:20.995+00', '2021-09-12 01:17:46.595+00', '22witz3g5qp'), -('21khaxi97r3', 'iazoviy990a', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 7, '2021-09-12 01:14:21.499+00', '2021-09-12 01:17:46.595+00', '22witz3g5qp'), -('7t77ao8zf3y', 'cc1np91buct', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', -1, '2021-09-12 01:18:08.972+00', '2021-09-12 01:18:09+00', 'hluydy0pi2o'), -('vzcuhg55sn3', 'outlv9mq1ez', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 5, '2021-09-12 01:17:46.564+00', '2021-09-12 01:17:46.598+00', '22witz3g5qp'), -('74jdmf7htme', 'o81z6jliczi', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:17:29.66+00', '2021-09-12 01:17:29.66+00', NULL), -('8rbqppijo6v', '65q04heh01j', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_n6snaop9d4y"}}', '0', 1, '2021-09-12 01:17:30.21+00', '2021-09-12 01:18:11.496+00', '4qzisdp3fpx'), -('4qzisdp3fpx', 'yvhd3j8evvg', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 0, '2021-09-12 01:18:11.486+00', '2021-09-12 01:18:11.509+00', 'vzcuhg55sn3'), -('nf32jixkuac', 'voz2fj5gb3o', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-12 01:21:26.386+00', '2021-09-12 01:21:26.386+00', 'jf4rvr8ev5h'), -('cz06k9ro7eh', 'gzu1yd9dch2', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:21:26.396+00', '2021-09-12 01:21:26.396+00', 'nf32jixkuac'), -('vvg3uj45z6k', 'urdf0zcwjvb', NULL, 'void', 'Form', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-read-pretty":true,"x-component-props":{"useResource":"{{ Table.useResource }}"},"x-designable-bar":"Form.DesignableBar"}', '0', 1, '2021-09-12 01:21:26.403+00', '2021-09-12 01:21:26.403+00', 'cz06k9ro7eh'), -('70pez9j2s6n', 'tgqdvnnb6ko', NULL, 'void', 'Action.Bar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Action.Bar.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-12 01:21:26.412+00', '2021-09-12 01:21:26.412+00', 'vvg3uj45z6k'), -('blgc7o07897', '5iunrh4nymu', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 2, '2021-09-12 01:21:26.42+00', '2021-09-12 01:21:26.42+00', 'vvg3uj45z6k'), -('19hvzgb1jz5', 'gw6shks3mcb', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-12 01:21:29.484+00', '2021-09-12 01:21:29.484+00', 'blgc7o07897'), -('i4ffmbtsbk9', 'oxw4vj4y9pw', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 3, '2021-09-12 01:21:33.991+00', '2021-09-12 01:21:33.991+00', 'blgc7o07897'), -('8v7bi9r7q6h', '0t8uvcph9gw', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:21:33.999+00', '2021-09-12 01:21:33.999+00', 'i4ffmbtsbk9'), -('3lo11hxgzke', 'ibwnjqstl1i', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_bysgds7j36p"}}', '0', 1, '2021-09-12 01:21:34.006+00', '2021-09-12 01:21:34.006+00', '8v7bi9r7q6h'), -('n02x4dcefxx', '06q5l8obr24', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 4, '2021-09-12 01:21:34.505+00', '2021-09-12 01:21:34.505+00', 'blgc7o07897'), -('cvwb42tx2ro', '5ddxcinqdo5', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:21:32.528+00', '2021-09-12 01:21:32.528+00', NULL), -('r07c2nk7bth', 'ledjnkq83io', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:34:59.866+00', '2021-09-14 02:34:59.866+00', NULL), -('e4ylnpoef0i', 'b3tplj340ns', NULL, 'void', 'Action.Bar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Action.Bar.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-14 02:40:45.828+00', '2021-09-14 02:40:45.828+00', 'm3g53ifw6yn'), -('rhkqkgcyox9', 'svz85x018xm', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 7, '2021-09-12 01:21:38.501+00', '2021-09-12 01:21:38.501+00', 'blgc7o07897'), -('qsbw5i7m5dy', 'znlrxcz1znf', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:21:38.508+00', '2021-09-12 01:21:38.508+00', 'rhkqkgcyox9'), -('e3v3ll2nyrp', 'u3unof4xym6', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_tdoe0q00xc6"}}', '0', 1, '2021-09-12 01:21:38.514+00', '2021-09-12 01:21:38.514+00', 'qsbw5i7m5dy'), -('yw67h0a57nh', 'si4gdea160t', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 8, '2021-09-12 01:21:39.121+00', '2021-09-12 01:21:39.121+00', 'blgc7o07897'), -('nuntw5bi3bz', 'wsik8zl0ex2', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:21:39.132+00', '2021-09-12 01:21:39.132+00', 'yw67h0a57nh'), -('9x1nmfi9uaa', '0c8lgbpso1n', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_kk4nspj1i28"}}', '0', 1, '2021-09-12 01:21:39.148+00', '2021-09-12 01:21:39.148+00', 'nuntw5bi3bz'), -('ji78aeg27tl', 'fdh5e0f100k', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-12 01:21:56.183+00', '2021-09-12 01:21:56.183+00', '6z1xnufz6qe'), -('z75wbl9gpf6', 'og2kvbj720t', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:21:56.2+00', '2021-09-12 01:21:56.2+00', 'ji78aeg27tl'), -('oq5shoaso6r', 'sib1bq6zhbg', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 3, '2021-09-12 01:21:57.613+00', '2021-09-12 01:21:57.613+00', '6z1xnufz6qe'), -('tdvgxfkjzbk', 'r52wsttca2z', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:21:58.471+00', '2021-09-12 01:21:58.471+00', 'hcxvjjp01rm'), -('e9frsg4c2wh', 'sejbpe89y2r', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_tdoe0q00xc6"}}', '0', 1, '2021-09-12 01:21:58.477+00', '2021-09-12 01:21:58.477+00', 'tdvgxfkjzbk'), -('xlebz4fihz2', 'jyh7slauicz', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:21:59.549+00', '2021-09-12 01:21:59.549+00', '43igy4t356y'), -('q2vpumk541b', 'lbc1a7nb2pf', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_kk4nspj1i28"}}', '0', 1, '2021-09-12 01:21:59.556+00', '2021-09-12 01:21:59.556+00', 'xlebz4fihz2'), -('uau6m00lv7v', 'ny9hno0fa1u', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"CardItem","default":[],"x-component-props":{"rowKey":"id","dragSort":true,"showIndex":true,"refreshRequestOnChange":true,"pagination":{"pageSize":10},"collectionName":"t_geso7fru7a9","resourceName":"f_c8mes0kp1zt","associatedName":"t_fsveob6p269","useResource":"{{ Association.useResource }}"}}', '0', 1, '2021-09-12 01:22:53.405+00', '2021-09-12 01:22:53.405+00', 'hiioacy62iu'), -('cmskpxawxvh', 'mbedjlcosxo', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-12 01:22:53.505+00', '2021-09-12 01:22:53.505+00', 'uau6m00lv7v'), -('hiioacy62iu', 'z4n8nwj46ce', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:22:53.394+00', '2021-09-12 01:22:53.394+00', NULL), -('e142txpgx00', '0h3d7jwyme5', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-12 01:23:35.373+00', '2021-09-12 01:23:35.373+00', 'h1whr84k5bq'), -('tv8m71uw1py', 'zlo21ovic7a', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:21:36.389+00', '2021-09-12 01:21:36.389+00', NULL), -('h1whr84k5bq', '7rxij2t1px8', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar","x-component-props":{"singleton":true}}', '0', 1, '2021-09-12 01:23:35.367+00', '2021-09-14 03:01:12.768+00', 'ius64go0no5'), -('nm95mjnpjxo', 'cmpbe3oa5e9', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:21:37.364+00', '2021-09-12 01:21:37.364+00', NULL), -('m0yshj16enj', 'x928sncgk8b', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_x9kmuovlm79"},"required":true}', '0', 1, '2021-09-12 01:21:57.632+00', '2021-09-12 01:30:48.51+00', 'k1rywkn2rsl'), -('02e3umxvucf', 'hrz142bynrx', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:21:57.092+00', '2021-09-12 01:21:57.092+00', NULL), -('eh2cndbd9a0', 'dze15prtjfc', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_n6snaop9d4y"}}', '0', 1, '2021-09-12 01:21:37.371+00', '2021-09-14 01:06:56.363+00', 'jmid3ozvdyd'), -('wcfxdvqp3x5', 'tfsqxjjmlmi', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:21:59.954+00', '2021-09-12 01:21:59.954+00', NULL), -('l9a4k7bdzl7', 't0a56k3okhm', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_bysgds7j36p"}}', '0', 1, '2021-09-12 01:21:58.018+00', '2021-09-12 01:30:06.472+00', 'oela9g3zkms'), -('ya7p8753vce', 'puvlxbvz13o', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_3det6kr3vn8"},"required":true}', '0', 1, '2021-09-12 01:21:57.099+00', '2021-09-12 01:30:42.545+00', 'bywtw8gm0lg'), -('cakd89kovzv', 'uktno9vzqw1', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:21:58.009+00', '2021-09-12 01:21:58.009+00', NULL), -('nxdfki439tg', 'ltigy2sbdcc', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_n6snaop9d4y"}}', '0', 1, '2021-09-12 01:22:00.386+00', '2021-09-12 01:30:09.272+00', 'v5uk0kpexp1'), -('hcxvjjp01rm', '4r3nynkszm4', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 6, '2021-09-12 01:21:58.462+00', '2021-09-12 01:30:09.292+00', '6z1xnufz6qe'), -('43igy4t356y', '7ogvf6jb2y5', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 7, '2021-09-12 01:21:59.54+00', '2021-09-12 01:30:09.292+00', '6z1xnufz6qe'), -('b6huhuwlc6c', '1psnwb9curs', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:22:00.373+00', '2021-09-12 01:22:00.373+00', NULL), -('6m4qvt6rhc3', 'p1m6uvve5fw', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_vgw4f62h16e"},"required":true}', '0', 1, '2021-09-12 01:21:56.208+00', '2021-09-12 01:30:40.92+00', 'z75wbl9gpf6'), -('oelsj9cxstj', 'lklvtvx4gkf', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_61znsfh307m"},"required":true}', '0', 1, '2021-09-12 01:21:59.963+00', '2021-09-12 01:30:44.182+00', 'lok088drns4'), -('efn57tegqi3', 'sfyv9yk1ovs', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":[]}}', '0', 1, '2021-09-12 01:22:53.651+00', '2021-09-12 01:22:53.651+00', 'cmskpxawxvh'), -('yp55u0dmo91', 'iqhen4kug2s', '删除', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-align":"right","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"destroy"},"x-designable-bar":"Table.Action.DesignableBar","x-component-props":{"icon":"DeleteOutlined","confirm":{"title":"删除数据","content":"删除后无法恢复,确定要删除吗?"},"useAction":"{{ Table.useTableDestroyAction }}"}}', '0', 2, '2021-09-12 01:22:53.661+00', '2021-09-12 01:22:53.661+00', 'cmskpxawxvh'), -('augi3fn809b', '9o5x6zijl1b', '添加', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-align":"right","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"create"},"x-component-props":{"icon":"PlusOutlined","type":"primary"},"x-designable-bar":"Table.Action.DesignableBar"}', '0', 3, '2021-09-12 01:22:53.67+00', '2021-09-12 01:22:53.67+00', 'cmskpxawxvh'), -('37ag2od1d8j', 'modal', '添加数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Table.useTableCreateAction }}"}}', '0', 1, '2021-09-12 01:22:53.676+00', '2021-09-12 01:22:53.676+00', 'augi3fn809b'), -('0v607mzykm0', 'rfjd4xmkz6h', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 01:22:53.683+00', '2021-09-12 01:22:53.683+00', '37ag2od1d8j'), -('94oll3bw97c', 'p51emqtoyf9', '操作', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{},"x-designable-bar":"Table.Operation.DesignableBar"}', '0', 2, '2021-09-12 01:22:53.7+00', '2021-09-12 01:22:53.7+00', 'uau6m00lv7v'), -('dllmlkcte63', 'gm85aslpc1p', NULL, 'void', 'Action.Group', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"}}', '0', 1, '2021-09-12 01:22:53.708+00', '2021-09-12 01:22:53.708+00', '94oll3bw97c'), -('zvbpcwnauno', 'opqh0c2425o', '查看', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"view"}', '0', 1, '2021-09-12 01:22:53.718+00', '2021-09-12 01:22:53.718+00', 'dllmlkcte63'), -('m53qozeneda', 'olbpwwligz3', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-12 01:22:53.725+00', '2021-09-12 01:22:53.725+00', 'zvbpcwnauno'), -('w5jgb1kpp88', '2i4ypmo6nqy', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar"}', '0', 1, '2021-09-12 01:22:53.732+00', '2021-09-12 01:22:53.732+00', 'm53qozeneda'), -('abs1goya1lr', '56gvpkzreg4', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-12 01:22:53.74+00', '2021-09-12 01:22:53.74+00', 'w5jgb1kpp88'), -('8pi513m1okg', 'c72oyvad6f7', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-12 01:22:53.748+00', '2021-09-12 01:22:53.748+00', 'abs1goya1lr'), -('nxlpgf86bw3', 'rg3ub0sp8co', '编辑', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"update"}', '0', 2, '2021-09-12 01:22:53.771+00', '2021-09-12 01:22:53.771+00', 'dllmlkcte63'), -('zb03lq3dmvd', '1lk8e6e997w', '编辑数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-decorator-props":{"useResource":"{{ Table.useResource }}","useValues":"{{ Table.useTableRowRecord }}"},"x-component-props":{"useOkAction":"{{ Table.useTableUpdateAction }}"}}', '0', 1, '2021-09-12 01:22:53.777+00', '2021-09-12 01:22:53.777+00', 'nxlpgf86bw3'), -('2djq2hcfogn', 'qofycnimy95', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 01:22:53.786+00', '2021-09-12 01:22:53.786+00', 'zb03lq3dmvd'), -('v4mbsb1a0up', 'sc8k8adjuxy', '订单', 'void', 'Tabs.TabPane', '{"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{"icon":"containeroutlined"}}', '0', 2, '2021-09-12 01:23:17.224+00', '2021-09-12 01:23:17.224+00', 'q282cw6jjk1'), -('b61xvujsfh3', '77zz0vrbhkj', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-12 01:23:17.232+00', '2021-09-12 01:23:17.232+00', 'v4mbsb1a0up'), -('z1268ra0tr2', 'qbgk9ghfowl', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-12 01:23:35.097+00', '2021-09-12 01:23:35.097+00', 'b61xvujsfh3'), -('ugv0r28257r', '9b04icvmrx3', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:23:35.107+00', '2021-09-12 01:23:35.107+00', 'z1268ra0tr2'), -('7noddgavw9a', 'fyj2vrfeygq', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-12 01:23:35.259+00', '2021-09-12 01:23:35.259+00', 'l2uq7pgdrht'), -('zmglva0osa6', 'rb4qaopia8b', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 01:23:35.318+00', '2021-09-12 01:23:35.318+00', 'txo05vnvkml'), -('e24uwkfa1ij', 'v7tzl73m4pn', '操作', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{},"x-designable-bar":"Table.Operation.DesignableBar"}', '0', 2, '2021-09-12 01:23:35.341+00', '2021-09-12 01:23:35.341+00', 'l2uq7pgdrht'), -('b8h6m1a0b0i', 'lhwj3rxvwun', NULL, 'void', 'Action.Group', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"}}', '0', 1, '2021-09-12 01:23:35.348+00', '2021-09-12 01:23:35.348+00', 'e24uwkfa1ij'), -('txo05vnvkml', 'modal', '添加数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Table.useTableCreateAction }}"}}', '0', 1, '2021-09-12 01:23:35.31+00', '2021-09-12 01:23:35.31+00', NULL), -('ius64go0no5', '393mnzsyvl4', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-12 01:23:35.361+00', '2021-09-12 01:23:35.361+00', NULL), -('ac8hulvrzph', 'ec83njwcxbh', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-12 01:23:35.383+00', '2021-09-12 01:23:35.383+00', 'e142txpgx00'), -('u0dsigvg0sx', 'et6kwq0nyby', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 01:23:35.418+00', '2021-09-12 01:23:35.418+00', 'gag61cozr0o'), -('h8elgw485c0', 'wk22p6fae33', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:24:20.6+00', '2021-09-12 01:24:20.6+00', 'xz87tw0xkbj'), -('ltatx1gexrw', 'zmagbbdzxp3', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:24:21.003+00', '2021-09-12 01:24:21.003+00', 'pit19i41iow'), -('bmfng1sn6od', 'options', '关联数据', 'void', 'Select.Options.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Select.useOkAction }}"}}', '0', 1, '2021-09-12 01:24:21.023+00', '2021-09-12 01:24:21.023+00', '0ta9xk8f2pm'), -('0s69s3n7w0z', 'table', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"BlockItem","x-decorator-props":{"draggable":false},"default":[],"x-component-props":{"rowKey":"id","useSelectedRowKeys":"{{ Select.useSelectedRowKeys }}","onSelect":"{{ Select.useSelect() }}","useRowSelection":"{{ Select.useRowSelection }}","collectionName":"t_fsveob6p269","refreshRequestOnChange":true,"pagination":{"pageSize":10}}}', '0', 1, '2021-09-12 01:24:21.031+00', '2021-09-12 01:24:21.031+00', 'bmfng1sn6od'), -('o9psolreeej', 'q61lywq58gg', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-12 01:24:21.041+00', '2021-09-12 01:24:21.041+00', '0s69s3n7w0z'), -('rtxorr7wdal', 'segyrbv5eke', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":[]}}', '0', 1, '2021-09-12 01:24:21.054+00', '2021-09-12 01:24:21.054+00', 'o9psolreeej'), -('nm5dfs0rgds', 'option', NULL, 'void', 'Select.OptionTag', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 2, '2021-09-12 01:24:21.074+00', '2021-09-12 01:24:21.074+00', '0ta9xk8f2pm'), -('yyqbjy7dn8n', '9ojblmi2o7m', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-12 01:24:21.082+00', '2021-09-12 01:24:21.082+00', 'nm5dfs0rgds'), -('ywufiodzk4k', 'eu89fa5km7k', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar"}', '0', 1, '2021-09-12 01:24:21.089+00', '2021-09-12 01:24:21.089+00', 'yyqbjy7dn8n'), -('xf7nssi5fl8', '37ey2f1yus4', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-12 01:24:21.095+00', '2021-09-12 01:24:21.095+00', 'ywufiodzk4k'), -('e50x62s7azv', 'fumjk94va5d', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-12 01:24:21.104+00', '2021-09-12 01:24:21.104+00', 'xf7nssi5fl8'), -('28dzsq4laoi', 'kruv1g035am', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:24:21.852+00', '2021-09-12 01:24:21.852+00', '81hr4bigan1'), -('8s9i0yj0wbc', 'k4l5px2jmg1', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-12 01:25:48.678+00', '2021-09-12 01:25:48.678+00', '19hvzgb1jz5'), -('fjsz2gs4rnv', 'ecz449ziaby', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_3det6kr3vn8"}}', '0', 1, '2021-09-12 01:21:32.543+00', '2021-09-12 01:25:48.695+00', '8s9i0yj0wbc'), -('sotljynqmed', '8ic8a8fcfar', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_61znsfh307m"}}', '0', 1, '2021-09-12 01:21:36.394+00', '2021-09-12 01:26:03.992+00', 'whd102dqqx0'), -('whd102dqqx0', '3h8ko0bsb36', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 0, '2021-09-12 01:26:03.978+00', '2021-09-12 01:26:04.007+00', 'i4ffmbtsbk9'), -('0ta9xk8f2pm', 'zesiqbggbk1', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_kkopbnfdd0v","fieldNames":{"label":"f_vgw4f62h16e","value":"id"}},"required":true}', '0', 1, '2021-09-12 01:24:21.011+00', '2021-09-14 02:02:15.096+00', 'ltatx1gexrw'), -('gag61cozr0o', 'whvvq1w2w8q', '编辑数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-decorator-props":{"useResource":"{{ Table.useResource }}","useValues":"{{ Table.useTableRowRecord }}"},"x-component-props":{"useOkAction":"{{ Table.useTableUpdateAction }}"}}', '0', 1, '2021-09-12 01:23:35.411+00', '2021-09-12 01:23:35.411+00', NULL), -('bywtw8gm0lg', 'x5iccc2aowi', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-12 01:29:58.241+00', '2021-09-12 01:29:58.241+00', 'ji78aeg27tl'), -('lok088drns4', 'fu2qnwgzqy8', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 0, '2021-09-12 01:30:03.08+00', '2021-09-12 01:30:03.113+00', 'oq5shoaso6r'), -('oela9g3zkms', 'pwnovm1ooyu', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 1, '2021-09-12 01:30:06.464+00', '2021-09-12 01:30:06.494+00', 'oq5shoaso6r'), -('v5uk0kpexp1', '6ku3qv725hc', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:30:09.263+00', '2021-09-12 01:30:09.263+00', 'u0yzvj1jwg4'), -('u0yzvj1jwg4', '8tuhlzjgfig', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 5, '2021-09-12 01:30:09.253+00', '2021-09-12 01:30:09.296+00', '6z1xnufz6qe'), -('k1rywkn2rsl', 'z5ejbmapedi', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-12 01:30:11.43+00', '2021-09-12 01:30:11.43+00', 'u0yzvj1jwg4'), -('q9n340uebz5', '4761vjxpegw', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_umjewufbyhj"},"required":true}', '0', 1, '2021-09-12 01:24:20.61+00', '2021-09-14 02:02:07.443+00', 'h8elgw485c0'), -('xl5y914i1s9', 'tz5okdlnp7c', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_nlgk67tpdql"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 4, '2021-09-12 01:23:47.674+00', '2021-09-14 03:01:50.45+00', 'l2uq7pgdrht'), -('pwbqkiw66bv', 'xhx3fhtfywp', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_nlgk67tpdql"},"required":true}', '0', 1, '2021-09-12 01:24:21.863+00', '2021-09-14 02:02:18.45+00', '28dzsq4laoi'), -('bynbs9pu3jd', '3nn4vi8zpcw', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_umjewufbyhj"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 5, '2021-09-12 01:23:48.188+00', '2021-09-14 03:01:50.45+00', 'l2uq7pgdrht'), -('hg7yi3bwgwo', 't05rtv5ctoi', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 07:34:27.002+00', '2021-09-12 07:34:27.002+00', NULL), -('dnm8gsjd5pk', 'n6vvzxrel39', '更新记录', 'void', 'Tabs.TabPane', '{"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{"icon":"cloudserveroutlined"}}', '0', 3, '2021-09-12 01:31:26.25+00', '2021-09-12 01:31:26.25+00', 'q282cw6jjk1'), -('zmclu94kshw', '1t3a051ip5t', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-12 01:31:26.268+00', '2021-09-12 01:31:26.268+00', 'dnm8gsjd5pk'), -('gj9wedlk24u', 'pnngioacq1v', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-12 01:31:30.274+00', '2021-09-12 01:31:30.274+00', 'zmclu94kshw'), -('crkujrzrajo', 'y4mpcfti73o', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:31:30.288+00', '2021-09-12 01:31:30.288+00', 'gj9wedlk24u'), -('jk6hplao83m', 'table', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-designable-bar":"Table.SimpleDesignableBar","default":[],"x-component-props":{"useResource":"{{ Table.useActionLogsResource }}","collectionName":"action_logs","rowKey":"id","showIndex":true,"defaultSort":["-id"],"defaultAppends":["user","collection"],"refreshRequestOnChange":true,"pagination":{"pageSize":10}}}', '0', 1, '2021-09-12 01:31:30.311+00', '2021-09-12 01:31:30.311+00', 'crkujrzrajo'), -('8pzeumw5boe', 'b90azrrpbv3', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:31:30.331+00', '2021-09-12 01:31:30.331+00', 'jk6hplao83m'), -('8f9rd19lfy4', '2371poekw0l', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-align":"left","x-component-props":{"fieldNames":[]}}', '0', 1, '2021-09-12 01:31:30.339+00', '2021-09-12 01:31:30.339+00', '8pzeumw5boe'), -('bwhicfamxxv', 'column1', '操作类型', 'void', 'Filter.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"operations":[{"label":"等于","value":"eq","selected":true,"schema":{"x-component":"Select"}},{"label":"不等于","value":"ne","schema":{"x-component":"Select"}},{"label":"包含","value":"in","schema":{"x-component":"Select","x-component-props":{"mode":"tags"}}},{"label":"不包含","value":"notIn","schema":{"x-component":"Select","x-component-props":{"mode":"tags"}}},{"label":"非空","value":"$notNull","noValue":true},{"label":"为空","value":"$null","noValue":true}]}}', '0', 1, '2021-09-12 01:31:30.346+00', '2021-09-12 01:31:30.346+00', '8f9rd19lfy4'), -('6u2q6arrkjo', 'type', NULL, 'string', 'Select', '{"_isJSONSchemaObject":true,"version":"2.0","enum":[{"label":"新增","value":"create","color":"green"},{"label":"更新","value":"update","color":"blue"},{"label":"删除","value":"destroy","color":"red"}]}', '0', 1, '2021-09-12 01:31:30.353+00', '2021-09-12 01:31:30.353+00', 'bwhicfamxxv'), -('ohjo3yyutvk', 'column1', '操作时间', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 2, '2021-09-12 01:31:30.368+00', '2021-09-12 01:31:30.368+00', 'jk6hplao83m'), -('g586vm4e1dw', 'created_at', NULL, 'string', 'DatePicker', '{"_isJSONSchemaObject":true,"version":"2.0","x-read-pretty":true,"x-component-props":{"format":"YYYY-MM-DD HH:mm:ss"}}', '0', 1, '2021-09-12 01:31:30.377+00', '2021-09-12 01:31:30.377+00', 'ohjo3yyutvk'), -('7kmpoh12gyz', 'column2', '操作用户', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 3, '2021-09-12 01:31:30.387+00', '2021-09-12 01:31:30.387+00', 'jk6hplao83m'), -('gvpvu3arngo', 'user.nickname', NULL, 'string', 'Input', '{"_isJSONSchemaObject":true,"version":"2.0","x-read-pretty":true}', '0', 1, '2021-09-12 01:31:30.394+00', '2021-09-12 01:31:30.394+00', '7kmpoh12gyz'), -('39x5m1xztbl', 'column3', '数据表', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 4, '2021-09-12 01:31:30.404+00', '2021-09-12 01:31:30.404+00', 'jk6hplao83m'), -('1aahb8yh14y', 'collection.title', NULL, 'string', 'Input', '{"_isJSONSchemaObject":true,"version":"2.0","x-read-pretty":true}', '0', 1, '2021-09-12 01:31:30.412+00', '2021-09-12 01:31:30.412+00', '39x5m1xztbl'), -('oiynv8cajrb', 'column4', '操作类型', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 5, '2021-09-12 01:31:30.428+00', '2021-09-12 01:31:30.428+00', 'jk6hplao83m'), -('tuh85876eul', 'type', NULL, 'string', 'Select', '{"_isJSONSchemaObject":true,"version":"2.0","x-read-pretty":true,"enum":[{"label":"新增","value":"create","color":"green"},{"label":"更新","value":"update","color":"blue"},{"label":"删除","value":"destroy","color":"red"}]}', '0', 1, '2021-09-12 01:31:30.437+00', '2021-09-12 01:31:30.437+00', 'oiynv8cajrb'), -('cjw09rovqb1', 'qignqewpysa', '操作', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"width":60,"align":"center"}}', '0', 6, '2021-09-12 01:31:30.446+00', '2021-09-12 01:31:30.446+00', 'jk6hplao83m'), -('759031zvxtv', '3c0708fu729', '查看', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link","style":{"padding":"0","height":"auto"}},"x-action-type":"view"}', '0', 1, '2021-09-12 01:31:30.452+00', '2021-09-12 01:31:30.452+00', 'cjw09rovqb1'), -('ygbrs78lxnm', 'pqavq0lxbaj', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-read-pretty":true,"x-decorator":"Form","x-decorator-props":{"useResource":"{{ Table.useActionLogDetailsResource }}"},"x-component-props":{}}', '0', 1, '2021-09-12 01:31:30.464+00', '2021-09-12 01:31:30.464+00', '759031zvxtv'), -('xpqadg76uzr', 'created_at', '操作时间', 'string', 'DatePicker', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"FormItem","x-read-pretty":true,"x-component-props":{"format":"YYYY-MM-DD HH:mm:ss"}}', '0', 1, '2021-09-12 01:31:30.471+00', '2021-09-12 01:31:30.471+00', 'ygbrs78lxnm'), -('iz2zfoswqp4', 'user.nickname', '操作用户', 'string', 'Input', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"FormItem","x-read-pretty":true}', '0', 2, '2021-09-12 01:31:30.479+00', '2021-09-12 01:31:30.479+00', 'ygbrs78lxnm'), -('pbwn5p4d44j', 'collection.title', '数据表', 'string', 'Input', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"FormItem","x-read-pretty":true}', '0', 3, '2021-09-12 01:31:30.49+00', '2021-09-12 01:31:30.49+00', 'ygbrs78lxnm'), -('4mu9fdyftac', 'type', '操作类型', 'string', 'Select', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"FormItem","x-read-pretty":true,"enum":[{"label":"新增","value":"create","color":"green"},{"label":"更新","value":"update","color":"blue"},{"label":"删除","value":"destroy","color":"red"}]}', '0', 4, '2021-09-12 01:31:30.499+00', '2021-09-12 01:31:30.499+00', 'ygbrs78lxnm'), -('ro0hgi4fk6d', 'changes', '数据变动', 'array', 'ArrayTable', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"FormItem","x-component-props":{"pagination":false},"items":{"_isJSONSchemaObject":true,"version":"2.0","type":"object","properties":{"column0":{"_isJSONSchemaObject":true,"version":"2.0","type":"void","x-component":"ArrayTable.Column","x-component-props":{"width":80,"align":"center"},"properties":{"index":{"_isJSONSchemaObject":true,"version":"2.0","type":"void","x-component":"ArrayTable.Index","name":"index"}},"name":"column0"},"column1":{"_isJSONSchemaObject":true,"version":"2.0","type":"void","x-component":"ArrayTable.Column","x-component-props":{"title":"字段名称"},"properties":{"field":{"_isJSONSchemaObject":true,"version":"2.0","type":"string","x-decorator":"FormilyFormItem","x-component":"ActionLogs.Field","name":"field"}},"name":"column1"},"column3":{"_isJSONSchemaObject":true,"version":"2.0","type":"void","x-component":"ArrayTable.Column","x-component-props":{"title":"操作前"},"properties":{"before":{"_isJSONSchemaObject":true,"version":"2.0","type":"string","x-decorator":"FormilyFormItem","x-component":"ActionLogs.FieldValue","name":"before"}},"name":"column3"},"column4":{"_isJSONSchemaObject":true,"version":"2.0","type":"void","x-component":"ArrayTable.Column","x-component-props":{"title":"操作后"},"properties":{"after":{"_isJSONSchemaObject":true,"version":"2.0","type":"string","x-decorator":"FormilyFormItem","x-component":"ActionLogs.FieldValue","name":"after"}},"name":"column4"}}}}', '0', 5, '2021-09-12 01:31:30.505+00', '2021-09-12 01:31:30.505+00', 'ygbrs78lxnm'), -('w3ffnsl1r3s', 'jj4dokedkt0', NULL, 'void', 'Action.Group', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"}}', '0', 1, '2021-09-12 07:56:48.926+00', '2021-09-12 07:56:48.926+00', '4i3pi6na2us'), -('3n691oyepso', 'lbzm4ksucnp', '查看', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"view"}', '0', 1, '2021-09-12 07:56:48.934+00', '2021-09-12 07:56:48.934+00', 'w3ffnsl1r3s'), -('w8697cme09h', '3bw1b6krm03', NULL, 'void', 'Form', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-read-pretty":true,"x-component-props":{"useResource":"{{ Select.Drawer.useResource }}"},"x-designable-bar":"Form.DesignableBar"}', '0', 1, '2021-09-12 01:54:14.07+00', '2021-09-12 01:54:14.07+00', '6aorn22jn07'), -('ng3spcq1ztq', 'crgtd07i95y', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:35:14.571+00', '2021-09-12 01:35:14.571+00', 'afa3o4orvfl'), -('gm5lvvnwh2x', 'options', '关联数据', 'void', 'Select.Options.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Select.useOkAction }}"}}', '0', 1, '2021-09-12 01:35:14.605+00', '2021-09-12 01:35:14.605+00', 'ya4i4em415w'), -('nobry6xhw5v', 'table', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"BlockItem","x-decorator-props":{"draggable":false},"default":[],"x-component-props":{"rowKey":"id","useSelectedRowKeys":"{{ Select.useSelectedRowKeys }}","onSelect":"{{ Select.useSelect() }}","useRowSelection":"{{ Select.useRowSelection }}","collectionName":"t_fsveob6p269","refreshRequestOnChange":true,"pagination":{"pageSize":10}}}', '0', 1, '2021-09-12 01:35:14.619+00', '2021-09-12 01:35:14.619+00', 'gm5lvvnwh2x'), -('vd9xpz0vpwh', '9157knd02rh', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-12 01:35:14.633+00', '2021-09-12 01:35:14.633+00', 'nobry6xhw5v'), -('ljp9ssuu9om', 'option', NULL, 'void', 'Select.OptionTag', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 2, '2021-09-12 01:35:14.674+00', '2021-09-12 01:35:14.674+00', 'ya4i4em415w'), -('pz1r6quw7dr', 'stfo7zr49zf', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-12 01:35:14.683+00', '2021-09-12 01:35:14.683+00', 'ljp9ssuu9om'), -('c4lpqf0p8ox', '2zcwbtqkc2f', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar"}', '0', 1, '2021-09-12 01:35:14.697+00', '2021-09-12 01:35:14.697+00', 'pz1r6quw7dr'), -('peymtt26s66', '8ytk2hd8h70', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-12 01:35:14.707+00', '2021-09-12 01:35:14.707+00', 'c4lpqf0p8ox'), -('2pot2uy81hy', '9db0qiukg3x', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-12 01:35:14.718+00', '2021-09-12 01:35:14.718+00', 'peymtt26s66'), -('a0scev24ke8', '9j1i0u82nnz', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:35:15.035+00', '2021-09-12 01:35:15.035+00', 'rb2er0bh4p0'), -('bznrcr01kt7', 'yvwkwjdb5sd', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:35:15.673+00', '2021-09-12 01:35:15.673+00', 'mfvay3g2jgl'), -('a776zlon459', '0l5irnjcsbs', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_umjewufbyhj"},"required":true}', '0', 1, '2021-09-12 01:35:15.047+00', '2021-09-12 07:37:49.517+00', 'a0scev24ke8'), -('u5wehf80ij1', 'wg6nmlwjwqn', NULL, 'void', 'Action.Bar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Action.Bar.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-12 01:54:14.08+00', '2021-09-12 01:54:14.08+00', 'w8697cme09h'), -('dbew3mirvxc', 'dtzl0cu8h6c', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":["1jkpjg7vkgi","qbe1q17p9kh","f_umjewufbyhj","f_kkopbnfdd0v","f_nlgk67tpdql","f_niymyj0no38"]}}', '0', 1, '2021-09-12 01:10:12.047+00', '2021-09-14 02:39:11.836+00', 'ndkbn5dqzs4'), -('swcwdy16u0c', 'a7swa9reqmf', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":["xkllcgbvvmt","vygajfyejo0","f_c8mes0kp1zt","f_vgw4f62h16e","f_3det6kr3vn8","f_61znsfh307m","f_tdoe0q00xc6","f_kk4nspj1i28"]}}', '0', 1, '2021-09-12 01:35:14.644+00', '2021-09-14 02:59:20.277+00', 'vd9xpz0vpwh'), -('6aorn22jn07', 'd3r7mapllk3', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:54:14.061+00', '2021-09-12 01:54:14.061+00', '8kcujdq5bvl'), -('nyjl1ypx8ih', 'dj0v9z5qqs6', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 2, '2021-09-12 01:54:14.092+00', '2021-09-12 01:54:14.092+00', 'w8697cme09h'), -('24e32t123l3', 'zsvuk9at8pu', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:54:18.892+00', '2021-09-12 01:54:18.892+00', 'e0hdrnyk4ge'), -('gg5di2hks9r', 'd3z4abkp579', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_vgw4f62h16e"}}', '0', 1, '2021-09-12 01:54:18.902+00', '2021-09-12 01:54:18.902+00', '24e32t123l3'), -('ya4i4em415w', 'vsyf2i8kdbi', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_kkopbnfdd0v","fieldNames":{"label":"f_vgw4f62h16e","value":"id"}},"required":true}', '0', 1, '2021-09-12 01:35:14.593+00', '2021-09-12 07:37:47.383+00', 'ng3spcq1ztq'), -('32vv0cgxfql', 'kz8ypymc5df', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_x9kmuovlm79"}}', '0', 1, '2021-09-12 01:54:21.638+00', '2021-09-12 01:54:40.524+00', '62hcx8s6n1d'), -('h62s5wcs1ey', '164q9p8dyez', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_nlgk67tpdql"},"required":true}', '0', 1, '2021-09-12 01:35:15.685+00', '2021-09-12 07:37:51.389+00', 'bznrcr01kt7'), -('afa3o4orvfl', '9f6m4s8e5sk', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 1, '2021-09-12 01:35:14.549+00', '2021-09-12 07:38:57.488+00', 'dzo9zrof056'), -('rb2er0bh4p0', 'v8yxc99x83r', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 2, '2021-09-12 01:35:15.024+00', '2021-09-12 07:38:57.569+00', 'dzo9zrof056'), -('02heuzivptz', '4roy185jnr9', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:54:25.547+00', '2021-09-12 01:54:25.547+00', '20r5rx8ryzj'), -('wl27m6e52sm', '1eknnlho5z7', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_n6snaop9d4y"}}', '0', 1, '2021-09-12 01:54:25.555+00', '2021-09-12 01:54:25.555+00', '02heuzivptz'), -('zxx1q8vc8ya', 'r876xy45kyt', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:54:26.254+00', '2021-09-12 01:54:26.254+00', 'vwyys9hvlrf'), -('e2r4k5jdrkg', 'denr3nnr7n6', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_tdoe0q00xc6"}}', '0', 1, '2021-09-12 01:54:26.262+00', '2021-09-12 01:54:26.262+00', 'zxx1q8vc8ya'), -('m8dbsc1d8bt', 'domjkc2hrg6', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:54:26.74+00', '2021-09-12 01:54:26.74+00', '35t5ce8ttzf'), -('ryeyfmq50uc', 't7401wy6vi4', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_kk4nspj1i28"}}', '0', 1, '2021-09-12 01:54:26.748+00', '2021-09-12 01:54:26.748+00', 'm8dbsc1d8bt'), -('1n48ped46z4', '2bycr0ozhky', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_3det6kr3vn8"}}', '0', 1, '2021-09-12 01:54:22.481+00', '2021-09-12 01:54:30.651+00', 'asw2acwl3f0'), -('irc0989lo7m', '6um84tfp6qc', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:54:22.471+00', '2021-09-12 01:54:22.471+00', NULL), -('0fako4ad0u7', 'i42wi5wcg5r', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_61znsfh307m"}}', '0', 1, '2021-09-12 01:54:24.758+00', '2021-09-12 01:54:35.063+00', 'jmb7pa8gqvt'), -('7lbpdlzzpnj', '9z56vemvirw', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 07:34:25.334+00', '2021-09-12 07:34:25.334+00', NULL), -('mtis3n8jp1o', 'kbsdflspazm', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:54:24.75+00', '2021-09-12 01:54:24.75+00', NULL), -('cwcw6ewk5no', '41pgzy5duo1', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_bysgds7j36p"}}', '0', 1, '2021-09-12 01:54:23.172+00', '2021-09-12 01:54:38.039+00', 'ql5pto9qo9k'), -('8cxwa6c9x3k', 'kgzn0mlj5of', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_nlgk67tpdql"},"required":true}', '0', 1, '2021-09-12 07:34:26.042+00', '2021-09-12 07:39:21.19+00', 'ltxxeaq4dwb'), -('wj9gg5qi3r1', 'c6zku4525se', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 01:54:23.164+00', '2021-09-12 01:54:23.164+00', NULL), -('4sjyde2u9oq', 'qpsf4aq5chc', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":["xkllcgbvvmt","vygajfyejo0","f_c8mes0kp1zt","f_vgw4f62h16e","f_3det6kr3vn8","f_61znsfh307m","f_tdoe0q00xc6","f_kk4nspj1i28"]}}', '0', 1, '2021-09-12 07:34:25.377+00', '2021-09-14 02:59:33.54+00', 'tr5y0vkfyyw'), -('j3vyu7mwewx', 'feu1x50swqd', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 07:34:21.51+00', '2021-09-12 07:34:21.51+00', 'p87fcj3ojfs'), -('78ernl0vi6d', 'options', '关联数据', 'void', 'Select.Options.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Select.useOkAction }}"}}', '0', 1, '2021-09-12 07:34:25.353+00', '2021-09-12 07:34:25.353+00', 'frvcwldllpd'), -('eyohmo8psbx', 'table', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"BlockItem","x-decorator-props":{"draggable":false},"default":[],"x-component-props":{"rowKey":"id","useSelectedRowKeys":"{{ Select.useSelectedRowKeys }}","onSelect":"{{ Select.useSelect() }}","useRowSelection":"{{ Select.useRowSelection }}","collectionName":"t_fsveob6p269","refreshRequestOnChange":true,"pagination":{"pageSize":10}}}', '0', 1, '2021-09-12 07:34:25.361+00', '2021-09-12 07:34:25.361+00', '78ernl0vi6d'), -('tr5y0vkfyyw', 'hb5sdylrdb0', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-12 07:34:25.369+00', '2021-09-12 07:34:25.369+00', 'eyohmo8psbx'), -('est5cvxiicq', 'option', NULL, 'void', 'Select.OptionTag', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 2, '2021-09-12 07:34:25.393+00', '2021-09-12 07:34:25.393+00', 'frvcwldllpd'), -('8r2vcxy45in', 'xoetq0qg1m2', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-12 07:34:25.399+00', '2021-09-12 07:34:25.399+00', 'est5cvxiicq'), -('4n6tkvdy8pg', '1d7hcnc4sz3', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar"}', '0', 1, '2021-09-12 07:34:25.406+00', '2021-09-12 07:34:25.406+00', '8r2vcxy45in'), -('o2m1dajk11m', 'bqkkhsso3s1', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-12 07:34:25.412+00', '2021-09-12 07:34:25.412+00', '4n6tkvdy8pg'), -('0a0cji6n0gx', 'qm1jmxlba24', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-12 07:34:25.419+00', '2021-09-12 07:34:25.419+00', 'o2m1dajk11m'), -('ltxxeaq4dwb', 'ckqixem0eqs', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 07:34:26.034+00', '2021-09-12 07:34:26.034+00', 'o936terfdi3'), -('x3dmjglzj8r', 'zmnv6jzdzmc', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 07:34:21.492+00', '2021-09-12 07:34:21.492+00', NULL), -('asw2acwl3f0', 'e4fp60qpep9', NULL, 'void', 'Grid.Col', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 2, '2021-09-12 01:54:30.632+00', '2021-09-12 07:38:57.696+00', 'e0hdrnyk4ge'), -('jmb7pa8gqvt', '67xfhqlgaw6', NULL, 'void', 'Grid.Col', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 0, '2021-09-12 01:54:35.05+00', '2021-09-12 07:38:57.716+00', '5n4vdrdd93c'), -('ql5pto9qo9k', 'fohpbz3j5ub', NULL, 'void', 'Grid.Col', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 1, '2021-09-12 01:54:38.03+00', '2021-09-12 07:38:57.728+00', '5n4vdrdd93c'), -('20r5rx8ryzj', '0sb32fqboyh', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 6, '2021-09-12 01:54:25.54+00', '2021-09-12 07:38:57.742+00', 'nyjl1ypx8ih'), -('62hcx8s6n1d', '1ve5w65hr26', NULL, 'void', 'Grid.Col', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 0, '2021-09-12 01:54:40.516+00', '2021-09-12 07:38:57.746+00', '20r5rx8ryzj'), -('frvcwldllpd', 'ji3bdl0zae0', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_kkopbnfdd0v","fieldNames":{"label":"f_vgw4f62h16e","value":"id"}},"required":true}', '0', 1, '2021-09-12 07:34:25.341+00', '2021-09-15 01:44:18.692+00', 'xb6eh6iklcg'), -('pe5xg4s6nbd', '3mljelrabcv', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_vgw4f62h16e"},"x-designable-bar":"Table.Column.DesignableBar","_isJSONSchemaObject":true}', '0', 2, '2021-09-12 07:35:37.413+00', '2021-09-15 01:39:28.967+00', 'eyohmo8psbx'), -('bzhnwtjmhbr', 'gkwv5i6dxyg', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', -1, '2021-09-12 07:38:57.272+00', '2021-09-12 07:38:57.839+00', 'sjc5uxxtwkm'), -('dlch4msfkok', 'wi1qy1uzfv0', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 07:34:59.534+00', '2021-09-12 07:34:59.534+00', 'zmbdwd3dm1k'), -('c51vkqz0ktj', '5wyimjzqit5', NULL, 'void', 'Markdown.Void', '{"_isJSONSchemaObject":true,"version":"2.0","default":"**快速添加订单**","x-designable-bar":"Markdown.Void.DesignableBar","x-decorator":"FormItem","x-read-pretty":true}', '0', 1, '2021-09-12 07:34:41.332+00', '2021-09-12 07:34:59.546+00', 'dlch4msfkok'), -('06lb39g9pyi', 'bdkbmk97iqk', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 07:34:41.324+00', '2021-09-12 07:34:41.324+00', NULL), -('xj5582hqgvm', 'table', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"BlockItem","x-decorator-props":{"draggable":false},"default":[],"x-component-props":{"rowKey":"id","useRowSelection":"{{ Select.useRowSelection }}","useSelectedRowKeys":"{{ Select.useSelectedRowKeys }}","onSelect":"{{ Select.useSelect() }}","collectionName":"t_geso7fru7a9","refreshRequestOnChange":true,"pagination":{"pageSize":10}}}', '0', 1, '2021-09-12 07:35:36.283+00', '2021-09-12 07:35:36.283+00', '2ygi8yjoi0d'), -('m14bq5e0crl', 'u1r7c9w6e1i', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-12 07:35:36.291+00', '2021-09-12 07:35:36.291+00', 'xj5582hqgvm'), -('ixjnch4uorx', 'cztr3erotmi', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":[]}}', '0', 1, '2021-09-12 07:35:36.298+00', '2021-09-12 07:35:36.298+00', 'm14bq5e0crl'), -('ijpd0dwzcn9', 'cmxaf4glsou', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-12 07:35:36.32+00', '2021-09-12 07:35:36.32+00', 'i2nebic23xf'), -('9nqyrh7kmff', 'vozlapdhk5r', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar"}', '0', 1, '2021-09-12 07:35:36.328+00', '2021-09-12 07:35:36.328+00', 'ijpd0dwzcn9'), -('op65sui6nci', 'ku1ve0c8as5', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-12 07:35:36.335+00', '2021-09-12 07:35:36.335+00', '9nqyrh7kmff'), -('9wbq0hvo5cv', '729f98rj4u6', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-12 07:35:36.343+00', '2021-09-12 07:35:36.343+00', 'op65sui6nci'), -('2ygi8yjoi0d', 'options', '关联数据', 'void', 'Select.Options.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Select.useOkAction }}"}}', '0', 1, '2021-09-12 07:35:36.275+00', '2021-09-12 07:35:36.275+00', NULL), -('i2nebic23xf', 'option', NULL, 'void', 'Select.OptionTag', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 2, '2021-09-12 07:35:36.313+00', '2021-09-12 07:35:36.313+00', NULL), -('x6j2o6xw1by', NULL, '订单编号', 'string', 'Input', '{"x-decorator":"FormItem","x-designable-bar":"Input.DesignableBar"}', '0', 51, '2021-09-12 07:36:53.512+00', '2021-09-12 07:36:53.512+00', NULL), -('zylge4u5krx', 'zuhpy4faxwb', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_niymyj0no38"},"required":true}', '0', 1, '2021-09-12 07:38:25.583+00', '2021-09-12 07:39:17.35+00', 'fd2z1suahap'), -('ciuvfq6fr5i', 'p6big9ceidj', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 07:37:41.141+00', '2021-09-12 07:37:41.141+00', 'quzjklrfwjg'), -('zmbdwd3dm1k', '2i6k20tus3g', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 0, '2021-09-12 07:34:59.525+00', '2021-09-15 01:42:34.562+00', 'j3vyu7mwewx'), -('pm4emw5t8hm', 'bsqckkco84t', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 07:37:38.696+00', '2021-09-12 07:37:38.696+00', NULL), -('csbs1x7unpy', 'vp7g3k0lkdv', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_niymyj0no38"},"required":true}', '0', 1, '2021-09-12 07:37:38.703+00', '2021-09-12 07:37:43.83+00', 'ciuvfq6fr5i'), -('fd2z1suahap', 'q3a3wqh9qtc', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 07:38:28.703+00', '2021-09-12 07:38:28.703+00', '48epds0jr2w'), -('48epds0jr2w', 'q2iu4u4ja4t', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 1, '2021-09-12 07:38:28.696+00', '2021-09-15 01:42:34.58+00', 'j3vyu7mwewx'), -('o936terfdi3', 'cdwfvcw6q7u', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 4, '2021-09-12 07:34:26.025+00', '2021-09-15 01:44:18.76+00', 'j3vyu7mwewx'), -('d28iubpwd9e', 'kx4r5qqbv9o', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 07:38:25.576+00', '2021-09-12 07:38:25.576+00', NULL), -('xz87tw0xkbj', 'tn8tfberjxz', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 1, '2021-09-12 01:24:20.591+00', '2021-09-12 07:38:57.307+00', '3gtya6xukdi'), -('pit19i41iow', 'df4n1zl48rt', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 2, '2021-09-12 01:24:20.995+00', '2021-09-12 07:38:57.321+00', '3gtya6xukdi'), -('82pfiahl2bs', 'dxtibsrfszz', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_vgw4f62h16e"},"x-designable-bar":"Table.Column.DesignableBar","_isJSONSchemaObject":true}', '0', 2, '2021-09-12 01:24:36.053+00', '2021-09-12 07:38:57.343+00', '0s69s3n7w0z'), -('quzjklrfwjg', 'wml0aqiwzkq', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 0, '2021-09-12 07:37:41.128+00', '2021-09-12 07:38:57.472+00', 'dzo9zrof056'), -('ld0lq7cawk5', 'dzeessqyre9', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:11:25.09+00', '2021-09-12 08:11:25.09+00', '9i11iq68qtg'), -('n9latr3kd13', '5xhcfqf03qe', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar","x-component-props":{"singleton":true}}', '0', 1, '2021-09-12 07:56:48.954+00', '2021-09-12 08:13:51.789+00', 'mtx9vafo4dk'), -('twaq37ojsxh', '7x5xwlk5pk7', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_3det6kr3vn8"},"x-designable-bar":"Table.Column.DesignableBar","_isJSONSchemaObject":true}', '0', 3, '2021-09-12 07:35:41.006+00', '2021-09-15 01:39:28.982+00', 'eyohmo8psbx'), -('yeqrzlicmqz', '2l8t7uks4jm', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_umjewufbyhj"},"required":true}', '0', 1, '2021-09-12 07:34:27.015+00', '2021-09-15 01:39:31.042+00', '4a2qaxp1yh2'), -('cz3wafz4aa1', 'x5otg2quyut', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_3det6kr3vn8"},"x-designable-bar":"Table.Column.DesignableBar","_isJSONSchemaObject":true}', '0', 3, '2021-09-12 01:24:38.165+00', '2021-09-12 07:38:57.347+00', '0s69s3n7w0z'), -('8x9qgjkvfu1', 'tmonh6w55bw', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_61znsfh307m"},"x-designable-bar":"Table.Column.DesignableBar","_isJSONSchemaObject":true}', '0', 4, '2021-09-12 01:24:43.596+00', '2021-09-12 07:38:57.352+00', '0s69s3n7w0z'), -('81hr4bigan1', '1pe2hxpkj87', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 3, '2021-09-12 01:24:21.842+00', '2021-09-12 07:38:57.398+00', '3gtya6xukdi'), -('mpu29b3o70a', 'j4arxij3gz2', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_vgw4f62h16e"},"x-designable-bar":"Table.Column.DesignableBar","_isJSONSchemaObject":true}', '0', 2, '2021-09-12 01:35:32.482+00', '2021-09-12 07:38:57.514+00', 'nobry6xhw5v'), -('eupl9lbue6x', 'upmwhly57wy', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_61znsfh307m"},"x-designable-bar":"Table.Column.DesignableBar","_isJSONSchemaObject":true}', '0', 3, '2021-09-12 01:35:36.225+00', '2021-09-12 07:38:57.518+00', 'nobry6xhw5v'), -('xe7npdpzm61', 'vf7wyo5ocir', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_3det6kr3vn8"},"x-designable-bar":"Table.Column.DesignableBar","_isJSONSchemaObject":true}', '0', 4, '2021-09-12 01:35:39.526+00', '2021-09-12 07:38:57.523+00', 'nobry6xhw5v'), -('mfvay3g2jgl', 'g00ljyam7wf', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 3, '2021-09-12 01:35:15.666+00', '2021-09-12 07:38:57.582+00', 'dzo9zrof056'), -('hd78xnosk6a', 'ot17fninveh', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_niymyj0no38"},"x-designable-bar":"Table.Column.DesignableBar","_isJSONSchemaObject":true}', '0', 3, '2021-09-12 07:36:59.794+00', '2021-09-12 07:38:57.613+00', 'i8maupbyrqr'), -('qtwdtjhe0xe', 'ww6pqa062vo', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_kkopbnfdd0v","fieldNames":{"label":"f_vgw4f62h16e"}},"x-designable-bar":"Table.Column.DesignableBar","_isJSONSchemaObject":true}', '0', 4, '2021-09-12 01:10:20.716+00', '2021-09-12 07:38:57.625+00', 'i8maupbyrqr'), -('8kcujdq5bvl', 'thxknf1g5ts', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 1, '2021-09-12 01:54:14.035+00', '2021-09-12 07:38:57.665+00', 'tvxex3cts8i'), -('e0hdrnyk4ge', 'nhgdf6itgbj', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 1, '2021-09-12 01:54:18.882+00', '2021-09-12 07:38:57.683+00', 'nyjl1ypx8ih'), -('5n4vdrdd93c', 'bit5at2ljyd', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 2, '2021-09-12 01:54:21.616+00', '2021-09-12 07:38:57.709+00', 'nyjl1ypx8ih'), -('vwyys9hvlrf', 'or3o3m0kpnj', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 7, '2021-09-12 01:54:26.244+00', '2021-09-12 07:38:57.764+00', 'nyjl1ypx8ih'), -('35t5ce8ttzf', 'o7357c6h5lg', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 8, '2021-09-12 01:54:26.732+00', '2021-09-12 07:38:57.779+00', 'nyjl1ypx8ih'), -('k37wt7zbv61', 'qacxfliwwc1', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_nlgk67tpdql"},"x-designable-bar":"Table.Column.DesignableBar","_isJSONSchemaObject":true}', '0', 5, '2021-09-12 01:10:21.241+00', '2021-09-12 07:38:57.822+00', 'i8maupbyrqr'), -('h41g5aiikz1', 'zspggbisusx', '首页', 'void', 'Menu.SubMenu', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar","x-component-props":{"icon":"homeoutlined"}}', '0', 5, '2021-09-12 07:52:46.411+00', '2021-09-12 07:52:53.829+00', 'qqzzjakwkwl'), -('66g7jbpqsen', 'x3pccka6zr1', '区块组合', 'void', 'Menu.Link', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar","x-component-props":{"icon":"appstoreoutlined"}}', '0', 1, '2021-09-12 07:53:05.812+00', '2021-09-12 07:53:05.812+00', 'h41g5aiikz1'), -('io67vs1gksb', 'vmeqm0izzvf', NULL, 'void', 'Page', '{"_isJSONSchemaObject":true,"version":"2.0"}', '1', 1, '2021-09-12 07:53:05.824+00', '2021-09-12 07:53:05.824+00', '66g7jbpqsen'), -('owygfbxi3f0', '6jk8gotrodj', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.CardItem"}}', '0', 1, '2021-09-12 07:53:05.833+00', '2021-09-12 07:53:05.833+00', 'io67vs1gksb'), -('on7wtx4zj4i', '3o9eegogmhh', '菜单分组', 'void', 'Menu.SubMenu', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar","x-component-props":{"icon":"barsoutlined"}}', '0', 2, '2021-09-12 07:53:33.719+00', '2021-09-12 07:53:33.719+00', 'h41g5aiikz1'), -('bz9f75loti1', '8nenwblifoc', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.CardItem"}}', '0', 1, '2021-09-12 07:53:56.124+00', '2021-09-12 07:53:56.124+00', 'iksevp895l4'), -('x235131r3nm', 'btlecvojey8', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-12 07:55:06.238+00', '2021-09-12 07:55:06.238+00', 'brdnr3tv1fq'), -('wcgzais97hx', 'ez17atdpebn', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":[]}}', '0', 1, '2021-09-12 07:55:06.247+00', '2021-09-12 07:55:06.247+00', 'x235131r3nm'), -('8wpgo37h149', 'ypd5nw0rzl5', '删除', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-align":"right","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"destroy"},"x-designable-bar":"Table.Action.DesignableBar","x-component-props":{"icon":"DeleteOutlined","confirm":{"title":"删除数据","content":"删除后无法恢复,确定要删除吗?"},"useAction":"{{ Table.useTableDestroyAction }}"}}', '0', 2, '2021-09-12 07:55:06.256+00', '2021-09-12 07:55:06.256+00', 'x235131r3nm'), -('66xkkyrhvo2', 'p83fmsakq93', '添加', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-align":"right","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"create"},"x-component-props":{"icon":"PlusOutlined","type":"primary"},"x-designable-bar":"Table.Action.DesignableBar"}', '0', 3, '2021-09-12 07:55:06.266+00', '2021-09-12 07:55:06.266+00', 'x235131r3nm'), -('uklezwjnv3c', 'modal', '添加数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Table.useTableCreateAction }}"}}', '0', 1, '2021-09-12 07:55:06.275+00', '2021-09-12 07:55:06.275+00', '66xkkyrhvo2'), -('4cab668vnid', '6y774sigsah', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 07:55:06.281+00', '2021-09-12 07:55:06.281+00', 'uklezwjnv3c'), -('d2piaqcsskg', 'ohr9rus35cj', '操作', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{},"x-designable-bar":"Table.Operation.DesignableBar"}', '0', 2, '2021-09-12 07:55:06.299+00', '2021-09-12 07:55:06.299+00', 'brdnr3tv1fq'), -('c82qey0a5qf', 'eyuns05axle', NULL, 'void', 'Action.Group', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"}}', '0', 1, '2021-09-12 07:55:06.306+00', '2021-09-12 07:55:06.306+00', 'd2piaqcsskg'), -('p8ocd894t8y', 'hibwczuwhvz', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 2, '2021-09-12 07:55:06.208+00', '2021-09-13 08:59:46.646+00', 'owygfbxi3f0'), -('2fmrebsf4gp', 'wdw8v3ljzk8', '外部链接', 'void', 'Menu.URL', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar","x-component-props":{"href":"https://www.nocobase.com/"}}', '0', 4, '2021-09-12 07:54:27.859+00', '2021-09-14 00:34:01.017+00', 'on7wtx4zj4i'), -('iksevp895l4', '04qft4ttyag', NULL, 'void', 'Page', '{"_isJSONSchemaObject":true,"version":"2.0"}', '1', 1, '2021-09-12 07:53:56.117+00', '2021-09-12 07:53:56.117+00', NULL), -('46uv2irafjj', 'uwp63g0snzf', '查看', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"view"}', '0', 1, '2021-09-12 07:55:06.312+00', '2021-09-12 07:55:06.312+00', 'c82qey0a5qf'), -('z3tgns5sig7', 'nk21kz4ykys', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-12 07:55:06.322+00', '2021-09-12 07:55:06.322+00', '46uv2irafjj'), -('da63hv48ls3', 'ffqxj0s5m07', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar"}', '0', 1, '2021-09-12 07:55:06.329+00', '2021-09-12 07:55:06.329+00', 'z3tgns5sig7'), -('tyk6mojy3tk', 'wv7jtgdbk0a', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-12 07:55:06.337+00', '2021-09-12 07:55:06.337+00', 'da63hv48ls3'), -('5kpbm2yjz91', 'ot6kp09qnh2', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-12 07:55:06.343+00', '2021-09-12 07:55:06.343+00', 'tyk6mojy3tk'), -('5mokwpu9u7l', 'mb5wgvbi4w1', '编辑', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"update"}', '0', 2, '2021-09-12 07:55:06.364+00', '2021-09-12 07:55:06.364+00', 'c82qey0a5qf'), -('h37y1d03f1h', 'b2b4nm4hp7d', '编辑数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-decorator-props":{"useResource":"{{ Table.useResource }}","useValues":"{{ Table.useTableRowRecord }}"},"x-component-props":{"useOkAction":"{{ Table.useTableUpdateAction }}"}}', '0', 1, '2021-09-12 07:55:06.37+00', '2021-09-12 07:55:06.37+00', '5mokwpu9u7l'), -('iop09nxg8ba', 'zax9o5d4t65', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 07:55:06.379+00', '2021-09-12 07:55:06.379+00', 'h37y1d03f1h'), -('zg2qkq4930f', '77xkscspj24', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 3, '2021-09-12 07:56:22.692+00', '2021-09-12 07:56:22.692+00', 'p8ocd894t8y'), -('w8wganiiwim', '1t5mnp2ll81', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 07:55:18.301+00', '2021-09-12 07:55:18.301+00', NULL), -('js1umj9zkcw', '3dhagssqz3i', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-12 07:55:50.598+00', '2021-09-12 07:55:50.598+00', 'p8ocd894t8y'), -('w0wh8s0t9q6', 'uyrthalek4y', NULL, 'void', 'Chart.Bar', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-designable-bar":"Chart.DesignableBar","x-component-props":{"config":{"data":[{"type":"家具家电","sales":38},{"type":"粮油副食","sales":52},{"type":"生鲜水果","sales":61},{"type":"美容洗护","sales":145},{"type":"母婴用品","sales":48},{"type":"进口食品","sales":38},{"type":"食品饮料","sales":38},{"type":"家庭清洁","sales":38}],"xField":"sales","yField":"type","legend":{"position":"top-left"},"barBackground":{"style":{"fill":"rgba(0,0,0,0.1)"}},"interactions":[{"type":"active-region","enable":false}]}}}', '0', 1, '2021-09-12 07:55:44.955+00', '2021-09-12 07:55:50.606+00', 'js1umj9zkcw'), -('afiii4fzjt4', 'a0acsfluns1', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 07:55:44.946+00', '2021-09-12 07:55:44.946+00', NULL), -('brdnr3tv1fq', 'nmphpy858o3', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"CardItem","default":[],"x-component-props":{"rowKey":"id","dragSort":true,"showIndex":true,"refreshRequestOnChange":true,"pagination":{"pageSize":10},"resource":"users","collectionName":"users"}}', '0', 1, '2021-09-12 07:55:06.231+00', '2021-09-12 07:55:06.231+00', NULL), -('usav4xf4i5b', '2e2tf2sl8nx', NULL, 'void', 'Chart.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-designable-bar":"Chart.DesignableBar","x-component-props":{"config":{"data":[{"type":"家具家电","sales":38},{"type":"粮油副食","sales":52},{"type":"生鲜水果","sales":61},{"type":"美容洗护","sales":145},{"type":"母婴用品","sales":48},{"type":"进口食品","sales":38},{"type":"食品饮料","sales":38},{"type":"家庭清洁","sales":38}],"xField":"type","yField":"sales","label":{"position":"middle","style":{"fill":"#FFFFFF","opacity":0.6}},"xAxis":{"label":{"autoHide":true,"autoRotate":false}},"meta":{"type":{"alias":"类别"},"sales":{"alias":"销售额"}}}}}', '0', 1, '2021-09-12 07:56:18.968+00', '2021-09-12 07:56:22.711+00', 'zg2qkq4930f'), -('sgi1ys98g9z', 'h77wa7zq3r1', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 07:56:18.96+00', '2021-09-12 07:56:18.96+00', NULL), -('0iqvy8p1tvo', 'bypmsbeixva', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 07:55:36.438+00', '2021-09-12 07:55:36.438+00', NULL), -('cgvqt4pluo1', 'jhvqb9p0txh', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-12 07:56:48.849+00', '2021-09-12 07:56:48.849+00', 'ounz7zpirge'), -('vao8sez2gej', 'mwnq7dhbukc', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 07:56:48.895+00', '2021-09-12 07:56:48.895+00', '9pu6r17dwln'), -('4i3pi6na2us', 'irorafahm2p', '操作', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{},"x-designable-bar":"Table.Operation.DesignableBar"}', '0', 2, '2021-09-12 07:56:48.915+00', '2021-09-12 07:56:48.915+00', 'ounz7zpirge'), -('9pu6r17dwln', 'modal', '添加数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Table.useTableCreateAction }}"}}', '0', 1, '2021-09-12 07:56:48.889+00', '2021-09-12 07:56:48.889+00', NULL), -('prbpeltlckf', 'ph431xrvbeh', NULL, 'void', 'Markdown.Void', '{"_isJSONSchemaObject":true,"version":"2.0","default":"### 说明:\n- NocoBase 尚处在早期开发阶段,仅供预览,不适合用于生产环境。 \n- Demo 环境仅用于体验,你在 Demo 站点所做的操作、所存储的数据可能会丢失。 \n \n\n欢迎参与 NocoBase 的核心和插件开发:[Github](https://github.com/nocobase/nocobase \"Github\")","x-designable-bar":"Markdown.Void.DesignableBar","x-decorator":"CardItem","x-read-pretty":true}', '0', 1, '2021-09-12 07:55:18.309+00', '2021-09-16 00:27:43.727+00', 'yjtisjjtb4c'), -('ounz7zpirge', 'na9ftcrdx5v', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"CardItem","default":[],"x-component-props":{"rowKey":"id","dragSort":true,"showIndex":true,"refreshRequestOnChange":true,"pagination":{"pageSize":10},"resource":"t_2uhu4szs1kq","collectionName":"t_2uhu4szs1kq"}}', '0', 1, '2021-09-12 07:56:48.841+00', '2021-09-13 09:00:00.299+00', 'b4xp5bvjtjg'), -('tt572749tn9', 'tucowmrzmjr', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-12 07:56:48.962+00', '2021-09-12 07:56:48.962+00', 'n9latr3kd13'), -('vohbzoj2m15', 'hny7l530kvx', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-12 07:56:48.974+00', '2021-09-12 07:56:48.974+00', 'tt572749tn9'), -('8270dqmqiiy', 'xtevar0izcq', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 07:56:49.015+00', '2021-09-12 07:56:49.015+00', 'o3hrzoijfww'), -('o3hrzoijfww', 'b4u1yt2s85v', '编辑数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-decorator-props":{"useResource":"{{ Table.useResource }}","useValues":"{{ Table.useTableRowRecord }}"},"x-component-props":{"useOkAction":"{{ Table.useTableUpdateAction }}"}}', '0', 1, '2021-09-12 07:56:49.004+00', '2021-09-12 07:56:49.004+00', NULL), -('agpcsifenuw', 'xcd7x3uavw4', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_hznqtmqljb2"}}', '0', 1, '2021-09-12 07:58:45.9+00', '2021-09-12 07:58:45.9+00', 'ys8kexx4d5t'), -('xb9wgdj9hci', 'hh9hyfkcng3', NULL, 'void', 'Markdown.Void', '{"_isJSONSchemaObject":true,"version":"2.0","default":"**本周待处理的任务**","x-designable-bar":"Markdown.Void.DesignableBar","x-decorator":"CardItem","x-read-pretty":true}', '0', 1, '2021-09-12 07:57:41.272+00', '2021-09-12 07:58:02.532+00', 'k7fnv90hoyz'), -('zp8y2lhb62h', 'ukbyiai3hyh', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-12 07:58:51.777+00', '2021-09-12 07:58:51.777+00', 'xiv40kadnzo'), -('k7fnv90hoyz', 'toz78a8rnrm', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 07:58:02.516+00', '2021-09-12 07:58:02.516+00', NULL), -('lzmq986ofck', '3wvot06svfh', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 07:57:41.262+00', '2021-09-12 07:57:41.262+00', NULL), -('d6caxvbz5fd', 'bcwees7xqd6', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 07:58:19.228+00', '2021-09-12 07:58:19.228+00', '5i6htfen2xg'), -('rvl59tassil', 'xw72ck1xsvl', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 07:58:23.32+00', '2021-09-12 07:58:23.32+00', '3eaximzv664'), -('5i6htfen2xg', '6elvnbqjmfb', NULL, 'void', 'Form', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-component-props":{"showDefaultButtons":true,"resource":"t_2uhu4szs1kq","collectionName":"t_2uhu4szs1kq"},"x-designable-bar":"Form.DesignableBar"}', '0', 1, '2021-09-12 07:58:19.22+00', '2021-09-12 07:58:51.785+00', 'zp8y2lhb62h'), -('reqdnoxeco5', 'evheykrprks', NULL, 'void', 'Markdown.Void', '{"_isJSONSchemaObject":true,"version":"2.0","default":"**快速添加任务**","x-designable-bar":"Markdown.Void.DesignableBar","x-decorator":"FormItem","x-read-pretty":true}', '0', 1, '2021-09-12 07:58:23.327+00', '2021-09-12 07:58:41.684+00', 'rvl59tassil'), -('8kdi4gylly4', 'j9wisa342l0', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 07:58:44.635+00', '2021-09-12 07:58:44.635+00', 'eemrffcv1rz'), -('cef9m3yf1c1', 'l9yuyng75il', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_hwenour8ara"}}', '0', 1, '2021-09-12 07:58:44.642+00', '2021-09-12 07:58:44.642+00', '8kdi4gylly4'), -('ys8kexx4d5t', 'inx22bf9tjp', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 07:58:45.891+00', '2021-09-12 07:58:45.891+00', 'xzdwhq9245r'), -('3eaximzv664', 'gr2edipmxnr', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 1, '2021-09-12 07:58:23.31+00', '2021-09-12 07:58:51.796+00', 'd6caxvbz5fd'), -('eemrffcv1rz', 'jmgt7xkekkc', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 2, '2021-09-12 07:58:44.626+00', '2021-09-12 07:58:51.809+00', 'd6caxvbz5fd'), -('xzdwhq9245r', 'zxlbcb71cxw', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 3, '2021-09-12 07:58:45.881+00', '2021-09-12 07:58:51.826+00', 'd6caxvbz5fd'), -('6ozsi41pa8t', 'zrnq6glrbuy', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 07:58:19.212+00', '2021-09-12 07:58:19.212+00', NULL), -('gnwa4ndv1gi', '0830m2fl6gk', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:01:46.042+00', '2021-09-12 08:01:46.042+00', 'yizhuc5dxdb'), -('98w2ul6d5md', 'epwqwxemasr', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 3, '2021-09-12 08:01:26.947+00', '2021-09-12 08:01:26.947+00', 'qp4giydwn93'), -('5v86bl3m7t6', '5cv7o3tj9rj', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:01:26.955+00', '2021-09-12 08:01:26.955+00', '98w2ul6d5md'), -('xwc4ao2fiqc', '43kk4h9cdh9', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_hznqtmqljb2"}}', '0', 1, '2021-09-12 08:01:26.967+00', '2021-09-12 08:01:26.967+00', '5v86bl3m7t6'), -('yizhuc5dxdb', 'ulcrzr13qii', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 0, '2021-09-12 08:01:46.033+00', '2021-09-12 08:01:46.072+00', 'tj9c7vbrcib'), -('25d5jv4678c', 'ky9lfrb2vp1', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-08 07:28:28.444+00', '2021-09-08 07:28:28.444+00', NULL), -('1ha27dud5hv', 'ubxrkte11sf', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:11:20.421+00', '2021-09-12 08:11:20.421+00', 'm2mvr899l9c'), -('n9lcw3dl6nx', 'hh72uw0epb4', NULL, 'void', 'Form', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-read-pretty":true,"x-component-props":{"useResource":"{{ Table.useResource }}"},"x-designable-bar":"Form.DesignableBar"}', '0', 1, '2021-09-12 08:11:20.428+00', '2021-09-12 08:11:20.428+00', '1ha27dud5hv'), -('ikizt10knfl', 's0rxe31bsqb', NULL, 'void', 'Action.Bar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Action.Bar.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-12 08:11:20.437+00', '2021-09-12 08:11:20.437+00', 'n9lcw3dl6nx'), -('qys5cfp3mdj', 'gldzi6k6u59', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 2, '2021-09-12 08:11:20.446+00', '2021-09-12 08:11:20.446+00', 'n9lcw3dl6nx'), -('npaacbtkb4g', 'zqxdp1akq17', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:11:24.195+00', '2021-09-12 08:11:24.195+00', 'zmnyf7leu5e'), -('85i9av7ngla', '516t7uziqsx', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_hwenour8ara"}}', '0', 1, '2021-09-12 08:11:24.205+00', '2021-09-12 08:11:24.205+00', 'npaacbtkb4g'), -('xiv40kadnzo', '2v5ufe0wyn7', NULL, 'void', 'Grid.Row', '{"version":"2.0","x-component-props":{"colsize":[72.17473884140551,27.825261158594493]}}', '0', 4, '2021-09-12 07:56:48.815+00', '2021-09-13 08:59:46.646+00', 'owygfbxi3f0'), -('2g5fnn131l5', 'ii6xua7orcl', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_hznqtmqljb2"}}', '0', 1, '2021-09-12 08:11:25.096+00', '2021-09-12 08:11:25.096+00', 'ld0lq7cawk5'), -('vb5h15yvlgr', 'rbh6j7mh621', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"wtojfhp8nwl"}}', '0', 1, '2021-09-12 08:11:29.116+00', '2021-09-12 08:11:29.116+00', 'rkusmebftd2'), -('mtx9vafo4dk', '69bclbwp4au', '查看数据', 'void', 'Action.Modal', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-12 07:56:48.945+00', '2021-09-12 08:11:51.592+00', '3n691oyepso'), -('c2pallk0lge', NULL, '任务详情', 'string', 'Input.TextArea', '{"x-decorator":"FormItem","x-designable-bar":"Input.DesignableBar"}', '0', 52, '2021-09-12 08:18:46.926+00', '2021-09-12 08:18:46.926+00', NULL), -('e7hul04yijg', '28kf8nkbogw', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 5, '2021-09-12 08:18:53.883+00', '2021-09-12 08:18:53.883+00', 'tj9c7vbrcib'), -('0es1iarwyvj', 'al2bqtpv5wa', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:18:53.891+00', '2021-09-12 08:18:53.891+00', 'e7hul04yijg'), -('q0lc8vobhbs', 'bqndkzb8lt7', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_l8uuiwcnlw9"}}', '0', 1, '2021-09-12 08:18:53.898+00', '2021-09-12 08:18:53.898+00', '0es1iarwyvj'), -('hz0xa6nieup', '2be9ywwzant', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:20:12.393+00', '2021-09-12 08:20:12.393+00', '2yxfvondpb4'), -('rg9w3fc2z9b', 'hsnya6frncp', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_l8uuiwcnlw9"}}', '0', 1, '2021-09-12 08:20:12.401+00', '2021-09-12 08:20:12.401+00', 'hz0xa6nieup'), -('gs3nuib6pw4', 'qlb8minkykq', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_u4i0jrp4uo6"}}', '0', 1, '2021-09-12 08:11:25.758+00', '2021-09-12 08:20:22.25+00', '6zy5c6yj530'), -('8sgi2ma6amm', '4vwfpsuc7zs', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:11:25.743+00', '2021-09-12 08:11:25.743+00', NULL), -('rkusmebftd2', 'y49ug7x3xvy', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:11:29.108+00', '2021-09-12 08:11:29.108+00', NULL), -('sfdkyqonmz0', 'd9aj571l3df', NULL, 'void', 'Page', '{"_isJSONSchemaObject":true,"version":"2.0"}', '1', 1, '2021-09-12 08:33:29.994+00', '2021-09-12 08:33:29.994+00', '2eacz1979l5'), -('c3cclt2yb97', 'x0vd92fxvfh', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.CardItem"}}', '0', 1, '2021-09-12 08:33:30.002+00', '2021-09-12 08:33:30.002+00', 'sfdkyqonmz0'), -('s08elx2trpt', 'cbt9s3t0gl0', NULL, 'void', 'Page', '{"_isJSONSchemaObject":true,"version":"2.0"}', '1', 1, '2021-09-12 08:33:41.227+00', '2021-09-12 08:33:41.227+00', 'ouuvop86xkn'), -('ydawn45xysc', 'zb8d8wvbz26', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.CardItem"}}', '0', 1, '2021-09-12 08:33:41.238+00', '2021-09-12 08:33:41.238+00', 's08elx2trpt'), -('6zdy7upftb2', 'lmrtzgqb556', '青柠会员', 'void', 'Menu.Link', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar"}', '0', 3, '2021-09-12 08:33:50.282+00', '2021-09-12 08:33:50.282+00', 'p5e092zc0ot'), -('ihycjm0mcyw', 'l1pl712kd67', NULL, 'void', 'Page', '{"_isJSONSchemaObject":true,"version":"2.0"}', '1', 1, '2021-09-12 08:33:50.288+00', '2021-09-12 08:33:50.288+00', '6zdy7upftb2'), -('r2cj4i4msqb', 'h1ihvgas1hu', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.CardItem"}}', '0', 1, '2021-09-12 08:33:50.295+00', '2021-09-12 08:33:50.295+00', 'ihycjm0mcyw'), -('h3irsnu3clo', '94hj1rrcnsl', '酱紫会员', 'void', 'Menu.Link', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar"}', '0', 4, '2021-09-12 08:33:59.1+00', '2021-09-12 08:33:59.1+00', 'p5e092zc0ot'), -('robkh6ftbzs', 'v3jwav2y5t5', NULL, 'void', 'Page', '{"_isJSONSchemaObject":true,"version":"2.0"}', '1', 1, '2021-09-12 08:33:59.107+00', '2021-09-12 08:33:59.107+00', 'h3irsnu3clo'), -('mjbzwsp9hzr', 'xrcl8gon31k', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.CardItem"}}', '0', 1, '2021-09-12 08:33:59.115+00', '2021-09-12 08:33:59.115+00', 'robkh6ftbzs'), -('4j5m2mweehy', '2h37sk1rkm2', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.CardItem"}}', '0', 1, '2021-09-12 08:34:08.291+00', '2021-09-12 08:34:08.291+00', '9ci8pxj60jv'), -('2891oprcahh', 'f1fnb3fyybp', '80后', 'void', 'Menu.Link', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar"}', '0', 2, '2021-09-12 08:34:18.308+00', '2021-09-12 08:34:18.308+00', '75uiuzj3a2y'), -('84ngb8x5fty', 'sndg3bxfuh4', NULL, 'void', 'Page', '{"_isJSONSchemaObject":true,"version":"2.0"}', '1', 1, '2021-09-12 08:34:18.321+00', '2021-09-12 08:34:18.321+00', '2891oprcahh'), -('5xyl3m4vq9e', 'yex7exstyq5', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.CardItem"}}', '0', 1, '2021-09-12 08:34:18.333+00', '2021-09-12 08:34:18.333+00', '84ngb8x5fty'), -('tqpxc3hilti', '9tklg0kw9q2', '90后', 'void', 'Menu.Link', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar"}', '0', 3, '2021-09-12 08:34:27.245+00', '2021-09-12 08:34:27.245+00', '75uiuzj3a2y'), -('ijlvastmsie', 'yandpxz5b4m', NULL, 'void', 'Page', '{"_isJSONSchemaObject":true,"version":"2.0"}', '1', 1, '2021-09-12 08:34:27.252+00', '2021-09-12 08:34:27.252+00', 'tqpxc3hilti'), -('b18l8xg234k', 'nj20bfx6zud', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.CardItem"}}', '0', 1, '2021-09-12 08:34:27.258+00', '2021-09-12 08:34:27.258+00', 'ijlvastmsie'), -('kme85fmbfdp', 'ty1n8c35xnb', '00后', 'void', 'Menu.Link', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar"}', '0', 4, '2021-09-12 08:34:37.338+00', '2021-09-12 08:34:37.338+00', '75uiuzj3a2y'), -('yov28h6ubbe', 'ybueqjk6x1t', NULL, 'void', 'Page', '{"_isJSONSchemaObject":true,"version":"2.0"}', '1', 1, '2021-09-12 08:34:37.35+00', '2021-09-12 08:34:37.35+00', 'kme85fmbfdp'), -('lyrtcuhap91', 'idn6t24m39y', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.CardItem"}}', '0', 1, '2021-09-12 08:34:37.357+00', '2021-09-12 08:34:37.357+00', 'yov28h6ubbe'), -('qgfyabeutgq', '3704g2gp4wo', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-12 08:34:46.466+00', '2021-09-12 08:34:46.466+00', '4j5m2mweehy'), -('chxpf7521cg', '3c5bjrg7dc9', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:34:46.478+00', '2021-09-12 08:34:46.478+00', 'qgfyabeutgq'), -('9ci8pxj60jv', '9n46u9aetva', NULL, 'void', 'Page', '{"_isJSONSchemaObject":true,"version":"2.0"}', '1', 1, '2021-09-12 08:34:08.283+00', '2021-09-12 08:34:08.283+00', NULL), -('2eacz1979l5', 'tbm9wnmojjb', '日暮会员', 'void', 'Menu.Link', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar"}', '0', 3, '2021-09-12 08:33:29.986+00', '2021-09-12 08:44:04.478+00', 'p5e092zc0ot'), -('ouuvop86xkn', 'dycp85fg7pt', '拂晓会员', 'void', 'Menu.Link', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar"}', '0', 2, '2021-09-12 08:33:41.216+00', '2021-09-12 08:44:02.72+00', 'p5e092zc0ot'), -('oetza8cgh74', 'dl6is20g6h5', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:52:45.506+00', '2021-09-12 08:52:45.506+00', 'nsnnb9hz5rm'), -('6zy5c6yj530', 'qyjlcvh5me7', NULL, 'void', 'Grid.Col', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 2, '2021-09-12 08:20:22.239+00', '2021-09-13 08:59:46.551+00', '9i11iq68qtg'), -('2yxfvondpb4', '5qei75jimis', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 5, '2021-09-12 08:20:12.376+00', '2021-09-13 08:59:46.565+00', 'qys5cfp3mdj'), -('p5e092zc0ot', 'd0n88541esb', '按类型划分', 'void', 'Menu.SubMenu', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar","x-component-props":{"icon":"usergroupdeleteoutlined"}}', '0', 3, '2021-09-12 08:33:06.644+00', '2021-09-14 00:53:57.889+00', 'k33sn747t75'), -('oxtcsimpqb2', 'zj14gw0j1zt', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-12 08:34:46.502+00', '2021-09-12 08:34:46.502+00', '9vg6adtm6n6'), -('2yi9bg4mj57', 'nznn0ij5e5z', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":[]}}', '0', 1, '2021-09-12 08:34:46.51+00', '2021-09-12 08:34:46.51+00', 'oxtcsimpqb2'), -('pmvf7fdcoqn', 'ol94xi92n9o', '删除', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-align":"right","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"destroy"},"x-designable-bar":"Table.Action.DesignableBar","x-component-props":{"icon":"DeleteOutlined","confirm":{"title":"删除数据","content":"删除后无法恢复,确定要删除吗?"},"useAction":"{{ Table.useTableDestroyAction }}"}}', '0', 2, '2021-09-12 08:34:46.521+00', '2021-09-12 08:34:46.521+00', 'oxtcsimpqb2'), -('pa13darz9d4', 'in51pkyhsvp', '添加', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-align":"right","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"create"},"x-component-props":{"icon":"PlusOutlined","type":"primary"},"x-designable-bar":"Table.Action.DesignableBar"}', '0', 3, '2021-09-12 08:34:46.53+00', '2021-09-12 08:34:46.53+00', 'oxtcsimpqb2'), -('1iv1b1fk9kt', 'modal', '添加数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Table.useTableCreateAction }}"}}', '0', 1, '2021-09-12 08:34:46.538+00', '2021-09-12 08:34:46.538+00', 'pa13darz9d4'), -('e55armyp372', '0exnjwf96j9', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 08:34:46.549+00', '2021-09-12 08:34:46.549+00', '1iv1b1fk9kt'), -('5cl8jjug304', 'muadaczao4v', '操作', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{},"x-designable-bar":"Table.Operation.DesignableBar"}', '0', 2, '2021-09-12 08:34:46.566+00', '2021-09-12 08:34:46.566+00', '9vg6adtm6n6'), -('odvsdrpgs5z', 'vljnzfav8fo', NULL, 'void', 'Action.Group', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"}}', '0', 1, '2021-09-12 08:34:46.576+00', '2021-09-12 08:34:46.576+00', '5cl8jjug304'), -('4swww9ez85e', 'xgncx4bipcq', '查看', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"view"}', '0', 1, '2021-09-12 08:34:46.582+00', '2021-09-12 08:34:46.582+00', 'odvsdrpgs5z'), -('p381lm6wrpk', 'dymsj7gs0f6', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-12 08:34:46.588+00', '2021-09-12 08:34:46.588+00', '4swww9ez85e'), -('m8t41l1fhy7', 'oe0q7wgnpms', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar"}', '0', 1, '2021-09-12 08:34:46.598+00', '2021-09-12 08:34:46.598+00', 'p381lm6wrpk'), -('2y8wkg5uuen', 'zi1afkzjxwa', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-12 08:34:46.606+00', '2021-09-12 08:34:46.606+00', 'm8t41l1fhy7'), -('bszzitpw3mb', 'sx7j5bmj32y', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-12 08:34:46.614+00', '2021-09-12 08:34:46.614+00', '2y8wkg5uuen'), -('bpdlme7kl4y', 'wp1g4pbcser', '编辑', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"update"}', '0', 2, '2021-09-12 08:34:46.634+00', '2021-09-12 08:34:46.634+00', 'odvsdrpgs5z'), -('uqfo3bc59lc', '3dyasrujuks', '编辑数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-decorator-props":{"useResource":"{{ Table.useResource }}","useValues":"{{ Table.useTableRowRecord }}"},"x-component-props":{"useOkAction":"{{ Table.useTableUpdateAction }}"}}', '0', 1, '2021-09-12 08:34:46.64+00', '2021-09-12 08:34:46.64+00', 'bpdlme7kl4y'), -('1v7pj31rst6', 'rbg3tl4kozk', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 08:34:46.646+00', '2021-09-12 08:34:46.646+00', 'uqfo3bc59lc'), -('gb1ganqxlss', 'rrrulqmg1ym', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_vgw4f62h16e"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 3, '2021-09-12 08:34:53.533+00', '2021-09-12 08:34:53.533+00', '9vg6adtm6n6'), -('5bramaki119', '0f9ws4q4pac', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_x9kmuovlm79"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 4, '2021-09-12 08:34:56.206+00', '2021-09-12 08:34:56.206+00', '9vg6adtm6n6'), -('cx6tpk721ay', 'brexsc1cr37', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_3det6kr3vn8"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 5, '2021-09-12 08:34:59.568+00', '2021-09-12 08:34:59.568+00', '9vg6adtm6n6'), -('kcsrh94kobe', 'j0vh8vyduoi', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_61znsfh307m"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 6, '2021-09-12 08:35:02.827+00', '2021-09-12 08:35:02.827+00', '9vg6adtm6n6'), -('wq5unbnmai5', '0emrv1jw57c', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_bysgds7j36p"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 7, '2021-09-12 08:35:03.509+00', '2021-09-12 08:35:03.509+00', '9vg6adtm6n6'), -('j0mohl316ma', 'b72k0vbzl71', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-12 08:36:51.075+00', '2021-09-12 08:36:51.075+00', 'qhn4cgfmid4'), -('9vg6adtm6n6', 'fvpv15y0e7x', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"CardItem","default":[],"x-component-props":{"rowKey":"id","dragSort":false,"showIndex":true,"refreshRequestOnChange":true,"pagination":{"pageSize":10},"resource":"t_fsveob6p269","collectionName":"t_fsveob6p269","defaultFilter":{"and":[{"f_bysgds7j36p":{"$dateNotAfter":"1979-12-31"}}]}}}', '0', 1, '2021-09-12 08:34:46.494+00', '2021-09-12 08:35:48.314+00', 'chxpf7521cg'), -('c6gl6mawm4g', 'tuv8episunt', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-12 08:36:51.049+00', '2021-09-12 08:36:51.049+00', '5xyl3m4vq9e'), -('y4exnjcu2xj', '79zpbq9e175', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:36:51.06+00', '2021-09-12 08:36:51.06+00', 'c6gl6mawm4g'), -('0e73vdybb8l', 'cp9z0tjcyt8', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":["xkllcgbvvmt","vygajfyejo0","f_c8mes0kp1zt","f_vgw4f62h16e","f_3det6kr3vn8","f_61znsfh307m","f_bysgds7j36p","f_x9kmuovlm79","f_tdoe0q00xc6","f_kk4nspj1i28"]}}', '0', 1, '2021-09-12 08:36:51.083+00', '2021-09-14 02:52:10.954+00', 'j0mohl316ma'), -('csvx2y38edo', 'vkb98tlhwuy', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 08:36:51.117+00', '2021-09-12 08:36:51.117+00', 'wgjeyh4ebbm'), -('tejycuffoxq', '3ewnbbmr77e', '操作', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{},"x-designable-bar":"Table.Operation.DesignableBar"}', '0', 2, '2021-09-12 08:36:51.132+00', '2021-09-12 08:36:51.132+00', 'qhn4cgfmid4'), -('ij5vwcnise7', 'twp132yopns', NULL, 'void', 'Action.Group', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"}}', '0', 1, '2021-09-12 08:36:51.138+00', '2021-09-12 08:36:51.138+00', 'tejycuffoxq'), -('iedl0uekr7p', 'o8th7k38lrx', '查看', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"view"}', '0', 1, '2021-09-12 08:36:51.145+00', '2021-09-12 08:36:51.145+00', 'ij5vwcnise7'), -('b93e0r2xgcd', '0ksp3ytxhb0', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-12 08:36:51.153+00', '2021-09-12 08:36:51.153+00', 'iedl0uekr7p'), -('uggb8f8zmvo', 'mzxdezv20k3', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-12 08:36:51.169+00', '2021-09-12 08:36:51.169+00', 'u14k2vd1efb'), -('bx3m7q9cod3', 't5261oy16cv', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-12 08:36:51.183+00', '2021-09-12 08:36:51.183+00', 'uggb8f8zmvo'), -('kqcvqyqifda', 'ysb0gm7ipdr', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 08:36:51.222+00', '2021-09-12 08:36:51.222+00', 'vrcee28kir6'), -('s7dr4zgwzu2', 'xscblds33h4', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_vgw4f62h16e"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 3, '2021-09-12 08:36:54.948+00', '2021-09-12 08:36:54.948+00', 'qhn4cgfmid4'), -('egyuyv16xdx', 'gejo5evkfrr', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_x9kmuovlm79"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 4, '2021-09-12 08:36:57.212+00', '2021-09-12 08:36:57.212+00', 'qhn4cgfmid4'), -('yl4ttbe5rdu', 'vv4spmdiohn', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_3det6kr3vn8"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 5, '2021-09-12 08:36:57.849+00', '2021-09-12 08:36:57.849+00', 'qhn4cgfmid4'), -('68fyjoc40sn', 'qzdrxk9fw4h', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_61znsfh307m"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 6, '2021-09-12 08:37:03.725+00', '2021-09-12 08:37:03.725+00', 'qhn4cgfmid4'), -('1fg99y0nyqu', 'ngjyt53ti2h', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_bysgds7j36p"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 7, '2021-09-12 08:37:04.572+00', '2021-09-12 08:37:04.572+00', 'qhn4cgfmid4'), -('qhn4cgfmid4', 'ix2cf9yvbh3', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"CardItem","default":[],"x-component-props":{"rowKey":"id","dragSort":false,"showIndex":true,"refreshRequestOnChange":true,"pagination":{"pageSize":10},"resource":"t_fsveob6p269","collectionName":"t_fsveob6p269","defaultFilter":{"and":[{"f_bysgds7j36p":{"$dateBefore":"1990-01-01"}}]}}}', '0', 1, '2021-09-12 08:36:51.068+00', '2021-09-12 08:37:40.985+00', 'y4exnjcu2xj'), -('ulvb0fgb1wy', 'cnopigqb2sn', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-12 08:37:49.674+00', '2021-09-12 08:37:49.674+00', 'b18l8xg234k'), -('jj6krn50iqy', 'ccqmj8hp8yl', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:37:49.684+00', '2021-09-12 08:37:49.684+00', 'ulvb0fgb1wy'), -('lx4xm5sm849', '55sd21vvdql', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-12 08:37:49.699+00', '2021-09-12 08:37:49.699+00', 'ka2aiu7q623'), -('llx7g8tcrh8', 'rojpyy2rlb0', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 08:37:49.746+00', '2021-09-12 08:37:49.746+00', 'ajiacba4y20'), -('tx4p5icks0g', 'pvu7zmgwos2', '操作', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{},"x-designable-bar":"Table.Operation.DesignableBar"}', '0', 2, '2021-09-12 08:37:49.769+00', '2021-09-12 08:37:49.769+00', 'ka2aiu7q623'), -('en98iv89tz3', 'yz4guz7tkfe', NULL, 'void', 'Action.Group', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"}}', '0', 1, '2021-09-12 08:37:49.778+00', '2021-09-12 08:37:49.778+00', 'tx4p5icks0g'), -('j1yifjlgcop', 'qtuwmu91rw8', '查看', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"view"}', '0', 1, '2021-09-12 08:37:49.785+00', '2021-09-12 08:37:49.785+00', 'en98iv89tz3'), -('0c8pimijjil', 'cwjmh9vqkhx', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-12 08:37:49.792+00', '2021-09-12 08:37:49.792+00', 'j1yifjlgcop'), -('wgjeyh4ebbm', 'modal', '添加数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Table.useTableCreateAction }}"}}', '0', 1, '2021-09-12 08:36:51.11+00', '2021-09-12 08:36:51.11+00', NULL), -('vrcee28kir6', 'ua7hewa02l4', '编辑数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-decorator-props":{"useResource":"{{ Table.useResource }}","useValues":"{{ Table.useTableRowRecord }}"},"x-component-props":{"useOkAction":"{{ Table.useTableUpdateAction }}"}}', '0', 1, '2021-09-12 08:36:51.212+00', '2021-09-12 08:36:51.212+00', NULL), -('u14k2vd1efb', 'r8xgvjicsdl', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar","x-component-props":{"singleton":true}}', '0', 1, '2021-09-12 08:36:51.161+00', '2021-09-14 02:49:55.129+00', 'b93e0r2xgcd'), -('ajiacba4y20', 'modal', '添加数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Table.useTableCreateAction }}"}}', '0', 1, '2021-09-12 08:37:49.737+00', '2021-09-12 08:37:49.737+00', NULL), -('p96rm7tano6', 'nkfr8mcy2da', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":["xkllcgbvvmt","vygajfyejo0","f_c8mes0kp1zt","f_vgw4f62h16e","f_3det6kr3vn8","f_61znsfh307m","f_bysgds7j36p","f_x9kmuovlm79","f_tdoe0q00xc6","f_kk4nspj1i28"]}}', '0', 1, '2021-09-12 08:37:49.709+00', '2021-09-14 02:52:05.585+00', 'lx4xm5sm849'), -('fgwqvsi9w8x', 'ro3d04y1u75', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-12 08:37:49.808+00', '2021-09-12 08:37:49.808+00', '64s7sekqjq8'), -('n6e781rxua7', 'lzxoy8ww8gn', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-12 08:37:49.816+00', '2021-09-12 08:37:49.816+00', 'fgwqvsi9w8x'), -('in3pghga8ux', 'bwwca9it1sq', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 08:37:49.846+00', '2021-09-12 08:37:49.846+00', 'wynbtyklal2'), -('ka2aiu7q623', 'n0edqj1ge28', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"CardItem","default":[],"x-component-props":{"rowKey":"id","dragSort":false,"showIndex":true,"refreshRequestOnChange":true,"pagination":{"pageSize":10},"resource":"t_fsveob6p269","collectionName":"t_fsveob6p269","defaultFilter":{"and":[{"f_bysgds7j36p":{"$dateNotBefore":"1989-12-31"}},{"f_bysgds7j36p":{"$dateBefore":"2000-01-01"}}]}}}', '0', 1, '2021-09-12 08:37:49.692+00', '2021-09-12 08:38:42.678+00', 'jj6krn50iqy'), -('mmhhiscomkb', 'l0uufautgle', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_vgw4f62h16e"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 3, '2021-09-12 08:38:45.925+00', '2021-09-12 08:38:45.925+00', 'ka2aiu7q623'), -('2fkhpnufmnd', 'dm5yyw23tj0', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_x9kmuovlm79"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 4, '2021-09-12 08:38:46.863+00', '2021-09-12 08:38:46.863+00', 'ka2aiu7q623'), -('gwcyhvpqiqa', 'o8pypkohdpx', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_3det6kr3vn8"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 5, '2021-09-12 08:38:47.339+00', '2021-09-12 08:38:47.339+00', 'ka2aiu7q623'), -('97hhehv118e', 'vrw7ayglqmg', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_61znsfh307m"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 6, '2021-09-12 08:38:50.619+00', '2021-09-12 08:38:50.619+00', 'ka2aiu7q623'), -('1vvorx5wh0r', 'e5craiw1eet', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_bysgds7j36p"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 7, '2021-09-12 08:38:51.82+00', '2021-09-12 08:38:51.82+00', 'ka2aiu7q623'), -('q9cnmgoizs4', 'u5ul0zadqry', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-12 08:39:06.532+00', '2021-09-12 08:39:06.532+00', 'lyrtcuhap91'), -('iz9bagj342d', 'b561q4avrrr', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:39:06.545+00', '2021-09-12 08:39:06.545+00', 'q9cnmgoizs4'), -('3gmi5etie4d', 'zks395j22st', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-12 08:39:06.559+00', '2021-09-12 08:39:06.559+00', '9m75f7lvfy0'), -('3v0ag3zwisq', 'f0f5w11d7gj', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 08:39:06.605+00', '2021-09-12 08:39:06.605+00', 'rdrd85bjgpt'), -('35iu38q69j0', 'bt2i31fip9b', '操作', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{},"x-designable-bar":"Table.Operation.DesignableBar"}', '0', 2, '2021-09-12 08:39:06.625+00', '2021-09-12 08:39:06.625+00', '9m75f7lvfy0'), -('5cbl3i9bm24', '7g7dsbegje2', NULL, 'void', 'Action.Group', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"}}', '0', 1, '2021-09-12 08:39:06.633+00', '2021-09-12 08:39:06.633+00', '35iu38q69j0'), -('puap2erydje', '7h02pbuxniz', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar"}', '0', 1, '2021-09-12 08:39:06.661+00', '2021-09-12 08:39:06.661+00', '0g1su1clv5p'), -('mwl3iuhzgkz', 's60vdsnhl21', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-12 08:39:06.673+00', '2021-09-12 08:39:06.673+00', 'puap2erydje'), -('83o4cgw0vxi', 'ovvwm5dy4uy', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-12 08:39:06.688+00', '2021-09-12 08:39:06.688+00', 'mwl3iuhzgkz'), -('0g1su1clv5p', '5zb6kd0kpkp', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-12 08:39:06.651+00', '2021-09-12 08:39:06.651+00', NULL), -('7v2om3nilic', '4yho31yyucl', '编辑数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-decorator-props":{"useResource":"{{ Table.useResource }}","useValues":"{{ Table.useTableRowRecord }}"},"x-component-props":{"useOkAction":"{{ Table.useTableUpdateAction }}"}}', '0', 1, '2021-09-12 08:39:06.72+00', '2021-09-12 08:39:06.72+00', NULL), -('wynbtyklal2', 'ft56xw1w8ke', '编辑数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-decorator-props":{"useResource":"{{ Table.useResource }}","useValues":"{{ Table.useTableRowRecord }}"},"x-component-props":{"useOkAction":"{{ Table.useTableUpdateAction }}"}}', '0', 1, '2021-09-12 08:37:49.84+00', '2021-09-12 08:37:49.84+00', NULL), -('64s7sekqjq8', '10zwbkklmzm', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar","x-component-props":{"singleton":true}}', '0', 1, '2021-09-12 08:37:49.799+00', '2021-09-14 02:52:20.097+00', '0c8pimijjil'), -('nuy8j8m58u1', 'rxvhz3ivhpu', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":["xkllcgbvvmt","vygajfyejo0","f_c8mes0kp1zt","f_vgw4f62h16e","f_3det6kr3vn8","f_61znsfh307m","f_bysgds7j36p","f_x9kmuovlm79","f_tdoe0q00xc6","f_kk4nspj1i28"]}}', '0', 1, '2021-09-12 08:39:06.565+00', '2021-09-14 02:52:46.003+00', '3gmi5etie4d'), -('rdrd85bjgpt', 'modal', '添加数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Table.useTableCreateAction }}"}}', '0', 1, '2021-09-12 08:39:06.598+00', '2021-09-12 08:39:06.598+00', NULL), -('ntcz14tcc8g', 'c1m26md1afh', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 08:39:06.73+00', '2021-09-12 08:39:06.73+00', '7v2om3nilic'), -('xx2hsjfzr6j', '7rgsjkjwy69', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_vgw4f62h16e"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 3, '2021-09-12 08:39:12.39+00', '2021-09-12 08:39:12.39+00', '9m75f7lvfy0'), -('8brcyp46kvh', 't7hxnqdukdt', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_x9kmuovlm79"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 4, '2021-09-12 08:39:13.996+00', '2021-09-12 08:39:13.996+00', '9m75f7lvfy0'), -('st8vl2ccivg', '493hg6k0iw2', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_3det6kr3vn8"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 5, '2021-09-12 08:39:17.331+00', '2021-09-12 08:39:17.331+00', '9m75f7lvfy0'), -('n933io8pp55', '63aiub1zaya', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_61znsfh307m"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 6, '2021-09-12 08:39:19.423+00', '2021-09-12 08:39:19.423+00', '9m75f7lvfy0'), -('57vb25tmlzw', 'ffci7b4c37j', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_bysgds7j36p"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 7, '2021-09-12 08:39:20.302+00', '2021-09-12 08:39:20.302+00', '9m75f7lvfy0'), -('9m75f7lvfy0', 'v2o9ow0w7er', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"CardItem","default":[],"x-component-props":{"rowKey":"id","dragSort":false,"showIndex":true,"refreshRequestOnChange":true,"pagination":{"pageSize":10},"resource":"t_fsveob6p269","collectionName":"t_fsveob6p269","defaultFilter":{"and":[{"f_bysgds7j36p":{"$dateNotBefore":"2000-01-01"}}]}}}', '0', 1, '2021-09-12 08:39:06.553+00', '2021-09-12 08:39:43.339+00', 'iz9bagj342d'), -('lfrjfv6f72v', 'as7qbahq4pp', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-12 08:40:14.632+00', '2021-09-12 08:40:14.632+00', 'c3cclt2yb97'), -('ccy102bzglw', '3qrtp9xrl1h', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:40:14.645+00', '2021-09-12 08:40:14.645+00', 'lfrjfv6f72v'), -('k8zd25pz9wi', 'd1l4bffnv3k', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-12 08:40:14.659+00', '2021-09-12 08:40:14.659+00', 'lywiji6g7zd'), -('zus6619jjig', 'mwqrjhva1o0', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 08:40:14.697+00', '2021-09-12 08:40:14.697+00', 'r9ha0s5f7wz'), -('qkpw9y85fm5', '3uwobh5w9uy', '操作', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{},"x-designable-bar":"Table.Operation.DesignableBar"}', '0', 2, '2021-09-12 08:40:14.716+00', '2021-09-12 08:40:14.716+00', 'lywiji6g7zd'), -('37u68fhyidl', '24xcqfze282', NULL, 'void', 'Action.Group', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"}}', '0', 1, '2021-09-12 08:40:14.724+00', '2021-09-12 08:40:14.724+00', 'qkpw9y85fm5'), -('jwac7selyvg', 'oa4dk9203mv', '查看', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"view"}', '0', 1, '2021-09-12 08:40:14.731+00', '2021-09-12 08:40:14.731+00', '37u68fhyidl'), -('l0w2v6b5nlo', '0ldvv5davdi', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-12 08:40:14.739+00', '2021-09-12 08:40:14.739+00', 'jwac7selyvg'), -('6cwzyf3vxnw', 'nk49bqwrzmh', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-12 08:40:14.751+00', '2021-09-12 08:40:14.751+00', 'hxa625xa36k'), -('8vy7mfaasul', 'ya1bxqe6ort', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-12 08:40:14.758+00', '2021-09-12 08:40:14.758+00', '6cwzyf3vxnw'), -('li4m0g6zkep', '76ada2v798p', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 08:40:14.788+00', '2021-09-12 08:40:14.788+00', 'ptvev6ddnik'), -('5f1ubby6wdj', 'hrambihbdvf', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_vgw4f62h16e"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 3, '2021-09-12 08:40:18.102+00', '2021-09-12 08:40:18.102+00', 'lywiji6g7zd'), -('mk99bqhjjdm', 'drzdgw02ba2', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_x9kmuovlm79"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 4, '2021-09-12 08:40:18.799+00', '2021-09-12 08:40:18.799+00', 'lywiji6g7zd'), -('3sdszuprkr7', 'yc4bcwaglee', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_3det6kr3vn8"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 5, '2021-09-12 08:40:21.334+00', '2021-09-12 08:40:21.334+00', 'lywiji6g7zd'), -('gh7kjnkwh5x', 'cdj6libpwfn', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_61znsfh307m"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 6, '2021-09-12 08:40:24.559+00', '2021-09-12 08:40:24.559+00', 'lywiji6g7zd'), -('b2jy0490ewa', 'ond74oams59', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_bysgds7j36p"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 7, '2021-09-12 08:40:26.032+00', '2021-09-12 08:40:26.032+00', 'lywiji6g7zd'), -('ptvev6ddnik', '86fyv5k3cx3', '编辑数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-decorator-props":{"useResource":"{{ Table.useResource }}","useValues":"{{ Table.useTableRowRecord }}"},"x-component-props":{"useOkAction":"{{ Table.useTableUpdateAction }}"}}', '0', 1, '2021-09-12 08:40:14.78+00', '2021-09-12 08:40:14.78+00', NULL), -('r9ha0s5f7wz', 'modal', '添加数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Table.useTableCreateAction }}"}}', '0', 1, '2021-09-12 08:40:14.691+00', '2021-09-12 08:40:14.691+00', NULL), -('hxa625xa36k', 'gsfm26v4sfa', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar","x-component-props":{"singleton":true}}', '0', 1, '2021-09-12 08:40:14.745+00', '2021-09-14 02:35:37.97+00', 'l0w2v6b5nlo'), -('r3ar2h3d1j8', 'i0eynpcavuf', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":["xkllcgbvvmt","vygajfyejo0","f_c8mes0kp1zt","f_vgw4f62h16e","f_x9kmuovlm79","f_3det6kr3vn8","f_61znsfh307m","f_bysgds7j36p","f_kk4nspj1i28","f_tdoe0q00xc6"]}}', '0', 1, '2021-09-12 08:40:14.666+00', '2021-09-14 02:35:30.768+00', 'k8zd25pz9wi'), -('lywiji6g7zd', 'jqg2e89q7sk', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"CardItem","default":[],"x-component-props":{"rowKey":"id","dragSort":false,"showIndex":true,"refreshRequestOnChange":true,"pagination":{"pageSize":10},"resource":"t_fsveob6p269","collectionName":"t_fsveob6p269","defaultFilter":{"and":[{"f_61znsfh307m":{"eq":"plcxasw2xrs"}}]}}}', '0', 1, '2021-09-12 08:40:14.653+00', '2021-09-12 08:42:11.576+00', 'ccy102bzglw'), -('ucc0l51e1zx', 'xd842j8s4o4', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:42:23.602+00', '2021-09-12 08:42:23.602+00', 'gty6jdh9cgb'), -('d2wldjo2j80', 'jrrgp8yz88g', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 08:44:14.399+00', '2021-09-12 08:44:14.399+00', '4kypox1delu'), -('gty6jdh9cgb', 'kpcr2fkgycn', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 0, '2021-09-12 08:42:23.589+00', '2021-09-12 08:42:23.633+00', 'c3cclt2yb97'), -('8w19pkzz91t', 'b3cs8ptr4il', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:42:20.963+00', '2021-09-12 08:42:20.963+00', NULL), -('tr3yalxh5d9', '6wzb2cveiky', NULL, 'void', 'Markdown.Void', '{"_isJSONSchemaObject":true,"version":"2.0","default":"**日暮会员** 是进入消费末期的会员,请对他们多一些关爱,少一些施压。 \n他们曾经在我们这里疯狂消费过,但现在已经没有钱消费了。","x-designable-bar":"Markdown.Void.DesignableBar","x-decorator":"CardItem","x-read-pretty":true}', '0', 1, '2021-09-12 08:42:20.97+00', '2021-09-12 08:43:43.283+00', 'ucc0l51e1zx'), -('lqtxb6fmrl0', 'b4rxohyhneh', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-12 08:44:14.207+00', '2021-09-12 08:44:14.207+00', 'ydawn45xysc'), -('uy4mfq52mco', '8z51u2ih58s', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:44:14.227+00', '2021-09-12 08:44:14.227+00', 'lqtxb6fmrl0'), -('zm70l5x7g15', 'umo0zj9s1xp', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-12 08:44:14.247+00', '2021-09-12 08:44:14.247+00', '3vofd5jtiah'), -('lkq0dy1or82', '24f0tprbabh', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 08:44:14.298+00', '2021-09-12 08:44:14.298+00', 'xkdrtps4t10'), -('vyh1vhueqgu', 'lv0wouf53z5', '操作', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{},"x-designable-bar":"Table.Operation.DesignableBar"}', '0', 2, '2021-09-12 08:44:14.315+00', '2021-09-12 08:44:14.315+00', '3vofd5jtiah'), -('50vcknxuoxt', '890jkty4tqn', NULL, 'void', 'Action.Group', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"}}', '0', 1, '2021-09-12 08:44:14.325+00', '2021-09-12 08:44:14.325+00', 'vyh1vhueqgu'), -('uk4s56729qp', 'wfeh3uglan7', '查看', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"view"}', '0', 1, '2021-09-12 08:44:14.335+00', '2021-09-12 08:44:14.335+00', '50vcknxuoxt'), -('dxc6027epb5', '7vsidpjwl07', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-12 08:44:14.342+00', '2021-09-12 08:44:14.342+00', 'uk4s56729qp'), -('lsl7tsg6u3t', '406cf8t3936', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-12 08:44:14.355+00', '2021-09-12 08:44:14.355+00', '0xnvoepseqy'), -('5mhcfjjezro', 'zejmbxzo1ks', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-12 08:44:14.362+00', '2021-09-12 08:44:14.362+00', 'lsl7tsg6u3t'), -('fwc71lsgz6c', '183g1x3aihx', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_vgw4f62h16e"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 3, '2021-09-12 08:44:18.826+00', '2021-09-12 08:44:18.826+00', '3vofd5jtiah'), -('w9gnkyvtz0r', 'cqueo48hxxz', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_x9kmuovlm79"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 4, '2021-09-12 08:44:19.294+00', '2021-09-12 08:44:19.294+00', '3vofd5jtiah'), -('mub3aeydjk3', '7lnavhv4td2', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_3det6kr3vn8"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 5, '2021-09-12 08:44:19.707+00', '2021-09-12 08:44:19.707+00', '3vofd5jtiah'), -('7gwvzo3moc1', 'i007ki9yh3x', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_61znsfh307m"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 6, '2021-09-12 08:44:20.171+00', '2021-09-12 08:44:20.171+00', '3vofd5jtiah'), -('bzyr8x1dcv7', '89gadccx8rd', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_bysgds7j36p"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 7, '2021-09-12 08:44:21.105+00', '2021-09-12 08:44:21.105+00', '3vofd5jtiah'), -('3vofd5jtiah', 'a8vh6ygaz02', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"CardItem","default":[],"x-component-props":{"rowKey":"id","dragSort":false,"showIndex":true,"refreshRequestOnChange":true,"pagination":{"pageSize":10},"resource":"t_fsveob6p269","collectionName":"t_fsveob6p269","defaultFilter":{"and":[{"f_61znsfh307m":{"eq":"z7wq1mkwmmx"}}]}}}', '0', 1, '2021-09-12 08:44:14.237+00', '2021-09-12 08:44:34.944+00', 'uy4mfq52mco'), -('2qlklaopi83', 'f74yifwxtx0', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:44:39.547+00', '2021-09-12 08:44:39.547+00', NULL), -('xkdrtps4t10', 'modal', '添加数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Table.useTableCreateAction }}"}}', '0', 1, '2021-09-12 08:44:14.29+00', '2021-09-12 08:44:14.29+00', NULL), -('0xnvoepseqy', '6plpenmwam2', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar","x-component-props":{"singleton":true}}', '0', 1, '2021-09-12 08:44:14.348+00', '2021-09-14 02:34:04.477+00', 'dxc6027epb5'), -('xbtv9pgvlxi', 'fmpepkb6a0v', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 5, '2021-09-14 02:35:02.792+00', '2021-09-14 02:35:02.792+00', 'gr7i73b4ynb'), -('g2ukg354p1p', '5hcspseyptg', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:35:02.8+00', '2021-09-14 02:35:02.8+00', 'xbtv9pgvlxi'), -('qr9p6p6en71', 'iq3f8l47var', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_n6snaop9d4y"}}', '0', 1, '2021-09-14 02:35:02.807+00', '2021-09-14 02:35:02.807+00', 'g2ukg354p1p'), -('ucuvt8o6hi1', 'fr0ewjbu999', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 7, '2021-09-14 02:35:05.366+00', '2021-09-14 02:35:05.366+00', 'gr7i73b4ynb'), -('a9jfktggp59', 'e0q752c7fuv', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:35:05.374+00', '2021-09-14 02:35:05.374+00', 'ucuvt8o6hi1'), -('c3xe5xx8tes', '9rd5qs80ff0', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_tdoe0q00xc6"}}', '0', 1, '2021-09-14 02:35:05.391+00', '2021-09-14 02:35:05.391+00', 'a9jfktggp59'), -('41mwvjbp3vq', 'scddppvxq6i', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 02:35:09.79+00', '2021-09-14 02:35:09.79+00', 'o8499ft1p9p'), -('2r53wb0oya9', 'ffucan3qm5s', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:35:03.832+00', '2021-09-14 02:35:03.832+00', NULL), -('5ghvaf4qa76', 'p4nyimogav6', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 2, '2021-09-14 02:40:45.84+00', '2021-09-14 02:40:45.84+00', 'm3g53ifw6yn'), -('tbrkw7j67dv', 'kt8qlsur6ay', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-23 02:53:47.067+00', '2021-09-23 02:53:47.067+00', 'd0bz7d7vfpo'), -('je7dsgza1j9', 'adbiyyj09yd', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_tdoe0q00xc6"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 9, '2021-09-12 01:13:58.95+00', '2021-09-26 01:39:52.153+00', 'm25pry2yof2'), -('t52oxa3snwb', 'lauo71skjhg', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:44:43.082+00', '2021-09-12 08:44:43.082+00', '8ecbs3dnun1'), -('3wv3paf0sge', 'new0v0nktzd', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_vgw4f62h16e"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 3, '2021-09-12 08:47:06.183+00', '2021-09-12 08:47:06.183+00', '2ov8u7juch7'), -('8ecbs3dnun1', 'e5kfncswel3', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 0, '2021-09-12 08:44:43.069+00', '2021-09-12 08:44:43.108+00', 'ydawn45xysc'), -('dyxqb85322d', 'wv09g7t500j', NULL, 'void', 'Markdown.Void', '{"_isJSONSchemaObject":true,"version":"2.0","default":"**拂晓会员** 是新加入我们的、具备强大消费能力的会员。 \n请将八成以上的力气花在他们身上。","x-designable-bar":"Markdown.Void.DesignableBar","x-decorator":"CardItem","x-read-pretty":true}', '0', 1, '2021-09-12 08:44:39.555+00', '2021-09-12 08:46:37.728+00', 't52oxa3snwb'), -('029s8xojujc', 'vg4c6euj5nu', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-12 08:46:50.489+00', '2021-09-12 08:46:50.489+00', 'r2cj4i4msqb'), -('oksi8kdhwcs', '4s9fop4si0a', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:46:50.501+00', '2021-09-12 08:46:50.501+00', '029s8xojujc'), -('aj47o80vux6', 'xg1kfrbr3nd', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-12 08:46:50.516+00', '2021-09-12 08:46:50.516+00', '2ov8u7juch7'), -('5vs1t2xw7ln', '9fcn27kak51', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 08:46:50.558+00', '2021-09-12 08:46:50.558+00', '9y41wrgu0ge'), -('x5pj3cvw7ru', 'xhfutcbc29x', '操作', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{},"x-designable-bar":"Table.Operation.DesignableBar"}', '0', 2, '2021-09-12 08:46:50.572+00', '2021-09-12 08:46:50.572+00', '2ov8u7juch7'), -('1ixe761237h', 'qrp3make10i', NULL, 'void', 'Action.Group', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"}}', '0', 1, '2021-09-12 08:46:50.578+00', '2021-09-12 08:46:50.578+00', 'x5pj3cvw7ru'), -('90m26h0xyt3', 'acz2d9cws16', '查看', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"view"}', '0', 1, '2021-09-12 08:46:50.584+00', '2021-09-12 08:46:50.584+00', '1ixe761237h'), -('gdtnu8u1497', 'vb8rlqu5hie', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-12 08:46:50.591+00', '2021-09-12 08:46:50.591+00', '90m26h0xyt3'), -('6pesbd7lqot', 'd6u4lyoylm1', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-12 08:46:50.608+00', '2021-09-12 08:46:50.608+00', 'eaartmbv01m'), -('nyqgdbg4i8d', '69m7gxwl7y6', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-12 08:46:50.616+00', '2021-09-12 08:46:50.616+00', '6pesbd7lqot'), -('ny1bak52tdo', '3cr1ycdelin', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 08:46:50.644+00', '2021-09-12 08:46:50.644+00', 'eac4je339tn'), -('2vbfgjt94od', '2xbyviyj3ad', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_x9kmuovlm79"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 4, '2021-09-12 08:47:06.552+00', '2021-09-12 08:47:06.552+00', '2ov8u7juch7'), -('2ov8u7juch7', 's6fo9tw8twl', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"CardItem","default":[],"x-component-props":{"rowKey":"id","dragSort":false,"showIndex":true,"refreshRequestOnChange":true,"pagination":{"pageSize":10},"resource":"t_fsveob6p269","collectionName":"t_fsveob6p269","defaultFilter":{"and":[{"f_61znsfh307m":{"eq":"e3fb46gnarj"}}]}}}', '0', 1, '2021-09-12 08:46:50.509+00', '2021-09-12 08:47:03.033+00', 'oksi8kdhwcs'), -('vsnvo3fheu6', 'lfstm4lwy3w', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_3det6kr3vn8"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 5, '2021-09-12 08:47:07.146+00', '2021-09-12 08:47:07.146+00', '2ov8u7juch7'), -('tvmc3nathto', 'ggcpxv29rsa', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_61znsfh307m"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 6, '2021-09-12 08:47:07.574+00', '2021-09-12 08:47:07.574+00', '2ov8u7juch7'), -('hehv31gf34o', 'w5894zxy11w', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_bysgds7j36p"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 7, '2021-09-12 08:47:08.44+00', '2021-09-12 08:47:08.44+00', '2ov8u7juch7'), -('byqcnkk1o0n', 'u461mmi6zni', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:48:45.962+00', '2021-09-12 08:48:45.962+00', 'lk4lsebzmgd'), -('lk4lsebzmgd', 'ozeaw2s2poe', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 0, '2021-09-12 08:48:45.95+00', '2021-09-12 08:48:45.989+00', 'r2cj4i4msqb'), -('iwvbhqkjowd', '0wxj5nnl4qp', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:48:42.622+00', '2021-09-12 08:48:42.622+00', NULL), -('75uiuzj3a2y', 'j2vz0od5rgs', '按年龄划分', 'void', 'Menu.SubMenu', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar","x-component-props":{"icon":"usergroupdeleteoutlined"}}', '0', 4, '2021-09-12 08:33:19.08+00', '2021-09-12 08:52:35.711+00', 'k33sn747t75'), -('o6vjinhjhad', '0g0on8947mz', '顾客统计', 'void', 'Menu.Link', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar","x-component-props":{"icon":"barchartoutlined"}}', '0', 2, '2021-09-12 08:52:30.249+00', '2021-09-12 08:52:35.714+00', 'k33sn747t75'), -('nsnnb9hz5rm', 'ngcih0rah1n', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-12 08:52:45.495+00', '2021-09-12 08:52:45.495+00', 'nct31pcy7rs'), -('9y41wrgu0ge', 'modal', '添加数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Table.useTableCreateAction }}"}}', '0', 1, '2021-09-12 08:46:50.553+00', '2021-09-12 08:46:50.553+00', NULL), -('eaartmbv01m', '7gjddddvgdh', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar","x-component-props":{"singleton":true}}', '0', 1, '2021-09-12 08:46:50.602+00', '2021-09-14 02:34:48.61+00', 'gdtnu8u1497'), -('qfvm0kxnin2', 'oncwf49yxib', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":["xkllcgbvvmt","vygajfyejo0","f_c8mes0kp1zt","f_vgw4f62h16e","f_x9kmuovlm79","f_3det6kr3vn8","f_61znsfh307m","f_bysgds7j36p","f_kk4nspj1i28","f_tdoe0q00xc6"]}}', '0', 1, '2021-09-12 08:46:50.523+00', '2021-09-14 02:40:32.268+00', 'aj47o80vux6'), -('xrlz31gzdpa', 'xm1rki1ti32', NULL, 'void', 'Markdown.Void', '{"_isJSONSchemaObject":true,"version":"2.0","default":"**青柠会员** 不消费,但具备强大的传播能力。 \n请多跟他们进行良好互动,让更多人知道我们。","x-designable-bar":"Markdown.Void.DesignableBar","x-decorator":"CardItem","x-read-pretty":true}', '0', 1, '2021-09-12 08:48:42.628+00', '2021-09-12 08:50:19.589+00', 'byqcnkk1o0n'), -('hzj9hm79jpb', 'nb4q3h4m6fm', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-12 08:50:24.46+00', '2021-09-12 08:50:24.46+00', 'mjbzwsp9hzr'), -('4owlt01laba', 'a037czgjmm7', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:50:24.472+00', '2021-09-12 08:50:24.472+00', 'hzj9hm79jpb'), -('vl32s3tc17u', 'l4rdtk83fq7', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-12 08:50:24.494+00', '2021-09-12 08:50:24.494+00', 'odl1fsxcrwo'), -('yxw8emezqkh', '28xxazk97t2', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 08:50:24.532+00', '2021-09-12 08:50:24.532+00', 'jrhau26x5rm'), -('xpf2lims5g4', 'k9qcsnwx7cf', '操作', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{},"x-designable-bar":"Table.Operation.DesignableBar"}', '0', 2, '2021-09-12 08:50:24.55+00', '2021-09-12 08:50:24.55+00', 'odl1fsxcrwo'), -('ac275k2rut4', 'kw2l8r3jzat', NULL, 'void', 'Action.Group', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"}}', '0', 1, '2021-09-12 08:50:24.557+00', '2021-09-12 08:50:24.557+00', 'xpf2lims5g4'), -('blycm8t9llw', '4e5ozb2rs2w', '查看', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"view"}', '0', 1, '2021-09-12 08:50:24.566+00', '2021-09-12 08:50:24.566+00', 'ac275k2rut4'), -('03zmue92le1', 'uqedaj59qrn', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-12 08:50:24.573+00', '2021-09-12 08:50:24.573+00', 'blycm8t9llw'), -('o2975lp13lc', '4z0xqjkknfh', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-12 08:50:24.587+00', '2021-09-12 08:50:24.587+00', 'n4ejbe56vdm'), -('xrr3hv2e35h', '6xf2t7dmkr9', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-12 08:50:24.594+00', '2021-09-12 08:50:24.594+00', 'o2975lp13lc'), -('yp6emewwtht', 'af915frez3y', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-12 08:50:24.627+00', '2021-09-12 08:50:24.627+00', 'h4jpb66cjdm'), -('a2ayp2d56oy', 'bnqdfr1t27g', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_vgw4f62h16e"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 3, '2021-09-12 08:50:27.966+00', '2021-09-12 08:50:27.966+00', 'odl1fsxcrwo'), -('yvk7fhy71uh', '7xzy3sse7ii', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_x9kmuovlm79"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 4, '2021-09-12 08:50:28.377+00', '2021-09-12 08:50:28.377+00', 'odl1fsxcrwo'), -('3er0hhltgky', '7kh3b64vlsz', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_3det6kr3vn8"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 5, '2021-09-12 08:50:28.802+00', '2021-09-12 08:50:28.802+00', 'odl1fsxcrwo'), -('82v0rcn61w5', 'g0tfn2t5ptx', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_61znsfh307m"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 6, '2021-09-12 08:50:29.189+00', '2021-09-12 08:50:29.189+00', 'odl1fsxcrwo'), -('mgwhf5su8os', 'c4xupsxz31h', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_bysgds7j36p"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 7, '2021-09-12 08:50:30.509+00', '2021-09-12 08:50:30.509+00', 'odl1fsxcrwo'), -('odl1fsxcrwo', 'wmdgtv0nagf', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"CardItem","default":[],"x-component-props":{"rowKey":"id","dragSort":false,"showIndex":true,"refreshRequestOnChange":true,"pagination":{"pageSize":10},"resource":"t_fsveob6p269","collectionName":"t_fsveob6p269","defaultFilter":{"and":[{"f_61znsfh307m":{"eq":"h5cxo6g48lj"}}]}}}', '0', 1, '2021-09-12 08:50:24.484+00', '2021-09-12 08:50:41.597+00', '4owlt01laba'), -('lqzy524xdei', 'o8zs925kqc5', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:50:57.053+00', '2021-09-12 08:50:57.053+00', 'e5dvxaq0388'), -('uqu3rlkcvq1', '8948hy916a0', NULL, 'void', 'Markdown.Void', '{"_isJSONSchemaObject":true,"version":"2.0","default":"**酱紫会员** 没有消费能力,脾气又很差,会给我们带来负面作用。 \n请尽量远离酱紫会员。","x-designable-bar":"Markdown.Void.DesignableBar","x-decorator":"CardItem","x-read-pretty":true}', '0', 1, '2021-09-12 08:50:53.634+00', '2021-09-12 08:51:44.094+00', 'lqzy524xdei'), -('e5dvxaq0388', 'kbx96257xtg', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 0, '2021-09-12 08:50:57.039+00', '2021-09-12 08:50:57.092+00', 'mjbzwsp9hzr'), -('ahmifute8tf', 'a6juzklvqwn', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:50:53.624+00', '2021-09-12 08:50:53.624+00', NULL), -('63kxtsn2jev', 'mw51lyxfing', NULL, 'void', 'Page', '{"_isJSONSchemaObject":true,"version":"2.0"}', '1', 1, '2021-09-12 08:52:30.259+00', '2021-09-12 08:52:30.259+00', 'o6vjinhjhad'), -('nct31pcy7rs', '15kyt3px950', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.CardItem"}}', '0', 1, '2021-09-12 08:52:30.266+00', '2021-09-12 08:52:30.266+00', '63kxtsn2jev'), -('jrhau26x5rm', 'modal', '添加数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Table.useTableCreateAction }}"}}', '0', 1, '2021-09-12 08:50:24.525+00', '2021-09-12 08:50:24.525+00', NULL), -('n4ejbe56vdm', '1xvrm1o4dle', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar","x-component-props":{"singleton":true}}', '0', 1, '2021-09-12 08:50:24.581+00', '2021-09-14 02:40:43.981+00', '03zmue92le1'), -('tzgzestskwi', '28nnixcgcet', NULL, 'void', 'Chart.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-designable-bar":"Chart.DesignableBar","x-component-props":{"config":{"data":[{"type":"家具家电","sales":38},{"type":"粮油副食","sales":52},{"type":"生鲜水果","sales":61},{"type":"美容洗护","sales":145},{"type":"母婴用品","sales":48},{"type":"进口食品","sales":38},{"type":"食品饮料","sales":38},{"type":"家庭清洁","sales":38}],"xField":"type","yField":"sales","label":{"position":"middle","style":{"fill":"#FFFFFF","opacity":0.6}},"xAxis":{"label":{"autoHide":true,"autoRotate":false}},"meta":{"type":{"alias":"类别"},"sales":{"alias":"销售额"}}}}}', '0', 1, '2021-09-12 08:52:45.514+00', '2021-09-12 08:52:45.514+00', 'oetza8cgh74'), -('bpn9q3lvezd', '4cnlkye7dum', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-12 08:52:50.453+00', '2021-09-12 08:52:50.453+00', 'nsnnb9hz5rm'), -('ps3wofqqdyo', 'kg2stbqe92v', NULL, 'void', 'Chart.Bar', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-designable-bar":"Chart.DesignableBar","x-component-props":{"config":{"data":[{"type":"家具家电","sales":38},{"type":"粮油副食","sales":52},{"type":"生鲜水果","sales":61},{"type":"美容洗护","sales":145},{"type":"母婴用品","sales":48},{"type":"进口食品","sales":38},{"type":"食品饮料","sales":38},{"type":"家庭清洁","sales":38}],"xField":"sales","yField":"type","legend":{"position":"top-left"},"barBackground":{"style":{"fill":"rgba(0,0,0,0.1)"}},"interactions":[{"type":"active-region","enable":false}]}}}', '0', 1, '2021-09-12 08:52:48.243+00', '2021-09-12 08:52:50.463+00', 'bpn9q3lvezd'), -('8clz7vdwv56', 'mn521r0kooi', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:52:48.235+00', '2021-09-12 08:52:48.235+00', NULL), -('iwr8wv7xozi', '8lytdanae07', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:53:17.312+00', '2021-09-12 08:53:17.312+00', 'isbff6cje34'), -('9aymm0ny90a', 'ph259yxdu7v', NULL, 'void', 'Markdown.Void', '{"_isJSONSchemaObject":true,"version":"2.0","default":"这是一段演示文字,**支持使用 Markdown 语法**","x-designable-bar":"Markdown.Void.DesignableBar","x-decorator":"CardItem","x-read-pretty":true}', '0', 1, '2021-09-12 08:53:14.935+00', '2021-09-12 08:53:17.32+00', 'iwr8wv7xozi'), -('isbff6cje34', 'drlid9bhtio', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 0, '2021-09-12 08:53:17.303+00', '2021-09-12 08:53:17.333+00', 'nct31pcy7rs'), -('w6ntyw1h4z8', 'spjeqbwq4t7', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 08:53:14.924+00', '2021-09-12 08:53:14.924+00', NULL), -('eac4je339tn', 'np0gvonqfw5', '编辑数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-decorator-props":{"useResource":"{{ Table.useResource }}","useValues":"{{ Table.useTableRowRecord }}"},"x-component-props":{"useOkAction":"{{ Table.useTableUpdateAction }}"}}', '0', 1, '2021-09-12 08:46:50.638+00', '2021-09-12 08:46:50.638+00', NULL), -('kjhvnw35agn', 'rfctdbd1bft', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-12 09:38:49.33+00', '2021-09-12 09:38:49.33+00', NULL), -('hflx0w3au4w', '6cym8cwqq2j', NULL, 'void', 'Markdown.Void', '{"_isJSONSchemaObject":true,"version":"2.0","default":"**订单录入规则** \n在收到订单 30 分钟内录入系统。","x-designable-bar":"Markdown.Void.DesignableBar","x-decorator":"CardItem","x-read-pretty":true}', '0', 2, '2021-09-12 09:38:49.34+00', '2021-09-12 09:39:52.537+00', 'bzhnwtjmhbr'), -('m2mvr899l9c', 'o6t2oubr7co', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 1, '2021-09-12 08:11:20.41+00', '2021-09-13 08:59:46.49+00', 'vohbzoj2m15'), -('zmnyf7leu5e', '8yzpvptl0cs', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 1, '2021-09-12 08:11:24.188+00', '2021-09-13 08:59:46.512+00', 'qys5cfp3mdj'), -('9i11iq68qtg', 'e0rf5eyvp9m', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 2, '2021-09-12 08:11:25.084+00', '2021-09-13 08:59:46.535+00', 'qys5cfp3mdj'), -('z1wudbtmbsa', 'aizbpt370n0', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_hwenour8ara"},"x-designable-bar":"Table.Column.DesignableBar","_isJSONSchemaObject":true}', '0', 3, '2021-09-12 07:56:52.836+00', '2021-09-13 08:59:46.609+00', 'ounz7zpirge'), -('by5yqbrtpx7', '652hwtnf3xm', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_hznqtmqljb2"},"x-designable-bar":"Table.Column.DesignableBar","_isJSONSchemaObject":true}', '0', 4, '2021-09-12 07:56:58.113+00', '2021-09-13 08:59:46.613+00', 'ounz7zpirge'), -('ueys85hkayt', 'bfj84hrbfg3', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_u4i0jrp4uo6"},"x-designable-bar":"Table.Column.DesignableBar","_isJSONSchemaObject":true}', '0', 5, '2021-09-12 07:56:58.665+00', '2021-09-13 08:59:46.618+00', 'ounz7zpirge'), -('b4xp5bvjtjg', '1wr43vlsh76', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 1, '2021-09-13 09:00:00.283+00', '2021-09-13 09:00:00.448+00', 'xiv40kadnzo'), -('09u015raapx', 'jffw6pblhor', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-13 08:59:46.431+00', '2021-09-13 08:59:46.431+00', NULL), -('knyew80qe7m', 'ur4p1j6l28k', '无限级菜单', 'void', 'Menu.SubMenu', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar"}', '0', 6, '2021-09-14 00:37:34.725+00', '2021-09-14 00:37:34.725+00', 'on7wtx4zj4i'), -('43f9otxtq42', 'ha38i2gnhwo', '无限级菜单', 'void', 'Menu.Link', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar"}', '0', 1, '2021-09-14 00:37:52.049+00', '2021-09-14 00:37:52.049+00', 'knyew80qe7m'), -('k4am0ffi23m', 'wfvv125hmzv', NULL, 'void', 'Page', '{"_isJSONSchemaObject":true,"version":"2.0"}', '1', 1, '2021-09-14 00:37:52.063+00', '2021-09-14 00:37:52.063+00', '43f9otxtq42'), -('8goe49d2eg2', '2w5cx1jvxe0', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.CardItem"}}', '0', 1, '2021-09-14 00:37:52.07+00', '2021-09-14 00:37:52.07+00', 'k4am0ffi23m'), -('t4cr6rlmwj3', 'bnnkwq094ay', '查看', 'void', 'Action', '{"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"view"}', '0', 1, '2021-09-14 01:04:52.964+00', '2021-09-14 01:04:52.964+00', '5cbl3i9bm24'), -('jsgge2uoolc', 'kubyju669s9', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-14 01:04:52.974+00', '2021-09-14 01:04:52.974+00', 't4cr6rlmwj3'), -('naf0ppl429i', 'biqievaalho', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-14 01:04:52.988+00', '2021-09-14 01:04:52.988+00', 'euoi6osj9q0'), -('8g6acfti9ia', 'ngz0a2kkuya', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-14 01:04:52.996+00', '2021-09-14 01:04:52.996+00', 'naf0ppl429i'), -('4kypox1delu', 'i0us2220e4z', '编辑数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-decorator-props":{"useResource":"{{ Table.useResource }}","useValues":"{{ Table.useTableRowRecord }}"},"x-component-props":{"useOkAction":"{{ Table.useTableUpdateAction }}"}}', '0', 1, '2021-09-12 08:44:14.388+00', '2021-09-12 08:44:14.388+00', NULL), -('h4jpb66cjdm', 'y1zsw9rp7df', '编辑数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-decorator-props":{"useResource":"{{ Table.useResource }}","useValues":"{{ Table.useTableRowRecord }}"},"x-component-props":{"useOkAction":"{{ Table.useTableUpdateAction }}"}}', '0', 1, '2021-09-12 08:50:24.62+00', '2021-09-12 08:50:24.62+00', NULL), -('wattie3ufvx', 'ie1pst9ypaj', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-14 01:05:40.531+00', '2021-09-14 01:05:40.531+00', '14p976cxng2'), -('euoi6osj9q0', 'vra6vd4r7jb', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar","x-component-props":{"singleton":true}}', '0', 1, '2021-09-14 01:04:52.982+00', '2021-09-14 02:52:55.141+00', 'jsgge2uoolc'), -('viymd750t02', 'fhhijhhecaj', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 01:06:46.581+00', '2021-09-14 01:06:46.581+00', 'uoivj5ie1p6'), -('0lgjw5rm1dm', 'ok9ix85jbw6', NULL, 'void', 'Markdown.Void', '{"_isJSONSchemaObject":true,"version":"2.0","default":"**个人信息**","x-designable-bar":"Markdown.Void.DesignableBar","x-decorator":"FormItem","x-read-pretty":true}', '0', 1, '2021-09-14 01:06:26.461+00', '2021-09-14 01:06:46.592+00', 'viymd750t02'), -('uoivj5ie1p6', 'zirm1wm2zi1', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 0, '2021-09-14 01:06:46.571+00', '2021-09-14 01:06:46.615+00', 'blgc7o07897'), -('8rp2l6eh3gi', 'abczjhjxap3', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 2, '2021-09-12 01:21:34.517+00', '2021-09-14 01:06:56.379+00', 'n02x4dcefxx'), -('jmid3ozvdyd', '7zp762mjdda', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 1, '2021-09-14 01:06:56.353+00', '2021-09-14 01:06:56.385+00', 'n02x4dcefxx'), -('14p976cxng2', 'modal', '编辑数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-decorator-props":{"useResource":"{{ Table.useResource }}","useValues":"{{ Table.useTableRowRecord }}"},"x-component-props":{"useOkAction":"{{ Table.useTableUpdateAction }}"}}', '0', 1, '2021-09-14 01:05:40.525+00', '2021-09-14 01:05:40.525+00', NULL), -('n7vkysn4ud3', 'vcyu0l7gdug', NULL, 'void', 'Form', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-read-pretty":true,"x-component-props":{"useResource":"{{ Table.useResource }}"},"x-designable-bar":"Form.DesignableBar"}', '0', 1, '2021-09-14 01:07:12.522+00', '2021-09-14 01:07:12.522+00', '9rbzxinxfru'), -('z5ccmldxsxa', '1qohdk68f37', NULL, 'void', 'Action.Bar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Action.Bar.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-14 01:07:12.533+00', '2021-09-14 01:07:12.533+00', 'n7vkysn4ud3'), -('hy9iyhq8vv3', '16ubffk35wq', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 2, '2021-09-14 01:07:12.543+00', '2021-09-14 01:07:12.543+00', 'n7vkysn4ud3'), -('cp6iif41h73', 'm0g1cgn8se9', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 01:07:19.34+00', '2021-09-14 01:07:19.34+00', 'hy9iyhq8vv3'), -('t8v7ibd2nr4', 'cn7zh7pg2bt', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 01:07:19.352+00', '2021-09-14 01:07:19.352+00', 'cp6iif41h73'), -('ra54ry8y783', 'w8retmrk25p', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_61znsfh307m"}}', '0', 1, '2021-09-14 01:07:19.359+00', '2021-09-14 01:07:19.359+00', 't8v7ibd2nr4'), -('n00c46suv85', '3djhyemwxnh', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 2, '2021-09-14 01:07:20.319+00', '2021-09-14 01:07:20.319+00', 'hy9iyhq8vv3'), -('d58wvj42s30', 'ovy8h3n5o9i', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 01:07:20.325+00', '2021-09-14 01:07:20.325+00', 'n00c46suv85'), -('cchcemfjyqu', 'laci4uz903f', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_tdoe0q00xc6"}}', '0', 1, '2021-09-14 01:07:20.332+00', '2021-09-14 01:07:20.332+00', 'd58wvj42s30'), -('9rbzxinxfru', '7cfy07dtdec', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 01:07:12.515+00', '2021-09-14 01:07:12.515+00', NULL), -('2kjmofsjfit', '1r7pnfedk6v', NULL, 'void', 'Page', '{"_isJSONSchemaObject":true,"version":"2.0"}', '1', 1, '2021-09-14 01:55:03.923+00', '2021-09-14 01:55:03.923+00', 'gd7t6lt75n9'), -('tz1wchh95xl', '0vosh4dxkv7', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.CardItem"}}', '0', 1, '2021-09-14 01:55:03.932+00', '2021-09-14 01:55:03.932+00', '2kjmofsjfit'), -('vahh7rzizdm', 'capdm3zx7iu', '任务日历', 'void', 'Menu.Link', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar","x-component-props":{"icon":"compassoutlined"}}', '0', 3, '2021-09-03 08:19:14.481+00', '2021-09-14 01:55:03.959+00', '0b73gccskc2'), -('gd7t6lt75n9', '90iqp6z3ila', '第二个里程碑', 'void', 'Menu.Link', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar","x-component-props":{"icon":"appstoreoutlined"}}', '0', 2, '2021-09-14 01:55:03.906+00', '2021-09-14 01:55:03.964+00', '0b73gccskc2'), -('cohm0upjgc9', 'xr6cqhvbhrw', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 01:56:02.169+00', '2021-09-14 01:56:02.169+00', '1bv96nx2pwc'), -('8c9p7enbt80', 'nq6zmnsd66j', NULL, 'void', 'Markdown.Void', '{"_isJSONSchemaObject":true,"version":"2.0","default":"**日期**:2021-05-31 \n**目标**:开领放六水队区,于加理位,即T董低深。 日由然育式持何切","x-designable-bar":"Markdown.Void.DesignableBar","x-decorator":"CardItem","x-read-pretty":true}', '0', 1, '2021-09-14 01:55:17.013+00', '2021-09-14 01:56:02.179+00', 'cohm0upjgc9'), -('1bv96nx2pwc', 'fwsls517jxn', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 0, '2021-09-14 01:56:02.159+00', '2021-09-14 01:56:02.195+00', 'hhhofusmllb'), -('002utxdjm93', 'efotr2xmk41', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 01:55:17.007+00', '2021-09-14 01:55:17.007+00', NULL), -('62f02qtst2s', '9808j83yjnk', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 01:56:37.796+00', '2021-09-14 01:56:37.796+00', 'tz1wchh95xl'), -('p1ntehotqg6', 'o4jjf8rmt4v', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 01:56:37.807+00', '2021-09-14 01:56:37.807+00', '62f02qtst2s'), -('e58g69uougo', 'tqsxj181sly', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-14 01:56:55.447+00', '2021-09-14 01:56:55.447+00', 'thkmlkrgwwl'), -('s80r3qfhyv6', 'yqzkjklu5k0', NULL, 'void', 'Markdown.Void', '{"_isJSONSchemaObject":true,"version":"2.0","default":"**日期**:2022-05-31 \n**目标**:开领放六水队区,于加理位,即T董低深。 日由然育式持何切","x-designable-bar":"Markdown.Void.DesignableBar","x-decorator":"CardItem","x-read-pretty":true}', '0', 1, '2021-09-14 01:56:37.816+00', '2021-09-14 01:56:50.995+00', 'p1ntehotqg6'), -('timjbxw10au', 'f34nakln6f2', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 2, '2021-09-14 01:56:55.394+00', '2021-09-14 01:56:55.394+00', 'tz1wchh95xl'), -('0yxjs26qk7k', '2tg680ai0rg', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 01:56:55.407+00', '2021-09-14 01:56:55.407+00', 'timjbxw10au'), -('wejcgcx0pg4', 'k9ihxzxb4wj', NULL, 'array', 'Kanban', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Kanban.DesignableBar","x-component-props":{"resource":"t_2uhu4szs1kq","collectionName":"t_2uhu4szs1kq","groupField":{"name":"f_u4i0jrp4uo6"}},"x-decorator":"CardItem","x-decorator-props":{"style":{"background":"none"},"bodyStyle":{"padding":0}}}', '0', 1, '2021-09-14 01:56:55.418+00', '2021-09-14 01:56:55.418+00', '0yxjs26qk7k'), -('9kyk74ciaqd', 'create', '添加卡片', 'void', 'Kanban.Card.AddNew', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"text","icon":"PlusOutlined"}}', '0', 1, '2021-09-14 01:56:55.432+00', '2021-09-14 01:56:55.432+00', 'wejcgcx0pg4'), -('thkmlkrgwwl', 'modal', '添加数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-decorator-props":{"useResource":"{{ Kanban.useCreateResource }}"},"x-component-props":{"useOkAction":"{{ Kanban.useCreateAction }}"}}', '0', 1, '2021-09-14 01:56:55.441+00', '2021-09-14 01:56:55.441+00', '9kyk74ciaqd'), -('ztai7k9f8pw', 'card1', NULL, 'void', 'Kanban.Card', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-designable-bar":"Kanban.Card.DesignableBar","x-read-pretty":true,"x-decorator-props":{"useResource":"{{ Kanban.useRowResource }}"}}', '0', 2, '2021-09-14 01:56:55.462+00', '2021-09-14 01:56:55.462+00', 'wejcgcx0pg4'), -('fji4cvhzhvw', 'view1', '编辑数据', 'void', 'Kanban.Card.View', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Kanban.useUpdateAction }}"},"x-decorator-props":{"useResource":"{{ Kanban.useSingleResource }}"}}', '0', 3, '2021-09-14 01:56:55.475+00', '2021-09-14 01:56:55.475+00', 'wejcgcx0pg4'), -('wnk2grmfyn9', '6lg0e07epd7', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-14 01:56:55.486+00', '2021-09-14 01:56:55.486+00', 'fji4cvhzhvw'), -('fenzt8bvs9n', 'utc4wifeoxq', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:49:19.702+00', '2021-09-14 02:49:19.702+00', 'qatepyha1sc'), -('dx882txy8gl', 'qcmlbgb4boc', '任务', 'void', 'Form.Field', '{"version":"2.0","x-decorator":"Form.Field.Item","x-decorator-props":{"draggable":false},"x-designable-bar":"Kanban.FieldDesignableBar","x-component-props":{"fieldName":"f_hwenour8ara"}}', '0', 1, '2021-09-14 01:57:07.616+00', '2021-09-14 01:57:28.164+00', 'ztai7k9f8pw'), -('s3y580rwbos', '1nh1yrqpq77', NULL, 'void', 'Form.Field', '{"version":"2.0","x-decorator":"Form.Field.Item","x-decorator-props":{"draggable":false},"x-designable-bar":"Kanban.FieldDesignableBar","x-component-props":{"fieldName":"f_hznqtmqljb2"}}', '0', 2, '2021-09-14 01:58:51.539+00', '2021-09-14 01:58:51.539+00', 'ztai7k9f8pw'), -('dhye1xbbr3n', 'ifwcn158lws', 'A 套餐订单', 'void', 'Menu.Link', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar","x-component-props":{"icon":"filetextoutlined"}}', '0', 2, '2021-09-14 02:00:39.299+00', '2021-09-14 02:00:39.299+00', 'im4un32remd'), -('151ehug7hih', 'dnm4q4ap87c', NULL, 'void', 'Page', '{"_isJSONSchemaObject":true,"version":"2.0"}', '1', 1, '2021-09-14 02:00:39.308+00', '2021-09-14 02:00:39.308+00', 'dhye1xbbr3n'), -('u23f26ldf54', 'lpc9t7dmkxi', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.CardItem"}}', '0', 1, '2021-09-14 02:00:39.317+00', '2021-09-14 02:00:39.317+00', '151ehug7hih'), -('1i8da3k889z', '57rmh9147gr', 'B 套餐订单', 'void', 'Menu.Link', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar","x-component-props":{"icon":"filetextoutlined"}}', '0', 3, '2021-09-14 02:00:53.878+00', '2021-09-14 02:00:53.878+00', 'im4un32remd'), -('0aknnii9t4g', 'uvjxmgglac8', NULL, 'void', 'Page', '{"_isJSONSchemaObject":true,"version":"2.0"}', '1', 1, '2021-09-14 02:00:53.889+00', '2021-09-14 02:00:53.889+00', '1i8da3k889z'), -('jwe7l7mwhnz', 'ust944ajsjg', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.CardItem"}}', '0', 1, '2021-09-14 02:00:53.897+00', '2021-09-14 02:00:53.897+00', '0aknnii9t4g'), -('mqr5sytnrex', 'o4rplckg250', 'C 套餐订单', 'void', 'Menu.Link', '{"version":"2.0","x-designable-bar":"Menu.DesignableBar","x-component-props":{"icon":"filetextoutlined"}}', '0', 4, '2021-09-14 02:01:48.336+00', '2021-09-14 02:01:48.336+00', 'im4un32remd'), -('3upg4rqeh4m', 'zuso8ayd0xa', NULL, 'void', 'Page', '{"_isJSONSchemaObject":true,"version":"2.0"}', '1', 1, '2021-09-14 02:01:48.344+00', '2021-09-14 02:01:48.344+00', 'mqr5sytnrex'), -('1s7iwbmt5wf', 'bkzwg4pwvce', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.CardItem"}}', '0', 1, '2021-09-14 02:01:48.354+00', '2021-09-14 02:01:48.354+00', '3upg4rqeh4m'), -('xqntv31c34m', 'c7dfrug0yob', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:02:02.638+00', '2021-09-14 02:02:02.638+00', '1q3zjv8vufg'), -('ok3br0urqys', 'nyvtmsx2jwd', '操作', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{},"x-designable-bar":"Table.Operation.DesignableBar"}', '0', 2, '2021-09-14 02:07:08.346+00', '2021-09-14 02:07:08.346+00', 'e9mlxdrj2bn'), -('1q3zjv8vufg', 'qfdhwnu16n8', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 0, '2021-09-14 02:02:02.63+00', '2021-09-14 02:02:02.665+00', '3gtya6xukdi'), -('4reyrn1vaxu', 'rs545q75op5', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:01:56.998+00', '2021-09-14 02:01:56.998+00', NULL), -('7sxlnsuct7c', 'si15h23v5jh', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_niymyj0no38"},"required":true}', '0', 1, '2021-09-14 02:01:57.006+00', '2021-09-14 02:02:04.965+00', 'xqntv31c34m'), -('jayh1evc8j9', 'bb7h4kh1lmo', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 02:07:08.24+00', '2021-09-14 02:07:08.24+00', 'u23f26ldf54'), -('b5ih0u8e4z6', 'fqr0rhi09gc', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:07:08.251+00', '2021-09-14 02:07:08.251+00', 'jayh1evc8j9'), -('d4jbza292g8', 'ti5gggpmb1o', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-14 02:07:08.275+00', '2021-09-14 02:07:08.275+00', 'e9mlxdrj2bn'), -('dxc8ooudc3x', 'ygv4cbc5d00', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-14 02:07:08.33+00', '2021-09-14 02:07:08.33+00', '5afapcj9bs5'), -('8ltq1366ub4', '9nme93a72mg', NULL, 'void', 'Action.Group', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"}}', '0', 1, '2021-09-14 02:07:08.353+00', '2021-09-14 02:07:08.353+00', 'ok3br0urqys'), -('ru704q8r12j', '9ao5cigoc94', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar"}', '0', 1, '2021-09-14 02:07:08.373+00', '2021-09-14 02:07:08.373+00', 'v547zjkxmil'), -('a21afryk2l5', 'c0rb3ey689s', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-14 02:07:08.379+00', '2021-09-14 02:07:08.379+00', 'ru704q8r12j'), -('k94022ak2ak', 'zqsi4kb50wk', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-14 02:07:08.387+00', '2021-09-14 02:07:08.387+00', 'a21afryk2l5'), -('0sdhkdn333w', 'am0t67qtj90', '编辑', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"update"}', '0', 2, '2021-09-14 02:07:08.405+00', '2021-09-14 02:07:08.405+00', '8ltq1366ub4'), -('r7d7efu9gh5', 'mt4g2qcykv0', '编辑数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-decorator-props":{"useResource":"{{ Table.useResource }}","useValues":"{{ Table.useTableRowRecord }}"},"x-component-props":{"useOkAction":"{{ Table.useTableUpdateAction }}"}}', '0', 1, '2021-09-14 02:07:08.411+00', '2021-09-14 02:07:08.411+00', '0sdhkdn333w'), -('v547zjkxmil', '590lle13nvc', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-14 02:07:08.368+00', '2021-09-14 02:07:08.368+00', NULL), -('wh687jm4cxf', 'noqhvqu7xvv', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":["1jkpjg7vkgi","qbe1q17p9kh","f_umjewufbyhj","f_kkopbnfdd0v","f_nlgk67tpdql","f_niymyj0no38"]}}', '0', 1, '2021-09-14 02:07:08.293+00', '2021-09-14 02:39:17.179+00', 'd4jbza292g8'), -('5afapcj9bs5', 'modal', '添加数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Table.useTableCreateAction }}"}}', '0', 1, '2021-09-14 02:07:08.325+00', '2021-09-14 02:07:08.325+00', NULL), -('tjyy5l9ki1i', '0w1looxnzfb', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-14 02:07:08.418+00', '2021-09-14 02:07:08.418+00', 'r7d7efu9gh5'), -('o4tg2peokd5', 'rhjbxr855n8', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_niymyj0no38"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 3, '2021-09-14 02:07:37.803+00', '2021-09-14 02:07:37.803+00', 'e9mlxdrj2bn'), -('5r8eu3nqd4d', 'utlhs4ih13p', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_umjewufbyhj"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 4, '2021-09-14 02:07:39.961+00', '2021-09-14 02:07:39.961+00', 'e9mlxdrj2bn'), -('damo9g06lc7', 'options', '关联数据', 'void', 'Select.Options.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Select.useOkAction }}"}}', '0', 1, '2021-09-14 02:07:41.632+00', '2021-09-14 02:07:41.632+00', 'jolxyuyknoz'), -('c9jze12qbks', 'table', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"BlockItem","x-decorator-props":{"draggable":false},"default":[],"x-component-props":{"rowKey":"id","useRowSelection":"{{ Select.useRowSelection }}","useSelectedRowKeys":"{{ Select.useSelectedRowKeys }}","onSelect":"{{ Select.useSelect() }}","collectionName":"t_fsveob6p269","refreshRequestOnChange":true,"pagination":{"pageSize":10}}}', '0', 1, '2021-09-14 02:07:41.641+00', '2021-09-14 02:07:41.641+00', 'damo9g06lc7'), -('dh1pbbmw0my', 'q7fwijgwdy8', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-14 02:07:41.649+00', '2021-09-14 02:07:41.649+00', 'c9jze12qbks'), -('p9v4t30i4ys', 'fapsacmaynq', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":[]}}', '0', 1, '2021-09-14 02:07:41.656+00', '2021-09-14 02:07:41.656+00', 'dh1pbbmw0my'), -('5zr743c9xue', 'option', NULL, 'void', 'Select.OptionTag', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 2, '2021-09-14 02:07:41.67+00', '2021-09-14 02:07:41.67+00', 'jolxyuyknoz'), -('4qmx5ip2098', 'y2e0dbiqcmq', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-14 02:07:41.68+00', '2021-09-14 02:07:41.68+00', '5zr743c9xue'), -('fv42hsbf5r6', 'cj5udd0g3wz', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-14 02:07:41.701+00', '2021-09-14 02:07:41.701+00', 'q1j7fk4wlcw'), -('9xm9ir4ylwo', 'f6fisl2bijq', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-14 02:07:41.708+00', '2021-09-14 02:07:41.708+00', 'fv42hsbf5r6'), -('dhj0l1h9wgo', 'cy5im7to7bn', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_nlgk67tpdql"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 6, '2021-09-14 02:07:42.161+00', '2021-09-14 02:07:42.161+00', 'e9mlxdrj2bn'), -('jolxyuyknoz', 'us4irvjlnsl', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_kkopbnfdd0v","fieldNames":{"label":"f_vgw4f62h16e"}},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 5, '2021-09-14 02:07:41.623+00', '2021-09-14 02:08:18.352+00', 'e9mlxdrj2bn'), -('e9mlxdrj2bn', '74i1aojloju', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"CardItem","default":[],"x-component-props":{"rowKey":"id","dragSort":false,"showIndex":true,"refreshRequestOnChange":true,"pagination":{"pageSize":10},"resource":"t_geso7fru7a9","collectionName":"t_geso7fru7a9","defaultFilter":{"and":[{"f_nlgk67tpdql":{"eq":"i2xjqmnwrsu"}}]}}}', '0', 1, '2021-09-14 02:07:08.266+00', '2021-09-14 02:08:59.99+00', 'b5ih0u8e4z6'), -('y50drnzf0v6', 'ezn2biv8sfe', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 02:09:16.89+00', '2021-09-14 02:09:16.89+00', 'jwe7l7mwhnz'), -('fh67smk8zg5', 'ssgjvjh23o5', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:09:16.908+00', '2021-09-14 02:09:16.908+00', 'y50drnzf0v6'), -('enp44wj4lo3', 'rfmxa0oqxwx', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-14 02:09:16.925+00', '2021-09-14 02:09:16.925+00', 'q9yftfai4d1'), -('ff8v6fj121d', 'dle42ibjswv', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-14 02:09:16.966+00', '2021-09-14 02:09:16.966+00', '77ve1cwj3bp'), -('uisubwsu25i', 'ja3ct2odrmv', '操作', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{},"x-designable-bar":"Table.Operation.DesignableBar"}', '0', 2, '2021-09-14 02:09:16.982+00', '2021-09-14 02:09:16.982+00', 'q9yftfai4d1'), -('dy9304lki72', 'vmdwuhwunnn', NULL, 'void', 'Action.Group', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"}}', '0', 1, '2021-09-14 02:09:16.992+00', '2021-09-14 02:09:16.992+00', 'uisubwsu25i'), -('tkuh93yjiq9', '1tg3j0k20kg', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar"}', '0', 1, '2021-09-14 02:09:17.021+00', '2021-09-14 02:09:17.021+00', 'orju7878qmn'), -('1lwdufq0f1x', 'ebmsuzf9zp1', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-14 02:09:17.028+00', '2021-09-14 02:09:17.028+00', 'tkuh93yjiq9'), -('77ve1cwj3bp', 'modal', '添加数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Table.useTableCreateAction }}"}}', '0', 1, '2021-09-14 02:09:16.959+00', '2021-09-14 02:09:16.959+00', NULL), -('orju7878qmn', '6jlnemo5sr2', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-14 02:09:17.014+00', '2021-09-14 02:09:17.014+00', NULL), -('q1j7fk4wlcw', 'gpkbej0n524', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar","x-component-props":{"singleton":true}}', '0', 1, '2021-09-14 02:07:41.688+00', '2021-09-14 03:14:42.24+00', '4qmx5ip2098'), -('yjqn0hmxh0u', 'bo13tex6beo', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-14 02:09:17.036+00', '2021-09-14 02:09:17.036+00', '1lwdufq0f1x'), -('d2l2wpf9776', '6xvhz5efm8o', '编辑', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"update"}', '0', 2, '2021-09-14 02:09:17.057+00', '2021-09-14 02:09:17.057+00', 'dy9304lki72'), -('m4hzdcu8grv', 'aak0c7s8mfz', '编辑数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-decorator-props":{"useResource":"{{ Table.useResource }}","useValues":"{{ Table.useTableRowRecord }}"},"x-component-props":{"useOkAction":"{{ Table.useTableUpdateAction }}"}}', '0', 1, '2021-09-14 02:09:17.064+00', '2021-09-14 02:09:17.064+00', 'd2l2wpf9776'), -('ia04dgr8sz7', 'eaf6lf8qd8x', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-14 02:09:17.07+00', '2021-09-14 02:09:17.07+00', 'm4hzdcu8grv'), -('kae8e4o1hxz', 'toqoq12e0ga', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_niymyj0no38"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 3, '2021-09-14 02:09:20.965+00', '2021-09-14 02:09:20.965+00', 'q9yftfai4d1'), -('kseicj7iysk', 'h9y9ejy0i3i', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_umjewufbyhj"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 4, '2021-09-14 02:09:24.184+00', '2021-09-14 02:09:24.184+00', 'q9yftfai4d1'), -('k4g9l87ljr8', 'options', '关联数据', 'void', 'Select.Options.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Select.useOkAction }}"}}', '0', 1, '2021-09-14 02:09:27.26+00', '2021-09-14 02:09:27.26+00', 'ahcn7zdd3dv'), -('r4ika0ccev6', 'table', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"BlockItem","x-decorator-props":{"draggable":false},"default":[],"x-component-props":{"rowKey":"id","useRowSelection":"{{ Select.useRowSelection }}","useSelectedRowKeys":"{{ Select.useSelectedRowKeys }}","onSelect":"{{ Select.useSelect() }}","collectionName":"t_fsveob6p269","refreshRequestOnChange":true,"pagination":{"pageSize":10}}}', '0', 1, '2021-09-14 02:09:27.267+00', '2021-09-14 02:09:27.267+00', 'k4g9l87ljr8'), -('sbytqwdz0nb', 'p81pk5cjdan', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-14 02:09:27.274+00', '2021-09-14 02:09:27.274+00', 'r4ika0ccev6'), -('sb1tnzivz5d', 'zchag75nr3a', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":[]}}', '0', 1, '2021-09-14 02:09:27.28+00', '2021-09-14 02:09:27.28+00', 'sbytqwdz0nb'), -('ozo2r5999eb', 'option', NULL, 'void', 'Select.OptionTag', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 2, '2021-09-14 02:09:27.3+00', '2021-09-14 02:09:27.3+00', 'ahcn7zdd3dv'), -('bkjuejg5d6h', 'vgjgm06v8k5', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-14 02:09:27.307+00', '2021-09-14 02:09:27.307+00', 'ozo2r5999eb'), -('bevxxm42ovn', 'ggirntzvtsg', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-14 02:09:27.325+00', '2021-09-14 02:09:27.325+00', 'ocpn6b3lple'), -('fcpy7imnago', 'b6y4v42u9jq', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-14 02:09:27.332+00', '2021-09-14 02:09:27.332+00', 'bevxxm42ovn'), -('tbga43xe0zl', '2gwiytoxfb0', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_nlgk67tpdql"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 6, '2021-09-14 02:09:28.069+00', '2021-09-14 02:09:28.069+00', 'q9yftfai4d1'), -('ahcn7zdd3dv', 'kmcmoabsr4v', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_kkopbnfdd0v","fieldNames":{"label":"f_vgw4f62h16e"}},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 5, '2021-09-14 02:09:27.252+00', '2021-09-14 02:09:40.131+00', 'q9yftfai4d1'), -('q9yftfai4d1', 'vfdi7c0xnha', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"CardItem","default":[],"x-component-props":{"rowKey":"id","dragSort":false,"showIndex":true,"refreshRequestOnChange":true,"pagination":{"pageSize":10},"resource":"t_geso7fru7a9","collectionName":"t_geso7fru7a9","defaultFilter":{"and":[{"f_nlgk67tpdql":{"eq":"x4qnavatfai"}}]}}}', '0', 1, '2021-09-14 02:09:16.917+00', '2021-09-14 02:09:51.425+00', 'fh67smk8zg5'), -('ng42ag22ohx', 'l9ay7h6i47q', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 02:09:58.816+00', '2021-09-14 02:09:58.816+00', '1s7iwbmt5wf'), -('h8cm6cj9iq8', 'z3omduzrzvw', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:09:58.828+00', '2021-09-14 02:09:58.828+00', 'ng42ag22ohx'), -('zm35u9cu0dj', 'k5i7rf1pcra', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-14 02:09:58.852+00', '2021-09-14 02:09:58.852+00', 'lid02o3i3it'), -('f1eri48rmyg', 'z6qu2xnxojs', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-14 02:09:58.896+00', '2021-09-14 02:09:58.896+00', 'sag15ob9oep'), -('q15dftcuff4', '1atifnh2n82', '操作', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{},"x-designable-bar":"Table.Operation.DesignableBar"}', '0', 2, '2021-09-14 02:09:58.914+00', '2021-09-14 02:09:58.914+00', 'lid02o3i3it'), -('zv0dxyomtil', '762ocudbyx2', NULL, 'void', 'Action.Group', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"}}', '0', 1, '2021-09-14 02:09:58.92+00', '2021-09-14 02:09:58.92+00', 'q15dftcuff4'), -('sag15ob9oep', 'modal', '添加数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Table.useTableCreateAction }}"}}', '0', 1, '2021-09-14 02:09:58.887+00', '2021-09-14 02:09:58.887+00', NULL), -('l9xfel5beq9', '2aiiooedvc3', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":["1jkpjg7vkgi","qbe1q17p9kh","f_umjewufbyhj","f_kkopbnfdd0v","f_nlgk67tpdql","f_niymyj0no38"]}}', '0', 1, '2021-09-14 02:09:58.859+00', '2021-09-14 02:39:26.621+00', 'zm35u9cu0dj'), -('ocpn6b3lple', '333bc2f4k3g', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar","x-component-props":{"singleton":true}}', '0', 1, '2021-09-14 02:09:27.317+00', '2021-09-14 03:15:41.427+00', 'bkjuejg5d6h'), -('bxdlx7his6h', 'd975wpk687r', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar"}', '0', 1, '2021-09-14 02:09:58.942+00', '2021-09-14 02:09:58.942+00', 'qcf4olotfg4'), -('graewvh6zya', 'tnmch62t9n6', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-14 02:09:58.948+00', '2021-09-14 02:09:58.948+00', 'bxdlx7his6h'), -('oyt3pwwitwl', 'dvhkc4cmrny', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-14 02:09:58.956+00', '2021-09-14 02:09:58.956+00', 'graewvh6zya'), -('nmxpejypmzp', 'yncjsw7hul8', '编辑', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"update"}', '0', 2, '2021-09-14 02:09:58.975+00', '2021-09-14 02:09:58.975+00', 'zv0dxyomtil'), -('qlvbmlugina', 'u8m7xurgx2l', '编辑数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-decorator-props":{"useResource":"{{ Table.useResource }}","useValues":"{{ Table.useTableRowRecord }}"},"x-component-props":{"useOkAction":"{{ Table.useTableUpdateAction }}"}}', '0', 1, '2021-09-14 02:09:58.984+00', '2021-09-14 02:09:58.984+00', 'nmxpejypmzp'), -('cmm4rlf147h', 'rtf9ou2tvve', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-14 02:09:58.991+00', '2021-09-14 02:09:58.991+00', 'qlvbmlugina'), -('z43cvnqn0w3', 'w6nq1pmq8wa', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_niymyj0no38"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 3, '2021-09-14 02:10:02.406+00', '2021-09-14 02:10:02.406+00', 'lid02o3i3it'), -('umcug24alkr', 'estgi0www12', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_umjewufbyhj"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 4, '2021-09-14 02:10:04.852+00', '2021-09-14 02:10:04.852+00', 'lid02o3i3it'), -('280lxyzoir2', 'options', '关联数据', 'void', 'Select.Options.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Select.useOkAction }}"}}', '0', 1, '2021-09-14 02:10:07.762+00', '2021-09-14 02:10:07.762+00', 'w6mruw1t8hi'), -('zwkphsuyx2l', 'table', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"BlockItem","x-decorator-props":{"draggable":false},"default":[],"x-component-props":{"rowKey":"id","useRowSelection":"{{ Select.useRowSelection }}","useSelectedRowKeys":"{{ Select.useSelectedRowKeys }}","onSelect":"{{ Select.useSelect() }}","collectionName":"t_fsveob6p269","refreshRequestOnChange":true,"pagination":{"pageSize":10}}}', '0', 1, '2021-09-14 02:10:07.769+00', '2021-09-14 02:10:07.769+00', '280lxyzoir2'), -('7vxwpwbplvc', '9qsx07bny89', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-14 02:10:07.776+00', '2021-09-14 02:10:07.776+00', 'zwkphsuyx2l'), -('mkez96qhvco', '2gkvd176uyd', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":[]}}', '0', 1, '2021-09-14 02:10:07.786+00', '2021-09-14 02:10:07.786+00', '7vxwpwbplvc'), -('w5ea27zspwm', 'option', NULL, 'void', 'Select.OptionTag', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 2, '2021-09-14 02:10:07.813+00', '2021-09-14 02:10:07.813+00', 'w6mruw1t8hi'), -('82vnr4b2qj2', 'malsfticzdz', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-14 02:10:07.824+00', '2021-09-14 02:10:07.824+00', 'w5ea27zspwm'), -('89rrjmd74cf', 'feeyqrr1rqy', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-14 02:10:07.837+00', '2021-09-14 02:10:07.837+00', 'meh9l97y2nm'), -('xslmb0aczns', 'ofl08cgp5ag', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-14 02:10:07.846+00', '2021-09-14 02:10:07.846+00', '89rrjmd74cf'), -('eyrqwfkmh6a', 'vuhv8ruxch7', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_nlgk67tpdql"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 6, '2021-09-14 02:10:08.284+00', '2021-09-14 02:10:08.284+00', 'lid02o3i3it'), -('w6mruw1t8hi', 'npfwcoxra3m', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_kkopbnfdd0v","fieldNames":{"label":"f_vgw4f62h16e"}},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 5, '2021-09-14 02:10:07.753+00', '2021-09-14 02:10:18.428+00', 'lid02o3i3it'), -('lid02o3i3it', 'mjyovo1npf3', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"CardItem","default":[],"x-component-props":{"rowKey":"id","dragSort":false,"showIndex":true,"refreshRequestOnChange":true,"pagination":{"pageSize":10},"resource":"t_geso7fru7a9","collectionName":"t_geso7fru7a9","defaultFilter":{"and":[{"f_nlgk67tpdql":{"eq":"tqgda8p724l"}}]}}}', '0', 1, '2021-09-14 02:09:58.843+00', '2021-09-14 02:10:28.178+00', 'h8cm6cj9iq8'), -('l2uq7pgdrht', 'yaf5vsb5dz3', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"CardItem","default":[],"x-component-props":{"rowKey":"id","dragSort":false,"showIndex":true,"refreshRequestOnChange":true,"pagination":{"pageSize":10},"collectionName":"t_geso7fru7a9","resourceName":"f_c8mes0kp1zt","associatedName":"t_fsveob6p269","useResource":"{{ Association.useResource }}"}}', '0', 1, '2021-09-12 01:23:35.19+00', '2021-09-14 02:32:27.112+00', 'ugv0r28257r'), -('2o1qlpp5beu', 'ruimtpj8zwm', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 02:33:25.168+00', '2021-09-14 02:33:25.168+00', '5mhcfjjezro'), -('djpnuoszy3c', 'zprooua8j6y', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:33:25.182+00', '2021-09-14 02:33:25.182+00', '2o1qlpp5beu'), -('x8ldh7nt5g3', 'kh18lunyth5', NULL, 'void', 'Form', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-read-pretty":true,"x-component-props":{"useResource":"{{ Table.useResource }}"},"x-designable-bar":"Form.DesignableBar"}', '0', 1, '2021-09-14 02:33:25.19+00', '2021-09-14 02:33:25.19+00', 'djpnuoszy3c'), -('hj7pmkhelii', 'x0itzuj4824', NULL, 'void', 'Action.Bar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Action.Bar.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-14 02:33:25.198+00', '2021-09-14 02:33:25.198+00', 'x8ldh7nt5g3'), -('que938u74zn', 'qhe8h5g24el', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 2, '2021-09-14 02:33:25.213+00', '2021-09-14 02:33:25.213+00', 'x8ldh7nt5g3'), -('ds8p6lzzlv8', 'urviytqjrzk', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 02:33:28.001+00', '2021-09-14 02:33:28.001+00', 'que938u74zn'), -('o17e3ym338y', '2ai68sqkgcm', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:33:28.011+00', '2021-09-14 02:33:28.011+00', 'ds8p6lzzlv8'), -('qcf4olotfg4', '57qhvjsew2f', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-14 02:09:58.936+00', '2021-09-14 02:09:58.936+00', NULL), -('meh9l97y2nm', 'bwuc9pb8ktg', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar","x-component-props":{"singleton":true}}', '0', 1, '2021-09-14 02:10:07.832+00', '2021-09-14 03:16:08.212+00', '82vnr4b2qj2'), -('928j436dz3s', '1ws27t248jt', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_vgw4f62h16e"}}', '0', 1, '2021-09-14 02:33:28.019+00', '2021-09-14 02:33:28.019+00', 'o17e3ym338y'), -('i02wlr5fphp', 'e7k0n3er7nk', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 3, '2021-09-14 02:33:33.638+00', '2021-09-14 02:33:33.638+00', 'que938u74zn'), -('4m5ht8hhvdi', 'kwbswznqyv5', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:33:33.646+00', '2021-09-14 02:33:33.646+00', 'i02wlr5fphp'), -('pcxkpsoszcv', 'iehhoi2kvfi', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_61znsfh307m"}}', '0', 1, '2021-09-14 02:33:33.652+00', '2021-09-14 02:33:33.652+00', '4m5ht8hhvdi'), -('77tm0s99g4m', '6qcc16aclcs', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 5, '2021-09-14 02:33:39.8+00', '2021-09-14 02:33:39.8+00', 'que938u74zn'), -('mwrct1kkarf', 'mzcfw7tykbj', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:33:39.806+00', '2021-09-14 02:33:39.806+00', '77tm0s99g4m'), -('4z0c0068a9t', 'vy851m8ttou', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_n6snaop9d4y"}}', '0', 1, '2021-09-14 02:33:39.813+00', '2021-09-14 02:33:39.813+00', 'mwrct1kkarf'), -('j63qzk1ssnw', '4oklwaqpjpc', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 7, '2021-09-14 02:33:42.519+00', '2021-09-14 02:33:42.519+00', 'que938u74zn'), -('t98eob4eakr', 'f9y49mgn7ca', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:33:42.526+00', '2021-09-14 02:33:42.526+00', 'j63qzk1ssnw'), -('nkljjmc0mro', '75dsut03jh9', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_tdoe0q00xc6"}}', '0', 1, '2021-09-14 02:33:42.534+00', '2021-09-14 02:33:42.534+00', 't98eob4eakr'), -('6cy5jyc9kn5', 'e9wall96av0', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 8, '2021-09-14 02:33:43.16+00', '2021-09-14 02:33:43.16+00', 'que938u74zn'), -('isz0szdilh9', 'ivnjzdlgqq6', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:33:43.167+00', '2021-09-14 02:33:43.167+00', '6cy5jyc9kn5'), -('b6omyai1d4o', 'r99vh4ubzpw', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_kk4nspj1i28"}}', '0', 1, '2021-09-14 02:33:43.174+00', '2021-09-14 02:33:43.174+00', 'isz0szdilh9'), -('oa9cha4eq85', 'oqmoexwmpfd', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 02:33:49.97+00', '2021-09-14 02:33:49.97+00', 'ds8p6lzzlv8'), -('z790f34pwxn', '4sgo40m6ndl', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_3det6kr3vn8"}}', '0', 1, '2021-09-14 02:33:29.44+00', '2021-09-14 02:33:49.982+00', 'oa9cha4eq85'), -('zg6o3mwulvr', '7zjz1suzli0', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:33:29.432+00', '2021-09-14 02:33:29.432+00', NULL), -('vdtg8lnk123', 'a6og8y9rh5u', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 02:33:53.287+00', '2021-09-14 02:33:53.287+00', 'i02wlr5fphp'), -('gtsevfuusyp', '91qjsbe5k3l', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_bysgds7j36p"}}', '0', 1, '2021-09-14 02:33:36.514+00', '2021-09-14 02:33:53.3+00', 'vdtg8lnk123'), -('31brdcsmxw3', '6tm8xb73iu3', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:33:36.507+00', '2021-09-14 02:33:36.507+00', NULL), -('b8rk2xvdryz', '8a9xemyu2lg', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 02:33:56.11+00', '2021-09-14 02:33:56.11+00', '77tm0s99g4m'), -('xrbvufwttrt', '3cg7pazrimy', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_x9kmuovlm79"}}', '0', 1, '2021-09-14 02:33:40.765+00', '2021-09-14 02:33:56.118+00', 'b8rk2xvdryz'), -('m55oeth1uzr', 'imvi3do6zqg', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:33:40.759+00', '2021-09-14 02:33:40.759+00', NULL), -('as67zrrpfwt', '6vc2z0hwm8g', '筛选', 'void', 'Table.Filter', '{"version":"2.0","x-align":"left","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":["xkllcgbvvmt","vygajfyejo0","f_c8mes0kp1zt","f_vgw4f62h16e","f_x9kmuovlm79","f_3det6kr3vn8","f_61znsfh307m","f_bysgds7j36p","f_kk4nspj1i28","f_tdoe0q00xc6"]}}', '0', 1, '2021-09-14 02:33:08.678+00', '2021-09-14 02:34:22.33+00', 'zm70l5x7g15'), -('qzr4j6yc68r', '0uesmlp9lk7', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":["xkllcgbvvmt","vygajfyejo0","f_c8mes0kp1zt","f_vgw4f62h16e","f_x9kmuovlm79","f_3det6kr3vn8","f_61znsfh307m","f_bysgds7j36p","f_kk4nspj1i28","f_tdoe0q00xc6"]}}', '0', 1, '2021-09-12 01:11:33.894+00', '2021-09-14 02:34:31.766+00', 'aslfo2li593'), -('w0csd3eo6ka', 'xcvjmi4dmei', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 02:34:50.405+00', '2021-09-14 02:34:50.405+00', 'nyqgdbg4i8d'), -('85yr90xanlt', '148iinofhjj', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:34:50.415+00', '2021-09-14 02:34:50.415+00', 'w0csd3eo6ka'), -('rw191y49o3r', 'kvzn9uyvxuw', NULL, 'void', 'Form', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-read-pretty":true,"x-component-props":{"useResource":"{{ Table.useResource }}"},"x-designable-bar":"Form.DesignableBar"}', '0', 1, '2021-09-14 02:34:50.425+00', '2021-09-14 02:34:50.425+00', '85yr90xanlt'), -('h2msuc9om11', 'yv48iu6q77l', NULL, 'void', 'Action.Bar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Action.Bar.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-14 02:34:50.433+00', '2021-09-14 02:34:50.433+00', 'rw191y49o3r'), -('gr7i73b4ynb', '24o1teki8ew', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 2, '2021-09-14 02:34:50.445+00', '2021-09-14 02:34:50.445+00', 'rw191y49o3r'), -('o8499ft1p9p', 'ustz7jb1z3a', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 02:34:53.551+00', '2021-09-14 02:34:53.551+00', 'gr7i73b4ynb'), -('mzz271zlkp6', 'oaw5ywosybo', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:34:53.564+00', '2021-09-14 02:34:53.564+00', 'o8499ft1p9p'), -('h48fpskp236', 'ur2a9excqax', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_vgw4f62h16e"}}', '0', 1, '2021-09-14 02:34:53.575+00', '2021-09-14 02:34:53.575+00', 'mzz271zlkp6'), -('gyzptki2fj3', 'n2feu8w088x', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 3, '2021-09-14 02:34:57.638+00', '2021-09-14 02:34:57.638+00', 'gr7i73b4ynb'), -('8xmup2y7dvi', 'izlteyv1f5t', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:34:57.646+00', '2021-09-14 02:34:57.646+00', 'gyzptki2fj3'), -('goe9u3mkc09', 'cjdj5rxbfek', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_61znsfh307m"}}', '0', 1, '2021-09-14 02:34:57.655+00', '2021-09-14 02:34:57.655+00', '8xmup2y7dvi'), -('oml2je85jr1', 'vqn5ru79bus', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:34:56.458+00', '2021-09-14 02:34:56.458+00', NULL), -('yx7az2k2tnz', 'b6jszb7b814', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 8, '2021-09-14 02:35:05.928+00', '2021-09-14 02:35:05.928+00', 'gr7i73b4ynb'), -('skvt17ror16', 'frjvd7qdkeq', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:35:05.934+00', '2021-09-14 02:35:05.934+00', 'yx7az2k2tnz'), -('uy2z0s3jtsz', '0i591g2wlbe', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_kk4nspj1i28"}}', '0', 1, '2021-09-14 02:35:05.94+00', '2021-09-14 02:35:05.94+00', 'skvt17ror16'), -('0be4vbhx2oz', 'p8a77d0mwm7', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_bysgds7j36p"}}', '0', 1, '2021-09-14 02:34:59.873+00', '2021-09-14 02:35:13.941+00', 'r1l6xnhdqq0'), -('fsjfoji1zb1', 'dmmra4zvcod', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_3det6kr3vn8"}}', '0', 1, '2021-09-14 02:34:56.468+00', '2021-09-14 02:35:09.803+00', '41mwvjbp3vq'), -('r1l6xnhdqq0', 'zs6a72e4o1g', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 02:35:13.929+00', '2021-09-14 02:35:13.929+00', 'gyzptki2fj3'), -('k6m3piasr4y', '8upyca407oq', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 02:35:17.091+00', '2021-09-14 02:35:17.091+00', 'xbtv9pgvlxi'), -('90k7s8ylu4o', '41na2at2dde', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_x9kmuovlm79"}}', '0', 1, '2021-09-14 02:35:03.841+00', '2021-09-14 02:35:17.101+00', 'k6m3piasr4y'), -('rhcpbx61ahk', 'pxa7jsdcvgn', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 02:35:36.16+00', '2021-09-14 02:35:36.16+00', '8vy7mfaasul'), -('hn8t7bduaye', '4ipt7ufeoor', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:35:36.167+00', '2021-09-14 02:35:36.167+00', 'rhcpbx61ahk'), -('wxik6h90m31', '9u9oi57xg3b', NULL, 'void', 'Form', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-read-pretty":true,"x-component-props":{"useResource":"{{ Table.useResource }}"},"x-designable-bar":"Form.DesignableBar"}', '0', 1, '2021-09-14 02:35:36.181+00', '2021-09-14 02:35:36.181+00', 'hn8t7bduaye'), -('d6iiwd1tc7h', 'an6g3d9w87p', NULL, 'void', 'Action.Bar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Action.Bar.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-14 02:35:36.189+00', '2021-09-14 02:35:36.189+00', 'wxik6h90m31'), -('k450jgmapko', 'w6fb06mqfqp', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 2, '2021-09-14 02:35:36.199+00', '2021-09-14 02:35:36.199+00', 'wxik6h90m31'), -('gzoy8oaqybn', 'btviea4hdib', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 02:35:40.487+00', '2021-09-14 02:35:40.487+00', 'k450jgmapko'), -('aur5angfspx', '66o2w9d31ru', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:35:40.493+00', '2021-09-14 02:35:40.493+00', 'gzoy8oaqybn'), -('ztt1ij2fw8e', 'pnpj9jg6025', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_vgw4f62h16e"}}', '0', 1, '2021-09-14 02:35:40.5+00', '2021-09-14 02:35:40.5+00', 'aur5angfspx'), -('t8hnv75bh87', '48ulm4d84dz', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 3, '2021-09-14 02:35:42.883+00', '2021-09-14 02:35:42.883+00', 'k450jgmapko'), -('t7g27y27c8j', '8v40a4fqimz', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:35:42.889+00', '2021-09-14 02:35:42.889+00', 't8hnv75bh87'), -('jkko8lt0dzr', 'w6awg8ks9wt', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_61znsfh307m"}}', '0', 1, '2021-09-14 02:35:42.895+00', '2021-09-14 02:35:42.895+00', 't7g27y27c8j'), -('8h7eyjj4muw', 'ayhrl4uap76', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 4, '2021-09-14 02:35:44.877+00', '2021-09-14 02:35:44.877+00', 'k450jgmapko'), -('a2uwqq0aubr', '4koofmn05l8', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:35:44.883+00', '2021-09-14 02:35:44.883+00', '8h7eyjj4muw'), -('58pdnkrc9c3', 'jdq6ejtvg6f', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_x9kmuovlm79"}}', '0', 1, '2021-09-14 02:35:44.889+00', '2021-09-14 02:35:44.889+00', 'a2uwqq0aubr'), -('dxr1scs1cm2', 'e5e7u4fqr84', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 7, '2021-09-14 02:35:49.005+00', '2021-09-14 02:35:49.005+00', 'k450jgmapko'), -('0wrlvmjh9wz', 'fo12ki2wbjd', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:35:49.014+00', '2021-09-14 02:35:49.014+00', 'dxr1scs1cm2'), -('t75ivejidem', 'ugxc36s7ika', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_tdoe0q00xc6"}}', '0', 1, '2021-09-14 02:35:49.021+00', '2021-09-14 02:35:49.021+00', '0wrlvmjh9wz'), -('omcdo1sj2wj', 'z090kaif3d5', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 8, '2021-09-14 02:35:49.381+00', '2021-09-14 02:35:49.381+00', 'k450jgmapko'), -('jssqk5nm6jy', '0rwdnbkrxw1', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:35:49.389+00', '2021-09-14 02:35:49.389+00', 'omcdo1sj2wj'), -('bxw1lo8oese', '9vz35226snr', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_kk4nspj1i28"}}', '0', 1, '2021-09-14 02:35:49.401+00', '2021-09-14 02:35:49.401+00', 'jssqk5nm6jy'), -('t6y48ox5ek9', 'e5uawhnc1rn', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 02:35:51.808+00', '2021-09-14 02:35:51.808+00', 'gzoy8oaqybn'), -('ckwpqskkims', '0aedc8ndj1o', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_3det6kr3vn8"}}', '0', 1, '2021-09-14 02:35:42.299+00', '2021-09-14 02:35:51.824+00', 't6y48ox5ek9'), -('jdch6mimcpe', '8w8tvfushn9', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:35:42.287+00', '2021-09-14 02:35:42.287+00', NULL), -('n27tfa4y42m', 'vc66ctlglib', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 02:35:57.088+00', '2021-09-14 02:35:57.088+00', 't8hnv75bh87'), -('08qo3egyo9t', 'h7h78bggz9a', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_bysgds7j36p"}}', '0', 1, '2021-09-14 02:35:46.663+00', '2021-09-14 02:35:57.095+00', 'n27tfa4y42m'), -('y3ozhae71bl', 'djfvl7lz8fa', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:35:46.654+00', '2021-09-14 02:35:46.654+00', NULL), -('iawhadxi2ii', '25y2rqwnxff', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_n6snaop9d4y"}}', '0', 1, '2021-09-14 02:35:47.857+00', '2021-09-14 02:35:59.379+00', 'nq1n50mtc06'), -('nq1n50mtc06', 'vu5quxfp2k2', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 0, '2021-09-14 02:35:59.372+00', '2021-09-14 02:35:59.401+00', '8h7eyjj4muw'), -('ngq3m2quch2', 'cr4gbbiz4uz', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:35:47.848+00', '2021-09-14 02:35:47.848+00', NULL), -('b7xe0rmdh9k', 'yd1jtexpp5p', '筛选', 'void', 'Table.Filter', '{"version":"2.0","x-align":"left","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":["xkllcgbvvmt","vygajfyejo0","f_c8mes0kp1zt","f_vgw4f62h16e","f_x9kmuovlm79","f_3det6kr3vn8","f_61znsfh307m","f_bysgds7j36p","f_kk4nspj1i28","f_tdoe0q00xc6"]}}', '0', 4, '2021-09-14 02:36:08.175+00', '2021-09-14 02:38:57.216+00', 'vl32s3tc17u'), -('v43vdjuy1hi', '82gtozixasq', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":["1jkpjg7vkgi","qbe1q17p9kh","f_umjewufbyhj","f_kkopbnfdd0v","f_nlgk67tpdql","f_niymyj0no38"]}}', '0', 1, '2021-09-14 02:09:16.933+00', '2021-09-14 02:39:23.043+00', 'enp44wj4lo3'), -('hfwc76otsp4', 'rvqmndd7b14', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 02:40:45.792+00', '2021-09-14 02:40:45.792+00', 'xrr3hv2e35h'), -('40tvf4u3vr1', 'sh9xqf1hzi7', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:40:45.807+00', '2021-09-14 02:40:45.807+00', 'hfwc76otsp4'), -('m3g53ifw6yn', 'mnzdsc4j4cv', NULL, 'void', 'Form', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-read-pretty":true,"x-component-props":{"useResource":"{{ Table.useResource }}"},"x-designable-bar":"Form.DesignableBar"}', '0', 1, '2021-09-14 02:40:45.815+00', '2021-09-14 02:40:45.815+00', '40tvf4u3vr1'), -('qatepyha1sc', 'pb34jurz9fl', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 02:49:19.688+00', '2021-09-14 02:49:19.688+00', '5ghvaf4qa76'), -('37rjxzpqvwj', '3vvt0ooraf9', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_vgw4f62h16e"}}', '0', 1, '2021-09-14 02:49:19.715+00', '2021-09-14 02:49:19.715+00', 'fenzt8bvs9n'), -('34p6e76ny0h', 'f6fkwvu1647', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 3, '2021-09-14 02:49:23.466+00', '2021-09-14 02:49:23.466+00', '5ghvaf4qa76'), -('57rb3nhpol4', 'dw6xtjxejd2', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:49:23.473+00', '2021-09-14 02:49:23.473+00', '34p6e76ny0h'), -('n0c0h7vlugl', 'ye26ptmca9s', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_61znsfh307m"}}', '0', 1, '2021-09-14 02:49:23.481+00', '2021-09-14 02:49:23.481+00', '57rb3nhpol4'), -('y39vmjm9gi3', '2yuawrxjxbx', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 5, '2021-09-14 02:49:26.977+00', '2021-09-14 02:49:26.977+00', '5ghvaf4qa76'), -('3vjh0zkksa0', 'vovsvu836ej', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:49:26.985+00', '2021-09-14 02:49:26.985+00', 'y39vmjm9gi3'), -('u20x16pdjet', 'gpv91am7g58', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_n6snaop9d4y"}}', '0', 1, '2021-09-14 02:49:26.991+00', '2021-09-14 02:49:26.991+00', '3vjh0zkksa0'), -('t5rz2klyssi', 'mxlvv6g6igo', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 7, '2021-09-14 02:49:29.015+00', '2021-09-14 02:49:29.015+00', '5ghvaf4qa76'), -('4z5jabxk87c', '8i0ebo4imfa', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:49:29.023+00', '2021-09-14 02:49:29.023+00', 't5rz2klyssi'), -('2mvdd8pa4jb', 'wq3arzq29yq', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_tdoe0q00xc6"}}', '0', 1, '2021-09-14 02:49:29.029+00', '2021-09-14 02:49:29.029+00', '4z5jabxk87c'), -('arqtg1534lz', '4acft85jrws', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 8, '2021-09-14 02:49:29.566+00', '2021-09-14 02:49:29.566+00', '5ghvaf4qa76'), -('92e590oysof', '10fd7irvf6u', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:49:29.574+00', '2021-09-14 02:49:29.574+00', 'arqtg1534lz'), -('blvsyd82bye', 'za9gv4ozjnf', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_kk4nspj1i28"}}', '0', 1, '2021-09-14 02:49:29.581+00', '2021-09-14 02:49:29.581+00', '92e590oysof'), -('e5ufhe8xm9w', 'rzxij1aaqj7', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 02:49:33.006+00', '2021-09-14 02:49:33.006+00', 'qatepyha1sc'), -('u6t381a6v7o', 'rjjohfss6ro', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_3det6kr3vn8"}}', '0', 1, '2021-09-14 02:49:21.443+00', '2021-09-14 02:49:33.018+00', 'e5ufhe8xm9w'), -('6yudx84b0h0', 'zg7pymemo3r', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:49:21.432+00', '2021-09-14 02:49:21.432+00', NULL), -('0uv2rs6ibbr', 'niineejsmcd', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 02:49:34.97+00', '2021-09-14 02:49:34.97+00', '34p6e76ny0h'), -('qekn1k2j7ma', 'llg16rqa4u4', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_bysgds7j36p"}}', '0', 1, '2021-09-14 02:49:24.79+00', '2021-09-14 02:49:34.98+00', '0uv2rs6ibbr'), -('qc7l7z7ali3', 'qto5odswtbp', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:49:24.781+00', '2021-09-14 02:49:24.781+00', NULL), -('o195gt5t1v0', 'omgvnacqvbq', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 02:49:36.773+00', '2021-09-14 02:49:36.773+00', 'y39vmjm9gi3'), -('f47c7b9w1r2', 'ek67od4p3hp', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_x9kmuovlm79"}}', '0', 1, '2021-09-14 02:49:27.859+00', '2021-09-14 02:49:36.789+00', 'o195gt5t1v0'), -('spode7pah10', 'exz39agmply', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:49:27.852+00', '2021-09-14 02:49:27.852+00', NULL), -('czuaolbcf90', 'ynp9yukyt2v', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 02:49:57.312+00', '2021-09-14 02:49:57.312+00', 'bx3m7q9cod3'), -('hvts6gnqh7o', '1vd9zhj099m', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:49:57.319+00', '2021-09-14 02:49:57.319+00', 'czuaolbcf90'), -('q7obl8uu2we', 'u6e9xpuhnfw', NULL, 'void', 'Form', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-read-pretty":true,"x-component-props":{"useResource":"{{ Table.useResource }}"},"x-designable-bar":"Form.DesignableBar"}', '0', 1, '2021-09-14 02:49:57.326+00', '2021-09-14 02:49:57.326+00', 'hvts6gnqh7o'), -('i1xjs6e5mz6', 'uftspdhvqfl', NULL, 'void', 'Action.Bar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Action.Bar.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-14 02:49:57.333+00', '2021-09-14 02:49:57.333+00', 'q7obl8uu2we'), -('hxhdhpobj8o', 'gmn8gv5u8i1', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 2, '2021-09-14 02:49:57.341+00', '2021-09-14 02:49:57.341+00', 'q7obl8uu2we'), -('kx2wfqro606', 'u7ii1qvu4gh', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 02:49:59.578+00', '2021-09-14 02:49:59.578+00', 'hxhdhpobj8o'), -('qf5b8qc48hw', '7aesp6jzev1', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:49:59.586+00', '2021-09-14 02:49:59.586+00', 'kx2wfqro606'), -('zz5ahgihju2', 'ai2had7u7sa', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_vgw4f62h16e"}}', '0', 1, '2021-09-14 02:49:59.592+00', '2021-09-14 02:49:59.592+00', 'qf5b8qc48hw'), -('b4kgukcwrt2', '1mvr3p9wppu', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 3, '2021-09-14 02:50:02.623+00', '2021-09-14 02:50:02.623+00', 'hxhdhpobj8o'), -('d7be9d7fot3', '63wz3syvqk3', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:50:02.631+00', '2021-09-14 02:50:02.631+00', 'b4kgukcwrt2'), -('o3ed56mzrkj', '23y2ac4q9gw', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_61znsfh307m"}}', '0', 1, '2021-09-14 02:50:02.639+00', '2021-09-14 02:50:02.639+00', 'd7be9d7fot3'), -('bpfi06q38s0', 'el13bp83nzc', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 5, '2021-09-14 02:50:05.133+00', '2021-09-14 02:50:05.133+00', 'hxhdhpobj8o'), -('q0bpojh64kh', 'ong1m1b61um', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:50:05.139+00', '2021-09-14 02:50:05.139+00', 'bpfi06q38s0'), -('6nc22hmh8zy', 'hb5r0om7r39', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:50:01.672+00', '2021-09-14 02:50:01.672+00', NULL), -('4p79ndgc8he', 'x7eoebihmve', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_bysgds7j36p"}}', '0', 1, '2021-09-14 02:50:03.428+00', '2021-09-14 02:50:16.279+00', '8za90otebg8'), -('vv99anlv2cz', 'izdgzjti4vt', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:50:03.418+00', '2021-09-14 02:50:03.418+00', NULL), -('hpc9i7s5r2s', '2aait9gtymu', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_n6snaop9d4y"}}', '0', 1, '2021-09-14 02:50:05.146+00', '2021-09-14 02:50:05.146+00', 'q0bpojh64kh'), -('59zimhmik1c', 'cerbf0pnmhd', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 7, '2021-09-14 02:50:08.957+00', '2021-09-14 02:50:08.957+00', 'hxhdhpobj8o'), -('9cfi91ifz8m', 'teodmxglicr', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:50:08.965+00', '2021-09-14 02:50:08.965+00', '59zimhmik1c'), -('kmdv5d6w4ct', 'o24ugxe5y3t', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_tdoe0q00xc6"}}', '0', 1, '2021-09-14 02:50:08.973+00', '2021-09-14 02:50:08.973+00', '9cfi91ifz8m'), -('8dkt3yxwc02', 'iq1vuvj51zg', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 8, '2021-09-14 02:50:09.698+00', '2021-09-14 02:50:09.698+00', 'hxhdhpobj8o'), -('phdvkfv1z5n', '6jp8cssnr7n', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:50:09.706+00', '2021-09-14 02:50:09.706+00', '8dkt3yxwc02'), -('vsueg1fbm3q', '2f3xidqerrd', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_kk4nspj1i28"}}', '0', 1, '2021-09-14 02:50:09.715+00', '2021-09-14 02:50:09.715+00', 'phdvkfv1z5n'), -('ocg2ekkj9g0', 'pez2ld1klva', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 02:50:13.701+00', '2021-09-14 02:50:13.701+00', 'kx2wfqro606'), -('fmgdeobsr1g', '70667jjezeq', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_3det6kr3vn8"}}', '0', 1, '2021-09-14 02:50:01.682+00', '2021-09-14 02:50:13.713+00', 'ocg2ekkj9g0'), -('8za90otebg8', 'kh2yasrxucc', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 02:50:16.263+00', '2021-09-14 02:50:16.263+00', 'b4kgukcwrt2'), -('a8cr9h0p88u', '6vmurewjr41', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 02:50:18.375+00', '2021-09-14 02:50:18.375+00', 'bpfi06q38s0'), -('62gsndwgb8m', '9na2sin023k', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_x9kmuovlm79"}}', '0', 1, '2021-09-14 02:50:06.038+00', '2021-09-14 02:50:18.384+00', 'a8cr9h0p88u'), -('x81x4t7oph0', 'e9y3tclj3z6', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:50:06.031+00', '2021-09-14 02:50:06.031+00', NULL), -('pkp923vigul', 'iqsks32ha79', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 02:52:21.773+00', '2021-09-14 02:52:21.773+00', 'n6e781rxua7'), -('0eifyltokzn', 'ukmyfpryczv', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:52:21.783+00', '2021-09-14 02:52:21.783+00', 'pkp923vigul'), -('d1811c7rm9w', 'pesvukpvkrx', NULL, 'void', 'Form', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-read-pretty":true,"x-component-props":{"useResource":"{{ Table.useResource }}"},"x-designable-bar":"Form.DesignableBar"}', '0', 1, '2021-09-14 02:52:21.793+00', '2021-09-14 02:52:21.793+00', '0eifyltokzn'), -('cmm7r32xkg1', '9rrz2l647zu', NULL, 'void', 'Action.Bar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Action.Bar.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-14 02:52:21.803+00', '2021-09-14 02:52:21.803+00', 'd1811c7rm9w'), -('fknwsbn4yzz', 'y9rz9w5i3yb', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 2, '2021-09-14 02:52:21.814+00', '2021-09-14 02:52:21.814+00', 'd1811c7rm9w'), -('mdugt8s5fas', 'kvatj6hb53u', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 02:52:24.639+00', '2021-09-14 02:52:24.639+00', 'fknwsbn4yzz'), -('dfjlbfurboc', 'mryuw5by8nn', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:52:24.651+00', '2021-09-14 02:52:24.651+00', 'mdugt8s5fas'), -('bxgzzxeumdk', 'oi965rpvy80', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_vgw4f62h16e"}}', '0', 1, '2021-09-14 02:52:24.66+00', '2021-09-14 02:52:24.66+00', 'dfjlbfurboc'), -('8puu4thi5dt', 'fwy05fisme0', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 3, '2021-09-14 02:52:25.37+00', '2021-09-14 02:52:25.37+00', 'fknwsbn4yzz'), -('m27kntzdmto', 'velohfhcpvr', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:52:25.38+00', '2021-09-14 02:52:25.38+00', '8puu4thi5dt'), -('axkkdqj8a7n', '9tc23ag4yat', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_61znsfh307m"}}', '0', 1, '2021-09-14 02:52:25.388+00', '2021-09-14 02:52:25.388+00', 'm27kntzdmto'), -('ucqssroqh42', 'dxwth9xd9q8', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 5, '2021-09-14 02:52:26.797+00', '2021-09-14 02:52:26.797+00', 'fknwsbn4yzz'), -('oli3vvnpix4', 'd5mwsnf8ujp', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:52:26.805+00', '2021-09-14 02:52:26.805+00', 'ucqssroqh42'), -('fqdqtiqw02s', 'qoblj7fv13s', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_n6snaop9d4y"}}', '0', 1, '2021-09-14 02:52:26.812+00', '2021-09-14 02:52:26.812+00', 'oli3vvnpix4'), -('x0jivmu7u74', '5twdw19auxo', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 7, '2021-09-14 02:52:27.636+00', '2021-09-14 02:52:27.636+00', 'fknwsbn4yzz'), -('9fgm6o3gnmz', '5ohcb5gvi87', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:52:27.644+00', '2021-09-14 02:52:27.644+00', 'x0jivmu7u74'), -('0q0gcs1t22b', '1tcap6ir3oe', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_tdoe0q00xc6"}}', '0', 1, '2021-09-14 02:52:27.651+00', '2021-09-14 02:52:27.651+00', '9fgm6o3gnmz'), -('zdnl5x4zyg8', 'yvricusc3or', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 8, '2021-09-14 02:52:28.296+00', '2021-09-14 02:52:28.296+00', 'fknwsbn4yzz'), -('t7qpkz12rf7', 'czl31v2u23t', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:52:28.308+00', '2021-09-14 02:52:28.308+00', 'zdnl5x4zyg8'), -('xk6ccjqu8sx', 'nwdbcdnl2u1', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 02:52:30.689+00', '2021-09-14 02:52:30.689+00', 'mdugt8s5fas'), -('rk31a6t4njx', '7lvibo3n8ty', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:52:25.007+00', '2021-09-14 02:52:25.007+00', NULL), -('xpdvyak3f6j', 't0e6d9sc39k', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_bysgds7j36p"}}', '0', 1, '2021-09-14 02:52:26.484+00', '2021-09-14 02:52:33.737+00', '543wsud34tu'), -('97o1daz9fw2', '0bp6f686lkd', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:52:26.476+00', '2021-09-14 02:52:26.476+00', NULL), -('8vfkgaqv3u9', 'te3u5rmdm9n', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_x9kmuovlm79"}}', '0', 1, '2021-09-14 02:52:27.246+00', '2021-09-14 02:52:36.344+00', 'tqzj5ubutqz'), -('uxf3zmezr8w', '21naj96k9u5', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:52:27.238+00', '2021-09-14 02:52:27.238+00', NULL), -('fepww1brb35', 'mzhqi0ar6cb', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_kk4nspj1i28"}}', '0', 1, '2021-09-14 02:52:28.318+00', '2021-09-14 02:52:28.318+00', 't7qpkz12rf7'), -('dym7k8a8iob', '30np2z8ib9m', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 02:52:57.309+00', '2021-09-14 02:52:57.309+00', '8g6acfti9ia'), -('tlhtfnyjrz4', 'igkr12e0uit', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:52:57.317+00', '2021-09-14 02:52:57.317+00', 'dym7k8a8iob'), -('qja16uexwnu', 'mqzlzv85zox', NULL, 'void', 'Form', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-read-pretty":true,"x-component-props":{"useResource":"{{ Table.useResource }}"},"x-designable-bar":"Form.DesignableBar"}', '0', 1, '2021-09-14 02:52:57.325+00', '2021-09-14 02:52:57.325+00', 'tlhtfnyjrz4'), -('sr4vy6roell', 'drccetij1j4', NULL, 'void', 'Action.Bar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Action.Bar.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-14 02:52:57.332+00', '2021-09-14 02:52:57.332+00', 'qja16uexwnu'), -('octj1sul7ne', 'c9nfveg4d25', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 2, '2021-09-14 02:52:57.34+00', '2021-09-14 02:52:57.34+00', 'qja16uexwnu'), -('4yd8260mym5', 'mfm32y86b40', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 02:53:00.333+00', '2021-09-14 02:53:00.333+00', 'octj1sul7ne'), -('b26l6rfu8u2', 'y8830ggg45d', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:53:00.342+00', '2021-09-14 02:53:00.342+00', '4yd8260mym5'), -('xiuere6ixnr', 'pz9vxee7x4h', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_vgw4f62h16e"}}', '0', 1, '2021-09-14 02:53:00.349+00', '2021-09-14 02:53:00.349+00', 'b26l6rfu8u2'), -('4if9k6sefon', 'vqq6vgt6gh9', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_3det6kr3vn8"}}', '0', 1, '2021-09-14 02:53:00.758+00', '2021-09-14 02:53:06.217+00', 'r61a9rywlfj'), -('nlyn6ak8qss', 'o5ds482fxof', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:53:00.748+00', '2021-09-14 02:53:00.748+00', NULL), -('39qun2z0a3i', 'u4niflopntg', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_3det6kr3vn8"}}', '0', 1, '2021-09-14 02:52:25.016+00', '2021-09-14 02:52:30.7+00', 'xk6ccjqu8sx'), -('543wsud34tu', 'bb5to89ea47', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 02:52:33.727+00', '2021-09-14 02:52:33.727+00', '8puu4thi5dt'), -('tqzj5ubutqz', '6q6wc7krd3p', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 02:52:36.334+00', '2021-09-14 02:52:36.334+00', 'ucqssroqh42'), -('1i65bumx468', 'z2ynlq4jab4', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 3, '2021-09-14 02:53:01.132+00', '2021-09-14 02:53:01.132+00', 'octj1sul7ne'), -('2207l5bdnli', 'wbp8x6eptok', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:53:01.14+00', '2021-09-14 02:53:01.14+00', '1i65bumx468'), -('jmqsbr1dbz1', 'em8mmskh1d5', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_61znsfh307m"}}', '0', 1, '2021-09-14 02:53:01.149+00', '2021-09-14 02:53:01.149+00', '2207l5bdnli'), -('i5ddarfho9q', 'wh89brtg1zx', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 5, '2021-09-14 02:53:02.17+00', '2021-09-14 02:53:02.17+00', 'octj1sul7ne'), -('jnfmqu15ffg', 'hyero1rx2cf', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:53:02.181+00', '2021-09-14 02:53:02.181+00', 'i5ddarfho9q'), -('6t8gzikegzc', 'aktrjscti9f', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_n6snaop9d4y"}}', '0', 1, '2021-09-14 02:53:02.188+00', '2021-09-14 02:53:02.188+00', 'jnfmqu15ffg'), -('664a27s2489', 'kmocpf4iejf', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 7, '2021-09-14 02:53:03.082+00', '2021-09-14 02:53:03.082+00', 'octj1sul7ne'), -('dp5rgw4z9bd', 'pul1uxd36s4', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:53:03.089+00', '2021-09-14 02:53:03.089+00', '664a27s2489'), -('j09zhmxhbsh', '19yvt3ohjf4', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_tdoe0q00xc6"}}', '0', 1, '2021-09-14 02:53:03.096+00', '2021-09-14 02:53:03.096+00', 'dp5rgw4z9bd'), -('mybmkkb2c5u', 'zbisuuei21a', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 8, '2021-09-14 02:53:03.597+00', '2021-09-14 02:53:03.597+00', 'octj1sul7ne'), -('v896yxfql4g', 'ua6x5tk0eyq', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:53:03.604+00', '2021-09-14 02:53:03.604+00', 'mybmkkb2c5u'), -('5ugbbdp6u8h', 'e4n9t6kjsmi', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_kk4nspj1i28"}}', '0', 1, '2021-09-14 02:53:03.612+00', '2021-09-14 02:53:03.612+00', 'v896yxfql4g'), -('r61a9rywlfj', '8oaywkoab3u', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 02:53:06.206+00', '2021-09-14 02:53:06.206+00', '4yd8260mym5'), -('x56xc1whz9p', 'siyqnn9ja79', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 02:53:08.708+00', '2021-09-14 02:53:08.708+00', '1i65bumx468'), -('s78uarba63i', '2o6nqulw6vk', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_bysgds7j36p"}}', '0', 1, '2021-09-14 02:53:01.776+00', '2021-09-14 02:53:08.719+00', 'x56xc1whz9p'), -('ldds06dzfh6', 'qcmellywdlt', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:53:01.769+00', '2021-09-14 02:53:01.769+00', NULL), -('thcmx1k2ogo', 'mf905wqaiot', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 02:53:11.054+00', '2021-09-14 02:53:11.054+00', 'i5ddarfho9q'), -('j5l9za6j449', 'ttxn85r118y', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_x9kmuovlm79"}}', '0', 1, '2021-09-14 02:53:02.644+00', '2021-09-14 02:53:11.068+00', 'thcmx1k2ogo'), -('025oms5ngqt', 'noysknnv0mo', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:53:02.636+00', '2021-09-14 02:53:02.636+00', NULL), -('i21uah6q12r', 'h9vi5ebtw68', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 02:54:01.053+00', '2021-09-14 02:54:01.053+00', 'au8xgar9tv5'), -('kyhkzqy5dce', '7nu990vc8ap', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:54:01.062+00', '2021-09-14 02:54:01.062+00', 'i21uah6q12r'), -('at8wyqu69c8', '2p7s33f3ya5', NULL, 'void', 'Form', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-read-pretty":true,"x-component-props":{"useResource":"{{ Table.useResource }}"},"x-designable-bar":"Form.DesignableBar"}', '0', 1, '2021-09-14 02:54:01.069+00', '2021-09-14 02:54:01.069+00', 'kyhkzqy5dce'), -('iz57878c8nr', 'gc7bpcz2080', NULL, 'void', 'Action.Bar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Action.Bar.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-14 02:54:01.075+00', '2021-09-14 02:54:01.075+00', 'at8wyqu69c8'), -('xof2gq4yx2i', 'fsbps068s95', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 2, '2021-09-14 02:54:01.084+00', '2021-09-14 02:54:01.084+00', 'at8wyqu69c8'), -('ognw2ux560b', 'q5iy5ra2vgr', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 02:56:50.175+00', '2021-09-14 02:56:50.175+00', 'tjyy5l9ki1i'), -('ouhtcvpnkfj', '8kpzuxx7twi', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:56:50.189+00', '2021-09-14 02:56:50.189+00', 'ognw2ux560b'), -('ss5s5b1hkty', 'c6c5e4ftayb', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 2, '2021-09-14 02:56:52.921+00', '2021-09-14 02:56:52.921+00', 'tjyy5l9ki1i'), -('q6xtt1zj95w', 'abkgze9tpwx', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:56:52.93+00', '2021-09-14 02:56:52.93+00', 'ss5s5b1hkty'), -('1h2qucyrpla', 'j4sew08u46x', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 3, '2021-09-14 02:56:53.359+00', '2021-09-14 02:56:53.359+00', 'tjyy5l9ki1i'), -('p1syqheep5p', 'em5yfihhvjk', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:56:53.369+00', '2021-09-14 02:56:53.369+00', '1h2qucyrpla'), -('zluuwf38hpr', 'options', '关联数据', 'void', 'Select.Options.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Select.useOkAction }}"}}', '0', 1, '2021-09-14 02:56:53.4+00', '2021-09-14 02:56:53.4+00', 'qv6gurevazx'), -('me7au9tg6d6', 'table', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"BlockItem","x-decorator-props":{"draggable":false},"default":[],"x-component-props":{"rowKey":"id","useSelectedRowKeys":"{{ Select.useSelectedRowKeys }}","onSelect":"{{ Select.useSelect() }}","useRowSelection":"{{ Select.useRowSelection }}","collectionName":"t_fsveob6p269","refreshRequestOnChange":true,"pagination":{"pageSize":10}}}', '0', 1, '2021-09-14 02:56:53.41+00', '2021-09-14 02:56:53.41+00', 'zluuwf38hpr'), -('9a7809c70i2', '25pef9g4xb8', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-14 02:56:53.418+00', '2021-09-14 02:56:53.418+00', 'me7au9tg6d6'), -('hanp880ukup', 'nxfdnc97evk', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_umjewufbyhj"},"required":true}', '0', 1, '2021-09-14 02:56:52.937+00', '2021-09-14 02:56:59.162+00', 'q6xtt1zj95w'), -('qv6gurevazx', 'lww2vsn2hjt', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_kkopbnfdd0v","fieldNames":{"label":"f_vgw4f62h16e","value":"id"}},"required":true}', '0', 1, '2021-09-14 02:56:53.378+00', '2021-09-14 02:58:36.393+00', 'p1syqheep5p'), -('tjopnatbg4j', 'option', NULL, 'void', 'Select.OptionTag', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 2, '2021-09-14 02:56:53.449+00', '2021-09-14 02:56:53.449+00', 'qv6gurevazx'), -('a8w7h2hkvlk', 'v7gb1mcipeg', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-14 02:56:53.456+00', '2021-09-14 02:56:53.456+00', 'tjopnatbg4j'), -('qwt8h4ea282', 'm702auy5zj4', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar"}', '0', 1, '2021-09-14 02:56:53.464+00', '2021-09-14 02:56:53.464+00', 'a8w7h2hkvlk'), -('avlkujhzt5j', '7hkvs3veqct', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-14 02:56:53.471+00', '2021-09-14 02:56:53.471+00', 'qwt8h4ea282'), -('bag2lvhc1ex', 'i7f3c9tnw59', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-14 02:56:53.478+00', '2021-09-14 02:56:53.478+00', 'avlkujhzt5j'), -('7akwq5rvocr', 'glib0r17in4', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 4, '2021-09-14 02:56:53.979+00', '2021-09-14 02:56:53.979+00', 'tjyy5l9ki1i'), -('c0mf4j7rv99', 'blck2iynks6', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:56:53.989+00', '2021-09-14 02:56:53.989+00', '7akwq5rvocr'), -('99tx37o48uo', 'jggj54cqzrl', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_niymyj0no38"},"required":true}', '0', 1, '2021-09-14 02:56:50.199+00', '2021-09-14 02:56:56.808+00', 'ouhtcvpnkfj'), -('wyaejt1fh26', '8zfxsyew5al', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_nlgk67tpdql"},"required":true}', '0', 1, '2021-09-14 02:56:53.999+00', '2021-09-14 02:57:05.301+00', 'c0mf4j7rv99'), -('deq77qpor44', 'o2gs1dqknce', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 02:57:12.127+00', '2021-09-14 02:57:12.127+00', 'ia04dgr8sz7'), -('ml78qpom3sj', 'f4tlv1gggpj', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:57:12.137+00', '2021-09-14 02:57:12.137+00', 'deq77qpor44'), -('naohoiipwtn', 'cwxufd1j2t9', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 2, '2021-09-14 02:57:12.511+00', '2021-09-14 02:57:12.511+00', 'ia04dgr8sz7'), -('g169osj887e', 's4chq46hcgb', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:57:12.518+00', '2021-09-14 02:57:12.518+00', 'naohoiipwtn'), -('kpfsv21buog', '8hcn583jtvr', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 3, '2021-09-14 02:57:12.94+00', '2021-09-14 02:57:12.94+00', 'ia04dgr8sz7'), -('tkx18c9nyws', '3ldzwv3dr49', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:57:12.949+00', '2021-09-14 02:57:12.949+00', 'kpfsv21buog'), -('d7ngzldd4m7', 'options', '关联数据', 'void', 'Select.Options.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Select.useOkAction }}"}}', '0', 1, '2021-09-14 02:57:12.968+00', '2021-09-14 02:57:12.968+00', 'z2fxdgv1md1'), -('91nkxzmatpb', 'table', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"BlockItem","x-decorator-props":{"draggable":false},"default":[],"x-component-props":{"rowKey":"id","useSelectedRowKeys":"{{ Select.useSelectedRowKeys }}","onSelect":"{{ Select.useSelect() }}","useRowSelection":"{{ Select.useRowSelection }}","collectionName":"t_fsveob6p269","refreshRequestOnChange":true,"pagination":{"pageSize":10}}}', '0', 1, '2021-09-14 02:57:12.98+00', '2021-09-14 02:57:12.98+00', 'd7ngzldd4m7'), -('2b3qiwowhq0', '0a0amkig5d0', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-14 02:57:12.994+00', '2021-09-14 02:57:12.994+00', '91nkxzmatpb'), -('fvgfkbc7ofz', 'option', NULL, 'void', 'Select.OptionTag', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 2, '2021-09-14 02:57:13.023+00', '2021-09-14 02:57:13.023+00', 'z2fxdgv1md1'), -('sihrwnlclh2', 'fxpi6e8pb3x', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-14 02:57:13.031+00', '2021-09-14 02:57:13.031+00', 'fvgfkbc7ofz'), -('ar6l0f2mpqz', 'b8ggkak0iy2', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar"}', '0', 1, '2021-09-14 02:57:13.038+00', '2021-09-14 02:57:13.038+00', 'sihrwnlclh2'), -('ms8gdcdhhw3', '2ioikmkncva', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-14 02:57:13.047+00', '2021-09-14 02:57:13.047+00', 'ar6l0f2mpqz'), -('u1da1ulvgqo', 'qzf7trjvhoc', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-14 02:57:13.061+00', '2021-09-14 02:57:13.061+00', 'ms8gdcdhhw3'), -('amqwkw5omza', 'kqrkgnm5u4c', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 4, '2021-09-14 02:57:13.28+00', '2021-09-14 02:57:13.28+00', 'ia04dgr8sz7'), -('5jtjesn5d6b', 'y6q1v6pfazo', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:57:13.287+00', '2021-09-14 02:57:13.287+00', 'amqwkw5omza'), -('m876ewjbv73', 'x0n9hs5gkg3', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_niymyj0no38"},"required":true}', '0', 1, '2021-09-14 02:57:12.15+00', '2021-09-14 02:57:15.636+00', 'ml78qpom3sj'), -('7b66l7ld9st', 'ivt2xxogfmr', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_umjewufbyhj"},"required":true}', '0', 1, '2021-09-14 02:57:12.525+00', '2021-09-14 02:57:17.489+00', 'g169osj887e'), -('gk1llifj7p1', 'wgjws0iwic6', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_vgw4f62h16e"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 2, '2021-09-14 02:57:35.027+00', '2021-09-14 02:57:35.027+00', '91nkxzmatpb'), -('y1a5ndr92w7', 'kubipth45gp', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_nlgk67tpdql"},"required":true}', '0', 1, '2021-09-14 02:57:13.295+00', '2021-09-14 02:57:21.446+00', '5jtjesn5d6b'), -('z2fxdgv1md1', 'vz82bj2ec9n', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_kkopbnfdd0v","fieldNames":{"label":"f_vgw4f62h16e","value":"id"}},"required":true}', '0', 1, '2021-09-14 02:57:12.958+00', '2021-09-14 02:57:29.092+00', 'tkx18c9nyws'), -('7bevuz5uqtf', 'jqsoofvpk9d', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_3det6kr3vn8"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 3, '2021-09-14 02:57:35.761+00', '2021-09-14 02:57:35.761+00', '91nkxzmatpb'), -('w58l1gfxa2d', 'vmj9356nhcl', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_61znsfh307m"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 4, '2021-09-14 02:57:36.681+00', '2021-09-14 02:57:36.681+00', '91nkxzmatpb'), -('396tzmn4wpm', '2h11fo3vrxx', NULL, 'void', 'Action.Bar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Action.Bar.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-14 03:01:14.897+00', '2021-09-14 03:01:14.897+00', '1z1ajwyr1bh'), -('lchsikzks35', 'g1aug92g39w', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 2, '2021-09-14 03:01:14.907+00', '2021-09-14 03:01:14.907+00', '1z1ajwyr1bh'), -('hwwttxrzf59', 'gy1a5y6n3te', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 03:01:19.893+00', '2021-09-14 03:01:19.893+00', 'lchsikzks35'), -('im7x3yhsqwu', 'a1vidwbdo2f', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:01:19.9+00', '2021-09-14 03:01:19.9+00', 'hwwttxrzf59'), -('u60i0uc5uar', 'j08zmnabdvx', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_61znsfh307m"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 9, '2021-09-12 01:17:09.321+00', '2021-09-26 01:39:52.153+00', 'm25pry2yof2'), -('z9avpqzri5e', 'ere74u2n1c6', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_umjewufbyhj"},"required":true}', '0', 1, '2021-09-14 02:57:59.004+00', '2021-09-14 02:58:05.168+00', '8er6oaclt1b'), -('85hkix67lxp', 'kmpj24vqgd6', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":["xkllcgbvvmt","vygajfyejo0","f_c8mes0kp1zt","f_vgw4f62h16e","f_3det6kr3vn8","f_61znsfh307m","f_tdoe0q00xc6","f_kk4nspj1i28"]}}', '0', 1, '2021-09-14 02:57:59.395+00', '2021-09-14 02:58:26.56+00', 'ut2pgeuhmum'), -('af68ejcotwh', 'xlhpifrinbm', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_kkopbnfdd0v","fieldNames":{"label":"f_vgw4f62h16e","value":"id"}},"required":true}', '0', 1, '2021-09-14 02:57:59.369+00', '2021-09-14 02:58:14.348+00', 'mkr1dqxa5oo'), -('z8yuyb98f7d', 'f9uvq5b9wxg', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":["xkllcgbvvmt","vygajfyejo0","f_c8mes0kp1zt","f_vgw4f62h16e","f_3det6kr3vn8","f_61znsfh307m","f_tdoe0q00xc6","f_kk4nspj1i28"]}}', '0', 1, '2021-09-14 02:57:13.004+00', '2021-09-14 02:57:44.692+00', '2b3qiwowhq0'), -('10xr7dz2i9v', 'xegz740mxfu', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 02:57:58.62+00', '2021-09-14 02:57:58.62+00', 'cmm4rlf147h'), -('5ykn3qt96ft', '4utca2au9b3', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:57:58.629+00', '2021-09-14 02:57:58.629+00', '10xr7dz2i9v'), -('tcm9163rf87', 's5xj1sn4bg5', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 2, '2021-09-14 02:57:58.984+00', '2021-09-14 02:57:58.984+00', 'cmm4rlf147h'), -('8er6oaclt1b', '2nkq6ir884z', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:57:58.995+00', '2021-09-14 02:57:58.995+00', 'tcm9163rf87'), -('iwqdaq92dhx', 'd5gnruw1etn', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 3, '2021-09-14 02:57:59.353+00', '2021-09-14 02:57:59.353+00', 'cmm4rlf147h'), -('mkr1dqxa5oo', '4xwfw3h7y0b', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:57:59.361+00', '2021-09-14 02:57:59.361+00', 'iwqdaq92dhx'), -('oxmedxn0es1', 'options', '关联数据', 'void', 'Select.Options.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Select.useOkAction }}"}}', '0', 1, '2021-09-14 02:57:59.375+00', '2021-09-14 02:57:59.375+00', 'af68ejcotwh'), -('xcwmhsshror', 'table', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"BlockItem","x-decorator-props":{"draggable":false},"default":[],"x-component-props":{"rowKey":"id","useSelectedRowKeys":"{{ Select.useSelectedRowKeys }}","onSelect":"{{ Select.useSelect() }}","useRowSelection":"{{ Select.useRowSelection }}","collectionName":"t_fsveob6p269","refreshRequestOnChange":true,"pagination":{"pageSize":10}}}', '0', 1, '2021-09-14 02:57:59.381+00', '2021-09-14 02:57:59.381+00', 'oxmedxn0es1'), -('ut2pgeuhmum', '1u78578rztr', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-14 02:57:59.389+00', '2021-09-14 02:57:59.389+00', 'xcwmhsshror'), -('dpayathxeyv', 'option', NULL, 'void', 'Select.OptionTag', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 2, '2021-09-14 02:57:59.413+00', '2021-09-14 02:57:59.413+00', 'af68ejcotwh'), -('z84twp8kp1u', 'c59rehtu4yh', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-14 02:57:59.42+00', '2021-09-14 02:57:59.42+00', 'dpayathxeyv'), -('rwv4ckaqnv0', '9hyv14oj20e', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar"}', '0', 1, '2021-09-14 02:57:59.427+00', '2021-09-14 02:57:59.427+00', 'z84twp8kp1u'), -('5wpk80tsu2a', 'izzc9k957xm', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-14 02:57:59.436+00', '2021-09-14 02:57:59.436+00', 'rwv4ckaqnv0'), -('b5jfi3xgh3e', 'b4r87tjlbrc', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-14 02:57:59.444+00', '2021-09-14 02:57:59.444+00', '5wpk80tsu2a'), -('o86sr6yhmzu', 'rfs09vm57yu', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 4, '2021-09-14 02:57:59.781+00', '2021-09-14 02:57:59.781+00', 'cmm4rlf147h'), -('bm1xggtdkkv', '3ysfxugkzau', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 02:57:59.789+00', '2021-09-14 02:57:59.789+00', 'o86sr6yhmzu'), -('zdajr4hjd5r', 'rwnp7u3hcy9', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_niymyj0no38"},"required":true}', '0', 1, '2021-09-14 02:57:58.636+00', '2021-09-14 02:58:02.996+00', '5ykn3qt96ft'), -('x9dgyp4648c', 'nx0d7r3qadr', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_nlgk67tpdql"},"required":true}', '0', 1, '2021-09-14 02:57:59.796+00', '2021-09-14 02:58:16.535+00', 'bm1xggtdkkv'), -('nrum3hudx4c', 'gcr9apldxo1', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_vgw4f62h16e"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 2, '2021-09-14 02:58:20.373+00', '2021-09-14 02:58:20.373+00', 'xcwmhsshror'), -('1u9vgw1tsj7', 'r4c9bld2org', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_3det6kr3vn8"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 3, '2021-09-14 02:58:21.141+00', '2021-09-14 02:58:21.141+00', 'xcwmhsshror'), -('0c3e0q89yx5', 'lcy59bjr6ng', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_61znsfh307m"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 4, '2021-09-14 02:58:21.66+00', '2021-09-14 02:58:21.66+00', 'xcwmhsshror'), -('941wh645g49', 'pfb8nxijt85', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_vgw4f62h16e"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 2, '2021-09-14 02:58:41.523+00', '2021-09-14 02:58:41.523+00', 'me7au9tg6d6'), -('2fsv7o24ijy', 'd51fclf0zci', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_3det6kr3vn8"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 3, '2021-09-14 02:58:41.967+00', '2021-09-14 02:58:41.967+00', 'me7au9tg6d6'), -('l3m4t1elzfa', 'svxnlk2t8jl', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_61znsfh307m"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 4, '2021-09-14 02:58:42.421+00', '2021-09-14 02:58:42.421+00', 'me7au9tg6d6'), -('ipk0dmm6rjo', 'yzgroqnyddh', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":["xkllcgbvvmt","vygajfyejo0","f_c8mes0kp1zt","f_vgw4f62h16e","f_3det6kr3vn8","f_61znsfh307m","f_tdoe0q00xc6","f_kk4nspj1i28"]}}', '0', 1, '2021-09-14 02:56:53.427+00', '2021-09-14 02:58:47.907+00', '9a7809c70i2'), -('2jrztm2bmwj', 'bj6g49whfdo', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 03:01:14.875+00', '2021-09-14 03:01:14.875+00', 'ac8hulvrzph'), -('7z2817clls2', 'rq53cgvgtzg', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:01:14.883+00', '2021-09-14 03:01:14.883+00', '2jrztm2bmwj'), -('1z1ajwyr1bh', 'lvqv0o3bq2v', NULL, 'void', 'Form', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-read-pretty":true,"x-component-props":{"useResource":"{{ Table.useResource }}"},"x-designable-bar":"Form.DesignableBar"}', '0', 1, '2021-09-14 03:01:14.891+00', '2021-09-14 03:01:14.891+00', '7z2817clls2'), -('qu8paoeg0rd', '83wbf9vagnl', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 03:15:17.581+00', '2021-09-14 03:15:17.581+00', '9jbo63nk1c5'), -('ymg28wp9eyb', 'c84wf0j5a1r', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_niymyj0no38"}}', '0', 1, '2021-09-14 03:01:19.907+00', '2021-09-14 03:01:19.907+00', 'im7x3yhsqwu'), -('gjlf7xuw49k', 'opeu676xaqd', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 2, '2021-09-14 03:01:20.673+00', '2021-09-14 03:01:20.673+00', 'lchsikzks35'), -('lj5kmrax512', '91kway0ehvv', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:01:20.679+00', '2021-09-14 03:01:20.679+00', 'gjlf7xuw49k'), -('2zf89bw1743', 'swzs2ta827p', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_nlgk67tpdql"}}', '0', 1, '2021-09-14 03:01:20.686+00', '2021-09-14 03:01:20.686+00', 'lj5kmrax512'), -('j0nxz1q1cg6', 'pxlbbhzreh9', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 3, '2021-09-14 03:01:21.753+00', '2021-09-14 03:01:21.753+00', 'lchsikzks35'), -('wbeh0iwzm41', 'w4svcdpluoj', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:01:21.796+00', '2021-09-14 03:01:21.796+00', 'j0nxz1q1cg6'), -('vnzxm3empyq', 'ua2d4dee0cl', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_umjewufbyhj"}}', '0', 1, '2021-09-14 03:01:21.817+00', '2021-09-14 03:01:21.817+00', 'wbeh0iwzm41'), -('gkxln6nwbmb', 'd9d0q0rah1h', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_niymyj0no38"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 3, '2021-09-14 03:01:45.774+00', '2021-09-14 03:01:50.456+00', 'l2uq7pgdrht'), -('71um0g73q1b', 'ut8h1ufwhzz', NULL, 'void', 'Form', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-component-props":{"useResource":"{{ Select.Drawer.useResource }}","showDefaultButtons":true},"x-designable-bar":"Form.DesignableBar"}', '0', 1, '2021-09-14 03:14:43.931+00', '2021-09-14 03:14:43.931+00', 'jltqcuedy93'), -('wnygdfsg0w6', 'drz0tqemsc1', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-14 03:14:43.939+00', '2021-09-14 03:14:43.939+00', '71um0g73q1b'), -('jltqcuedy93', 'ha49zqg3zz1', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:14:43.924+00', '2021-09-14 03:14:43.924+00', NULL), -('5w22zrzttsr', '3q9jvt2vzmd', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 03:14:50.654+00', '2021-09-14 03:14:50.654+00', '9xm9ir4ylwo'), -('btzaro1l46k', 'q4jgxeh979m', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:14:50.665+00', '2021-09-14 03:14:50.665+00', '5w22zrzttsr'), -('ifc68n7za5c', 'ql3o9pfh657', NULL, 'void', 'Form', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-read-pretty":true,"x-component-props":{"useResource":"{{ Select.Drawer.useResource }}"},"x-designable-bar":"Form.DesignableBar"}', '0', 1, '2021-09-14 03:14:50.673+00', '2021-09-14 03:14:50.673+00', 'btzaro1l46k'), -('wi9rw5igxnr', 'szso6p02gdd', NULL, 'void', 'Action.Bar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Action.Bar.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-14 03:14:50.679+00', '2021-09-14 03:14:50.679+00', 'ifc68n7za5c'), -('95vq3nedrhc', 'simqhjlkskc', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 2, '2021-09-14 03:14:50.688+00', '2021-09-14 03:14:50.688+00', 'ifc68n7za5c'), -('9jbo63nk1c5', 'r9nodt6m5ho', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 03:15:09.189+00', '2021-09-14 03:15:09.189+00', '95vq3nedrhc'), -('ws0yfwd4fut', 'jp34ews8kry', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:15:09.207+00', '2021-09-14 03:15:09.207+00', '9jbo63nk1c5'), -('4w7nt86fbzs', '1310etl7le9', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_vgw4f62h16e"}}', '0', 1, '2021-09-14 03:15:09.216+00', '2021-09-14 03:15:09.216+00', 'ws0yfwd4fut'), -('t42evzylubb', '31tihjj0wc0', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 3, '2021-09-14 03:15:12.74+00', '2021-09-14 03:15:12.74+00', '95vq3nedrhc'), -('epcgwo7a25d', 'zw32f36og4o', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:15:12.747+00', '2021-09-14 03:15:12.747+00', 't42evzylubb'), -('a9e7ifvz2d2', 'gfdgkaatf7m', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_61znsfh307m"}}', '0', 1, '2021-09-14 03:15:12.753+00', '2021-09-14 03:15:12.753+00', 'epcgwo7a25d'), -('unzgfod79wx', 't20odk2gfp2', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 5, '2021-09-14 03:15:13.563+00', '2021-09-14 03:15:13.563+00', '95vq3nedrhc'), -('k1pc38b8cko', 'ddctfjua8tp', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:15:13.571+00', '2021-09-14 03:15:13.571+00', 'unzgfod79wx'), -('vvybwgy5k35', 'b7doey35w6m', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_n6snaop9d4y"}}', '0', 1, '2021-09-14 03:15:13.577+00', '2021-09-14 03:15:13.577+00', 'k1pc38b8cko'), -('ovygfeuk9o9', 'pnlpqhz7cey', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 7, '2021-09-14 03:15:14.472+00', '2021-09-14 03:15:14.472+00', '95vq3nedrhc'), -('je8cipnku8t', '8zninh84u7u', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:15:14.478+00', '2021-09-14 03:15:14.478+00', 'ovygfeuk9o9'), -('zxj5xieysyx', 'q8azuiv4x22', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_tdoe0q00xc6"}}', '0', 1, '2021-09-14 03:15:14.484+00', '2021-09-14 03:15:14.484+00', 'je8cipnku8t'), -('qbkbrne5s7r', 'klbmcno5cw8', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 8, '2021-09-14 03:15:14.85+00', '2021-09-14 03:15:14.85+00', '95vq3nedrhc'), -('au1l6p9tysj', 'qzba5oqryim', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:15:14.858+00', '2021-09-14 03:15:14.858+00', 'qbkbrne5s7r'), -('8ccuruu8u02', '6nu5pjexhis', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_kk4nspj1i28"}}', '0', 1, '2021-09-14 03:15:14.864+00', '2021-09-14 03:15:14.864+00', 'au1l6p9tysj'), -('4710lmvat2c', '7ryruas50tj', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:15:12.393+00', '2021-09-14 03:15:12.393+00', NULL), -('ndxc8b8iz3a', 'h5h9il6t21v', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 03:15:20.607+00', '2021-09-14 03:15:20.607+00', 't42evzylubb'), -('p7sn9ozcd6f', '2t81pdow8o7', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_bysgds7j36p"}}', '0', 1, '2021-09-14 03:15:13.188+00', '2021-09-14 03:15:20.615+00', 'ndxc8b8iz3a'), -('rtykjdr6zyc', 't3tgagax0dn', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:15:13.182+00', '2021-09-14 03:15:13.182+00', NULL), -('a1nx9u7qnz1', '7ko8u8eikc4', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 03:15:22.529+00', '2021-09-14 03:15:22.529+00', 'unzgfod79wx'), -('empk9z3zsub', 'ycdtc6gdi1x', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_x9kmuovlm79"}}', '0', 1, '2021-09-14 03:15:14.061+00', '2021-09-14 03:15:22.544+00', 'a1nx9u7qnz1'), -('3wdp1yrk3gz', '72g2q27kgzv', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:15:14.054+00', '2021-09-14 03:15:14.054+00', NULL), -('s8pf1s5oc63', '3myz2oak34l', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_3det6kr3vn8"}}', '0', 1, '2021-09-14 03:15:12.4+00', '2021-09-14 03:15:17.59+00', 'qu8paoeg0rd'), -('i9bsmvbk5tm', '31ijyhmpr32', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 03:15:44.488+00', '2021-09-14 03:15:44.488+00', 'fcpy7imnago'), -('1i72p5415lj', 'zr483wvakae', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:15:44.5+00', '2021-09-14 03:15:44.5+00', 'i9bsmvbk5tm'), -('p4houluwoyj', 'cdes4zukeef', NULL, 'void', 'Form', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-read-pretty":true,"x-component-props":{"useResource":"{{ Select.Drawer.useResource }}"},"x-designable-bar":"Form.DesignableBar"}', '0', 1, '2021-09-14 03:15:44.507+00', '2021-09-14 03:15:44.507+00', '1i72p5415lj'), -('h7ugjk8ctig', 'd8wd2dgl4ph', NULL, 'void', 'Action.Bar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Action.Bar.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-14 03:15:44.514+00', '2021-09-14 03:15:44.514+00', 'p4houluwoyj'), -('ig7wvx0l33g', 'awp39oz4e1f', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 2, '2021-09-14 03:15:44.523+00', '2021-09-14 03:15:44.523+00', 'p4houluwoyj'), -('61f9nhr4uz8', '44qwvcq09tc', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 03:15:47.881+00', '2021-09-14 03:15:47.881+00', 'ig7wvx0l33g'), -('xvhafqmk6rb', 'p3nwmz3kct3', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:15:47.888+00', '2021-09-14 03:15:47.888+00', '61f9nhr4uz8'), -('okcsves2h2u', '8mq0sycan2k', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_vgw4f62h16e"}}', '0', 1, '2021-09-14 03:15:47.896+00', '2021-09-14 03:15:47.896+00', 'xvhafqmk6rb'), -('7km297v41wr', 't348dnv0xbp', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 3, '2021-09-14 03:15:48.63+00', '2021-09-14 03:15:48.63+00', 'ig7wvx0l33g'), -('mdfzjesbj1j', 'gl2l8hy065z', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:15:48.636+00', '2021-09-14 03:15:48.636+00', '7km297v41wr'), -('olgjoz9ohgp', 'x1gbsxtye0z', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_61znsfh307m"}}', '0', 1, '2021-09-14 03:15:48.643+00', '2021-09-14 03:15:48.643+00', 'mdfzjesbj1j'), -('frirjdwz5ak', 'f3ymggv12uu', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 5, '2021-09-14 03:15:49.467+00', '2021-09-14 03:15:49.467+00', 'ig7wvx0l33g'), -('iq0m8ocerga', 'd21u4gs7p0x', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:15:49.475+00', '2021-09-14 03:15:49.475+00', 'frirjdwz5ak'), -('ykbnhn5d1pd', '0d7jm8r6rvj', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_n6snaop9d4y"}}', '0', 1, '2021-09-14 03:15:49.481+00', '2021-09-14 03:15:49.481+00', 'iq0m8ocerga'), -('uuuswtl112u', 'u30ajc22g5h', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 7, '2021-09-14 03:15:50.446+00', '2021-09-14 03:15:50.446+00', 'ig7wvx0l33g'), -('cfu7pdvrr23', 'zl29tsikvsz', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:15:50.456+00', '2021-09-14 03:15:50.456+00', 'uuuswtl112u'), -('lv7knaw2639', 'dx155hdwrxq', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_tdoe0q00xc6"}}', '0', 1, '2021-09-14 03:15:50.464+00', '2021-09-14 03:15:50.464+00', 'cfu7pdvrr23'), -('7r6eey8e78u', '9may8k1imgp', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 8, '2021-09-14 03:15:50.863+00', '2021-09-14 03:15:50.863+00', 'ig7wvx0l33g'), -('2p77dtmwhbe', 'gci5nxzzglz', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:15:50.869+00', '2021-09-14 03:15:50.869+00', '7r6eey8e78u'), -('w3ijixwyszi', 'vhl44s1654g', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_kk4nspj1i28"}}', '0', 1, '2021-09-14 03:15:50.876+00', '2021-09-14 03:15:50.876+00', '2p77dtmwhbe'), -('fbyncnp93f2', 'mef1jwag5jd', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 03:15:54.368+00', '2021-09-14 03:15:54.368+00', '61f9nhr4uz8'), -('zw2at0rc8vc', 'r29mmpttl26', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_3det6kr3vn8"}}', '0', 1, '2021-09-14 03:15:48.249+00', '2021-09-14 03:15:54.378+00', 'fbyncnp93f2'), -('2v2fhrdlmph', '2b5ldjlu3me', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:15:48.241+00', '2021-09-14 03:15:48.241+00', NULL), -('9qtuu19i5vn', 'suevhhzhgoq', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 03:15:56.263+00', '2021-09-14 03:15:56.263+00', '7km297v41wr'), -('3qorbvlefyn', 'ducgflo7thj', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_bysgds7j36p"}}', '0', 1, '2021-09-14 03:15:49.063+00', '2021-09-14 03:15:56.273+00', '9qtuu19i5vn'), -('qwk6exlv1rg', 'xkfxev9bdru', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:15:49.056+00', '2021-09-14 03:15:49.056+00', NULL), -('8zea3zck03g', 'vagxy38g7sn', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 03:15:58.021+00', '2021-09-14 03:15:58.021+00', 'frirjdwz5ak'), -('rgblu104262', 'ifhu36znyjp', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_x9kmuovlm79"}}', '0', 1, '2021-09-14 03:15:50.022+00', '2021-09-14 03:15:58.031+00', '8zea3zck03g'), -('hho9gupbvrl', 'i429xn89npf', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:15:50.014+00', '2021-09-14 03:15:50.014+00', NULL), -('iy8fi0ftund', '93adl1r0ush', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 03:16:12.195+00', '2021-09-14 03:16:12.195+00', 'xslmb0aczns'), -('66o8gxlcz3s', 'jeja53c2aa9', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:16:12.202+00', '2021-09-14 03:16:12.202+00', 'iy8fi0ftund'), -('4fhgep7thla', '1f1ghpqxi3y', NULL, 'void', 'Form', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-read-pretty":true,"x-component-props":{"useResource":"{{ Select.Drawer.useResource }}"},"x-designable-bar":"Form.DesignableBar"}', '0', 1, '2021-09-14 03:16:12.21+00', '2021-09-14 03:16:12.21+00', '66o8gxlcz3s'), -('yiipo5npuia', 'lqghhs8004l', NULL, 'void', 'Action.Bar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Action.Bar.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-14 03:16:12.217+00', '2021-09-14 03:16:12.217+00', '4fhgep7thla'), -('4tbaimvtzis', 'roa4bp2dfg5', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 2, '2021-09-14 03:16:12.227+00', '2021-09-14 03:16:12.227+00', '4fhgep7thla'), -('g2osimypxu7', '8nfhp0em6yy', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 03:16:15.632+00', '2021-09-14 03:16:15.632+00', '4tbaimvtzis'), -('k886gsbaqcz', '9ganvjrwptu', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:16:15.639+00', '2021-09-14 03:16:15.639+00', 'g2osimypxu7'), -('bs8u1z59c35', '1nisupklrxu', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_vgw4f62h16e"}}', '0', 1, '2021-09-14 03:16:15.646+00', '2021-09-14 03:16:15.646+00', 'k886gsbaqcz'), -('6t0gwc86uru', 'pvnyesr6syg', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:16:16.025+00', '2021-09-14 03:16:16.025+00', NULL), -('ctsgysgdgua', 'yidblp9stih', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 5, '2021-09-14 03:16:17.158+00', '2021-09-14 03:16:17.158+00', '4tbaimvtzis'), -('5yllmk4s48p', 'u6fjxweevch', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:16:17.167+00', '2021-09-14 03:16:17.167+00', 'ctsgysgdgua'), -('og9jqwftuoa', 'y46hrhekbra', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_n6snaop9d4y"}}', '0', 1, '2021-09-14 03:16:17.173+00', '2021-09-14 03:16:17.173+00', '5yllmk4s48p'), -('6zex5qriv4o', '9gz8vzl8va3', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 7, '2021-09-14 03:16:18.688+00', '2021-09-14 03:16:18.688+00', '4tbaimvtzis'), -('hlqzi0dexxu', 'bcvazh2nye9', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:16:18.695+00', '2021-09-14 03:16:18.695+00', '6zex5qriv4o'), -('nr0p4yvuugr', 'bt97l3lw5zg', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_tdoe0q00xc6"}}', '0', 1, '2021-09-14 03:16:18.702+00', '2021-09-14 03:16:18.702+00', 'hlqzi0dexxu'), -('q0i4uwe89cr', 'g9s4clsuj7t', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 8, '2021-09-14 03:16:19.075+00', '2021-09-14 03:16:19.075+00', '4tbaimvtzis'), -('gs2opv2qy9a', 'pc2xb80what', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:16:19.081+00', '2021-09-14 03:16:19.081+00', 'q0i4uwe89cr'), -('o3ypbk1v2iz', 'tdo3ef2m2l5', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_kk4nspj1i28"}}', '0', 1, '2021-09-14 03:16:19.087+00', '2021-09-14 03:16:19.087+00', 'gs2opv2qy9a'), -('f4b3jcmmtag', '1oq6v8nlomu', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 03:16:21.73+00', '2021-09-14 03:16:21.73+00', 'g2osimypxu7'), -('ffluwo8mtjd', '71se0wbgg4p', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_3det6kr3vn8"}}', '0', 1, '2021-09-14 03:16:16.032+00', '2021-09-14 03:16:21.742+00', 'f4b3jcmmtag'), -('761zwl9rydi', 't7w29yhwz33', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 03:16:23.691+00', '2021-09-14 03:16:23.691+00', '1jedgeo94xg'), -('45elon3v2y5', '5a2h3eb6lla', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_bysgds7j36p"}}', '0', 1, '2021-09-14 03:16:16.749+00', '2021-09-14 03:16:23.699+00', '761zwl9rydi'), -('gr9ilyydgls', '628zwohks9t', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:16:16.742+00', '2021-09-14 03:16:16.742+00', NULL), -('hmo54gqca70', 'es5o5oymzvf', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 2, '2021-09-14 03:16:25.456+00', '2021-09-14 03:16:25.456+00', 'ctsgysgdgua'), -('fm1tku8f8hb', 'mbpe2opqix1', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_x9kmuovlm79"}}', '0', 1, '2021-09-14 03:16:17.605+00', '2021-09-14 03:16:25.471+00', 'hmo54gqca70'), -('nfn75gejqc9', 'yix1r64q1zv', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 03:16:17.596+00', '2021-09-14 03:16:17.596+00', NULL), -('dreifkpgmez', '02at6b0uupk', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-14 14:34:58.523+00', '2021-09-14 14:34:58.523+00', 'wnk2grmfyn9'), -('3h0pz68et1y', 'ey2g2zuzbuh', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 14:34:58.541+00', '2021-09-14 14:34:58.541+00', 'dreifkpgmez'), -('ryp3luyen1o', 'rdkizi74rd1', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 2, '2021-09-14 14:35:01.63+00', '2021-09-14 14:35:01.63+00', 'wnk2grmfyn9'), -('y1smagrndos', 'f6o5scvnwz4', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 14:35:01.639+00', '2021-09-14 14:35:01.639+00', 'ryp3luyen1o'), -('ulbppl9ctyh', 'j1b08rxirus', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_hznqtmqljb2"}}', '0', 1, '2021-09-14 14:35:01.648+00', '2021-09-14 14:35:01.648+00', 'y1smagrndos'), -('5v4xkorg6dp', 'lkpb0rat834', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 3, '2021-09-14 14:35:02.509+00', '2021-09-14 14:35:02.509+00', 'wnk2grmfyn9'), -('qxbmp5ufv6l', 'mlamizpk8a4', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 14:35:02.517+00', '2021-09-14 14:35:02.517+00', '5v4xkorg6dp'), -('lk9jw553ykf', 'f3mnz600gke', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_u4i0jrp4uo6"}}', '0', 1, '2021-09-14 14:35:02.525+00', '2021-09-14 14:35:02.525+00', 'qxbmp5ufv6l'), -('yl5b45063mx', 'ei06q9weypf', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 4, '2021-09-14 14:35:03.688+00', '2021-09-14 14:35:03.688+00', 'wnk2grmfyn9'), -('o2p3jgnyw2x', '5fxdpz96n0h', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-14 14:35:03.695+00', '2021-09-14 14:35:03.695+00', 'yl5b45063mx'), -('lgqwvd6c703', 'wpdzr0mx8v1', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_l8uuiwcnlw9"}}', '0', 1, '2021-09-14 14:35:03.704+00', '2021-09-14 14:35:03.704+00', 'o2p3jgnyw2x'), -('bf4jl642wo2', 'heep4obadyx', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_hwenour8ara"},"required":true}', '0', 1, '2021-09-14 14:34:58.55+00', '2021-09-14 14:35:08.57+00', '3h0pz68et1y'), -('ral7ulw6bwu', '59zv3vk86wi', NULL, 'void', 'Form', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-read-pretty":true,"x-component-props":{"useResource":"{{ Table.useResource }}"},"x-designable-bar":"Form.DesignableBar"}', '0', 1, '2021-09-15 01:30:20.597+00', '2021-09-15 01:30:20.597+00', 'xa306vq72rh'), -('kc6rfz8lm24', 'hr5a28etmjd', NULL, 'void', 'Action.Bar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Action.Bar.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-15 01:30:20.608+00', '2021-09-15 01:30:20.608+00', 'ral7ulw6bwu'), -('9ukejkowsjn', 'mu2amdv4ync', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 2, '2021-09-15 01:30:20.621+00', '2021-09-15 01:30:20.621+00', 'ral7ulw6bwu'), -('j1acj5c4vor', 'lg4vkienb6h', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-15 01:30:35.06+00', '2021-09-15 01:30:35.06+00', '9ukejkowsjn'), -('11jxm8qgjh1', 'dzoycm17yoe', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-15 01:30:35.072+00', '2021-09-15 01:30:35.072+00', 'j1acj5c4vor'), -('ndwa1ivurh8', '57vttmrzhj2', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_vgw4f62h16e"}}', '0', 1, '2021-09-15 01:30:35.081+00', '2021-09-15 01:30:35.081+00', '11jxm8qgjh1'), -('79etkabgk75', 'xvpekgn9d4t', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 2, '2021-09-15 01:30:38.368+00', '2021-09-15 01:30:38.368+00', '9ukejkowsjn'), -('ynf3nqdhrun', '00th3077cvg', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-15 01:30:38.375+00', '2021-09-15 01:30:38.375+00', '79etkabgk75'), -('7t1exc3o5oz', 'b7kjz66sdhm', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_3det6kr3vn8"}}', '0', 1, '2021-09-15 01:30:38.381+00', '2021-09-15 01:30:38.381+00', 'ynf3nqdhrun'), -('nyyzex3s9s9', 'bfi3moeoklj', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 3, '2021-09-15 01:30:40.618+00', '2021-09-15 01:30:40.618+00', '9ukejkowsjn'), -('iu455ra2a0m', 'kvcezcnv3ni', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-15 01:30:40.628+00', '2021-09-15 01:30:40.628+00', 'nyyzex3s9s9'), -('fk4k9u2smly', 'fl7pp5h0gqa', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_61znsfh307m"}}', '0', 1, '2021-09-15 01:30:40.636+00', '2021-09-15 01:30:40.636+00', 'iu455ra2a0m'), -('ctjr4f8o44k', 'zvwkdgg4u3u', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 4, '2021-09-15 01:30:43.844+00', '2021-09-15 01:30:43.844+00', '9ukejkowsjn'), -('pal46dv9a2k', 'yees2blawp2', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-15 01:30:43.853+00', '2021-09-15 01:30:43.853+00', 'ctjr4f8o44k'), -('zssaog2nc44', '744tw3rt86k', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_bysgds7j36p"}}', '0', 1, '2021-09-15 01:30:43.862+00', '2021-09-15 01:30:43.862+00', 'pal46dv9a2k'), -('utnxct4dexb', 'fb7fga0uplm', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 5, '2021-09-15 01:30:44.547+00', '2021-09-15 01:30:44.547+00', '9ukejkowsjn'), -('utzirvvtjlz', 'q1hi6c21o3x', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-15 01:30:44.556+00', '2021-09-15 01:30:44.556+00', 'utnxct4dexb'), -('sjc30pdc460', 'cw10qgqjjd4', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_n6snaop9d4y"}}', '0', 1, '2021-09-15 01:30:44.564+00', '2021-09-15 01:30:44.564+00', 'utzirvvtjlz'), -('rftia3hh8qf', 'kf2fj7xdjdk', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 6, '2021-09-15 01:30:45.283+00', '2021-09-15 01:30:45.283+00', '9ukejkowsjn'), -('wmkha8e57ub', 'uxs6wvff6yg', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-15 01:30:45.292+00', '2021-09-15 01:30:45.292+00', 'rftia3hh8qf'), -('mxsmckk9rar', 'xlprd9s8wwq', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_x9kmuovlm79"}}', '0', 1, '2021-09-15 01:30:45.298+00', '2021-09-15 01:30:45.298+00', 'wmkha8e57ub'), -('z5xabnpir72', 'vv8yze2yz0r', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 7, '2021-09-15 01:30:46.393+00', '2021-09-15 01:30:46.393+00', '9ukejkowsjn'), -('ejbco82p5bo', 'a93hwpr6c8k', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-15 01:30:46.401+00', '2021-09-15 01:30:46.401+00', 'z5xabnpir72'), -('qyru2pv27ln', 'qty4w1epoin', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_tdoe0q00xc6"}}', '0', 1, '2021-09-15 01:30:46.407+00', '2021-09-15 01:30:46.407+00', 'ejbco82p5bo'), -('y4t7kmie8gx', '1s5fjtr1q5s', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 8, '2021-09-15 01:30:46.995+00', '2021-09-15 01:30:46.995+00', '9ukejkowsjn'), -('7xs83h9kwta', 'ghoo2l8qmub', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-15 01:30:47.002+00', '2021-09-15 01:30:47.002+00', 'y4t7kmie8gx'), -('jj3it8sebos', 'qrj997gqtea', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_kk4nspj1i28"}}', '0', 1, '2021-09-15 01:30:47.011+00', '2021-09-15 01:30:47.011+00', '7xs83h9kwta'), -('qgw7extxc95', '2e9bzmep9d4', '查看', 'void', 'Action', '{"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"view"}', '0', 1, '2021-09-15 01:32:27.677+00', '2021-09-15 01:32:27.677+00', 'b8h6m1a0b0i'), -('nd5sdb2rdnw', '3ye2buhvfgs', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-15 01:32:27.687+00', '2021-09-15 01:32:27.687+00', 'qgw7extxc95'), -('1vl5ofqvgmz', '2hjugbgc0r5', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar"}', '0', 1, '2021-09-15 01:32:27.696+00', '2021-09-15 01:32:27.696+00', 'nd5sdb2rdnw'), -('ga5v9sntrro', 'ee8yompanlg', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-15 01:32:27.704+00', '2021-09-15 01:32:27.704+00', '1vl5ofqvgmz'), -('al3yo09twje', 'o0gcjs5is1i', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-15 01:32:27.711+00', '2021-09-15 01:32:27.711+00', 'ga5v9sntrro'), -('i8maupbyrqr', 'qa6jg2a8n7b', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"CardItem","default":[],"x-component-props":{"rowKey":"id","dragSort":false,"showIndex":true,"refreshRequestOnChange":true,"pagination":{"pageSize":10},"resource":"t_geso7fru7a9","collectionName":"t_geso7fru7a9","defaultFilter":{"and":[],"or":[{"f_nlgk67tpdql":{"eq":"i2xjqmnwrsu"}},{"f_nlgk67tpdql":{"eq":"x4qnavatfai"}}]}}}', '0', 3, '2021-09-12 01:10:12.026+00', '2021-09-15 01:43:56.611+00', 'bzhnwtjmhbr'), -('jqxsam42wwh', 'tnqyiwm4yh9', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_61znsfh307m"},"x-designable-bar":"Table.Column.DesignableBar","_isJSONSchemaObject":true}', '0', 4, '2021-09-12 07:35:43.601+00', '2021-09-15 01:39:29+00', 'eyohmo8psbx'), -('hm3u9dkmmzt', 'w87ena3x76x', NULL, 'void', 'Grid.Col', '{"version":"2.0"}', '0', 0, '2021-09-15 01:42:34.541+00', '2021-09-15 01:42:34.541+00', 'sjc5uxxtwkm'), -('2ncnii6mb2x', 'hrx4f0vg9ow', NULL, 'void', 'Markdown.Void', '{"_isJSONSchemaObject":true,"version":"2.0","default":"这是一段演示文字,**支持使用 Markdown 语法**","x-designable-bar":"Markdown.Void.DesignableBar","x-decorator":"CardItem","x-read-pretty":true}', '0', 1, '2021-09-23 03:00:55.088+00', '2021-09-23 03:00:55.088+00', 'mrkvuu4e3yn'), -('4a2qaxp1yh2', 'yoc1csgln37', NULL, 'void', 'Grid.Col', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 2, '2021-09-15 01:39:31.036+00', '2021-09-15 01:42:34.67+00', 'o936terfdi3'), -('xb6eh6iklcg', '97rtb0kx8r9', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-15 01:44:18.684+00', '2021-09-15 01:44:18.684+00', 'cxnaqb2y83b'), -('cxnaqb2y83b', '1e8hcv3xbua', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 3, '2021-09-15 01:44:18.673+00', '2021-09-15 01:44:18.763+00', 'j3vyu7mwewx'), -('0dbewi4kxr7', '06nhkfcem7a', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-15 01:55:51.416+00', '2021-09-15 01:55:51.416+00', NULL), -('p87fcj3ojfs', '66mlqacbng4', NULL, 'void', 'Form', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-component-props":{"showDefaultButtons":true,"resource":"t_geso7fru7a9","collectionName":"t_geso7fru7a9"},"x-designable-bar":"Form.DesignableBar","__insertAfter__":"hflx0w3au4w"}', '0', 3, '2021-09-12 07:34:21.499+00', '2021-09-15 01:56:06.223+00', 'hm3u9dkmmzt'), -('w1yeys2xsrh', 'hwpkn7jiik8', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-15 01:45:48.362+00', '2021-09-15 01:45:48.362+00', NULL), -('cygllm6jljs', 'gn69h2fkpo7', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_x9kmuovlm79"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 5, '2021-09-26 01:39:45.11+00', '2021-09-26 01:40:16.273+00', 'm25pry2yof2'), -('srpwfbwa848', 'ytj7fb32dzv', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-28 07:31:42.393+00', '2021-09-28 07:31:42.393+00', 'tuqese9cy51'), -('1v96b3bt8sh', 'cnmm1j8h7i8', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":[]}}', '0', 1, '2021-09-28 07:31:42.403+00', '2021-09-28 07:31:42.403+00', 'srpwfbwa848'), -('zenz25opw03', '7gznmt956cu', '删除', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-align":"right","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"destroy"},"x-designable-bar":"Table.Action.DesignableBar","x-component-props":{"icon":"DeleteOutlined","confirm":{"title":"删除数据","content":"删除后无法恢复,确定要删除吗?"},"useAction":"{{ Table.useTableDestroyAction }}"}}', '0', 2, '2021-09-28 07:31:42.421+00', '2021-09-28 07:31:42.421+00', 'srpwfbwa848'), -('x1n1jg4c7pk', '45kd3c5ea3k', NULL, 'void', 'Chart.Column', '{"version":"2.0","x-decorator":"CardItem","x-designable-bar":"Chart.DesignableBar","x-component-props":{"config":{"data":[{"type":"家具家电","sales":38},{"type":"粮油副食","sales":52},{"type":"生鲜水果","sales":61},{"type":"美容洗护","sales":145},{"type":"母婴用品","sales":48},{"type":"进口食品","sales":38},{"type":"食品饮料","sales":38},{"type":"家庭清洁","sales":38}],"xField":"type","yField":"sales","label":{"position":"middle","style":{"fill":"#FFFFFF","opacity":0.6}},"xAxis":{"label":{"autoHide":true,"autoRotate":false}},"meta":{"type":{"alias":"类别"},"sales":{"alias":"销售额"}}}},"_isJSONSchemaObject":true,"__insertAfter__":"v9u0xsjsy5k"}', '0', 3, '2021-09-17 07:05:40.283+00', '2021-09-17 07:05:43.326+00', NULL), -('yjtisjjtb4c', 'uql3iglmxg7', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-16 00:27:43.717+00', '2021-09-16 00:27:43.717+00', '3j0y723cg8v'), -('3j0y723cg8v', '9sk6oakg238', NULL, 'void', 'Grid.Row', '{"version":"2.0"}', '0', 1, '2021-09-16 00:27:43.696+00', '2021-09-16 00:27:43.749+00', 'owygfbxi3f0'), -('r86ztpuwg1h', 'vd9kfiba1rf', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.CardItem"}}', '0', 1, '2021-09-17 07:02:23.814+00', '2021-09-17 07:02:23.814+00', 'l8ckfeoxvo1'), -('f2x3u0qhn13', 'eqj075p3g75', '导出', 'void', 'Action', '{"version":"2.0","x-align":"right","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"export"},"x-action-type":"export","x-designable-bar":"Table.ExportActionDesignableBar","x-component-props":{"fieldNames":[],"icon":"ExportOutlined","useAction":"{{ Table.useTableExportAction }}"}}', '0', 2, '2021-09-18 03:54:57.72+00', '2021-09-18 03:54:57.72+00', 'd4jbza292g8'), -('4uba9orm98n', 'ubz7s218k6v', '添加', 'void', 'Action', '{"version":"2.0","x-align":"right","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"create"},"x-component-props":{"type":"primary","icon":"PlusOutlined"},"x-designable-bar":"Table.Action.DesignableBar"}', '0', 3, '2021-09-18 03:55:00.115+00', '2021-09-18 03:55:00.115+00', 'd4jbza292g8'), -('trnt52e9uez', 'modal', '添加数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Table.useTableCreateAction }}"}}', '0', 1, '2021-09-18 03:55:00.126+00', '2021-09-18 03:55:00.126+00', '4uba9orm98n'), -('5xfxr81mnik', '2eaxih8o92g', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-18 03:55:00.136+00', '2021-09-18 03:55:00.136+00', 'trnt52e9uez'), -('36lwrso65v3', '3owe0pewu6e', '删除', 'void', 'Action', '{"version":"2.0","x-align":"right","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"destroy"},"x-action-type":"destroy","x-designable-bar":"Table.Action.DesignableBar","x-component-props":{"confirm":{"title":"删除数据","content":"删除后无法恢复,确定要删除吗?"},"useAction":"{{ Table.useTableDestroyAction }}"}}', '0', 4, '2021-09-18 03:55:02.246+00', '2021-09-18 03:55:02.246+00', 'd4jbza292g8'), -('guls135kh0u', 'aw8rybtfzq3', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-23 02:53:04.337+00', '2021-09-23 02:53:04.337+00', 'll26mlaeknd'), -('xa306vq72rh', '9qxxjumxunh', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-15 01:30:20.588+00', '2021-09-15 01:30:20.588+00', NULL), -('k50qsygrdju', 'qj6x2b20sv6', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-23 02:52:54.469+00', '2021-09-23 02:52:54.469+00', 'xg91r1bu4yc'), -('7by3vocoo23', '35dhvd59lzc', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_3det6kr3vn8"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 8, '2021-09-12 01:13:57.721+00', '2021-09-26 01:40:16.268+00', 'm25pry2yof2'), -('l8ckfeoxvo1', 'j21m2kvnb42', NULL, 'void', 'Page', '{"_isJSONSchemaObject":true,"version":"2.0"}', '1', 1, '2021-09-17 07:02:23.804+00', '2021-09-17 07:02:23.804+00', NULL), -('v9u0xsjsy5k', 'lhzxmr43sbf', NULL, 'void', 'Chart.Bar', '{"version":"2.0","x-decorator":"CardItem","x-designable-bar":"Chart.DesignableBar","x-component-props":{"config":{"data":[{"type":"家具家电","sales":38},{"type":"粮油副食","sales":52},{"type":"生鲜水果","sales":61},{"type":"美容洗护","sales":145},{"type":"母婴用品","sales":48},{"type":"进口食品","sales":38},{"type":"食品饮料","sales":38},{"type":"家庭清洁","sales":38}],"xField":"sales","yField":"type","legend":{"position":"top-left"},"barBackground":{"style":{"fill":"rgba(0,0,0,0.1)"}},"interactions":[{"type":"active-region","enable":false}]}},"_isJSONSchemaObject":true,"__insertAfter__":"usav4xf4i5b"}', '0', 2, '2021-09-17 07:05:31.04+00', '2021-09-17 07:05:34.215+00', NULL), -('b6yfyzzj97t', 'j0qndfe5se1', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-23 02:52:59.658+00', '2021-09-23 02:52:59.658+00', 'xdlyudg1lql'), -('ekr7c95ezz0', 'h27rzgebcbo', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_vgw4f62h16e"}}', '0', 1, '2021-09-23 02:52:59.669+00', '2021-09-23 02:52:59.669+00', 'b6yfyzzj97t'), -('8689mwuwlm4', 'ovt8drv491j', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_61znsfh307m"}}', '0', 1, '2021-09-23 02:53:04.352+00', '2021-09-23 02:53:04.352+00', 'guls135kh0u'), -('0zne1h0m9om', 'w4villdnvam', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-23 02:53:11.408+00', '2021-09-23 02:53:11.408+00', 'y9pc4sua6q7'), -('p7z4vdxamgy', 'z8mbt1gmyv1', NULL, 'void', 'Form.Field', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form.Field.Item","x-designable-bar":"Form.Field.DesignableBar","x-component-props":{"fieldName":"f_x9kmuovlm79"}}', '0', 1, '2021-09-23 02:53:11.416+00', '2021-09-23 02:53:11.416+00', '0zne1h0m9om'), -('d0bz7d7vfpo', '07zints3fy5', NULL, 'void', 'Grid.Row', '{"version":"2.0","x-component-props":{"colsize":[77.01329163408913,22.986708365910868]}}', '0', 0, '2021-09-23 02:53:47.059+00', '2021-09-23 02:54:18.462+00', 'fyku58l8svs'), -('xdlyudg1lql', '6a3bwvf7xzs', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 1, '2021-09-23 02:52:59.634+00', '2021-09-23 02:53:16.56+00', 'k50qsygrdju'), -('ll26mlaeknd', '3uv7akige6q', NULL, 'void', 'Grid.Row', '{"version":"2.0","_isJSONSchemaObject":true}', '0', 2, '2021-09-23 02:53:04.322+00', '2021-09-23 02:53:16.596+00', 'k50qsygrdju'), -('dfheixhrh73', 'mn9jnx88ylm', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-23 02:52:54.448+00', '2021-09-23 02:52:54.448+00', NULL), -('s0hyddev1yd', '90b5p86ihwv', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-23 02:53:40.895+00', '2021-09-23 02:53:40.895+00', NULL), -('mrkvuu4e3yn', 'sk6z4ez095e', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-23 03:00:55.08+00', '2021-09-23 03:00:55.08+00', NULL), -('xg91r1bu4yc', '80ietb2xw05', NULL, 'void', 'Form', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-component-props":{"showDefaultButtons":true,"resource":"t_fsveob6p269","collectionName":"t_fsveob6p269"},"x-designable-bar":"Form.DesignableBar"}', '0', 1, '2021-09-23 02:52:54.46+00', '2021-09-23 02:53:52.789+00', NULL), -('f52w6mktfha', '3jhrbrwsm67', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_bysgds7j36p"},"x-designable-bar":"Table.Column.DesignableBar"}', '0', 10, '2021-09-26 01:39:45.644+00', '2021-09-26 01:39:45.644+00', 'm25pry2yof2'), -('tuqese9cy51', 'm7o9ywka37s', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"CardItem","default":[],"x-component-props":{"rowKey":"id","dragSort":true,"showIndex":true,"refreshRequestOnChange":true,"pagination":{"pageSize":10},"resource":"users","collectionName":"users"}}', '0', 1, '2021-09-28 07:31:42.374+00', '2021-09-28 07:31:42.374+00', 'wfutrgolvls'), -('30wf2drh766', 'gvpicpdl6q2', '添加', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-align":"right","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"create"},"x-component-props":{"icon":"PlusOutlined","type":"primary"},"x-designable-bar":"Table.Action.DesignableBar"}', '0', 3, '2021-09-28 07:31:42.436+00', '2021-09-28 07:31:42.436+00', 'srpwfbwa848'), -('0hvg7ragxl3', 'modal', '添加数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Table.useTableCreateAction }}"}}', '0', 1, '2021-09-28 07:31:42.45+00', '2021-09-28 07:31:42.45+00', '30wf2drh766'), -('mxa4xx3yyoz', '5wzq913ivsf', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-28 07:31:42.462+00', '2021-09-28 07:31:42.462+00', '0hvg7ragxl3'), -('so891i2scx8', 'qanji0r760h', '操作', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{},"x-designable-bar":"Table.Operation.DesignableBar"}', '0', 2, '2021-09-28 07:31:42.486+00', '2021-09-28 07:31:42.486+00', 'tuqese9cy51'), -('jcl4upi8c0k', '1g3xl2a0dyh', NULL, 'void', 'Action.Group', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"}}', '0', 1, '2021-09-28 07:31:42.498+00', '2021-09-28 07:31:42.498+00', 'so891i2scx8'), -('fpbg99d81zp', 'pjecvce3599', '查看', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"view"}', '0', 1, '2021-09-28 07:31:42.511+00', '2021-09-28 07:31:42.511+00', 'jcl4upi8c0k'), -('b3rjtsn179c', 'xjoncuya2ty', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-28 07:31:42.521+00', '2021-09-28 07:31:42.521+00', 'fpbg99d81zp'), -('6bjru8t640j', 'b53moyja54y', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar"}', '0', 1, '2021-09-28 07:31:42.531+00', '2021-09-28 07:31:42.531+00', 'b3rjtsn179c'), -('ma4ckjpypjs', 'odgcv4yxcma', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-28 07:31:42.541+00', '2021-09-28 07:31:42.541+00', '6bjru8t640j'), -('8swp1tfnvev', 'plt6u2epdxv', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-28 07:31:42.55+00', '2021-09-28 07:31:42.55+00', 'ma4ckjpypjs'), -('uy1r0yo0cel', 'kn66bpkn9w7', '编辑', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"update"}', '0', 2, '2021-09-28 07:31:42.575+00', '2021-09-28 07:31:42.575+00', 'jcl4upi8c0k'), -('6g2w45lfd76', '1wx811y1so8', '编辑数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-decorator-props":{"useResource":"{{ Table.useResource }}","useValues":"{{ Table.useTableRowRecord }}"},"x-component-props":{"useOkAction":"{{ Table.useTableUpdateAction }}"}}', '0', 1, '2021-09-28 07:31:42.585+00', '2021-09-28 07:31:42.585+00', 'uy1r0yo0cel'), -('boo65v9yrdm', '1ithve7flw7', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-28 07:31:42.596+00', '2021-09-28 07:31:42.596+00', '6g2w45lfd76'), -('lt2ywg5a6d1', 's4000bd2bc7', NULL, 'void', 'Markdown.Void', '{"_isJSONSchemaObject":true,"version":"2.0","default":"这是一段演示文字,**支持使用 Markdown 语法**","x-designable-bar":"Markdown.Void.DesignableBar","x-decorator":"CardItem","x-read-pretty":true}', '0', 1, '2021-09-28 07:31:46.697+00', '2021-09-28 07:31:46.697+00', 'fphav5476fd'), -('cf8ykdgpv0c', '0de8m92erut', NULL, 'void', 'Chart.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"CardItem","x-designable-bar":"Chart.DesignableBar","x-component-props":{"config":{"data":[{"type":"家具家电","sales":38},{"type":"粮油副食","sales":52},{"type":"生鲜水果","sales":61},{"type":"美容洗护","sales":145},{"type":"母婴用品","sales":48},{"type":"进口食品","sales":38},{"type":"食品饮料","sales":38},{"type":"家庭清洁","sales":38}],"xField":"type","yField":"sales","label":{"position":"middle","style":{"fill":"#FFFFFF","opacity":0.6}},"xAxis":{"label":{"autoHide":true,"autoRotate":false}},"meta":{"type":{"alias":"类别"},"sales":{"alias":"销售额"}}}}}', '0', 1, '2021-09-28 07:32:03.145+00', '2021-09-28 07:32:03.145+00', '8gggtua2wvh'), -('wfutrgolvls', 'gievpmqi28u', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-28 07:31:42.363+00', '2021-09-28 07:31:42.363+00', NULL), -('21nm4c2oypx', 'wqox6ds1h3u', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-28 07:32:16.651+00', '2021-09-28 07:32:16.651+00', 'b4mdjxweb8m'), -('l5sclain3qf', 'fpoc4sg4rzw', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":[]}}', '0', 1, '2021-09-28 07:32:16.668+00', '2021-09-28 07:32:16.668+00', '21nm4c2oypx'), -('cobdwkws3ye', 'uf0iplyr128', '删除', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-align":"right","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"destroy"},"x-designable-bar":"Table.Action.DesignableBar","x-component-props":{"icon":"DeleteOutlined","confirm":{"title":"删除数据","content":"删除后无法恢复,确定要删除吗?"},"useAction":"{{ Table.useTableDestroyAction }}"}}', '0', 2, '2021-09-28 07:32:16.682+00', '2021-09-28 07:32:16.682+00', '21nm4c2oypx'), -('6m73js9ryzk', 'enboy8qehz0', '添加', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-align":"right","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"create"},"x-component-props":{"icon":"PlusOutlined","type":"primary"},"x-designable-bar":"Table.Action.DesignableBar"}', '0', 3, '2021-09-28 07:32:16.698+00', '2021-09-28 07:32:16.698+00', '21nm4c2oypx'), -('onei5csxzdf', 'modal', '添加数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Table.useTableCreateAction }}"}}', '0', 1, '2021-09-28 07:32:16.709+00', '2021-09-28 07:32:16.709+00', '6m73js9ryzk'), -('nmn2zk10j9u', 'sxiizv90lid', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-28 07:32:16.717+00', '2021-09-28 07:32:16.717+00', 'onei5csxzdf'), -('juc2vvib1ef', 'pdpx0gbclap', '操作', 'void', 'Table.Column', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{},"x-designable-bar":"Table.Operation.DesignableBar"}', '0', 2, '2021-09-28 07:32:16.741+00', '2021-09-28 07:32:16.741+00', 'b4mdjxweb8m'), -('akph7mgaspk', '4fgwwym4u2z', NULL, 'void', 'Action.Group', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"}}', '0', 1, '2021-09-28 07:32:16.752+00', '2021-09-28 07:32:16.752+00', 'juc2vvib1ef'), -('bpdf3iczgfd', '8hxzqbp16bn', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-28 07:32:16.624+00', '2021-09-28 07:32:16.624+00', NULL), -('fphav5476fd', '9sihw7sqpwn', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-28 07:31:46.687+00', '2021-09-28 07:31:46.687+00', NULL), -('8gggtua2wvh', 'eux13k5p7zf', NULL, 'void', 'Grid.Col', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 1, '2021-09-28 07:32:03.134+00', '2021-09-28 07:32:03.134+00', NULL), -('pkpmgadcjnc', 'lymq4clkqut', '查看', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"view"}', '0', 1, '2021-09-28 07:32:16.765+00', '2021-09-28 07:32:16.765+00', 'akph7mgaspk'), -('w2z3pp7s8wm', 'x2ilqmpqobh', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-28 07:32:16.776+00', '2021-09-28 07:32:16.776+00', 'pkpmgadcjnc'), -('yqyya846ipy', 'a7a4nl8bpjf', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar"}', '0', 1, '2021-09-28 07:32:16.789+00', '2021-09-28 07:32:16.789+00', 'w2z3pp7s8wm'), -('oqrxhfl2nv8', 'jkw8a1fjcy5', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-28 07:32:16.799+00', '2021-09-28 07:32:16.799+00', 'yqyya846ipy'), -('pfxyxyvc82b', 'x4w9i91xqwa', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-28 07:32:16.812+00', '2021-09-28 07:32:16.812+00', 'oqrxhfl2nv8'), -('myxsypp6ewm', '6rh8wd63xuy', '编辑', 'void', 'Action', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"type":"link"},"x-designable-bar":"Table.Action.DesignableBar","x-action-type":"update"}', '0', 2, '2021-09-28 07:32:16.837+00', '2021-09-28 07:32:16.837+00', 'akph7mgaspk'), -('9ohukjdo6wd', 'giqrp4nan41', '编辑数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-decorator-props":{"useResource":"{{ Table.useResource }}","useValues":"{{ Table.useTableRowRecord }}"},"x-component-props":{"useOkAction":"{{ Table.useTableUpdateAction }}"}}', '0', 1, '2021-09-28 07:32:16.845+00', '2021-09-28 07:32:16.845+00', 'myxsypp6ewm'), -('3djuv6syvmo', 'jo42gl9x9pz', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.FormItem"}}', '0', 1, '2021-09-28 07:32:16.854+00', '2021-09-28 07:32:16.854+00', '9ohukjdo6wd'), -('8rvzpcp7u5k', 'options', '关联数据', 'void', 'Select.Options.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"Form","x-component-props":{"useOkAction":"{{ Select.useOkAction }}"}}', '0', 1, '2021-09-28 07:32:23.083+00', '2021-09-28 07:32:23.083+00', 't0972ciedkm'), -('m2i146a9kp2', 'table', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"BlockItem","x-decorator-props":{"draggable":false},"default":[],"x-component-props":{"rowKey":"id","useRowSelection":"{{ Select.useRowSelection }}","useSelectedRowKeys":"{{ Select.useSelectedRowKeys }}","onSelect":"{{ Select.useSelect() }}","collectionName":"t_fsveob6p269","refreshRequestOnChange":true,"pagination":{"pageSize":10}}}', '0', 1, '2021-09-28 07:32:23.104+00', '2021-09-28 07:32:23.104+00', '8rvzpcp7u5k'), -('3m8jeqw5pg6', 'ue9qiq3c2yx', NULL, 'void', 'Table.ActionBar', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.ActionBar.DesignableBar"}', '0', 1, '2021-09-28 07:32:23.117+00', '2021-09-28 07:32:23.117+00', 'm2i146a9kp2'), -('diln863m17a', '2vshnr3e38n', '筛选', 'void', 'Table.Filter', '{"_isJSONSchemaObject":true,"version":"2.0","x-decorator":"AddNew.Displayed","x-decorator-props":{"displayName":"filter"},"x-align":"left","x-designable-bar":"Table.Filter.DesignableBar","x-component-props":{"fieldNames":[]}}', '0', 1, '2021-09-28 07:32:23.128+00', '2021-09-28 07:32:23.128+00', '3m8jeqw5pg6'), -('3dhn312agul', 'option', NULL, 'void', 'Select.OptionTag', '{"_isJSONSchemaObject":true,"version":"2.0"}', '0', 2, '2021-09-28 07:32:23.157+00', '2021-09-28 07:32:23.157+00', 't0972ciedkm'), -('378oa3qwvna', '627z7fcsoik', '查看数据', 'void', 'Action.Drawer', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"bodyStyle":{"background":"#f0f2f5"}}}', '0', 1, '2021-09-28 07:32:23.169+00', '2021-09-28 07:32:23.169+00', '3dhn312agul'), -('4w8zzzfz9ib', '6brbhwjm0yj', NULL, 'void', 'Tabs', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.DesignableBar"}', '0', 1, '2021-09-28 07:32:23.222+00', '2021-09-28 07:32:23.222+00', '378oa3qwvna'), -('1rar6tnjeco', 'llpcg3ltqdo', '详情', 'void', 'Tabs.TabPane', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Tabs.TabPane.DesignableBar","x-component-props":{}}', '0', 1, '2021-09-28 07:32:23.232+00', '2021-09-28 07:32:23.232+00', '4w8zzzfz9ib'), -('o96l97flc7j', 'bxe1z3dukkd', NULL, 'void', 'Grid', '{"_isJSONSchemaObject":true,"version":"2.0","x-component-props":{"addNewComponent":"AddNew.PaneItem"}}', '0', 1, '2021-09-28 07:32:23.248+00', '2021-09-28 07:32:23.248+00', '1rar6tnjeco'), -('dw6okmsl0iq', 'i2utmjot145', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"5bjnabydou3"},"x-designable-bar":"Table.Column.DesignableBar","_isJSONSchemaObject":true}', '0', 3, '2021-09-28 07:32:21.413+00', '2021-09-28 07:32:34.582+00', 'b4mdjxweb8m'), -('64mgwdjjo1j', '1xz8w4mt7z2', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_umjewufbyhj"},"x-designable-bar":"Table.Column.DesignableBar","_isJSONSchemaObject":true}', '0', 4, '2021-09-28 07:32:22.58+00', '2021-09-28 07:32:34.586+00', 'b4mdjxweb8m'), -('t0972ciedkm', 'nu661iw9dro', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_kkopbnfdd0v"},"x-designable-bar":"Table.Column.DesignableBar","_isJSONSchemaObject":true}', '0', 5, '2021-09-28 07:32:23.038+00', '2021-09-28 07:32:34.598+00', 'b4mdjxweb8m'), -('kquckgvhqru', 'b3ag4a054ah', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_nlgk67tpdql"},"x-designable-bar":"Table.Column.DesignableBar","_isJSONSchemaObject":true}', '0', 6, '2021-09-28 07:32:23.505+00', '2021-09-28 07:32:34.669+00', 'b4mdjxweb8m'), -('afy1ws6mg60', 'ac5vk22kprp', NULL, 'void', 'Table.Column', '{"version":"2.0","x-component-props":{"fieldName":"f_niymyj0no38"},"x-designable-bar":"Table.Column.DesignableBar","_isJSONSchemaObject":true}', '0', 7, '2021-09-28 07:32:24.043+00', '2021-09-28 07:32:34.676+00', 'b4mdjxweb8m'), -('b4mdjxweb8m', '78xasyzpukz', NULL, 'array', 'Table', '{"_isJSONSchemaObject":true,"version":"2.0","x-designable-bar":"Table.DesignableBar","x-decorator":"CardItem","default":[],"x-component-props":{"rowKey":"id","dragSort":true,"showIndex":true,"refreshRequestOnChange":true,"pagination":{"pageSize":10},"resource":"t_geso7fru7a9","collectionName":"t_geso7fru7a9"}}', '0', 1, '2021-09-28 07:32:16.642+00', '2021-09-28 07:32:34.482+00', NULL); diff --git a/packages/plugin-multi-apps/src/db/part1/02-collections.sql b/packages/plugin-multi-apps/src/db/part1/02-collections.sql deleted file mode 100644 index a7e0e43694..0000000000 --- a/packages/plugin-multi-apps/src/db/part1/02-collections.sql +++ /dev/null @@ -1,6 +0,0 @@ -TRUNCATE "collections" RESTART IDENTITY CASCADE; -INSERT INTO "collections" ("name", "logging", "title", "privilege", "sortable", "options", "sort", "created_at", "updated_at", "ui_schema_key") VALUES -('users', '1', '用户', 'undelete', '"sort"', '{"createdBy":false,"updatedBy":false}', 2, '2021-09-02 15:07:56.914+00', '2021-09-15 00:59:20.676+00', NULL), -('t_fsveob6p269', '1', '顾客', NULL, '"sort"', '{}', 5, '2021-09-12 01:05:52.722+00', '2021-09-18 04:15:23.113+00', NULL), -('t_geso7fru7a9', '1', '订单', NULL, '"sort"', '{}', 4, '2021-09-12 01:06:05.19+00', '2021-09-18 04:15:42.566+00', NULL), -('t_2uhu4szs1kq', '1', '任务', NULL, '"sort"', '{}', 3, '2021-09-03 08:17:30.495+00', '2021-09-18 04:15:42.572+00', NULL); diff --git a/packages/plugin-multi-apps/src/db/part1/03-fields.sql b/packages/plugin-multi-apps/src/db/part1/03-fields.sql deleted file mode 100644 index 2b9d887fda..0000000000 --- a/packages/plugin-multi-apps/src/db/part1/03-fields.sql +++ /dev/null @@ -1,55 +0,0 @@ -TRUNCATE "fields" RESTART IDENTITY CASCADE; -INSERT INTO "fields" ("key", "name", "interface", "data_type", "privilege", "state", "options", "sort", "created_at", "updated_at", "parent_key", "collection_name", "ui_schema_key", "reverse_key") VALUES -('aun85p76s0v', 'f_l8uuiwcnlw9', 'textarea', 'text', NULL, 1, '{}', 8, '2021-09-12 08:18:46.92+00', '2021-09-12 08:18:46.935+00', NULL, 't_2uhu4szs1kq', 'c2pallk0lge', NULL), -('sj5p2y4ac06', '70enejazumv', 'updatedAt', 'date', 'undelete', 1, '{"field":"updated_at"}', 2, '2021-09-03 08:17:30.543+00', '2021-09-03 08:17:30.555+00', NULL, 't_2uhu4szs1kq', 'lchrxtjm3d5', NULL), -('1fvb1qre4ut', 'baa90jd887d', 'updatedBy', 'belongsTo', 'undelete', 1, '{"target":"users","foreignKey":"updated_by_id"}', 3, '2021-09-03 08:17:30.579+00', '2021-09-18 04:16:11.834+00', NULL, 't_2uhu4szs1kq', 'd3zwndj0gdt', NULL), -('78h1q25dt1h', 'wtojfhp8nwl', 'createdBy', 'belongsTo', 'undelete', 1, '{"target":"users","foreignKey":"created_by_id"}', 2, '2021-09-03 08:17:30.563+00', '2021-09-18 04:16:11.834+00', NULL, 't_2uhu4szs1kq', 'uxcvj4473q9', NULL), -('s30o2rkxcht', 'f_hwenour8ara', 'string', 'string', NULL, 1, '{}', 5, '2021-09-03 08:18:44.958+00', '2021-09-03 08:18:44.975+00', NULL, 't_2uhu4szs1kq', 'c6qmyf4uzl9', NULL), -('e76mvcf7a1r', 'f_hznqtmqljb2', 'datetime', 'date', NULL, 1, '{}', 6, '2021-09-03 08:18:44.984+00', '2021-09-03 08:18:45+00', NULL, 't_2uhu4szs1kq', '7u0cu6nfu44', NULL), -('c385a9rhd6d', 'f_u4i0jrp4uo6', 'radioGroup', 'string', NULL, 1, '{}', 7, '2021-09-03 08:18:45.009+00', '2021-09-03 08:18:45.028+00', NULL, 't_2uhu4szs1kq', '5de6xmem8vw', NULL), -('8ms3ivkxaku', '8ke6k4er30w', 'createdAt', 'date', 'undelete', 1, '{"field":"created_at"}', 1, '2021-09-03 08:17:30.522+00', '2021-09-03 08:17:30.536+00', NULL, 't_2uhu4szs1kq', 'y9y4mgjy6ot', NULL), -('ymwwuuje5cf', 'vygajfyejo0', 'updatedBy', 'belongsTo', 'undelete', 1, '{"target":"users","foreignKey":"updated_by_id"}', 3, '2021-09-12 01:05:52.791+00', '2021-09-18 04:16:11.834+00', NULL, 't_fsveob6p269', 'g6fgjhxwqdt', NULL), -('kru7yomwffj', 'f_kk4nspj1i28', 'textarea', 'text', NULL, 1, '{}', 13, '2021-09-12 01:13:43.315+00', '2021-09-14 02:50:54.757+00', NULL, 't_fsveob6p269', 'ic1crmml3ww', NULL), -('xjnnqtckv6o', 'f_x9kmuovlm79', 'radioGroup', 'string', NULL, 1, '{}', 11, '2021-09-12 01:13:43.241+00', '2021-09-14 02:50:54.738+00', NULL, 't_fsveob6p269', 'cntdgyegzk1', NULL), -('hfry2ook2w4', 'f_n6snaop9d4y', 'chinaRegion', 'belongsToMany', NULL, 1, '{"target":"china_regions","targetKey":"code","through":"t_p13gbi31uux","foreignKey":"f_86s65mbw93e","otherKey":"f_hwx3hgg5b5t","sourceKey":"id"}', 10, '2021-09-12 01:17:01.062+00', '2021-09-14 02:50:54.728+00', NULL, 't_fsveob6p269', 'o21p57oi4ci', NULL), -('zobi3o3dqzp', 'f_61znsfh307m', 'select', 'string', NULL, 1, '{}', 8, '2021-09-12 01:17:01.042+00', '2021-09-14 02:50:54.697+00', NULL, 't_fsveob6p269', 'zncs2fmi3md', NULL), -('gjc3mks1xvj', 'f_bysgds7j36p', 'datetime', 'date', NULL, 1, '{}', 9, '2021-09-12 01:13:43.26+00', '2021-09-14 02:50:54.713+00', NULL, 't_fsveob6p269', 'wy9l25k1k8n', NULL), -('lie1tta3peq', 'f_3det6kr3vn8', 'phone', 'string', NULL, 1, '{}', 7, '2021-09-12 01:13:43.221+00', '2021-09-14 02:50:54.686+00', NULL, 't_fsveob6p269', 'd0vxh9zspr0', NULL), -('9cpd377df7t', 'f_tdoe0q00xc6', 'attachment', 'belongsToMany', NULL, 1, '{"target":"attachments","through":"t_jh7a28dsfzi","foreignKey":"f_xg3mysbjfra","otherKey":"f_gc7ppj0b7n1","sourceKey":"id","targetKey":"id"}', 12, '2021-09-12 01:13:43.292+00', '2021-09-12 08:41:20.155+00', NULL, 't_fsveob6p269', 'mz5lwuvl3ne', NULL), -('mnglxpxjqs4', 'f_vgw4f62h16e', 'string', 'string', NULL, 1, '{}', 6, '2021-09-12 01:13:43.204+00', '2021-09-12 01:13:43.215+00', NULL, 't_fsveob6p269', 'r9i0nuz6gaa', NULL), -('f_c8mes0kp1zt', 'f_c8mes0kp1zt', 'linkTo', 'belongsToMany', NULL, 1, '{"through":"t_bphcojtl8bx","foreignKey":"f_cn6a3p0wq2p","otherKey":"f_4x6u1waa8r6","sourceKey":"id","targetKey":"id","target":"t_geso7fru7a9"}', 5, '2021-09-12 01:09:26.259+00', '2021-09-12 01:13:43.195+00', NULL, 't_fsveob6p269', 'h73wygfixrg', 'nb09uq85geu'), -('bz701wfev96', 'xkllcgbvvmt', 'createdBy', 'belongsTo', 'undelete', 1, '{"target":"users","foreignKey":"created_by_id"}', 2, '2021-09-12 01:05:52.77+00', '2021-09-18 04:16:11.834+00', NULL, 't_fsveob6p269', 'si4x29vvkeb', NULL), -('mqcm1jb1ziw', '77trwzoaaei', 'createdAt', 'date', 'undelete', 1, '{"field":"created_at"}', 1, '2021-09-12 01:05:52.734+00', '2021-09-12 01:05:52.746+00', NULL, 't_fsveob6p269', '6zt8a6vfmeg', NULL), -('2abol7bhbmj', 'uahfxi6okcs', 'updatedAt', 'date', 'undelete', 1, '{"field":"updated_at"}', 2, '2021-09-12 01:05:52.753+00', '2021-09-12 01:05:52.765+00', NULL, 't_fsveob6p269', 'q1bwolkkq5w', NULL), -('19r6wt5b4m3', 'f_nlgk67tpdql', 'select', 'string', NULL, 1, '{}', 7, '2021-09-12 01:09:26.235+00', '2021-09-12 01:09:26.245+00', NULL, 't_geso7fru7a9', 'e5r226qqi20', NULL), -('nb09uq85geu', 'f_kkopbnfdd0v', 'linkTo', 'belongsToMany', NULL, 1, '{"through":"t_bphcojtl8bx","foreignKey":"f_4x6u1waa8r6","otherKey":"f_cn6a3p0wq2p","sourceKey":"id","targetKey":"id","target":"t_fsveob6p269"}', 6, '2021-09-12 01:09:26.221+00', '2021-09-12 01:09:26.278+00', NULL, 't_geso7fru7a9', 'kmx147xwkrp', 'f_c8mes0kp1zt'), -('nv0iw8wdxmz', '5bjnabydou3', 'createdAt', 'date', 'undelete', 1, '{"field":"created_at"}', 1, '2021-09-12 01:06:05.199+00', '2021-09-12 01:06:05.21+00', NULL, 't_geso7fru7a9', 'u1767w73vdn', NULL), -('lu1ibrb0yi2', '44fpkg5ga5n', 'updatedAt', 'date', 'undelete', 1, '{"field":"updated_at"}', 2, '2021-09-12 01:06:05.215+00', '2021-09-12 01:06:05.225+00', NULL, 't_geso7fru7a9', 'fmweeu589m9', NULL), -('fp2hcdcmxzm', 'qbe1q17p9kh', 'updatedBy', 'belongsTo', 'undelete', 1, '{"target":"users","foreignKey":"updated_by_id"}', 3, '2021-09-12 01:06:05.245+00', '2021-09-18 04:16:11.834+00', NULL, 't_geso7fru7a9', 'dzc486mzccr', NULL), -('qpme60wf4lt', '1jkpjg7vkgi', 'createdBy', 'belongsTo', 'undelete', 1, '{"target":"users","foreignKey":"created_by_id"}', 2, '2021-09-12 01:06:05.23+00', '2021-09-18 04:16:11.834+00', NULL, 't_geso7fru7a9', 'bi9n4qdvvk2', NULL), -('0qx4mudmft8', 'f_umjewufbyhj', 'datetime', 'date', NULL, 1, '{}', 5, '2021-09-12 01:09:26.202+00', '2021-09-12 01:09:26.215+00', NULL, 't_geso7fru7a9', 'yo6wjwgsfx2', NULL), -('ckyhgqq0jru', 'f_niymyj0no38', 'string', 'string', NULL, 1, '{}', 8, '2021-09-12 07:36:53.506+00', '2021-09-12 07:36:53.518+00', NULL, 't_geso7fru7a9', 'x6j2o6xw1by', NULL), -('f_80zv5suy9t6', 'email', 'email', 'string', 'undelete', 1, '{"unique":true}', 4, '2021-09-02 15:07:57.001+00', '2021-09-18 04:16:11.839+00', NULL, 'users', '5nqs5glgn5c', NULL), -('f_dpll75sxhu6', 'token', 'password', 'string', 'undelete', 0, '{"unique":true,"hidden":true}', 5, '2021-09-02 15:07:57.052+00', '2021-09-02 15:07:57.052+00', NULL, 'users', NULL, NULL), -('f_v3pog2zsalc', 'reset_token', 'password', 'string', 'undelete', 0, '{"unique":true,"hidden":true}', 6, '2021-09-02 15:07:57.059+00', '2021-09-02 15:07:57.059+00', NULL, 'users', NULL, NULL), -('f_6rhh0scyw9k', 'nickname', 'string', 'string', NULL, 1, '{}', 1, '2021-09-02 15:07:56.974+00', '2021-09-12 00:56:41.776+00', NULL, 'users', 'dtu7erjj0q8', NULL), -('f_j367murpzm9', 'password', 'password', 'password', 'undelete', 1, '{}', 2, '2021-09-02 15:07:57.029+00', '2021-09-18 04:16:11.834+00', NULL, 'users', 'a65exd8qcuo', NULL), -('6rm0lspbpeh', 'f_l6xhfn14zji', 'subTable', 'hasMany', NULL, 1, '{"target":"t_an8gnr603c0","foreignKey":"f_d57qfk4yfaz"}', 3, '2021-09-12 00:56:41.818+00', '2021-09-18 04:16:11.834+00', NULL, 'users', '412w3sy7u91', NULL), -('lmls9t34zne', 'f_xmjn5cfl9co', 'textarea', 'text', NULL, 1, '{}', 10, '2021-09-02 22:28:32.838+00', '2021-09-02 22:28:32.855+00', NULL, NULL, 'hej1gpzthf3', NULL), -('sq3hj75dnmk', 'f_jdlw4uf6vfv', 'number', 'float', NULL, 1, '{}', 9, '2021-09-02 22:28:32.82+00', '2021-09-02 22:28:32.83+00', NULL, NULL, 'e5t9w7t3rxu', NULL), -('xwhnxsil7b1', 'f_n0snwtdes3r', 'chinaRegion', 'belongsToMany', NULL, 1, '{"target":"china_regions","targetKey":"code","through":"t_by1bsepp8p4","foreignKey":"f_vqbqkbjmucq","otherKey":"f_ux2lh2en547","sourceKey":"id"}', 8, '2021-09-02 22:28:32.8+00', '2021-09-02 22:28:32.814+00', NULL, NULL, '4an73nd4bxh', NULL), -('wolxy2l6xp2', 'f_jbqopur80lk', 'attachment', 'belongsToMany', NULL, 1, '{"target":"attachments","through":"t_mrsootcimgg","foreignKey":"f_moakulo9ak1","otherKey":"f_27xvqwj1o9s","sourceKey":"id","targetKey":"id"}', 7, '2021-09-02 22:28:32.777+00', '2021-09-02 22:28:32.792+00', NULL, NULL, '4blpztuxkha', NULL), -('2wpjada7upn', 'f_lov82rwvxgk', 'multipleSelect', 'json', NULL, 1, '{}', 6, '2021-09-02 22:27:03.764+00', '2021-09-02 22:27:03.776+00', NULL, NULL, 'exjytl34657', NULL), -('ybbxmw9ifwf', 'f_lwyvh77c122', 'string', 'string', NULL, 1, '{}', 5, '2021-09-02 22:27:03.741+00', '2021-09-02 22:27:03.758+00', NULL, NULL, 'xe5j6tk6y52', NULL), -('cy37tmd1aa5', '2e5im9hsrau', 'updatedAt', 'date', 'undelete', 1, '{"field":"updated_at"}', 2, '2021-09-02 22:24:30.263+00', '2021-09-02 22:24:30.282+00', NULL, NULL, 'ue90wlv7r26', NULL), -('9zmg4gsrbs0', 'ccdop3v4iqw', 'createdAt', 'date', 'undelete', 1, '{"field":"created_at"}', 1, '2021-09-02 22:24:30.239+00', '2021-09-02 22:24:30.255+00', NULL, NULL, 'qc0b0d2xfo4', NULL), -('f_1eni2gp5w3g', 'action_logs', 'linkTo', 'hasMany', NULL, 0, '{"target":"action_logs","title":"数据动态","foreignKey":"index","scope":{"collection_name":"t_n93qitmhzty"},"constraints":false}', 7, '2021-09-02 22:24:30.219+00', '2021-09-02 22:24:30.219+00', NULL, NULL, NULL, NULL), -('exfseozu257', '3s4pr34nuvz', 'updatedBy', 'belongsTo', 'undelete', 1, '{"target":"users","foreignKey":"updated_by_id"}', 3, '2021-09-12 01:06:55.172+00', '2021-09-18 04:16:11.834+00', NULL, NULL, 'k40ozwnisyr', NULL), -('f_u5fajgprjha', 'action_logs', 'linkTo', 'hasMany', NULL, 0, '{"target":"action_logs","title":"数据动态","foreignKey":"index","scope":{"collection_name":"users"},"constraints":false}', 1, '2021-09-02 15:07:56.957+00', '2021-09-02 15:07:57.071+00', NULL, NULL, NULL, NULL), -('b818d9mhozu', '8ly3cyiosfe', 'createdBy', 'belongsTo', 'undelete', 1, '{"target":"users","foreignKey":"created_by_id"}', 2, '2021-09-02 22:24:30.286+00', '2021-09-18 04:16:11.834+00', NULL, NULL, '32q17i8jcg9', NULL), -('x3rcr6i0hy1', 'c9mtu486512', 'updatedBy', 'belongsTo', 'undelete', 1, '{"target":"users","foreignKey":"updated_by_id"}', 3, '2021-09-02 22:24:30.301+00', '2021-09-18 04:16:11.834+00', NULL, NULL, '1keis1kmsh9', NULL), -('qv7j30tzjcu', 'f_m04t8iyg9kc', 'textarea', 'text', NULL, 1, '{}', 2, '2021-09-12 00:56:41.988+00', '2021-09-12 00:56:42.003+00', '6rm0lspbpeh', NULL, '0tq5fymokmh', NULL), -('v3hp0idmkuh', 'f_fo0l5irbdt5', 'string', 'string', NULL, 1, '{}', 1, '2021-09-12 00:56:41.958+00', '2021-09-12 00:56:41.976+00', '6rm0lspbpeh', NULL, 'u2m5d5e68n0', NULL), -('t6knha71oq1', 'fcgtvpd3jr9', 'createdBy', 'belongsTo', 'undelete', 1, '{"target":"users","foreignKey":"created_by_id"}', 2, '2021-09-12 01:06:55.154+00', '2021-09-18 04:16:11.834+00', NULL, NULL, 'ya58lec57fp', NULL), -('drhtax7pxlw', 'nbxtd3jzbw1', 'updatedAt', 'date', 'undelete', 1, '{"field":"updated_at"}', 2, '2021-09-12 01:06:55.14+00', '2021-09-12 01:06:55.149+00', NULL, NULL, '1l9qav1f97v', NULL), -('sbrf1cdkpb9', 'h1f9o1xvevb', 'createdAt', 'date', 'undelete', 1, '{"field":"created_at"}', 1, '2021-09-12 01:06:55.123+00', '2021-09-12 01:06:55.133+00', NULL, NULL, 'oo7ejuze28i', NULL); diff --git a/packages/plugin-multi-apps/src/db/part1/04-routes.sql b/packages/plugin-multi-apps/src/db/part1/04-routes.sql deleted file mode 100644 index d3e55efad1..0000000000 --- a/packages/plugin-multi-apps/src/db/part1/04-routes.sql +++ /dev/null @@ -1,7 +0,0 @@ -TRUNCATE "routes" RESTART IDENTITY CASCADE; -INSERT INTO "routes" ("key", "type", "options", "sort", "created_at", "updated_at", "parent_key", "ui_schema_key") VALUES -('r_94b8nz6evyh', 'redirect', '{"from":"/","to":"/admin","exact":true}', 1, '2021-09-02 15:07:57.162+00', '2021-09-02 15:07:57.162+00', NULL, NULL), -('r_w1sa2lfk44v', 'route', '{"path":"/admin/:name(.+)?","component":"AdminLayout","title":"后台"}', 2, '2021-09-02 15:07:57.17+00', '2021-09-02 15:07:57.185+00', NULL, 'qqzzjakwkwl'), -('r_nt33b3m6ptk', 'route', '{"component":"AuthLayout"}', 3, '2021-09-02 15:07:57.19+00', '2021-09-02 15:07:57.19+00', NULL, NULL), -('r_5l9yp15wjk9', 'route', '{"path":"/login","component":"RouteSchemaRenderer","title":"登录"}', 1, '2021-09-02 15:07:57.196+00', '2021-09-02 15:07:57.252+00', 'r_nt33b3m6ptk', 'dtf9j0b8p9u'), -('r_9gqm4d8wpuw', 'route', '{"path":"/register","component":"RouteSchemaRenderer","title":"注册"}', 2, '2021-09-02 15:07:57.256+00', '2021-09-02 15:07:57.343+00', 'r_nt33b3m6ptk', '46qlxqam3xk'); diff --git a/packages/plugin-multi-apps/src/db/part1/05-attachments.sql b/packages/plugin-multi-apps/src/db/part1/05-attachments.sql deleted file mode 100644 index ca00e86a80..0000000000 --- a/packages/plugin-multi-apps/src/db/part1/05-attachments.sql +++ /dev/null @@ -1,30 +0,0 @@ -INSERT INTO "attachments" ("id", "title", "filename", "extname", "size", "mimetype", "path", "meta", "url", "created_at", "updated_at", "created_by_id", "updated_by_id", "storage_id") VALUES -(2, 'Nocobase', 'dac1165de10a3373a87ae4e5da9788ab.png', '.png', NULL, 'image/png', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/dac1165de10a3373a87ae4e5da9788ab.png', '2021-09-04 01:33:38.878+00', '2021-09-04 01:33:38.878+00', NULL, NULL, 2), -(3, 'grapes-276070_1280', '3451976fea63a882b5fd661aa211693e.jpg', '.jpg', NULL, 'image/jpeg', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/3451976fea63a882b5fd661aa211693e.jpg', '2021-09-04 01:34:50.388+00', '2021-09-04 01:34:50.388+00', NULL, 1, 2), -(4, 'purple-grapes-553464_1280', 'f2b7ace2b03d2808b5adddcb5f81f4e2.jpg', '.jpg', NULL, 'image/jpeg', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/f2b7ace2b03d2808b5adddcb5f81f4e2.jpg', '2021-09-04 01:34:50.435+00', '2021-09-04 01:34:50.435+00', NULL, 1, 2), -(6, 'tomatoes-1603611_1280', '0c98117a122ed99ad78a9f2d754c6b62.jpg', '.jpg', NULL, 'image/jpeg', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/0c98117a122ed99ad78a9f2d754c6b62.jpg', '2021-09-12 01:20:43.878+00', '2021-09-12 01:20:43.878+00', NULL, 1, 2), -(5, '合同', '1bbab8facf3e43cbfd530b362df60714.pdf', '.pdf', NULL, 'application/pdf', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/1bbab8facf3e43cbfd530b362df60714.pdf', '2021-09-12 01:20:43.869+00', '2021-09-12 01:20:43.869+00', NULL, 1, 2), -(7, '简历', 'd9f6ad6669902a9a8a1229d9f362235a.docx', '.docx', NULL, 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/d9f6ad6669902a9a8a1229d9f362235a.docx', '2021-09-12 01:22:06.229+00', '2021-09-12 01:22:06.229+00', NULL, 1, 2), -(9, 'snack-1561578_1280', 'dea2463a3e11fc0c548ef4173f0477b4.jpg', '.jpg', NULL, 'image/jpeg', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/dea2463a3e11fc0c548ef4173f0477b4.jpg', '2021-09-12 07:41:02.59+00', '2021-09-12 07:41:02.59+00', NULL, 1, 2), -(10, 'tomatoes-447170_1280', 'f25b21c6476b2161818f9b6013438c53.jpg', '.jpg', NULL, 'image/jpeg', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/f25b21c6476b2161818f9b6013438c53.jpg', '2021-09-12 07:41:02.628+00', '2021-09-12 07:41:02.628+00', NULL, 1, 2), -(8, 'tomatoes-1603611_1280', '3fa777ce653ee844d3c44a435d96415e.jpg', '.jpg', NULL, 'image/jpeg', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/3fa777ce653ee844d3c44a435d96415e.jpg', '2021-09-12 07:41:02.587+00', '2021-09-12 07:41:02.587+00', NULL, 1, 2), -(12, '合同', '3345d3ffc5277c25fa4339dc889e03e0.pdf', '.pdf', NULL, 'application/pdf', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/3345d3ffc5277c25fa4339dc889e03e0.pdf', '2021-09-12 07:41:50.531+00', '2021-09-12 07:41:50.531+00', NULL, 1, 2), -(11, '简历', '9e21210c35bc0cb6e8da3a7e32ec6250.docx', '.docx', NULL, 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/9e21210c35bc0cb6e8da3a7e32ec6250.docx', '2021-09-12 07:41:50.529+00', '2021-09-12 07:41:50.529+00', NULL, 1, 2), -(15, 'collage-1572905_1280', '4edc12d2e2cb84fd50fb248f01e2153a.jpg', '.jpg', NULL, 'image/jpeg', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/4edc12d2e2cb84fd50fb248f01e2153a.jpg', '2021-09-12 07:42:34.807+00', '2021-09-12 07:42:34.807+00', NULL, 1, 2), -(14, 'eat-1603660_1280', '8b38db60e88f280373c4e3afcbfd7929.jpg', '.jpg', NULL, 'image/jpeg', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/8b38db60e88f280373c4e3afcbfd7929.jpg', '2021-09-12 07:42:34.8+00', '2021-09-12 07:42:34.8+00', NULL, 1, 2), -(13, 'fruit-712729_1280', 'c467a64ad4e62d4d383c4476677a9cf6.jpg', '.jpg', NULL, 'image/jpeg', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/c467a64ad4e62d4d383c4476677a9cf6.jpg', '2021-09-12 07:42:34.776+00', '2021-09-12 07:42:34.776+00', NULL, 1, 2), -(16, 'fruit-1213041_1280', 'f7f0f982e58c84b1ff83b66fd40b8e60.jpg', '.jpg', NULL, 'image/jpeg', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/f7f0f982e58c84b1ff83b66fd40b8e60.jpg', '2021-09-12 07:42:34.825+00', '2021-09-12 07:42:34.825+00', NULL, 1, 2), -(17, '合同', '3576f9d529a6c62e1467349b50354f51.pdf', '.pdf', NULL, 'application/pdf', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/3576f9d529a6c62e1467349b50354f51.pdf', '2021-09-12 07:43:16.925+00', '2021-09-12 07:43:16.925+00', NULL, 1, 2), -(18, 'cherry-1567876_1280', '5758c412cb32f6999627f49a82789939.jpg', '.jpg', NULL, 'image/jpeg', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/5758c412cb32f6999627f49a82789939.jpg', '2021-09-12 07:43:51.559+00', '2021-09-12 07:43:51.559+00', NULL, 1, 2), -(19, 'collage-1572831_1280', 'e4384263693120ef0aa3f51c378f836a.jpg', '.jpg', NULL, 'image/jpeg', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/e4384263693120ef0aa3f51c378f836a.jpg', '2021-09-12 07:43:51.57+00', '2021-09-12 07:43:51.57+00', NULL, 1, 2), -(20, 'apple-1609693_1280', 'a83da53e04eb59fac213ae2a3e636d05.jpg', '.jpg', NULL, 'image/jpeg', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/a83da53e04eb59fac213ae2a3e636d05.jpg', '2021-09-12 07:44:27.467+00', '2021-09-12 07:44:27.467+00', NULL, 1, 2), -(22, '合同', '16d9a18d6dd0a98660f5da3e3d522ff1.pdf', '.pdf', NULL, 'application/pdf', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/16d9a18d6dd0a98660f5da3e3d522ff1.pdf', '2021-09-12 07:45:04.258+00', '2021-09-12 07:45:04.258+00', NULL, 1, 2), -(21, '简历', 'a80c83871ea5a20bcd570edc5bc2787b.docx', '.docx', NULL, 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/a80c83871ea5a20bcd570edc5bc2787b.docx', '2021-09-12 07:45:04.252+00', '2021-09-12 07:45:04.252+00', NULL, 1, 2), -(23, 'fruit-712729_1280', '3e826354cc466f12c307f775b566834f.jpg', '.jpg', NULL, 'image/jpeg', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/3e826354cc466f12c307f775b566834f.jpg', '2021-09-12 07:45:37.26+00', '2021-09-12 07:45:37.26+00', NULL, 1, 2), -(25, 'fruit-1213041_1280', '478a8a479af1b757bcba75f20301469d.jpg', '.jpg', NULL, 'image/jpeg', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/478a8a479af1b757bcba75f20301469d.jpg', '2021-09-12 07:45:37.284+00', '2021-09-12 07:45:37.284+00', NULL, 1, 2), -(24, 'grapes-276070_1280', 'd1a33ccf36ea01a9b705a6e779c279a1.jpg', '.jpg', NULL, 'image/jpeg', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/d1a33ccf36ea01a9b705a6e779c279a1.jpg', '2021-09-12 07:45:37.273+00', '2021-09-12 07:45:37.273+00', NULL, 1, 2), -(27, 'grapes-276070_1280', '3349c4695e99a983ef817fe25934f080.jpg', '.jpg', NULL, 'image/jpeg', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/3349c4695e99a983ef817fe25934f080.jpg', '2021-09-12 07:47:39.636+00', '2021-09-12 07:47:39.636+00', NULL, 1, 2), -(26, 'kaffeerad-1543158_1280', '8b94dd8cbecdbbd03e4c2fcfbd1067e7.jpg', '.jpg', NULL, 'image/jpeg', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/8b94dd8cbecdbbd03e4c2fcfbd1067e7.jpg', '2021-09-12 07:47:39.63+00', '2021-09-12 07:47:39.63+00', NULL, 1, 2), -(28, 'apple-1609693_1280', '31b7dee511a8d6364fee18411763c188.jpg', '.jpg', NULL, 'image/jpeg', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/31b7dee511a8d6364fee18411763c188.jpg', '2021-09-12 07:48:41.367+00', '2021-09-12 07:48:41.367+00', NULL, 1, 2), -(29, 'cappuccino-1609932_1280', '8f480c4f1bd3d292ef78fb6847669e51.jpg', '.jpg', NULL, 'image/jpeg', '', '{}', 'https://nocobase.oss-cn-beijing.aliyuncs.com/8f480c4f1bd3d292ef78fb6847669e51.jpg', '2021-09-12 07:48:41.372+00', '2021-09-12 07:48:41.372+00', NULL, 1, 2); -SELECT setval('attachments_id_seq', (SELECT MAX(id) FROM "attachments"), true); diff --git a/packages/plugin-multi-apps/src/db/part2/06-t_2uhu4szs1kq.sql b/packages/plugin-multi-apps/src/db/part2/06-t_2uhu4szs1kq.sql deleted file mode 100644 index 105fce2d4d..0000000000 --- a/packages/plugin-multi-apps/src/db/part2/06-t_2uhu4szs1kq.sql +++ /dev/null @@ -1,8 +0,0 @@ -INSERT INTO "t_2uhu4szs1kq" ("id", "created_at", "updated_at", "sort", "created_by_id", "updated_by_id", "f_hwenour8ara", "f_hznqtmqljb2", "f_u4i0jrp4uo6", "f_l8uuiwcnlw9") VALUES -(1, '2021-09-03 08:19:53.163+00', '2021-09-18 07:50:34.039+00', 70, 1, 1, '这是我们要做的任务这是我们要做的', '2021-09-17 00:00:00+00', 'f1g3r41rdh8', '利本毛所线表体定质花,则根物大教斯经前,飞能D发科程W目。 阶直少看员片飞飞今西取亲本就条,持层品平米今ON孤你七2。 花离定可除展通向业很,斗术真节西严特矿,导养-N群长置便。 深规马细三强低按段,事作般习就代它,完技O布D枝快。 便报动斗改克离为具影研立特,养命规么才设步局方总较共张,时什Q肃声的者起开出话。'), -(2, '2021-09-12 08:01:16.467+00', '2021-09-18 07:50:34.039+00', 71, 1, 1, '批量上传附件', '2021-09-24 00:00:00+00', 'f1g3r41rdh8', '利本毛所线表体定质花,则根物大教斯经前,飞能D发科程W目。 阶直少看员片飞飞今西取亲本就条,持层品平米今ON孤你七2。 花离定可除展通向业很,斗术真节西严特矿,导养-N群长置便。 深规马细三强低按段,事作般习就代它,完技O布D枝快。 便报动斗改克离为具影研立特,养命规么才设步局方总较共张,时什Q肃声的者起开出话。'), -(5, '2021-09-12 08:02:51.903+00', '2021-09-18 07:50:34.039+00', 69, 1, 1, '张斯些况于非按并音习又极别解切参', '2021-09-08 00:00:00+00', 'lebkfnj3d9i', '利本毛所线表体定质花,则根物大教斯经前,飞能D发科程W目。 阶直少看员片飞飞今西取亲本就条,持层品平米今ON孤你七2。 花离定可除展通向业很,斗术真节西严特矿,导养-N群长置便。 深规马细三强低按段,事作般习就代它,完技O布D枝快。 便报动斗改克离为具影研立特,养命规么才设步局方总较共张,时什Q肃声的者起开出话。'), -(4, '2021-09-12 08:02:37.852+00', '2021-09-18 07:50:34.039+00', 72, 1, 1, '包派极都火题折究条', '2021-10-08 00:00:00+00', 'zfowtv6fnel', '利本毛所线表体定质花,则根物大教斯经前,飞能D发科程W目。 阶直少看员片飞飞今西取亲本就条,持层品平米今ON孤你七2。 花离定可除展通向业很,斗术真节西严特矿,导养-N群长置便。 深规马细三强低按段,事作般习就代它,完技O布D枝快。 便报动斗改克离为具影研立特,养命规么才设步局方总较共张,时什Q肃声的者起开出话。'), -(6, '2021-09-17 01:35:18.379+00', '2021-09-18 07:50:34.039+00', 73, 1, 1, '达到顶峰五十五分', '2021-09-17 00:00:00+00', 'zfowtv6fnel', NULL), -(3, '2021-09-12 08:02:20.501+00', '2021-09-18 07:50:34.042+00', 68, 1, 1, '往你周观青整积元路公', '2021-09-24 00:00:00+00', 'lebkfnj3d9i', '利本毛所线表体定质花,则根物大教斯经前,飞能D发科程W目。 阶直少看员片飞飞今西取亲本就条,持层品平米今ON孤你七2。 花离定可除展通向业很,斗术真节西严特矿,导养-N群长置便。 深规马细三强低按段,事作般习就代它,完技O布D枝快。 便报动斗改克离为具影研立特,养命规么才设步局方总较共张,时什Q肃声的者起开出话。'); -SELECT setval('t_2uhu4szs1kq_id_seq', (SELECT MAX(id) FROM "t_2uhu4szs1kq"), true); diff --git a/packages/plugin-multi-apps/src/db/part2/07-t_fsveob6p269.sql b/packages/plugin-multi-apps/src/db/part2/07-t_fsveob6p269.sql deleted file mode 100644 index 445eeb1667..0000000000 --- a/packages/plugin-multi-apps/src/db/part2/07-t_fsveob6p269.sql +++ /dev/null @@ -1,21 +0,0 @@ -INSERT INTO "t_fsveob6p269" ("id", "created_at", "updated_at", "sort", "created_by_id", "updated_by_id", "f_vgw4f62h16e", "f_3det6kr3vn8", "f_x9kmuovlm79", "f_bysgds7j36p", "f_kk4nspj1i28", "f_61znsfh307m") VALUES -(2, '2021-09-12 07:41:10.508+00', '2021-09-12 07:41:10.508+00', 2, 1, 1, '庆贝儿', '18910347327', 'khan8z430yx', '2000-02-03 00:00:00+00', '件段两声提局则着除所法军,为后出子石了期七小南领能革,表相F声化等水坑但F连。 今劳查速布你安约定值斗,运通声资区的选心认,部样7展期辅些正记。 - -少给学采议备料元民切,则建通加的志始资但线,些火医花史贡凝好。 易体报说着导收因派解,导亲动和人头之适,引都B按张观不适。 习想带证利识平率,不眼社且几质种,已U集杆X总。 及酸心知此劳记手,争小斗Z化传。 力例适支现流解斗,从经元行是南总,月辰走化习-。', 'plcxasw2xrs'), -(3, '2021-09-12 07:41:56.973+00', '2021-09-12 07:41:56.973+00', 3, 1, 1, '潘宏嘉', '18638372617', '59khrisonj6', '1983-08-27 00:00:00+00', 'Lorem ipsum dolor sit amet, no dolor graeco pro, te sea bonorum dolorum theophrastus. Vim ea utamur appetere molestiae, ad harum alienum indoctum ius. No quo laoreet laboramus comprehensam, eos paulo integre vivendo eu, an nam alia facilisi consetetur. Pro exerci iisque et, no amet magna iracundia vim. Vis erant consectetuer te, mei menandri liberavisse at, no latine consulatu deseruisse eos. Mel an novum nostrud scripserit, velit virtute delicata eam ad, eum ne etiam omnesque.', 'e3fb46gnarj'), -(4, '2021-09-12 07:42:41.303+00', '2021-09-12 07:42:41.303+00', 4, 1, 1, '碧鲁彦新', '13257489038', 'khan8z430yx', '2003-05-22 00:00:00+00', '厂斗志照部都越何事车前,斯队两将断极S点其会。方去即白林两团规,度关这步明管王至,但低承我质建求。 组了间族你那记的格压把,走张它然无便同儿把意,七土两叫询呜没报时。她引广书率出主且金,来万须采确部还活件,较M来霸豆板枝。政个值满物种被,共据运本很极然满,须E事眼目外。器约精机王传马,立目证权适色总,公屈过史类刺。体回每在或机发己极即,指办置们选会习十己,连难4持包厕知柜。 速还提红达知器金积外委下,况至片量派届扯过院响。', 'h5cxo6g48lj'), -(5, '2021-09-12 07:43:22.416+00', '2021-09-12 07:43:22.416+00', 5, 1, 1, '袭新平', '15673659911', '59khrisonj6', '2001-05-19 00:00:00+00', '角写现着积件果五几别,线思志济感解干事,总交录标来重它两。器参红按完通将段现强,张去克李构易。 铁年老合县始后该定报北,制和前将石四记并该道,学资建点论先打北体。 大较小商复号满以任明,青音期装所作作速,派期杨板水我办实。等人定所何那她所但,下根质状对力即光,目正-局百么片。根格土下级地育入等门适,眼使少调自用而取约,划花该三与理半音声。华包交少问毛公利书细当她每,你集者重百少蠢式箩需却。 重养人化严往主合况建', 'plcxasw2xrs'), -(8, '2021-09-12 07:45:09.415+00', '2021-09-12 07:45:09.415+00', 8, 1, 1, '礼根群', '13954209583', '59khrisonj6', '1992-07-29 00:00:00+00', '压界点小名理它车机两得,原查去证行村太孟道。求真强记织管装总论形感增委越,术市点便定肃容红个而写。代往门张照布活,期头劳量人,导8新建给。造装话和很片算只类论所,全变容时过地传达,术族刷车进变了邮盯。 在给情她积音新问整史图火验往,受王多式儿花6集听壳是呆。越县管积小与权内有红压,往你周观青整积元路公,包派极都火题折究条。张斯些况于非按并音习又极别解切参,气斗也新越几励小集及询报吧。整展研号公清文例资品会头', 'h5cxo6g48lj'), -(9, '2021-09-12 07:45:42.766+00', '2021-09-12 07:45:42.766+00', 9, 1, 1, '那涵', '18865092743', '59khrisonj6', '1994-05-25 00:00:00+00', '受界思律结周点老积,率方材论适处团认。角写现着积件果五几别,线思志济感解干事,总交录标来重它两。器参红按完通将段现强,张去克李构易。 铁年老合县始后该定报北,制和前将石四记并该道,学资建点论先打北体。 大较小商复号满以任明,青音期装所作作速,派期杨板水我办实。等人定所何那她所但,下根质状对力即光,目正-局百么片。根格土下级地育入等门适,眼使少调自用而取约,划花该三与理半音声。华包交少问毛公利书细当她每,你集者重百少蠢式箩需却。 重养人化严往主合况建, - -听严素林越口热使然术,接级4因丽七北财。 务西只发系海少族实满四观,八管对利美解克始切本厂,重公材边因箩需帐候励。管但众我音才使广力例体格越,条些影区合录雪辰社不。才术北知同路作然几积做油,研权满近示技O利分矿东。斗对志质众则记际青发,小结反状等教来导法造,该书Z束询或运复。', 'plcxasw2xrs'), -(10, '2021-09-12 07:47:46.417+00', '2021-09-12 07:47:46.417+00', 10, 1, 1, '定质花', '13582034729', '59khrisonj6', '2004-04-13 00:00:00+00', '利本毛所线表体定质花,则根物大教斯经前,飞能D发科程W目。 阶直少看员片飞飞今西取亲本就条,持层品平米今ON孤你七2。 花离定可除展通向业很,斗术真节西严特矿,导养-N群长置便。 深规马细三强低按段,事作般习就代它,完技O布D枝快。 便报动斗改克离为具影研立特,养命规么才设步局方总较共张,时什Q肃声的者起开出话。', 'h5cxo6g48lj'), -(7, '2021-09-12 07:44:35.496+00', '2021-09-12 08:36:23.783+00', 7, 1, 1, '储铭', '13898276018', '59khrisonj6', '1986-06-21 00:00:00+00', '外对Q备报通那先素。 接信效住京世划京快本更难见,快京象加不入月图或用角,式速增G抖则收露动芦我。事信花白直对青系白争,受界思律结周点老积,率方材论适处团认。角写现着积件果五几别,线思志济感解干事,总交录标来重它两。器参红按完通将段现强,张去克李构易。 铁年老合县始后该定报北,制和前将石四记并该道,学资建点论先打北体。', 'e3fb46gnarj'), -(1, '2021-09-12 01:21:03.457+00', '2021-09-12 08:36:45.007+00', 1, 1, 1, '星星霖', '13498034729', '59khrisonj6', '1980-08-08 00:00:00+00', '利本毛所线表体定质花,则根物大教斯经前,飞能D发科程W目。 阶直少看员片飞飞今西取亲本就条,持层品平米今ON孤你七2。 花离定可除展通向业很,斗术真节西严特矿,导养-N群长置便。 深规马细三强低按段,事作般习就代它,完技O布D枝快。 便报动斗改克离为具影研立特,养命规么才设步局方总较共张,时什Q肃声的者起开出话。', 'z7wq1mkwmmx'), -(11, '2021-09-12 07:48:47.021+00', '2021-09-12 07:48:47.021+00', 11, 1, 1, '段两声', '18910347327', 'khan8z430yx', '2001-06-07 00:00:00+00', '件段两声提局则着除所法军,为后出子石了期七小南领能革,表相F声化等水坑但F连。 今劳查速布你安约定值斗,运通声资区的选心认,部样7展期辅些正记。 - -少给学采议备料元民切,则建通加的志始资但线,些火医花史贡凝好。 易体报说着导收因派解,导亲动和人头之适,引都B按张观不适。 习想带证利识平率,不眼社且几质种,已U集杆X总。 及酸心知此劳记手,争小斗Z化传。 力例适支现流解斗,从经元行是南总,月辰走化习-。', 'e3fb46gnarj'), -(6, '2021-09-12 07:43:57.617+00', '2021-09-12 08:28:50.544+00', 6, 1, 1, '宓中仕', '13527645198', 'khan8z430yx', '1999-02-26 00:00:00+00', '压界点小名理它车机两得,原查去证行村太孟道。求真强记织管装总论形感增委越,术市点便定肃容红个而写。代往门张照布活,期头劳量人,导8新建给。造装话和很片算只类论所,全变容时过地传达,术族刷车进变了邮盯。 在给情她积音新问整史图火验往,受王多式儿花6集听壳是呆。越县管积小与权内有红压,往你周观青整积元路公,包派极都火题折究条。 - -张斯些况于非按并音习又极别解切参,气斗也新越几励小集及询报吧。整展研号公清文例资品会头,厂斗志照部都越何事车前,斯队两将断极S点其会。方去即白林两团规,度关这步明管王至,但低承我质建求。 组了间族你那记的格压把,走张它然无便同儿把意,七土两叫询呜没报时。她引广书率出主且金,来万须采确部还活件,较M来霸豆板枝。政个值满物种被,共据运本很极然满,须E事眼目外。器约精机王传马,立目证权适色总,公屈过史类刺。体回每在或机发己极即,指办置们选会习十己,连难4持包厕知柜。 速还提红达知器金积外委下', 'z7wq1mkwmmx'); -SELECT setval('t_fsveob6p269_id_seq', (SELECT MAX(id) FROM "t_fsveob6p269"), true); diff --git a/packages/plugin-multi-apps/src/db/part2/08-t_geso7fru7a9.sql b/packages/plugin-multi-apps/src/db/part2/08-t_geso7fru7a9.sql deleted file mode 100644 index 04dbaabcca..0000000000 --- a/packages/plugin-multi-apps/src/db/part2/08-t_geso7fru7a9.sql +++ /dev/null @@ -1,18 +0,0 @@ -INSERT INTO "t_geso7fru7a9" ("id", "created_at", "updated_at", "sort", "created_by_id", "updated_by_id", "f_umjewufbyhj", "f_nlgk67tpdql", "f_niymyj0no38") VALUES -(1, '2021-09-12 01:24:52.21+00', '2021-09-12 07:38:07.64+00', 1, 1, 1, '2021-09-10 11:26:28+00', 'x4qnavatfai', '751834123525'), -(2, '2021-09-12 07:36:07.647+00', '2021-09-12 07:38:15.812+00', 2, 1, 1, '2021-09-24 15:41:03+00', 'i2xjqmnwrsu', '751834123526'), -(3, '2021-09-14 02:02:47.091+00', '2021-09-14 02:02:47.091+00', 3, 1, 1, '2021-09-25 10:02:32+00', 'tqgda8p724l', '751834123527'), -(4, '2021-09-14 02:03:09.21+00', '2021-09-14 02:03:09.21+00', 4, 1, 1, '2021-09-08 15:03:01+00', 'i2xjqmnwrsu', '751834123528'), -(5, '2021-09-14 02:03:24.272+00', '2021-09-14 02:03:24.272+00', 5, 1, 1, '2021-09-08 10:03:17+00', 'i2xjqmnwrsu', '751834123529'), -(6, '2021-09-14 02:03:43.832+00', '2021-09-14 02:03:43.832+00', 6, 1, 1, '2021-09-23 10:03:36+00', 'x4qnavatfai', '751834123530'), -(7, '2021-09-14 02:03:58.744+00', '2021-09-14 02:03:58.744+00', 7, 1, 1, '2021-09-08 10:03:51+00', 'x4qnavatfai', '751834123531'), -(8, '2021-09-14 02:04:16.289+00', '2021-09-14 02:04:16.289+00', 8, 1, 1, '2021-09-02 10:04:07+00', 'tqgda8p724l', '751834123532'), -(9, '2021-09-14 02:04:35.679+00', '2021-09-14 02:04:35.679+00', 9, 1, 1, '2021-09-09 10:04:25+00', 'x4qnavatfai', '751834123533'), -(10, '2021-09-14 02:04:51.641+00', '2021-09-14 02:04:51.641+00', 10, 1, 1, '2021-09-02 10:04:44+00', 'tqgda8p724l', '751834123534'), -(11, '2021-09-14 02:05:13.807+00', '2021-09-14 02:05:13.807+00', 11, 1, 1, '2021-08-05 10:05:01+00', 'x4qnavatfai', '751834123534'), -(12, '2021-09-14 02:05:34.724+00', '2021-09-14 02:05:34.724+00', 12, 1, 1, '2021-09-12 10:05:26+00', 'tqgda8p724l', '751834123535'), -(13, '2021-09-14 02:05:52.789+00', '2021-09-14 02:05:52.789+00', 13, 1, 1, '2021-09-26 10:05:42+00', 'tqgda8p724l', '751834123536'), -(14, '2021-09-14 02:06:10.875+00', '2021-09-14 02:06:10.875+00', 14, 1, 1, '2021-09-07 10:06:06+00', 'x4qnavatfai', '751834123537'), -(15, '2021-09-14 02:06:29.102+00', '2021-09-14 02:06:29.102+00', 15, 1, 1, '2021-09-25 10:06:18+00', 'x4qnavatfai', '751834123538'), -(16, '2021-09-14 02:06:45.054+00', '2021-09-14 02:06:45.054+00', 16, 1, 1, '2021-09-09 10:06:41+00', 'i2xjqmnwrsu', '751834123539'); -SELECT setval('t_geso7fru7a9_id_seq', (SELECT MAX(id) FROM "t_geso7fru7a9"), true); diff --git a/packages/plugin-multi-apps/src/db/part2/09-t_bphcojtl8bx.sql b/packages/plugin-multi-apps/src/db/part2/09-t_bphcojtl8bx.sql deleted file mode 100644 index e258554174..0000000000 --- a/packages/plugin-multi-apps/src/db/part2/09-t_bphcojtl8bx.sql +++ /dev/null @@ -1,17 +0,0 @@ -INSERT INTO "t_bphcojtl8bx" ("created_at", "updated_at", "f_cn6a3p0wq2p", "f_4x6u1waa8r6") VALUES -('2021-09-12 01:24:52.263+00', '2021-09-12 01:24:52.263+00', 1, 1), -('2021-09-12 07:36:07.681+00', '2021-09-12 07:36:07.681+00', 1, 2), -('2021-09-14 02:02:47.134+00', '2021-09-14 02:02:47.134+00', 2, 3), -('2021-09-14 02:03:09.241+00', '2021-09-14 02:03:09.241+00', 3, 4), -('2021-09-14 02:03:24.316+00', '2021-09-14 02:03:24.316+00', 4, 5), -('2021-09-14 02:03:43.87+00', '2021-09-14 02:03:43.87+00', 5, 6), -('2021-09-14 02:03:58.767+00', '2021-09-14 02:03:58.767+00', 8, 7), -('2021-09-14 02:04:16.32+00', '2021-09-14 02:04:16.32+00', 9, 8), -('2021-09-14 02:04:35.709+00', '2021-09-14 02:04:35.709+00', 10, 9), -('2021-09-14 02:04:51.667+00', '2021-09-14 02:04:51.667+00', 7, 10), -('2021-09-14 02:05:13.838+00', '2021-09-14 02:05:13.838+00', 1, 11), -('2021-09-14 02:05:34.758+00', '2021-09-14 02:05:34.758+00', 11, 12), -('2021-09-14 02:05:52.817+00', '2021-09-14 02:05:52.817+00', 6, 13), -('2021-09-14 02:06:10.916+00', '2021-09-14 02:06:10.916+00', 2, 14), -('2021-09-14 02:06:29.136+00', '2021-09-14 02:06:29.136+00', 3, 15), -('2021-09-14 02:06:45.093+00', '2021-09-14 02:06:45.093+00', 11, 16); diff --git a/packages/plugin-multi-apps/src/db/part2/10-t_jh7a28dsfzi.sql b/packages/plugin-multi-apps/src/db/part2/10-t_jh7a28dsfzi.sql deleted file mode 100644 index 0b81e4ec7c..0000000000 --- a/packages/plugin-multi-apps/src/db/part2/10-t_jh7a28dsfzi.sql +++ /dev/null @@ -1,26 +0,0 @@ -INSERT INTO "t_jh7a28dsfzi" ("created_at", "updated_at", "f_xg3mysbjfra", "f_gc7ppj0b7n1") VALUES -('2021-09-12 01:21:03.65+00', '2021-09-12 01:21:03.65+00', 1, 6), -('2021-09-12 01:21:03.65+00', '2021-09-12 01:21:03.65+00', 1, 5), -('2021-09-12 01:22:07.886+00', '2021-09-12 01:22:07.886+00', 1, 7), -('2021-09-12 07:41:10.563+00', '2021-09-12 07:41:10.563+00', 2, 9), -('2021-09-12 07:41:10.563+00', '2021-09-12 07:41:10.563+00', 2, 10), -('2021-09-12 07:41:10.563+00', '2021-09-12 07:41:10.563+00', 2, 8), -('2021-09-12 07:41:57.025+00', '2021-09-12 07:41:57.025+00', 3, 12), -('2021-09-12 07:41:57.025+00', '2021-09-12 07:41:57.025+00', 3, 11), -('2021-09-12 07:42:41.36+00', '2021-09-12 07:42:41.36+00', 4, 15), -('2021-09-12 07:42:41.36+00', '2021-09-12 07:42:41.36+00', 4, 14), -('2021-09-12 07:42:41.36+00', '2021-09-12 07:42:41.36+00', 4, 13), -('2021-09-12 07:42:41.36+00', '2021-09-12 07:42:41.36+00', 4, 16), -('2021-09-12 07:43:22.467+00', '2021-09-12 07:43:22.467+00', 5, 17), -('2021-09-12 07:43:57.67+00', '2021-09-12 07:43:57.67+00', 6, 18), -('2021-09-12 07:43:57.67+00', '2021-09-12 07:43:57.67+00', 6, 19), -('2021-09-12 07:44:35.538+00', '2021-09-12 07:44:35.538+00', 7, 20), -('2021-09-12 07:45:09.463+00', '2021-09-12 07:45:09.463+00', 8, 22), -('2021-09-12 07:45:09.463+00', '2021-09-12 07:45:09.463+00', 8, 21), -('2021-09-12 07:45:42.818+00', '2021-09-12 07:45:42.818+00', 9, 23), -('2021-09-12 07:45:42.818+00', '2021-09-12 07:45:42.818+00', 9, 25), -('2021-09-12 07:45:42.818+00', '2021-09-12 07:45:42.818+00', 9, 24), -('2021-09-12 07:47:46.476+00', '2021-09-12 07:47:46.476+00', 10, 27), -('2021-09-12 07:47:46.476+00', '2021-09-12 07:47:46.476+00', 10, 26), -('2021-09-12 07:48:47.077+00', '2021-09-12 07:48:47.077+00', 11, 28), -('2021-09-12 07:48:47.077+00', '2021-09-12 07:48:47.077+00', 11, 29); diff --git a/packages/plugin-multi-apps/src/db/part2/11-t_p13gbi31uux.sql b/packages/plugin-multi-apps/src/db/part2/11-t_p13gbi31uux.sql deleted file mode 100644 index bbd76988a3..0000000000 --- a/packages/plugin-multi-apps/src/db/part2/11-t_p13gbi31uux.sql +++ /dev/null @@ -1,34 +0,0 @@ -INSERT INTO "t_p13gbi31uux" ("created_at", "updated_at", "f_86s65mbw93e", "f_hwx3hgg5b5t") VALUES -('2021-09-12 01:21:03.666+00', '2021-09-12 01:21:03.666+00', 1, '11'), -('2021-09-12 01:21:03.666+00', '2021-09-12 01:21:03.666+00', 1, '1101'), -('2021-09-12 01:21:03.666+00', '2021-09-12 01:21:03.666+00', 1, '110105'), -('2021-09-12 07:41:10.582+00', '2021-09-12 07:41:10.582+00', 2, '14'), -('2021-09-12 07:41:10.582+00', '2021-09-12 07:41:10.582+00', 2, '1401'), -('2021-09-12 07:41:10.582+00', '2021-09-12 07:41:10.582+00', 2, '140105'), -('2021-09-12 07:41:57.038+00', '2021-09-12 07:41:57.038+00', 3, '15'), -('2021-09-12 07:41:57.038+00', '2021-09-12 07:41:57.038+00', 3, '1502'), -('2021-09-12 07:41:57.038+00', '2021-09-12 07:41:57.038+00', 3, '150203'), -('2021-09-12 07:42:41.372+00', '2021-09-12 07:42:41.372+00', 4, '21'), -('2021-09-12 07:42:41.372+00', '2021-09-12 07:42:41.372+00', 4, '2102'), -('2021-09-12 07:42:41.372+00', '2021-09-12 07:42:41.372+00', 4, '210203'), -('2021-09-12 07:43:22.481+00', '2021-09-12 07:43:22.481+00', 5, '31'), -('2021-09-12 07:43:22.481+00', '2021-09-12 07:43:22.481+00', 5, '3101'), -('2021-09-12 07:43:22.481+00', '2021-09-12 07:43:22.481+00', 5, '310105'), -('2021-09-12 07:43:57.686+00', '2021-09-12 07:43:57.686+00', 6, '32'), -('2021-09-12 07:43:57.686+00', '2021-09-12 07:43:57.686+00', 6, '3203'), -('2021-09-12 07:43:57.686+00', '2021-09-12 07:43:57.686+00', 6, '320303'), -('2021-09-12 07:44:35.552+00', '2021-09-12 07:44:35.552+00', 7, '33'), -('2021-09-12 07:44:35.552+00', '2021-09-12 07:44:35.552+00', 7, '3302'), -('2021-09-12 07:44:35.552+00', '2021-09-12 07:44:35.552+00', 7, '330205'), -('2021-09-12 07:45:09.477+00', '2021-09-12 07:45:09.477+00', 8, '34'), -('2021-09-12 07:45:09.477+00', '2021-09-12 07:45:09.477+00', 8, '3402'), -('2021-09-12 07:45:09.477+00', '2021-09-12 07:45:09.477+00', 8, '340202'), -('2021-09-12 07:45:42.83+00', '2021-09-12 07:45:42.83+00', 9, '35'), -('2021-09-12 07:45:42.83+00', '2021-09-12 07:45:42.83+00', 9, '3503'), -('2021-09-12 07:45:42.83+00', '2021-09-12 07:45:42.83+00', 9, '350303'), -('2021-09-12 07:47:46.491+00', '2021-09-12 07:47:46.491+00', 10, '36'), -('2021-09-12 07:47:46.491+00', '2021-09-12 07:47:46.491+00', 10, '3602'), -('2021-09-12 07:47:46.491+00', '2021-09-12 07:47:46.491+00', 10, '360202'), -('2021-09-12 07:48:47.088+00', '2021-09-12 07:48:47.088+00', 11, '37'), -('2021-09-12 07:48:47.088+00', '2021-09-12 07:48:47.088+00', 11, '3703'), -('2021-09-12 07:48:47.088+00', '2021-09-12 07:48:47.088+00', 11, '370303'); diff --git a/packages/plugin-multi-apps/src/db/part2/12-roles.sql b/packages/plugin-multi-apps/src/db/part2/12-roles.sql deleted file mode 100644 index 170ca55210..0000000000 --- a/packages/plugin-multi-apps/src/db/part2/12-roles.sql +++ /dev/null @@ -1,3 +0,0 @@ -INSERT INTO "roles" ("name", "title", "sort", "created_at", "updated_at", "created_by_id", "updated_by_id") VALUES -('r_tfs4qtaxjcs', '管理员', 1, '2021-09-14 02:12:19.98+00', '2021-09-14 02:12:19.98+00', 1, 1), -('r_np59b00ex8z', '普通成员', 2, '2021-09-14 02:12:35.799+00', '2021-09-14 02:12:35.799+00', 1, 1); diff --git a/packages/plugin-multi-apps/src/db/part2/13-action_permissions.sql b/packages/plugin-multi-apps/src/db/part2/13-action_permissions.sql deleted file mode 100644 index 28178fb224..0000000000 --- a/packages/plugin-multi-apps/src/db/part2/13-action_permissions.sql +++ /dev/null @@ -1,18 +0,0 @@ -INSERT INTO "action_permissions" ("id", "action_name", "created_at", "updated_at", "collection_name", "user_id", "created_by_id", "updated_by_id", "role_name", "scope_id") VALUES -(1, 'create', '2021-09-14 02:19:38.019+00', '2021-09-14 02:19:45.64+00', 't_geso7fru7a9', NULL, 1, 1, NULL, NULL), -(2, 'get', '2021-09-14 02:19:38.04+00', '2021-09-14 02:19:45.64+00', 't_geso7fru7a9', NULL, 1, 1, NULL, NULL), -(3, 'update', '2021-09-14 02:19:38.053+00', '2021-09-14 02:19:45.64+00', 't_geso7fru7a9', NULL, 1, 1, NULL, NULL), -(4, 'destroy', '2021-09-14 02:19:38.067+00', '2021-09-14 02:19:45.64+00', 't_geso7fru7a9', NULL, 1, 1, NULL, NULL), -(5, 'create', '2021-09-14 02:19:45.601+00', '2021-09-14 02:19:53.3+00', 't_2uhu4szs1kq', NULL, 1, 1, NULL, NULL), -(6, 'get', '2021-09-14 02:19:45.616+00', '2021-09-14 02:19:53.3+00', 't_2uhu4szs1kq', NULL, 1, 1, NULL, NULL), -(7, 'update', '2021-09-14 02:19:45.625+00', '2021-09-14 02:19:53.3+00', 't_2uhu4szs1kq', NULL, 1, 1, NULL, NULL), -(8, 'destroy', '2021-09-14 02:19:45.633+00', '2021-09-14 02:19:53.3+00', 't_2uhu4szs1kq', NULL, 1, 1, NULL, NULL), -(13, 'create', '2021-09-14 02:20:00.337+00', '2021-09-14 02:20:00.337+00', 'users', NULL, 1, 1, 'r_tfs4qtaxjcs', NULL), -(14, 'get', '2021-09-14 02:20:00.347+00', '2021-09-14 02:20:00.347+00', 'users', NULL, 1, 1, 'r_tfs4qtaxjcs', NULL), -(15, 'update', '2021-09-14 02:20:00.356+00', '2021-09-14 02:20:00.356+00', 'users', NULL, 1, 1, 'r_tfs4qtaxjcs', NULL), -(16, 'destroy', '2021-09-14 02:20:00.364+00', '2021-09-14 02:20:00.364+00', 'users', NULL, 1, 1, 'r_tfs4qtaxjcs', NULL), -(9, 'create', '2021-09-14 02:19:53.259+00', '2021-09-14 02:20:00.371+00', 't_fsveob6p269', NULL, 1, 1, NULL, NULL), -(10, 'get', '2021-09-14 02:19:53.274+00', '2021-09-14 02:20:00.371+00', 't_fsveob6p269', NULL, 1, 1, NULL, NULL), -(11, 'update', '2021-09-14 02:19:53.284+00', '2021-09-14 02:20:00.371+00', 't_fsveob6p269', NULL, 1, 1, NULL, NULL), -(12, 'destroy', '2021-09-14 02:19:53.294+00', '2021-09-14 02:20:00.371+00', 't_fsveob6p269', NULL, 1, 1, NULL, NULL); -SELECT setval('action_permissions_id_seq', (SELECT MAX(id) FROM "action_permissions"), true); diff --git a/packages/plugin-multi-apps/src/db/part2/14-field_permissions.sql b/packages/plugin-multi-apps/src/db/part2/14-field_permissions.sql deleted file mode 100644 index f48101efdf..0000000000 --- a/packages/plugin-multi-apps/src/db/part2/14-field_permissions.sql +++ /dev/null @@ -1,100 +0,0 @@ -INSERT INTO "field_permissions" ("created_at", "updated_at", "action_permission_id", "field_key") VALUES -('2021-09-14 02:19:38.034+00', '2021-09-14 02:19:38.034+00', 1, 'nv0iw8wdxmz'), -('2021-09-14 02:19:38.034+00', '2021-09-14 02:19:38.034+00', 1, 'lu1ibrb0yi2'), -('2021-09-14 02:19:38.034+00', '2021-09-14 02:19:38.034+00', 1, 'qpme60wf4lt'), -('2021-09-14 02:19:38.034+00', '2021-09-14 02:19:38.034+00', 1, 'fp2hcdcmxzm'), -('2021-09-14 02:19:38.034+00', '2021-09-14 02:19:38.034+00', 1, '0qx4mudmft8'), -('2021-09-14 02:19:38.034+00', '2021-09-14 02:19:38.034+00', 1, '19r6wt5b4m3'), -('2021-09-14 02:19:38.034+00', '2021-09-14 02:19:38.034+00', 1, 'nb09uq85geu'), -('2021-09-14 02:19:38.034+00', '2021-09-14 02:19:38.034+00', 1, 'ckyhgqq0jru'), -('2021-09-14 02:19:38.048+00', '2021-09-14 02:19:38.048+00', 2, 'nv0iw8wdxmz'), -('2021-09-14 02:19:38.048+00', '2021-09-14 02:19:38.048+00', 2, 'lu1ibrb0yi2'), -('2021-09-14 02:19:38.048+00', '2021-09-14 02:19:38.048+00', 2, 'qpme60wf4lt'), -('2021-09-14 02:19:38.048+00', '2021-09-14 02:19:38.048+00', 2, 'fp2hcdcmxzm'), -('2021-09-14 02:19:38.048+00', '2021-09-14 02:19:38.048+00', 2, '0qx4mudmft8'), -('2021-09-14 02:19:38.048+00', '2021-09-14 02:19:38.048+00', 2, '19r6wt5b4m3'), -('2021-09-14 02:19:38.048+00', '2021-09-14 02:19:38.048+00', 2, 'nb09uq85geu'), -('2021-09-14 02:19:38.048+00', '2021-09-14 02:19:38.048+00', 2, 'ckyhgqq0jru'), -('2021-09-14 02:19:38.062+00', '2021-09-14 02:19:38.062+00', 3, 'nv0iw8wdxmz'), -('2021-09-14 02:19:38.062+00', '2021-09-14 02:19:38.062+00', 3, 'lu1ibrb0yi2'), -('2021-09-14 02:19:38.062+00', '2021-09-14 02:19:38.062+00', 3, 'qpme60wf4lt'), -('2021-09-14 02:19:38.062+00', '2021-09-14 02:19:38.062+00', 3, 'fp2hcdcmxzm'), -('2021-09-14 02:19:38.062+00', '2021-09-14 02:19:38.062+00', 3, '0qx4mudmft8'), -('2021-09-14 02:19:38.062+00', '2021-09-14 02:19:38.062+00', 3, '19r6wt5b4m3'), -('2021-09-14 02:19:38.062+00', '2021-09-14 02:19:38.062+00', 3, 'nb09uq85geu'), -('2021-09-14 02:19:38.062+00', '2021-09-14 02:19:38.062+00', 3, 'ckyhgqq0jru'), -('2021-09-14 02:19:45.611+00', '2021-09-14 02:19:45.611+00', 5, '8ms3ivkxaku'), -('2021-09-14 02:19:45.611+00', '2021-09-14 02:19:45.611+00', 5, 'sj5p2y4ac06'), -('2021-09-14 02:19:45.611+00', '2021-09-14 02:19:45.611+00', 5, '78h1q25dt1h'), -('2021-09-14 02:19:45.611+00', '2021-09-14 02:19:45.611+00', 5, '1fvb1qre4ut'), -('2021-09-14 02:19:45.611+00', '2021-09-14 02:19:45.611+00', 5, 's30o2rkxcht'), -('2021-09-14 02:19:45.611+00', '2021-09-14 02:19:45.611+00', 5, 'e76mvcf7a1r'), -('2021-09-14 02:19:45.611+00', '2021-09-14 02:19:45.611+00', 5, 'c385a9rhd6d'), -('2021-09-14 02:19:45.611+00', '2021-09-14 02:19:45.611+00', 5, 'aun85p76s0v'), -('2021-09-14 02:19:45.622+00', '2021-09-14 02:19:45.622+00', 6, '8ms3ivkxaku'), -('2021-09-14 02:19:45.622+00', '2021-09-14 02:19:45.622+00', 6, 'sj5p2y4ac06'), -('2021-09-14 02:19:45.622+00', '2021-09-14 02:19:45.622+00', 6, '78h1q25dt1h'), -('2021-09-14 02:19:45.622+00', '2021-09-14 02:19:45.622+00', 6, '1fvb1qre4ut'), -('2021-09-14 02:19:45.622+00', '2021-09-14 02:19:45.622+00', 6, 's30o2rkxcht'), -('2021-09-14 02:19:45.622+00', '2021-09-14 02:19:45.622+00', 6, 'e76mvcf7a1r'), -('2021-09-14 02:19:45.622+00', '2021-09-14 02:19:45.622+00', 6, 'c385a9rhd6d'), -('2021-09-14 02:19:45.622+00', '2021-09-14 02:19:45.622+00', 6, 'aun85p76s0v'), -('2021-09-14 02:19:45.631+00', '2021-09-14 02:19:45.631+00', 7, '8ms3ivkxaku'), -('2021-09-14 02:19:45.631+00', '2021-09-14 02:19:45.631+00', 7, 'sj5p2y4ac06'), -('2021-09-14 02:19:45.631+00', '2021-09-14 02:19:45.631+00', 7, '78h1q25dt1h'), -('2021-09-14 02:19:45.631+00', '2021-09-14 02:19:45.631+00', 7, '1fvb1qre4ut'), -('2021-09-14 02:19:45.631+00', '2021-09-14 02:19:45.631+00', 7, 's30o2rkxcht'), -('2021-09-14 02:19:45.631+00', '2021-09-14 02:19:45.631+00', 7, 'e76mvcf7a1r'), -('2021-09-14 02:19:45.631+00', '2021-09-14 02:19:45.631+00', 7, 'c385a9rhd6d'), -('2021-09-14 02:19:45.631+00', '2021-09-14 02:19:45.631+00', 7, 'aun85p76s0v'), -('2021-09-14 02:19:53.27+00', '2021-09-14 02:19:53.27+00', 9, 'mqcm1jb1ziw'), -('2021-09-14 02:19:53.27+00', '2021-09-14 02:19:53.27+00', 9, '2abol7bhbmj'), -('2021-09-14 02:19:53.27+00', '2021-09-14 02:19:53.27+00', 9, 'bz701wfev96'), -('2021-09-14 02:19:53.27+00', '2021-09-14 02:19:53.27+00', 9, 'ymwwuuje5cf'), -('2021-09-14 02:19:53.27+00', '2021-09-14 02:19:53.27+00', 9, 'f_c8mes0kp1zt'), -('2021-09-14 02:19:53.27+00', '2021-09-14 02:19:53.27+00', 9, 'mnglxpxjqs4'), -('2021-09-14 02:19:53.27+00', '2021-09-14 02:19:53.27+00', 9, 'kru7yomwffj'), -('2021-09-14 02:19:53.27+00', '2021-09-14 02:19:53.27+00', 9, 'hfry2ook2w4'), -('2021-09-14 02:19:53.27+00', '2021-09-14 02:19:53.27+00', 9, 'xjnnqtckv6o'), -('2021-09-14 02:19:53.27+00', '2021-09-14 02:19:53.27+00', 9, 'lie1tta3peq'), -('2021-09-14 02:19:53.27+00', '2021-09-14 02:19:53.27+00', 9, 'zobi3o3dqzp'), -('2021-09-14 02:19:53.27+00', '2021-09-14 02:19:53.27+00', 9, 'gjc3mks1xvj'), -('2021-09-14 02:19:53.27+00', '2021-09-14 02:19:53.27+00', 9, '9cpd377df7t'), -('2021-09-14 02:19:53.28+00', '2021-09-14 02:19:53.28+00', 10, 'mqcm1jb1ziw'), -('2021-09-14 02:19:53.28+00', '2021-09-14 02:19:53.28+00', 10, '2abol7bhbmj'), -('2021-09-14 02:19:53.28+00', '2021-09-14 02:19:53.28+00', 10, 'bz701wfev96'), -('2021-09-14 02:19:53.28+00', '2021-09-14 02:19:53.28+00', 10, 'ymwwuuje5cf'), -('2021-09-14 02:19:53.28+00', '2021-09-14 02:19:53.28+00', 10, 'f_c8mes0kp1zt'), -('2021-09-14 02:19:53.28+00', '2021-09-14 02:19:53.28+00', 10, 'mnglxpxjqs4'), -('2021-09-14 02:19:53.28+00', '2021-09-14 02:19:53.28+00', 10, 'kru7yomwffj'), -('2021-09-14 02:19:53.28+00', '2021-09-14 02:19:53.28+00', 10, 'hfry2ook2w4'), -('2021-09-14 02:19:53.28+00', '2021-09-14 02:19:53.28+00', 10, 'xjnnqtckv6o'), -('2021-09-14 02:19:53.28+00', '2021-09-14 02:19:53.28+00', 10, 'lie1tta3peq'), -('2021-09-14 02:19:53.28+00', '2021-09-14 02:19:53.28+00', 10, 'zobi3o3dqzp'), -('2021-09-14 02:19:53.28+00', '2021-09-14 02:19:53.28+00', 10, 'gjc3mks1xvj'), -('2021-09-14 02:19:53.28+00', '2021-09-14 02:19:53.28+00', 10, '9cpd377df7t'), -('2021-09-14 02:19:53.291+00', '2021-09-14 02:19:53.291+00', 11, 'mqcm1jb1ziw'), -('2021-09-14 02:19:53.291+00', '2021-09-14 02:19:53.291+00', 11, '2abol7bhbmj'), -('2021-09-14 02:19:53.291+00', '2021-09-14 02:19:53.291+00', 11, 'bz701wfev96'), -('2021-09-14 02:19:53.291+00', '2021-09-14 02:19:53.291+00', 11, 'ymwwuuje5cf'), -('2021-09-14 02:19:53.291+00', '2021-09-14 02:19:53.291+00', 11, 'f_c8mes0kp1zt'), -('2021-09-14 02:19:53.291+00', '2021-09-14 02:19:53.291+00', 11, 'mnglxpxjqs4'), -('2021-09-14 02:19:53.291+00', '2021-09-14 02:19:53.291+00', 11, 'kru7yomwffj'), -('2021-09-14 02:19:53.291+00', '2021-09-14 02:19:53.291+00', 11, 'hfry2ook2w4'), -('2021-09-14 02:19:53.291+00', '2021-09-14 02:19:53.291+00', 11, 'xjnnqtckv6o'), -('2021-09-14 02:19:53.291+00', '2021-09-14 02:19:53.291+00', 11, 'lie1tta3peq'), -('2021-09-14 02:19:53.291+00', '2021-09-14 02:19:53.291+00', 11, 'zobi3o3dqzp'), -('2021-09-14 02:19:53.291+00', '2021-09-14 02:19:53.291+00', 11, 'gjc3mks1xvj'), -('2021-09-14 02:19:53.291+00', '2021-09-14 02:19:53.291+00', 11, '9cpd377df7t'), -('2021-09-14 02:20:00.344+00', '2021-09-14 02:20:00.344+00', 13, 'f_6rhh0scyw9k'), -('2021-09-14 02:20:00.344+00', '2021-09-14 02:20:00.344+00', 13, 'f_80zv5suy9t6'), -('2021-09-14 02:20:00.344+00', '2021-09-14 02:20:00.344+00', 13, 'f_j367murpzm9'), -('2021-09-14 02:20:00.344+00', '2021-09-14 02:20:00.344+00', 13, '6rm0lspbpeh'), -('2021-09-14 02:20:00.353+00', '2021-09-14 02:20:00.353+00', 14, 'f_6rhh0scyw9k'), -('2021-09-14 02:20:00.353+00', '2021-09-14 02:20:00.353+00', 14, 'f_80zv5suy9t6'), -('2021-09-14 02:20:00.353+00', '2021-09-14 02:20:00.353+00', 14, 'f_j367murpzm9'), -('2021-09-14 02:20:00.353+00', '2021-09-14 02:20:00.353+00', 14, '6rm0lspbpeh'), -('2021-09-14 02:20:00.361+00', '2021-09-14 02:20:00.361+00', 15, 'f_6rhh0scyw9k'), -('2021-09-14 02:20:00.361+00', '2021-09-14 02:20:00.361+00', 15, 'f_80zv5suy9t6'), -('2021-09-14 02:20:00.361+00', '2021-09-14 02:20:00.361+00', 15, 'f_j367murpzm9'), -('2021-09-14 02:20:00.361+00', '2021-09-14 02:20:00.361+00', 15, '6rm0lspbpeh'); diff --git a/packages/plugin-multi-apps/src/db/part2/15-roles_ui_schemas.sql b/packages/plugin-multi-apps/src/db/part2/15-roles_ui_schemas.sql deleted file mode 100644 index 6947cfac1a..0000000000 --- a/packages/plugin-multi-apps/src/db/part2/15-roles_ui_schemas.sql +++ /dev/null @@ -1,51 +0,0 @@ -INSERT INTO "roles_ui_schemas" ("created_at", "updated_at", "ui_schema_key", "role_name") VALUES -('2021-09-14 02:19:13.669+00', '2021-09-14 02:19:13.669+00', '0b73gccskc2', 'r_tfs4qtaxjcs'), -('2021-09-14 02:19:13.669+00', '2021-09-14 02:19:13.669+00', 'hall72478p5', 'r_tfs4qtaxjcs'), -('2021-09-14 02:19:13.669+00', '2021-09-14 02:19:13.669+00', 'im4un32remd', 'r_tfs4qtaxjcs'), -('2021-09-14 02:19:13.669+00', '2021-09-14 02:19:13.669+00', 'wfa10dg0vyl', 'r_tfs4qtaxjcs'), -('2021-09-14 02:19:13.669+00', '2021-09-14 02:19:13.669+00', 'k33sn747t75', 'r_tfs4qtaxjcs'), -('2021-09-14 02:19:13.669+00', '2021-09-14 02:19:13.669+00', '6chv7wh9gy9', 'r_tfs4qtaxjcs'), -('2021-09-14 02:19:13.669+00', '2021-09-14 02:19:13.669+00', 'h41g5aiikz1', 'r_tfs4qtaxjcs'), -('2021-09-14 02:19:13.669+00', '2021-09-14 02:19:13.669+00', '66g7jbpqsen', 'r_tfs4qtaxjcs'), -('2021-09-14 02:19:13.669+00', '2021-09-14 02:19:13.669+00', 'on7wtx4zj4i', 'r_tfs4qtaxjcs'), -('2021-09-14 02:19:13.669+00', '2021-09-14 02:19:13.669+00', '2fmrebsf4gp', 'r_tfs4qtaxjcs'), -('2021-09-14 02:19:13.669+00', '2021-09-14 02:19:13.669+00', 'p5e092zc0ot', 'r_tfs4qtaxjcs'), -('2021-09-14 02:19:13.669+00', '2021-09-14 02:19:13.669+00', '2eacz1979l5', 'r_tfs4qtaxjcs'), -('2021-09-14 02:19:13.669+00', '2021-09-14 02:19:13.669+00', 'ouuvop86xkn', 'r_tfs4qtaxjcs'), -('2021-09-14 02:19:13.669+00', '2021-09-14 02:19:13.669+00', '6zdy7upftb2', 'r_tfs4qtaxjcs'), -('2021-09-14 02:19:13.669+00', '2021-09-14 02:19:13.669+00', 'h3irsnu3clo', 'r_tfs4qtaxjcs'), -('2021-09-14 02:19:13.669+00', '2021-09-14 02:19:13.669+00', '2891oprcahh', 'r_tfs4qtaxjcs'), -('2021-09-14 02:19:13.669+00', '2021-09-14 02:19:13.669+00', 'tqpxc3hilti', 'r_tfs4qtaxjcs'), -('2021-09-14 02:19:13.669+00', '2021-09-14 02:19:13.669+00', 'kme85fmbfdp', 'r_tfs4qtaxjcs'), -('2021-09-14 02:19:13.669+00', '2021-09-14 02:19:13.669+00', '75uiuzj3a2y', 'r_tfs4qtaxjcs'), -('2021-09-14 02:19:13.669+00', '2021-09-14 02:19:13.669+00', 'o6vjinhjhad', 'r_tfs4qtaxjcs'), -('2021-09-14 02:19:13.669+00', '2021-09-14 02:19:13.669+00', 'knyew80qe7m', 'r_tfs4qtaxjcs'), -('2021-09-14 02:19:13.669+00', '2021-09-14 02:19:13.669+00', 'gd7t6lt75n9', 'r_tfs4qtaxjcs'), -('2021-09-14 02:19:13.669+00', '2021-09-14 02:19:13.669+00', '1i8da3k889z', 'r_tfs4qtaxjcs'), -('2021-09-14 02:19:13.669+00', '2021-09-14 02:19:13.669+00', 'mqr5sytnrex', 'r_tfs4qtaxjcs'), -('2021-09-14 02:20:09.49+00', '2021-09-14 02:20:09.49+00', 'im4un32remd', 'r_np59b00ex8z'), -('2021-09-14 02:20:09.49+00', '2021-09-14 02:20:09.49+00', 'wfa10dg0vyl', 'r_np59b00ex8z'), -('2021-09-14 02:20:09.49+00', '2021-09-14 02:20:09.49+00', 'k33sn747t75', 'r_np59b00ex8z'), -('2021-09-14 02:20:09.49+00', '2021-09-14 02:20:09.49+00', '6chv7wh9gy9', 'r_np59b00ex8z'), -('2021-09-14 02:20:09.49+00', '2021-09-14 02:20:09.49+00', 'h41g5aiikz1', 'r_np59b00ex8z'), -('2021-09-14 02:20:09.49+00', '2021-09-14 02:20:09.49+00', '66g7jbpqsen', 'r_np59b00ex8z'), -('2021-09-14 02:20:09.49+00', '2021-09-14 02:20:09.49+00', 'on7wtx4zj4i', 'r_np59b00ex8z'), -('2021-09-14 02:20:09.49+00', '2021-09-14 02:20:09.49+00', '2fmrebsf4gp', 'r_np59b00ex8z'), -('2021-09-14 02:20:09.49+00', '2021-09-14 02:20:09.49+00', 'p5e092zc0ot', 'r_np59b00ex8z'), -('2021-09-14 02:20:09.49+00', '2021-09-14 02:20:09.49+00', '2eacz1979l5', 'r_np59b00ex8z'), -('2021-09-14 02:20:09.49+00', '2021-09-14 02:20:09.49+00', 'ouuvop86xkn', 'r_np59b00ex8z'), -('2021-09-14 02:20:09.49+00', '2021-09-14 02:20:09.49+00', '6zdy7upftb2', 'r_np59b00ex8z'), -('2021-09-14 02:20:09.49+00', '2021-09-14 02:20:09.49+00', 'h3irsnu3clo', 'r_np59b00ex8z'), -('2021-09-14 02:20:09.49+00', '2021-09-14 02:20:09.49+00', '2891oprcahh', 'r_np59b00ex8z'), -('2021-09-14 02:20:09.49+00', '2021-09-14 02:20:09.49+00', 'tqpxc3hilti', 'r_np59b00ex8z'), -('2021-09-14 02:20:09.49+00', '2021-09-14 02:20:09.49+00', 'kme85fmbfdp', 'r_np59b00ex8z'), -('2021-09-14 02:20:09.49+00', '2021-09-14 02:20:09.49+00', '75uiuzj3a2y', 'r_np59b00ex8z'), -('2021-09-14 02:20:09.49+00', '2021-09-14 02:20:09.49+00', 'o6vjinhjhad', 'r_np59b00ex8z'), -('2021-09-14 02:20:09.49+00', '2021-09-14 02:20:09.49+00', 'knyew80qe7m', 'r_np59b00ex8z'), -('2021-09-14 02:20:09.49+00', '2021-09-14 02:20:09.49+00', '43f9otxtq42', 'r_np59b00ex8z'), -('2021-09-14 02:20:09.49+00', '2021-09-14 02:20:09.49+00', 'dhye1xbbr3n', 'r_np59b00ex8z'), -('2021-09-14 02:20:09.49+00', '2021-09-14 02:20:09.49+00', '1i8da3k889z', 'r_np59b00ex8z'), -('2021-09-14 02:20:09.49+00', '2021-09-14 02:20:09.49+00', 'mqr5sytnrex', 'r_np59b00ex8z'), -('2021-09-14 02:22:46.7+00', '2021-09-14 02:22:46.7+00', '0b73gccskc2', 'r_np59b00ex8z'), -('2021-09-14 02:22:53.939+00', '2021-09-14 02:22:53.939+00', 'hall72478p5', 'r_np59b00ex8z'), -('2021-09-14 02:26:04.313+00', '2021-09-14 02:26:04.313+00', 'gd7t6lt75n9', 'r_np59b00ex8z'); diff --git a/packages/plugin-multi-apps/src/server.ts b/packages/plugin-multi-apps/src/server.ts index b842e91c12..0cb37b77bd 100644 --- a/packages/plugin-multi-apps/src/server.ts +++ b/packages/plugin-multi-apps/src/server.ts @@ -1,26 +1,7 @@ import { Application, PluginOptions } from '@nocobase/server'; import Koa from 'koa'; import { Model } from '@nocobase/database'; -import { readFileSync } from 'fs'; -import glob from 'glob'; import path from 'path'; -import compose from 'koa-compose'; - -function getInitSqls() { - const part1 = []; - const part2 = []; - const files1 = glob.sync(path.resolve(__dirname, './db/part1/*.sql')); - for (const file of files1) { - const sql = readFileSync(file).toString(); - part1.push(sql); - } - const files2 = glob.sync(path.resolve(__dirname, './db/part2/*.sql')); - for (const file of files2) { - const sql = readFileSync(file).toString(); - part2.push(sql); - } - return { part1, part2 }; -} function createApp(opts) { const { name } = opts; @@ -225,29 +206,6 @@ export default { }); await app.emitAsync('beforeStart'); await app.emitAsync('db.init'); - const transaction = await app.db.sequelize.transaction(); - const sqls = getInitSqls(); - try { - for (const sql of sqls.part1) { - await app.db.sequelize.query(sql, { transaction }); - } - await transaction.commit(); - } catch (error) { - await transaction.rollback(); - } - await app.db.getModel('collections').load({ - skipExisting: true, - }); - await app.db.sync(); - const transaction2 = await app.db.sequelize.transaction(); - try { - for (const sql of sqls.part2) { - await app.db.sequelize.query(sql, { transaction: transaction2 }); - } - await transaction2.commit(); - } catch (error) { - await transaction2.rollback(); - } this.app['apps'].set(name, app); model.set('status', 'running'); await model.save({ hooks: false });