Spostato su altro server REDIS x fase SIM
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace MachineSim
|
||||
namespace MachineSim
|
||||
{
|
||||
public class SimDisplayDataDTO: MP.MONO.Core.DTO.DisplayDataDTO
|
||||
public class SimDisplayDataDTO : MP.MONO.Core.DTO.DisplayDataDTO
|
||||
{
|
||||
#region Public Properties
|
||||
|
||||
public double SimMean { get; set; } = 0;
|
||||
public double SimStd { get; set; } = 1;
|
||||
|
||||
#endregion Public Properties
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user