StableVersion4.3/HL_FristAidPlatform_Help/rs60upDNTList.cs

25 lines
572 B
C#
Raw Normal View History

2024-03-11 09:47:34 +08:00
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; }
}
}