zb_his_models.go 216B

1234567891011121314
  1. package models
  2. type Reg struct {
  3. DeptId string
  4. PatientId string
  5. PatientName string
  6. DoctorId string
  7. RegDate string
  8. RegFee string
  9. TreatFee string
  10. OperatorId string
  11. IdCardNo string
  12. }