package models

type Reg struct {
	DeptId      string
	PatientId   string
	PatientName string
	DoctorId    string
	RegDate     string
	RegFee      string
	TreatFee    string
	OperatorId  string
}