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