src/Bro.Common.Model/Model/WarningSet.cs
@@ -10,7 +10,7 @@ /// <summary> /// PLC警报配置 /// </summary> public class WarningSet : IComplexDisplay, IWarningSet public class PLCWarningSet : IComplexDisplay, IWarningSet { [Category("索引设置")] [Description("PLC警报索引——字索引")] @@ -99,7 +99,7 @@ [Category("警报设置")] [DisplayName("警报类型")] [Description("警报设置:运动板卡 IO 类型(IN OUT)")] public IOModel WarningIOModel { get; set; } public IOType WarningIOModel { get; set; } [Category("触发设置")] [Description("true:高电平触发报警 false:低电平触发报警")]