mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-27 13:47:10 +08:00
build: 10.8.24
fix: 变量离线后再次上线,如果值不变,会导致在线状态不刷新 fix: s7离线恢复时,可能触发多次协议握手导致异常
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user