StableVersion4.3/HL_FristAidPlatform_Help/Model/PatientsTimeAxis.cs

15 lines
324 B
C#

namespace HL_FristAidPlatform_Help
{
public class PatientsTimeAxis
{
public int TimeAxisID { get; set; }
public string NormalTime { get; set; }
public string RecordingTime { get; set; }
public int Interval { get; set; }
public string CreationDate { get; set; }
}
}