张保健 пре 1 година
родитељ
комит
397b831051
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      models/device_models.go

+ 1 - 0
models/device_models.go Прегледај датотеку

@@ -178,6 +178,7 @@ type BlodSchedulePb struct {
178 178
 	ScheduleWeek              int64                     `gorm:"column:schedule_week" json:"schedule_week" form:"schedule_week"`
179 179
 	ModeId                    int64                     `gorm:"column:mode_id" json:"mode_id" form:"mode_id"`
180 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 182
 	VmBloodPatients           VmBloodPatients           `json:"patient" gorm:"foreignkey:ID;AssociationForeignKey:PatientId;"`
182 183
 	BloodDialysisOrder        BloodPatientDialysisOrder `json:"order" gorm:"foreignkey:PatientId;AssociationForeignKey:PatientId;"`
183 184
 	BloodDialysisPrescription BloodDialysisPrescriptionPb `json:"prescription" gorm:"foreignkey:RecordDate,PatientId;AssociationForeignKey:RecordDate,PatientId;"`