You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
762 B

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Report.Entity{
public class ExamRequest
{
public string patientName { get; set; }
public string sexName { get; set; }
public string age { get; set; }
public string checkRequestNo { get; set; }
public byte[] barcodeImg { get; set; }
public string patientRegisterNo { get; set; }
public string asbitemName { get; set; }
public string customerOrgName { get; set; }
public string departmentName { get; set; }
public string mobileTelephone { get; set; }
}
public class Dto0004
{
public object lisRequest { get; set; }
}
}