Reorganized project structure to separate backend process from frontend process.
This commit is contained in:
11
ReportingServices.Shared/Models/ProductionReport/RDS.cs
Normal file
11
ReportingServices.Shared/Models/ProductionReport/RDS.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace ReportingServices.Shared.Models.ProductionReport
|
||||
{
|
||||
public class RDS
|
||||
{
|
||||
public int Reactor { get; set; }
|
||||
public string ReactorType { get; set; }
|
||||
public DateTime DateOut { get; set; }
|
||||
public int UnloadTemp { get; set; }
|
||||
public string LayerType { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user