Reorganized project structure to separate backend process from frontend process.
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
namespace ReportingServices.Shared.Models.ProductionReport
|
||||
{
|
||||
public class EquipmentStateByDay
|
||||
{
|
||||
public string StartTime { get; set; }
|
||||
public string AvailablePct { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user