结果接口: 通过属性名与mes编码对应,不使用PLC相对地址

This commit is contained in:
liming 蔡
2026-07-20 11:02:43 +08:00
parent b297ef0add
commit 6d2e1f4873
9 changed files with 154 additions and 111 deletions
+2 -2
View File
@@ -194,7 +194,7 @@ namespace JY.Model
/// <summary>
/// CCD列表(依据采集项参照表添加)
/// </summary>
[SugarColumn(IsIgnore = true)]
public Dictionary<int, string> PLCValDic { get; set; } = new Dictionary<int, string>();
//[SugarColumn(IsIgnore = true)]
//public Dictionary<int, string> PLCValDic { get; set; } = new Dictionary<int, string>();
}
}