First Commit
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
namespace ReportingServices.ReportingObjects
|
||||
{
|
||||
public class EquipmentStateByDay
|
||||
{
|
||||
public string StartTime { get; set; }
|
||||
public string AvailablePct { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user