using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Report.Entity { public class PatientPoison { public string poisonName { get; set; } public string occupationalAbnormalName { get; set; } public int displayOrder { get; set; } } }