using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HL_FristAidPlatform_Help { public class rs60upDNTList { public long ID { get; set; } public string Name { get; set; } public string RSDNT { get; set; } public int Gender { get; set; } //患者Guid public string GUID { get; set; } public string acZLType { get; set; } public int ReportingStatus { get; set; } public DateTime? CreationDate { get; set; } } }