9 lines
203 B
C#

namespace ReportingServices.Models.ProductionReport
{
public class EquipmentStateByDay
{
public string StartTime { get; set; }
public string AvailablePct { get; set; }
}
}