2023-01-19 13:05:54 -07:00

8 lines
193 B
C#

namespace ReportingServices.Shared.Models.ProductionReport;
public class SLLTool
{
public DateTime Date { get; set; }
public int ASM { get; set; }
public int HTR { get; set; }
}