1. 新增在线协同文档功能 v 1
This commit is contained in:
@@ -155,7 +155,7 @@ INSERT INTO system_menu(
|
||||
path, icon, component, status, component_name
|
||||
)
|
||||
VALUES (
|
||||
'1953701540574969857', '系统序列号管理', '', 2, 0, ${table.parentMenuId},
|
||||
'1953701540574969857', '系统序列号管理', '', 2, 0, 1,
|
||||
'sequence', '', 'system/sequence/index', 0, 'Sequence'
|
||||
);
|
||||
|
||||
@@ -259,4 +259,4 @@ VALUES
|
||||
(5021, 1, '固定值', 'FIXED', 'system_sequence_detail_rule_type', 0, 'primary', '', '固定字符串值', 'admin', SYSDATE, 'admin', SYSDATE, 0),
|
||||
(5022, 2, '日期格式', 'DATE', 'system_sequence_detail_rule_type', 0, 'success', '', '日期格式规则', 'admin', SYSDATE, 'admin', SYSDATE, 0),
|
||||
(5023, 3, '数字格式', 'NUMBER', 'system_sequence_detail_rule_type', 0, 'info', '', '数字格式规则', 'admin', SYSDATE, 'admin', SYSDATE, 0),
|
||||
(5024, 4, '自定义格式', 'CUSTOM', 'system_sequence_detail_rule_type', 0, 'warning', '', '自定义格式规则', 'admin', SYSDATE, 'admin', SYSDATE, 0); (5024, 4, '自定义格式', 'CUSTOM', 'system_sequence_detail_rule_type', 0, 'warning', '', '自定义格式规则', 'admin', NOW(), 'admin', NOW(), b'0');
|
||||
(5024, 4, '自定义格式', 'CUSTOM', 'system_sequence_detail_rule_type', 0, 'warning', '', '自定义格式规则', 'admin', SYSDATE, 'admin', SYSDATE, 0);
|
||||
|
||||
Reference in New Issue
Block a user