perf: 调整iec104点表和增删接口
parent
8fcafde6aa
commit
f1aed43e7c
@ -0,0 +1,9 @@
|
||||
CREATE TABLE `iec_104_point` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`eqmid` int(11) DEFAULT NULL,
|
||||
`field` varchar(45) DEFAULT NULL,
|
||||
`stype` varchar(45) DEFAULT NULL COMMENT '类型 1:遥信 2:遥测',
|
||||
`sadr` int(11) DEFAULT NULL COMMENT '点位',
|
||||
`create_time` datetime DEFAULT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
Loading…
Reference in New Issue