From 689dd676fc0efb31236d989334122590b7198d61 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期一, 16 三月 2026 09:30:11 +0800
Subject: [PATCH] 1
---
Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Core/Entities/InstanceConfig.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Core/Entities/InstanceConfig.cs b/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Core/Entities/InstanceConfig.cs
index a4fb716..bdd057c 100644
--- a/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Core/Entities/InstanceConfig.cs
+++ b/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Core/Entities/InstanceConfig.cs
@@ -11,25 +11,25 @@
/// <summary>
/// 瀹炰緥鍞竴鏍囪瘑
/// </summary>
- [JsonPropertyName("id")]
+ //[JsonPropertyName("id")]
public string Id { get; set; } = string.Empty;
/// <summary>
/// 瀹炰緥鍚嶇О
/// </summary>
- [JsonPropertyName("name")]
+ //[JsonPropertyName("name")]
public string Name { get; set; } = string.Empty;
/// <summary>
/// PLC鍨嬪彿
/// </summary>
- [JsonPropertyName("plcType")]
+ //[JsonPropertyName("plcType")]
public SiemensPLCType PLCType { get; set; }
/// <summary>
/// 鐩戝惉绔彛
/// </summary>
- [JsonPropertyName("port")]
+ //[JsonPropertyName("port")]
public int Port { get; set; }
/// <summary>
--
Gitblit v1.9.3