配置参数下载和解析的开发-未完成
This commit is contained in:
13
CapMachine.Wpf/Models/ProModelPars/Alarm.cs
Normal file
13
CapMachine.Wpf/Models/ProModelPars/Alarm.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace CapMachine.Wpf.Models.ProModelPars
|
||||
{
|
||||
public class Alarm
|
||||
{
|
||||
public double AlarmValue { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user