StableVersion4.3/HL_FristAidPlatform_Help/Model/ApoplexyReportModelList.cs

17 lines
523 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HL_FristAidPlatform_Help
{
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
[System.Xml.Serialization.XmlRootAttribute(Namespace = "", IsNullable = false, ElementName = "root")]
public class ApoplexyReportModelList
{
[System.Xml.Serialization.XmlElement(ElementName = "row")]
public ApoplexyReportModel ApoplexyReportList { get; set; }
}
}