using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ZLPlugin_LisPacs_MR_YJMZ { public class Data { public long pati_id { get; set; } public long visit_id { get; set; } public string receive_id { get; set; } public string clinic_type { get; set; } public string cinic_name { get; set; } public long cinic_id { get; set; } public long drug_id { get; set; } } }