修改 建立電站異常設定

This commit is contained in:
b110212000 2021-08-27 09:16:05 +08:00
parent 1be7aebc1e
commit 55ea37a1f5

View File

@ -620,9 +620,9 @@ namespace SolarPower.Repository.Implement
`Id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`Deleted` tinyint(4) NOT NULL DEFAULT '0' COMMENT ' 0: 1:',
`PowerStationId` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '',
`Type` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0:PR值',
`UpperLimit` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '',
`LowerLimit` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '',
`Type` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT '0' COMMENT 'PR值',
`UpperLimit` decimal(10,2) DEFAULT NULL COMMENT '',
`LowerLimit` decimal(10,2) DEFAULT NULL COMMENT '',
`Alarm` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0:email通知',
`CreatedBy` int(10) unsigned NOT NULL COMMENT '',
`CreatedAt` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '',