9 lines
196 B
C#
9 lines
196 B
C#
namespace ReportingServices.ReportingObjects
|
|
{
|
|
public class EquipmentStateByDay
|
|
{
|
|
public string StartTime { get; set; }
|
|
public string AvailablePct { get; set; }
|
|
}
|
|
}
|