zb_his_models.go 196B

12345678910111213
  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. }