Commit 67fd5f60 authored by 潘栩锋's avatar 潘栩锋 🚴

添加 PLC 名称 用于报警时,能有提示

parent dcb852bf
...@@ -15,6 +15,11 @@ namespace FLY.Modbus ...@@ -15,6 +15,11 @@ namespace FLY.Modbus
{ {
public class PLCDevice public class PLCDevice
{ {
/// <summary>
/// PLC 名称 用于报警时,能有提示
/// </summary>
public string PlcName;
[JsonConverter(typeof(IPEndPointJsonConverter))] [JsonConverter(typeof(IPEndPointJsonConverter))]
public IPEndPoint EP; public IPEndPoint EP;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment