Add scada model type to scada element

This commit is contained in:
WQY\qiong
2023-04-06 00:50:44 +08:00
parent 2e4ae1bd9f
commit 02b5ef71f2
6 changed files with 141 additions and 28 deletions

View File

@@ -1,3 +1,5 @@
drop table if exists scada_element;
drop type if exists scada_element_status;
drop type if exists scada_model_type;