sz_his_models.go 399B

123456789101112131415161718
  1. package models
  2. type CustomDetail struct {
  3. PrescriptionNumber string
  4. OrderType string
  5. ChargeSerialNumber string
  6. Code string
  7. CodeName string
  8. Flag string
  9. CustomCode string
  10. CustomCodeName string
  11. Price float64
  12. Count float64
  13. ChargeOrderDate string
  14. DoctorCode string
  15. Total float64
  16. }