暂时提交,等客户那边测试
This commit is contained in:
13
FrictionDataPoint.cs
Normal file
13
FrictionDataPoint.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
// FrictionDataPoint.cs
|
||||
using System;
|
||||
|
||||
namespace PLCDataMonitor
|
||||
{
|
||||
public class FrictionDataPoint
|
||||
{
|
||||
public DateTime Timestamp { get; set; }
|
||||
public double Friction1 { get; set; }
|
||||
public double Friction2 { get; set; }
|
||||
public bool IsPaused { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user