Data.cs 475 B

123456789101112131415161718
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace ZLPlugin_LisPacs_MR_YJMZ
  6. {
  7. public class Data
  8. {
  9. public long pati_id { get; set; }
  10. public long visit_id { get; set; }
  11. public string receive_id { get; set; }
  12. public string clinic_type { get; set; }
  13. public string cinic_name { get; set; }
  14. public long cinic_id { get; set; }
  15. public long drug_id { get; set; }
  16. }
  17. }