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

update-activiti20220802-activiti20220916.sql 53KB

1 dag geleden
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. delete from sys_menu where menu_id > 1999;
  2. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2000, '工作流', 0, 6, 'workflow', '', NULL, 1, 0, 'M', '0', '0', NULL, 'tree-table', 'admin', '2021-10-05 18:22:30', 'admin', '2021-10-23 14:31:30', '');
  3. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2001, '模型管理', 1560609093179654146, 1, 'model', 'workflow/model/index', NULL, 1, 0, 'C', '0', '0', 'workflow:model:list', 'build', 'admin', '2021-10-05 18:23:36', 'admin', '2022-08-19 20:46:49', '');
  4. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2002, '流程定义', 1560609093179654146, 2, 'definition', 'workflow/definition/index', NULL, 1, 1, 'C', '0', '0', NULL, 'build', 'admin', '2021-10-07 12:15:19', 'admin', '2022-08-19 20:47:02', '');
  5. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2003, '请假业务', 5, 1, 'leave', 'demo/leave/index', NULL, 1, 1, 'C', '0', '0', 'demo:leave:list', '#', 'admin', '2021-10-10 12:04:10', 'admin', '2022-03-26 15:25:54', '请假业务菜单');
  6. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2004, '请假业务查询', 2003, 1, '#', '', NULL, 1, 0, 'F', '0', '0', 'demo:leave:query', '#', 'admin', '2021-10-10 12:04:10', '', NULL, '');
  7. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2005, '请假业务新增', 2003, 2, '#', '', NULL, 1, 0, 'F', '0', '0', 'demo:leave:add', '#', 'admin', '2021-10-10 12:04:10', '', NULL, '');
  8. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2006, '请假业务修改', 2003, 3, '#', '', NULL, 1, 0, 'F', '0', '0', 'demo:leave:edit', '#', 'admin', '2021-10-10 12:04:10', '', NULL, '');
  9. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2007, '请假业务删除', 2003, 4, '#', '', NULL, 1, 0, 'F', '0', '0', 'demo:leave:remove', '#', 'admin', '2021-10-10 12:04:10', '', NULL, '');
  10. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2008, '请假业务导出', 2003, 5, '#', '', NULL, 1, 0, 'F', '0', '0', 'demo:leave:export', '#', 'admin', '2021-10-10 12:04:10', '', NULL, '');
  11. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2009, '运行中实例', 2000, 5, 'instacneRunning', 'workflow/instance/running', NULL, 1, 0, 'C', '0', '0', NULL, 'build', 'admin', '2021-10-16 20:33:59', 'admin', '2022-08-19 20:51:50', '');
  12. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2010, '待办任务', 2000, 3, 'taskWaiting', 'workflow/task/waiting', NULL, 1, 0, 'C', '0', '0', NULL, 'build', 'admin', '2021-10-17 16:12:12', 'admin', '2022-08-19 20:51:10', '');
  13. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2011, '已完成实例', 2000, 6, 'instanceFinish', 'workflow/instance/finish', NULL, 1, 0, 'C', '0', '0', NULL, 'build', 'admin', '2021-10-23 14:30:54', 'admin', '2022-08-19 20:52:04', '');
  14. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2012, '已办任务', 2000, 4, 'taskFinish', 'workflow/task/finish', NULL, 1, 0, 'C', '0', '0', NULL, 'build', 'admin', '2021-10-23 15:16:59', 'admin', '2022-08-19 20:51:42', '');
  15. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1494925781048545281, '个人待办', 0, 7, 'workflowPersonal', NULL, NULL, 1, 0, 'M', '0', '0', NULL, 'build', 'admin', '2022-02-19 14:44:15', 'admin', '2022-02-19 14:44:15', '');
  16. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1494926258733633538, '待办任务', 1494925781048545281, 1, 'personalWaiting', 'workflow/task/personalWaiting', NULL, 1, 1, 'C', '0', '0', NULL, 'build', 'admin', '2022-02-19 14:46:09', 'admin', '2022-02-19 14:46:09', '');
  17. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1494926586677874690, '已办任务', 1494925781048545281, 2, 'personalFinish', 'workflow/task/personalFinish', NULL, 1, 1, 'C', '0', '0', NULL, 'build', 'admin', '2022-02-19 14:47:27', 'admin', '2022-02-19 14:48:03', '');
  18. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1494926586677874691, '业务规则', 1560609093179654146, 3, 'businessRule', 'workflow/businessRule/index', NULL, 1, 0, 'C', '0', '0', 'workflow:businessRule:list', 'build', 'admin', '2022-02-19 14:51:05', 'admin', '2022-08-19 20:49:29', '业务规则菜单');
  19. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1494926586677874692, '业务规则查询', 1494926586677874691, 1, '#', '', NULL, 1, 0, 'F', '0', '0', 'workflow:businessRule:query', '#', 'admin', '2022-02-19 14:51:06', 'admin', '2022-07-15 21:14:15', '');
  20. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1494926586677874693, '业务规则新增', 1494926586677874691, 2, '#', '', NULL, 1, 0, 'F', '0', '0', 'workflow:businessRule:add', '#', 'admin', '2022-02-19 14:51:06', 'admin', '2022-07-15 21:14:56', '');
  21. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1494926586677874694, '业务规则修改', 1494926586677874691, 3, '#', '', NULL, 1, 0, 'F', '0', '0', 'workflow:businessRule:edit', '#', 'admin', '2022-02-19 14:51:06', 'admin', '2022-07-15 21:15:08', '');
  22. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1494926586677874695, '业务规则删除', 1494926586677874691, 4, '#', '', NULL, 1, 0, 'F', '0', '0', 'workflow:businessRule:remove', '#', 'admin', '2022-02-19 14:51:06', 'admin', '2022-07-15 21:15:18', '');
  23. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1494926586677874696, '业务规则导出', 1494926586677874691, 5, '#', '', NULL, 1, 0, 'F', '0', '0', 'workflow:businessRule:export', '#', 'admin', '2022-02-19 14:51:06', 'admin', '2022-07-15 21:15:46', '');
  24. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1537763506351398912, '消息通知', 2000, 7, 'message', 'workflow/message/index', NULL, 1, 0, 'C', '0', '0', 'workflow:message:list', 'build', 'admin', '2022-06-17 19:49:35', 'admin', '2022-08-19 20:50:16', '消息通知菜单');
  25. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1537763506351398913, '消息通知查询', 1537763506351398912, 1, '#', '', NULL, 1, 0, 'F', '0', '0', 'workflow:message:query', '#', 'admin', '2022-06-17 19:49:35', '', NULL, '');
  26. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1537763506351398914, '消息通知新增', 1537763506351398912, 2, '#', '', NULL, 1, 0, 'F', '0', '0', 'workflow:message:add', '#', 'admin', '2022-06-17 19:49:35', '', NULL, '');
  27. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1537763506351398915, '消息通知修改', 1537763506351398912, 3, '#', '', NULL, 1, 0, 'F', '0', '0', 'workflow:message:edit', '#', 'admin', '2022-06-17 19:49:35', '', NULL, '');
  28. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1537763506351398916, '消息通知删除', 1537763506351398912, 4, '#', '', NULL, 1, 0, 'F', '0', '0', 'workflow:message:remove', '#', 'admin', '2022-06-17 19:49:35', '', NULL, '');
  29. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1537763506351398917, '消息通知导出', 1537763506351398912, 5, '#', '', NULL, 1, 0, 'F', '0', '0', 'workflow:message:export', '#', 'admin', '2022-06-17 19:49:35', '', NULL, '');
  30. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1538090311987884033, '报表管理', 0, 8, 'report', NULL, NULL, 1, 0, 'M', '0', '0', NULL, 'chart', 'admin', '2022-06-18 17:24:41', 'admin', '2022-08-19 20:50:27', '');
  31. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1538090530318184449, '设计报表', 1538090311987884033, 1, 'jmreport', 'jmreport/index', NULL, 1, 0, 'C', '0', '0', NULL, '#', 'admin', '2022-06-18 17:25:33', 'admin', '2022-08-06 19:42:27', '');
  32. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1556235156136067072, '报表查看', 1538090311987884033, 2, 'reportView', 'jmreport/view', NULL, 1, 0, 'C', '0', '0', 'report:reportView:list', '#', 'admin', '2022-08-07 19:53:34', 'admin', '2022-08-07 19:55:51', '报表查看菜单');
  33. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1556235156136067073, '报表查看查询', 1556235156136067072, 1, '#', '', NULL, 1, 0, 'F', '0', '0', 'report:reportView:query', '#', 'admin', '2022-08-07 19:53:34', '', NULL, '');
  34. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1556235156136067074, '报表查看新增', 1556235156136067072, 2, '#', '', NULL, 1, 0, 'F', '0', '0', 'report:reportView:add', '#', 'admin', '2022-08-07 19:53:34', '', NULL, '');
  35. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1556235156136067075, '报表查看修改', 1556235156136067072, 3, '#', '', NULL, 1, 0, 'F', '0', '0', 'report:reportView:edit', '#', 'admin', '2022-08-07 19:53:34', '', NULL, '');
  36. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1556235156136067076, '报表查看删除', 1556235156136067072, 4, '#', '', NULL, 1, 0, 'F', '0', '0', 'report:reportView:remove', '#', 'admin', '2022-08-07 19:53:34', '', NULL, '');
  37. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1556235156136067077, '报表查看导出', 1556235156136067072, 5, '#', '', NULL, 1, 0, 'F', '0', '0', 'report:reportView:export', '#', 'admin', '2022-08-07 19:53:34', '', NULL, '');
  38. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1557707072126521344, '表单设计', 1560607731675021314, 1, 'dynamicForm', 'workflow/dynamicForm/index', NULL, 1, 0, 'C', '0', '0', 'workflow:dynamicForm:list', 'build', 'admin', '2022-08-11 20:40:34', 'admin', '2022-08-30 21:54:23', '流程单菜单');
  39. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1557707072126521345, '动态表单查询', 1557707072126521344, 1, '#', '', NULL, 1, 0, 'F', '0', '0', 'workflow:dynamicForm:query', '#', 'admin', '2022-08-11 20:40:34', 'admin', '2022-08-30 21:53:36', '');
  40. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1557707072126521346, '动态表单新增', 1557707072126521344, 2, '#', '', NULL, 1, 0, 'F', '0', '0', 'workflow:dynamicForm:add', '#', 'admin', '2022-08-11 20:40:34', 'admin', '2022-08-30 21:53:22', '');
  41. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1557707072126521347, '动态表单修改', 1557707072126521344, 3, '', '', NULL, 1, 0, 'F', '0', '0', 'workflow:dynamicForm:edit', '#', 'admin', '2022-08-11 20:40:34', 'admin', '2022-08-30 21:53:06', '');
  42. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1557707072126521348, '动态表单删除', 1557707072126521344, 4, '#', '', NULL, 1, 0, 'F', '0', '0', 'workflow:dynamicForm:remove', '#', 'admin', '2022-08-11 20:40:34', 'admin', '2022-08-30 21:52:54', '');
  43. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1557707072126521349, '动态表单导出', 1557707072126521344, 5, '#', '', NULL, 1, 0, 'F', '0', '0', 'workflow:dynamicForm:export', '#', 'admin', '2022-08-11 20:40:34', 'admin', '2022-08-30 21:52:31', '');
  44. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1560523639527620608, '我的单据', 1560607731675021314, 3, 'businessForm', 'workflow/businessForm/index', NULL, 1, 1, 'C', '0', '0', 'workflow:businessForm:list', 'build', 'admin', '2022-08-19 16:57:39', 'admin', '2022-08-20 18:26:51', '业务表单菜单');
  45. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1560523639527620609, '业务表单查询', 1560523639527620608, 1, '#', '', NULL, 1, 0, 'F', '0', '0', 'workflow:businessForm:query', '#', 'admin', '2022-08-19 16:57:39', '', NULL, '');
  46. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1560523639527620610, '业务表单新增', 1560523639527620608, 2, '#', '', NULL, 1, 0, 'F', '0', '0', 'workflow:businessForm:add', '#', 'admin', '2022-08-19 16:57:39', '', NULL, '');
  47. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1560523639527620611, '业务表单修改', 1560523639527620608, 3, '#', '', NULL, 1, 0, 'F', '0', '0', 'workflow:businessForm:edit', '#', 'admin', '2022-08-19 16:57:39', '', NULL, '');
  48. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1560523639527620612, '业务表单删除', 1560523639527620608, 4, '#', '', NULL, 1, 0, 'F', '0', '0', 'workflow:businessForm:remove', '#', 'admin', '2022-08-19 16:57:39', '', NULL, '');
  49. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1560523639527620613, '业务表单导出', 1560523639527620608, 5, '#', '', NULL, 1, 0, 'F', '0', '0', 'workflow:businessForm:export', '#', 'admin', '2022-08-19 16:57:39', '', NULL, '');
  50. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1560570936626032642, '业务表单', 1560607731675021314, 2, 'dynamicFormEnableList', 'workflow/dynamicForm/dynamicFormEnableList', NULL, 1, 1, 'C', '0', '0', NULL, 'build', 'admin', '2022-08-19 18:14:40', 'admin', '2022-08-30 22:00:33', '');
  51. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1560607731675021314, '表单管理', 2000, 2, 'from', NULL, NULL, 1, 0, 'M', '0', '0', NULL, 'build', 'admin', '2022-08-19 20:40:53', 'admin', '2022-08-19 20:40:53', '');
  52. INSERT INTO `sys_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1560609093179654146, '流程管理', 2000, 1, 'process', NULL, NULL, 1, 0, 'M', '0', '0', NULL, 'build', 'admin', '2022-08-19 20:46:17', 'admin', '2022-08-19 20:48:59', '');
  53. SET NAMES utf8mb4;
  54. SET FOREIGN_KEY_CHECKS = 0;
  55. -- ----------------------------
  56. -- Table structure for act_business_form
  57. -- ----------------------------
  58. DROP TABLE IF EXISTS `act_business_form`;
  59. CREATE TABLE `act_business_form` (
  60. `id` bigint(20) NOT NULL COMMENT '主键',
  61. `form_id` bigint(20) NOT NULL COMMENT '表单id',
  62. `form_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '表单key',
  63. `form_text` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '表单内容',
  64. `create_time` datetime(0) NOT NULL COMMENT '创建时间',
  65. `update_time` datetime(0) NOT NULL COMMENT '修改时间',
  66. `create_by` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '创建人',
  67. `update_by` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '更新人',
  68. `apply_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '单号',
  69. `form_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '表单名称',
  70. `form_value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '表单数据',
  71. PRIMARY KEY (`id`) USING BTREE
  72. ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '业务表单' ROW_FORMAT = Dynamic;
  73. -- ----------------------------
  74. -- Records of act_business_form
  75. -- ----------------------------
  76. INSERT INTO `act_business_form` VALUES (1571125019809366018, 1564617789102530562, 'leave', '{\n \"config\": {\n \"version\": \"1.10\",\n \"formRef\": \"elForm\",\n \"formModel\": \"form\",\n \"rules\": \"rules\",\n \"size\": \"medium\",\n \"labelPosition\": \"right\",\n \"labelWidth\": 80,\n \"formRules\": \"rules\",\n \"gutter\": 15,\n \"disabled\": false,\n \"dynamicTableAllowed\": true\n },\n \"list\": [\n {\n \"id\": \"fd_1661869116290\",\n \"_id\": \"fd_1661869116290\",\n \"compType\": \"input\",\n \"ele\": \"el-input\",\n \"compName\": \"单行文本\",\n \"compIcon\": \"input\",\n \"viewType\": \"text\",\n \"config\": true,\n \"showLabel\": true,\n \"label\": \"标题\",\n \"labelWidth\": 80,\n \"placeholder\": \"请输入文本\",\n \"required\": true,\n \"maxLength\": 50,\n \"gutter\": 15,\n \"span\": 24,\n \"width\": \"100%\",\n \"clearable\": true,\n \"disabled\": false,\n \"readonly\": false,\n \"status\": \"normal\",\n \"prefix-icon\": \"\",\n \"suffix-icon\": \"\",\n \"value\": \"\",\n \"rules\": [],\n \"rulesType\": \"default\",\n \"prepend\": \"\",\n \"append\": \"\",\n \"layout\": \"colItem\"\n },\n {\n \"id\": \"fd_1661869155095\",\n \"_id\": \"fd_1661869155095\",\n \"compType\": \"inputNumber\",\n \"ele\": \"el-inputNumber\",\n \"compName\": \"计数器\",\n \"label\": \"请假天数\",\n \"compIcon\": \"inputNumber\",\n \"viewType\": \"text\",\n \"config\": true,\n \"showLabel\": true,\n \"gutter\": 15,\n \"labelWidth\": 80,\n \"value\": 0,\n \"rules\": [],\n \"span\": 24,\n \"min\": 0,\n \"max\": 100,\n \"step\": 1,\n \"step-strictly\": false,\n \"precision\": 0,\n \"controls-position\": \"right\",\n \"disabled\": false,\n \"readonly\": false,\n \"required\": true,\n \"regList\": [],\n \"layout\": \"colItem\"\n },\n {\n \"id\": \"fd_1663290288838\",\n \"_id\": \"fd_1663290288838\",\n \"compType\": \"upload\",\n \"ele\": \"el-upload\",\n \"compName\": \"附件\",\n \"compIcon\": \"att\",\n \"viewType\": \"component\",\n \"config\": true,\n \"showLabel\": true,\n \"label\": \"附件上传\",\n \"labelWidth\": 80,\n \"gutter\": 15,\n \"span\": 24,\n \"required\": false,\n \"action\": \"http://localhost:8080/system/oss/upload\",\n \"multiple\": false,\n \"name\": \"file\",\n \"show-file-list\": true,\n \"list-type\": \"text\",\n \"value\": \"\",\n \"width\": 100,\n \"buttonText\": \"请上传附件\",\n \"showTip\": false,\n \"tips\": \"点击按钮上传附件\",\n \"accept\": \".pdf, .doc, .docx, .xls, .xlsx\",\n \"fileSize\": 10,\n \"headers\": {\n \"X-Access-Token\": \"token\"\n },\n \"layout\": \"colItem\"\n },\n {\n \"id\": \"fd_1661869176233\",\n \"_id\": \"fd_1661869176233\",\n \"compType\": \"textarea\",\n \"ele\": \"el-input\",\n \"compName\": \"多行文本\",\n \"compIcon\": \"textarea\",\n \"viewType\": \"text\",\n \"config\": true,\n \"showLabel\": true,\n \"label\": \"备注\",\n \"labelWidth\": 80,\n \"placeholder\": \"请输入文本\",\n \"type\": \"textarea\",\n \"required\": false,\n \"maxlength\": 50,\n \"show-word-limit\": false,\n \"gutter\": 15,\n \"span\": 24,\n \"clearable\": true,\n \"disabled\": false,\n \"readonly\": false,\n \"rows\": 4,\n \"status\": \"normal\",\n \"value\": \"\",\n \"rules\": [],\n \"ruleError\": \"该字段不能为空\",\n \"layout\": \"colItem\"\n },\n {\n \"id\": \"fd_1662039892744\",\n \"_id\": \"fd_1662039892744\",\n \"compType\": \"dynamicTable\",\n \"ele\": \"dynamic-table\",\n \"compName\": \"动态表格\",\n \"layout\": \"dynamicItem\",\n \"compIcon\": \"table\",\n \"labelWidth\": 0,\n \"showLabel\": false,\n \"config\": true,\n \"buttonAdd\": true,\n \"buttonDel\": true,\n \"showIndex\": true,\n \"visible\": true,\n \"multiCheck\": false,\n \"show-summary\": false,\n \"sum-text\": \"合计\",\n \"summary-text\": \"元\",\n \"columns\": [\n {\n \"id\": \"fd_1662039895205\",\n \"_id\": \"fd_1662039895205\",\n \"compType\": \"input\",\n \"ele\": \"el-input\",\n \"compName\": \"单行文本\",\n \"compIcon\": \"input\",\n \"viewType\": \"text\",\n \"config\": true,\n \"showLabel\": true,\n \"label\": \"单行文本\",\n \"labelWidth\": 80,\n \"placeholder\": \"请输入文本\",\n \"required\": false,\n \"maxLength\": 50,\n \"gutter\": 15,\n \"span\": 24,\n \"width\": \"100%\",\n \"clearable\": true,\n \"disabled\": false,\n \"readonly\": false,\n \"status\": \"normal\",\n \"prefix-icon\": \"\",\n \"suffix-icon\": \"\",\n \"value\": \"\",\n \"rules\": [],\n \"rulesType\": \"default\",\n \"prepend\": \"\",\n \"append\": \"\",\n \"layout\": \"colItem\"\n },\n {\n \"id\": \"fd_1662039897883\",\n \"_id\": \"fd_1662039897883\",\n \"compType\": \"input\",\n \"ele\": \"el-input\",\n \"compName\": \"单行文本\",\n \"compIcon\": \"input\",\n \"viewType\": \"text\",\n \"config\": true,\n \"showLabel\": true,\n \"label\": \"单行文本\",\n \"labelWidth\": 80,\n \"placeholder\": \"请输入文本\",\n \"required\": false,\n \"maxLength\": 50,\n \"gutter\": 15,\n \"span\": 24,\n \"width\": \"100%\",\n \"clearable\": true,\n \"disabled\": false,\n \"readonly\": false,\n \"status\": \"normal\",\n \"prefix-icon\": \"\",\n \"suffix-icon\": \"\",\n \"value\": \"\",\n \"rules\": [],\n \"rulesType\": \"default\",\n \"prepend\": \"\",\n \"append\": \"\",\n \"layout\": \"colItem\"\n },\n {\n \"id\": \"fd_1662039899230\",\n \"_id\": \"fd_1662039899230\",\n \"compType\": \"input\",\n \"ele\": \"el-input\",\n \"compName\": \"单行文本\",\n \"compIcon\": \"input\",\n \"viewType\": \"text\",\n \"config\": true,\n \"showLabel\": true,\n \"label\": \"单行文本\",\n \"labelWidth\": 80,\n \"placeholder\": \"请输入文本\",\n \"required\": false,\n \"maxLength\": 50,\n \"gutter\": 15,\n \"span\": 24,\n \"width\": \"100%\",\n \"clearable\": true,\n \"disabled\": false,\n \"readonly\": false,\n \"status\": \"normal\",\n \"prefix-icon\": \"\",\n \"suffix-icon\": \"\",\n \"value\": \"\",\n \"rules\": [],\n \"rulesType\": \"default\",\n \"prepend\": \"\",\n \"append\": \"\",\n \"layout\": \"colItem\"\n }\n ]\n }\n ]\n}', '2022-09-17 21:12:49', '2022-09-17 21:14:09', 'admin', 'admin', 'ACT202209171', 'leave', '{\n \"fd_1661869116290\": \"aaa\",\n \"fd_1661869155095\": 0,\n \"fd_1663290288838\": \"\",\n \"fd_1661869176233\": \"\",\n \"fd_1662039892744\": [\n {\n \"fd_1662039895205\": \"\",\n \"fd_1662039897883\": \"\",\n \"fd_1662039899230\": \"\",\n \"index\": 0\n }\n ]\n}');
  77. -- ----------------------------
  78. -- Table structure for act_dynamic_form
  79. -- ----------------------------
  80. DROP TABLE IF EXISTS `act_dynamic_form`;
  81. CREATE TABLE `act_dynamic_form` (
  82. `id` bigint(20) NOT NULL COMMENT '主键',
  83. `form_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '表单key',
  84. `form_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '表单名称',
  85. `form_designer_text` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '表单数据',
  86. `create_time` datetime(0) NOT NULL COMMENT '创建时间',
  87. `update_time` datetime(0) NOT NULL COMMENT '修改时间',
  88. `create_by` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '创建人',
  89. `update_by` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '更新人',
  90. `form_remark` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '表单备注',
  91. `status` tinyint(1) NOT NULL DEFAULT 1 COMMENT '状态,0禁用,1启用',
  92. `order_no` int(10) NULL DEFAULT NULL COMMENT '排序',
  93. PRIMARY KEY (`id`) USING BTREE
  94. ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '动态表单' ROW_FORMAT = Dynamic;
  95. -- ----------------------------
  96. -- Records of act_dynamic_form
  97. -- ----------------------------
  98. INSERT INTO `act_dynamic_form` VALUES (1564617789102530562, 'leave', 'leave', '{\n \"config\": {\n \"version\": \"1.10\",\n \"formRef\": \"elForm\",\n \"formModel\": \"form\",\n \"rules\": \"rules\",\n \"size\": \"medium\",\n \"labelPosition\": \"right\",\n \"labelWidth\": 80,\n \"formRules\": \"rules\",\n \"gutter\": 15,\n \"disabled\": false,\n \"dynamicTableAllowed\": true\n },\n \"list\": [\n {\n \"id\": \"fd_1661869116290\",\n \"_id\": \"fd_1661869116290\",\n \"compType\": \"input\",\n \"ele\": \"el-input\",\n \"compName\": \"单行文本\",\n \"compIcon\": \"input\",\n \"viewType\": \"text\",\n \"config\": true,\n \"showLabel\": true,\n \"label\": \"标题\",\n \"labelWidth\": 80,\n \"placeholder\": \"请输入文本\",\n \"required\": true,\n \"maxLength\": 50,\n \"gutter\": 15,\n \"span\": 24,\n \"width\": \"100%\",\n \"clearable\": true,\n \"disabled\": false,\n \"readonly\": false,\n \"status\": \"normal\",\n \"prefix-icon\": \"\",\n \"suffix-icon\": \"\",\n \"value\": \"\",\n \"rules\": [],\n \"rulesType\": \"default\",\n \"prepend\": \"\",\n \"append\": \"\",\n \"layout\": \"colItem\"\n },\n {\n \"id\": \"fd_1661869155095\",\n \"_id\": \"fd_1661869155095\",\n \"compType\": \"inputNumber\",\n \"ele\": \"el-inputNumber\",\n \"compName\": \"计数器\",\n \"label\": \"请假天数\",\n \"compIcon\": \"inputNumber\",\n \"viewType\": \"text\",\n \"config\": true,\n \"showLabel\": true,\n \"gutter\": 15,\n \"labelWidth\": 80,\n \"value\": 0,\n \"rules\": [],\n \"span\": 24,\n \"min\": 0,\n \"max\": 100,\n \"step\": 1,\n \"step-strictly\": false,\n \"precision\": 0,\n \"controls-position\": \"right\",\n \"disabled\": false,\n \"readonly\": false,\n \"required\": true,\n \"regList\": [],\n \"layout\": \"colItem\"\n },\n {\n \"id\": \"fd_1663290288838\",\n \"_id\": \"fd_1663290288838\",\n \"compType\": \"upload\",\n \"ele\": \"el-upload\",\n \"compName\": \"附件\",\n \"compIcon\": \"att\",\n \"viewType\": \"component\",\n \"config\": true,\n \"showLabel\": true,\n \"label\": \"附件上传\",\n \"labelWidth\": 80,\n \"gutter\": 15,\n \"span\": 24,\n \"required\": false,\n \"action\": \"http://localhost:8080/system/oss/upload\",\n \"multiple\": false,\n \"name\": \"file\",\n \"show-file-list\": true,\n \"list-type\": \"text\",\n \"value\": \"\",\n \"width\": 100,\n \"buttonText\": \"请上传附件\",\n \"showTip\": false,\n \"tips\": \"点击按钮上传附件\",\n \"accept\": \".pdf, .doc, .docx, .xls, .xlsx\",\n \"fileSize\": 10,\n \"headers\": {\n \"X-Access-Token\": \"token\"\n },\n \"layout\": \"colItem\"\n },\n {\n \"id\": \"fd_1661869176233\",\n \"_id\": \"fd_1661869176233\",\n \"compType\": \"textarea\",\n \"ele\": \"el-input\",\n \"compName\": \"多行文本\",\n \"compIcon\": \"textarea\",\n \"viewType\": \"text\",\n \"config\": true,\n \"showLabel\": true,\n \"label\": \"备注\",\n \"labelWidth\": 80,\n \"placeholder\": \"请输入文本\",\n \"type\": \"textarea\",\n \"required\": false,\n \"maxlength\": 50,\n \"show-word-limit\": false,\n \"gutter\": 15,\n \"span\": 24,\n \"clearable\": true,\n \"disabled\": false,\n \"readonly\": false,\n \"rows\": 4,\n \"status\": \"normal\",\n \"value\": \"\",\n \"rules\": [],\n \"ruleError\": \"该字段不能为空\",\n \"layout\": \"colItem\"\n },\n {\n \"id\": \"fd_1662039892744\",\n \"_id\": \"fd_1662039892744\",\n \"compType\": \"dynamicTable\",\n \"ele\": \"dynamic-table\",\n \"compName\": \"动态表格\",\n \"layout\": \"dynamicItem\",\n \"compIcon\": \"table\",\n \"labelWidth\": 0,\n \"showLabel\": false,\n \"config\": true,\n \"buttonAdd\": true,\n \"buttonDel\": true,\n \"showIndex\": true,\n \"visible\": true,\n \"multiCheck\": false,\n \"show-summary\": false,\n \"sum-text\": \"合计\",\n \"summary-text\": \"元\",\n \"columns\": [\n {\n \"id\": \"fd_1662039895205\",\n \"_id\": \"fd_1662039895205\",\n \"compType\": \"input\",\n \"ele\": \"el-input\",\n \"compName\": \"单行文本\",\n \"compIcon\": \"input\",\n \"viewType\": \"text\",\n \"config\": true,\n \"showLabel\": true,\n \"label\": \"单行文本\",\n \"labelWidth\": 80,\n \"placeholder\": \"请输入文本\",\n \"required\": false,\n \"maxLength\": 50,\n \"gutter\": 15,\n \"span\": 24,\n \"width\": \"100%\",\n \"clearable\": true,\n \"disabled\": false,\n \"readonly\": false,\n \"status\": \"normal\",\n \"prefix-icon\": \"\",\n \"suffix-icon\": \"\",\n \"value\": \"\",\n \"rules\": [],\n \"rulesType\": \"default\",\n \"prepend\": \"\",\n \"append\": \"\",\n \"layout\": \"colItem\"\n },\n {\n \"id\": \"fd_1662039897883\",\n \"_id\": \"fd_1662039897883\",\n \"compType\": \"input\",\n \"ele\": \"el-input\",\n \"compName\": \"单行文本\",\n \"compIcon\": \"input\",\n \"viewType\": \"text\",\n \"config\": true,\n \"showLabel\": true,\n \"label\": \"单行文本\",\n \"labelWidth\": 80,\n \"placeholder\": \"请输入文本\",\n \"required\": false,\n \"maxLength\": 50,\n \"gutter\": 15,\n \"span\": 24,\n \"width\": \"100%\",\n \"clearable\": true,\n \"disabled\": false,\n \"readonly\": false,\n \"status\": \"normal\",\n \"prefix-icon\": \"\",\n \"suffix-icon\": \"\",\n \"value\": \"\",\n \"rules\": [],\n \"rulesType\": \"default\",\n \"prepend\": \"\",\n \"append\": \"\",\n \"layout\": \"colItem\"\n },\n {\n \"id\": \"fd_1662039899230\",\n \"_id\": \"fd_1662039899230\",\n \"compType\": \"input\",\n \"ele\": \"el-input\",\n \"compName\": \"单行文本\",\n \"compIcon\": \"input\",\n \"viewType\": \"text\",\n \"config\": true,\n \"showLabel\": true,\n \"label\": \"单行文本\",\n \"labelWidth\": 80,\n \"placeholder\": \"请输入文本\",\n \"required\": false,\n \"maxLength\": 50,\n \"gutter\": 15,\n \"span\": 24,\n \"width\": \"100%\",\n \"clearable\": true,\n \"disabled\": false,\n \"readonly\": false,\n \"status\": \"normal\",\n \"prefix-icon\": \"\",\n \"suffix-icon\": \"\",\n \"value\": \"\",\n \"rules\": [],\n \"rulesType\": \"default\",\n \"prepend\": \"\",\n \"append\": \"\",\n \"layout\": \"colItem\"\n }\n ]\n }\n ]\n}', '2022-08-30 22:15:25', '2022-09-16 09:16:34', 'admin', 'admin', '请假单', 1, 0);
  99. INSERT INTO `act_dynamic_form` VALUES (1566673314984882177, 'test', 'car', '{\n \"config\": {\n \"version\": \"1.10\",\n \"formRef\": \"elForm\",\n \"formModel\": \"form\",\n \"rules\": \"rules\",\n \"size\": \"medium\",\n \"labelPosition\": \"right\",\n \"labelWidth\": 80,\n \"formRules\": \"rules\",\n \"gutter\": 15,\n \"disabled\": false,\n \"dynamicTableAllowed\": true\n },\n \"list\": [\n {\n \"id\": \"row_1662368045315\",\n \"_id\": \"row_1662368045315\",\n \"compType\": \"row\",\n \"compName\": \"栅格布局\",\n \"ele\": \"el-row\",\n \"compIcon\": \"col\",\n \"layout\": \"rowItem\",\n \"config\": true,\n \"flex\": \"default\",\n \"justify\": \"start\",\n \"align\": \"top\",\n \"gutter\": 0,\n \"columns\": [\n {\n \"index\": 0,\n \"span\": 12,\n \"list\": [\n {\n \"id\": \"fd_1662368051363\",\n \"_id\": \"fd_1662368051363\",\n \"compType\": \"date\",\n \"ele\": \"el-date-picker\",\n \"compName\": \"日期\",\n \"compIcon\": \"date\",\n \"viewType\": \"text\",\n \"config\": true,\n \"showLabel\": true,\n \"label\": \"日期\",\n \"labelWidth\": 80,\n \"placeholder\": \"请选择\",\n \"required\": false,\n \"maxLength\": 50,\n \"gutter\": 15,\n \"span\": 24,\n \"clearable\": true,\n \"disabled\": false,\n \"readonly\": false,\n \"value\": \"\",\n \"rules\": [],\n \"type\": \"date\",\n \"format\": \"yyyy-MM-dd\",\n \"value-format\": \"yyyy-MM-dd\",\n \"range-separator\": \"-\",\n \"start-placeholder\": \"开始日期\",\n \"end-placeholder\": \"结束日期\",\n \"layout\": \"colItem\"\n }\n ]\n },\n {\n \"index\": 1,\n \"span\": 12,\n \"list\": [\n {\n \"id\": \"fd_1662368109738\",\n \"_id\": \"fd_1662368109738\",\n \"compType\": \"inputNumber\",\n \"ele\": \"el-inputNumber\",\n \"compName\": \"计数器\",\n \"label\": \"人数\",\n \"compIcon\": \"inputNumber\",\n \"viewType\": \"text\",\n \"config\": true,\n \"showLabel\": true,\n \"gutter\": 15,\n \"labelWidth\": 80,\n \"value\": 1,\n \"rules\": [],\n \"span\": 24,\n \"min\": 0,\n \"max\": 7,\n \"step\": 1,\n \"step-strictly\": false,\n \"precision\": 0,\n \"controls-position\": \"default\",\n \"disabled\": false,\n \"readonly\": false,\n \"required\": false,\n \"regList\": [],\n \"layout\": \"colItem\"\n }\n ]\n }\n ]\n },\n {\n \"id\": \"fd_1662359156213\",\n \"_id\": \"fd_1662359156213\",\n \"compType\": \"divider\",\n \"ele\": \"el-divider\",\n \"compName\": \"分割线\",\n \"compIcon\": \"divider\",\n \"viewType\": \"component\",\n \"config\": true,\n \"form\": false,\n \"content-position\": \"center\",\n \"text\": \"这是分割线\",\n \"showLabel\": false,\n \"labelWidth\": \"0\",\n \"layout\": \"colItem\"\n },\n {\n \"id\": \"fd_1662359534984\",\n \"_id\": \"fd_1662359534984\",\n \"compType\": \"upload\",\n \"ele\": \"el-upload\",\n \"compName\": \"附件\",\n \"compIcon\": \"att\",\n \"viewType\": \"component\",\n \"config\": true,\n \"showLabel\": true,\n \"label\": \"附件上传\",\n \"labelWidth\": 80,\n \"gutter\": 15,\n \"span\": 24,\n \"required\": true,\n \"action\": \"http://localhost:8080/system/oss/upload\",\n \"multiple\": false,\n \"name\": \"file\",\n \"show-file-list\": true,\n \"list-type\": \"text\",\n \"value\": \"\",\n \"width\": 100,\n \"buttonText\": \"请上传附件\",\n \"showTip\": true,\n \"tips\": \"点击按钮上传附件\",\n \"accept\": \".pdf, .doc, .docx, .xls, .xlsx\",\n \"fileSize\": 10,\n \"layout\": \"colItem\"\n },\n {\n \"id\": \"fd_1662359182925\",\n \"_id\": \"fd_1662359182925\",\n \"compType\": \"textarea\",\n \"ele\": \"el-input\",\n \"compName\": \"多行文本\",\n \"compIcon\": \"textarea\",\n \"viewType\": \"text\",\n \"config\": true,\n \"showLabel\": true,\n \"label\": \"用车理由\",\n \"labelWidth\": 80,\n \"placeholder\": \"请输入文本\",\n \"type\": \"textarea\",\n \"required\": false,\n \"maxlength\": 50,\n \"show-word-limit\": false,\n \"gutter\": 15,\n \"span\": 24,\n \"clearable\": true,\n \"disabled\": false,\n \"readonly\": false,\n \"rows\": 4,\n \"status\": \"normal\",\n \"value\": \"\",\n \"rules\": [],\n \"ruleError\": \"该字段不能为空\",\n \"layout\": \"colItem\"\n }\n ]\n}', '2022-09-05 14:23:20', '2022-09-05 16:55:40', 'admin', 'admin', '用车申请', 1, 1);
  100. -- ----------------------------
  101. -- Table structure for act_process_def_setting
  102. -- ----------------------------
  103. DROP TABLE IF EXISTS `act_process_def_setting`;
  104. CREATE TABLE `act_process_def_setting` (
  105. `id` bigint(20) NOT NULL COMMENT '主键',
  106. `process_definition_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '流程定义id',
  107. `process_definition_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '流程定义key',
  108. `process_definition_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '流程定义名称',
  109. `business_type` tinyint(255) NOT NULL DEFAULT 0 COMMENT '业务类型,0动态表单,1业务单据',
  110. `form_id` bigint(20) NULL DEFAULT NULL COMMENT '表单id',
  111. `form_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '表单key',
  112. `form_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '表单名称',
  113. `form_variable` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '动态表单中参数id,多个用英文逗号隔开',
  114. `component_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '组件名称',
  115. `remark` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注',
  116. `create_time` datetime(0) NOT NULL COMMENT '创建时间',
  117. `update_time` datetime(0) NOT NULL COMMENT '更新时间',
  118. `create_by` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '创建人',
  119. `update_by` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '更新人',
  120. PRIMARY KEY (`id`) USING BTREE
  121. ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '流程定义设置' ROW_FORMAT = Dynamic;
  122. -- ----------------------------
  123. -- Records of act_process_def_setting
  124. -- ----------------------------
  125. INSERT INTO `act_process_def_setting` VALUES (1571123355643756545, 'leave:1:1557024097592406017', 'leave', '请假单', 1, NULL, NULL, NULL, NULL, 'leaveForm', NULL, '2022-09-17 21:06:13', '2022-09-17 21:06:13', 'admin', 'admin');
  126. INSERT INTO `act_process_def_setting` VALUES (1571124972073992193, 'test:1:1571124932764975106', 'test', 'test', 0, 1564617789102530562, 'leave', 'leave', NULL, NULL, NULL, '2022-09-17 21:12:38', '2022-09-17 21:12:38', 'admin', 'admin');
  127. SET FOREIGN_KEY_CHECKS = 1;