将S7后台服务移植到DMS.Infrastructure项目中

This commit is contained in:
2025-07-24 22:03:26 +08:00
parent 35e5033094
commit 58cb05645e
9 changed files with 597 additions and 3 deletions

View File

@@ -140,4 +140,7 @@ public class Variable
/// 指示变量是否被修改。
/// </summary>
public bool IsModified { get; set; }
public PollLevelType PollLevelType { get; set; }
public DateTime UpdateTime { get; set; }
}