build: 10.8.24

fix: 变量离线后再次上线,如果值不变,会导致在线状态不刷新
fix: s7离线恢复时,可能触发多次协议握手导致异常
This commit is contained in:
Diego
2025-06-25 11:17:04 +08:00
parent 6510c3e289
commit c80e57a4e8
82 changed files with 380 additions and 396 deletions

View File

@@ -4,9 +4,6 @@
{
public object FieldName { get; set; }
[Obsolete("名字拼错使用FieldName")]
public object FiledName { get { return FieldName; } set { FieldName = value; } }
public string AsName { get; set; }
public static List<SelectModel> Create(params SelectModel[] SelectModels)