添加了端口号

This commit is contained in:
2025-07-04 14:42:28 +08:00
parent 3888addfa1
commit 2ea526d0e3
4 changed files with 14 additions and 2 deletions

View File

@@ -49,6 +49,11 @@ public class DbDevice
/// </summary>
public string Name { get; set; }
/// <summary>
/// 设备的端口号。
/// </summary>
public int Prot { get; set; }
/// <summary>
/// 设备的通信协议类型。
/// </summary>