dbSchema/model/dml.sql

20 lines
597 B
MySQL
Raw Normal View History

2025-05-28 17:07:21 +08:00
-- supported standard component type
INSERT INTO
PUBLIC.COMPONENT_TYPE (TYPE, NAME, CONFIG)
VALUES
('bus','母线段','{}'),
('asyncmotor','异步电动机','{}'),
('cb','断路器','{}'),
('ct','电流互感器','{}'),
('pt','电压互感器','{}'),
('es','接地开关','{}'),
('fes','快速接地开关','{}'),
('cable','电缆','{}'),
('ds','隔离开关','{}'),
('dteds','双掷接地隔离开关','{}'),
('potential_indicator','带电指示器','{}'),
('lightning_arrester','避雷器','{}'),
('cable_termination','电缆出线套筒','{}'),
('cable_end','电缆端','{}');