|
@@ -129,7 +129,7 @@ type HisPatient struct {
|
129
|
129
|
PType int64 `gorm:"column:p_type" json:"p_type" form:"p_type"`
|
130
|
130
|
Diagnosis int64 `gorm:"column:diagnosis" json:"diagnosis" form:"diagnosis"`
|
131
|
131
|
SickType int64 `gorm:"column:sick_type" json:"sick_type" form:"sick_type"`
|
132
|
|
- PatientInfo int64 `gorm:"column:patient_info" json:"patient_info" form:"patient_info"`
|
|
132
|
+ PatientInfo string `gorm:"column:patient_info" json:"patient_info" form:"patient_info"`
|
133
|
133
|
}
|
134
|
134
|
|
135
|
135
|
func (HisPatient) TableName() string {
|