更新 DML

This commit is contained in:
jessequ 2025-09-16 15:27:40 +08:00
parent 7d65b8267f
commit acf4323231
1 changed files with 2 additions and 3 deletions

View File

@ -1,16 +1,15 @@
-- supported attribute group
INSERT INTO
BASIC.ATTRIBUTE_GROUP (GROUP_TYPE, GROUP_NAME, IS_PUBLIC, REMARK)
VALUES
('base', '基础信息', 1,''),
('component', '基础信息', 1,''),
('base_extend', '扩展信息', 0,''),
('rated', '额定参数', 0,''),
('setup','设定参数',0,''),
('model','模型参数',0,''),
('stable','稳定参数',0,''),
('bay','间隔信息',1,''),
('bay','间隔信息',0,''),
('craft','工艺与负荷',0,''),
('integrity','设备完整性',0,''),
('behavior','行为信息',0,'');