forked from ddrilling/AsbCloudServer
8 lines
167 B
C#
8 lines
167 B
C#
namespace AsbCloudApp.Data
|
|
{
|
|
public class ClusterRopStatDto
|
|
{
|
|
public double RopMax { get; set; }
|
|
public double RopAverage { get; set; }
|
|
}
|
|
} |