张保健 1 year ago
parent
commit
397b831051
1 changed files with 1 additions and 0 deletions
  1. 1 0
      models/device_models.go

+ 1 - 0
models/device_models.go View File

178
 	ScheduleWeek              int64                     `gorm:"column:schedule_week" json:"schedule_week" form:"schedule_week"`
178
 	ScheduleWeek              int64                     `gorm:"column:schedule_week" json:"schedule_week" form:"schedule_week"`
179
 	ModeId                    int64                     `gorm:"column:mode_id" json:"mode_id" form:"mode_id"`
179
 	ModeId                    int64                     `gorm:"column:mode_id" json:"mode_id" form:"mode_id"`
180
 	Status                    int64                     `gorm:"column:status" json:"status" form:"status"`
180
 	Status                    int64                     `gorm:"column:status" json:"status" form:"status"`
181
+	DialysisMachineName       string                    `gorm:"column:dialysis_machine_name" json:"dialysis_machine_name" form:"dialysis_machine_name"`
181
 	VmBloodPatients           VmBloodPatients           `json:"patient" gorm:"foreignkey:ID;AssociationForeignKey:PatientId;"`
182
 	VmBloodPatients           VmBloodPatients           `json:"patient" gorm:"foreignkey:ID;AssociationForeignKey:PatientId;"`
182
 	BloodDialysisOrder        BloodPatientDialysisOrder `json:"order" gorm:"foreignkey:PatientId;AssociationForeignKey:PatientId;"`
183
 	BloodDialysisOrder        BloodPatientDialysisOrder `json:"order" gorm:"foreignkey:PatientId;AssociationForeignKey:PatientId;"`
183
 	BloodDialysisPrescription BloodDialysisPrescriptionPb `json:"prescription" gorm:"foreignkey:RecordDate,PatientId;AssociationForeignKey:RecordDate,PatientId;"`
184
 	BloodDialysisPrescription BloodDialysisPrescriptionPb `json:"prescription" gorm:"foreignkey:RecordDate,PatientId;AssociationForeignKey:RecordDate,PatientId;"`