This commit is contained in:
xyy
2026-03-25 21:19:50 +08:00
parent aa4f3e1f4c
commit fe2332d56d
4 changed files with 151 additions and 6 deletions

View File

@@ -73,6 +73,11 @@ namespace PLCDataMonitor
public float? D { get; set; }
// 【新增】用于存储净运行时间(秒),用于导出和绘图
public double ElapsedSeconds { get; set; }
public string Id { get; set; }
// 构造函数(用于创建数据实例)