BOM
hdy
2024-11-26 f47bd7409609995c7eebb81a0b92b6e4aff0bdbf
sql/table.sql
@@ -20,7 +20,7 @@
-- ----------------------------
-- 2、参数采集配置
-- ----------------------------
drop table if exists sc_opc_conf;
drop table if exists sc_collection_param_conf;
create table sc_collection_param_conf (
    id           bigint(20)      not null auto_increment    comment '主键id',
    product_code         varchar(64)     default ''                 comment '产品编码',