9 lines
210 B
C#
9 lines
210 B
C#
namespace ReportingServices.Shared.Models.ProductionReport
|
|
{
|
|
public class EquipmentStateByDay
|
|
{
|
|
public string StartTime { get; set; }
|
|
public string AvailablePct { get; set; }
|
|
}
|
|
}
|