package models type CustomDetail struct { PrescriptionNumber string OrderType string ChargeSerialNumber string Code string CodeName string Flag string CustomCode string CustomCodeName string Price float64 Count float64 ChargeOrderDate string DoctorCode string Total float64 DoseCode string Spec string CustomNumber string }