XMLWAN преди 3 години
родител
ревизия
8a0c8094b5
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      service/mobile_dialysis_service.go

+ 1 - 0
service/mobile_dialysis_service.go Целия файл

@@ -291,6 +291,7 @@ type VMDoctorAdvice struct {
291 291
 	RecordDate     int64 `gorm:"column:record_date" json:"record_date"`
292 292
 	CheckTime      int64 `gorm:"column:check_time" json:"check_time" form:"check_time"`
293 293
 	CheckState     int64 `gorm:"column:check_state" json:"check_state" form:"check_state"`
294
+	ParentId       int64 `gorm:"column:parent_id" json:"parent_id" form:"parent_id"`
294 295
 }
295 296
 
296 297
 func (VMDoctorAdvice) TableName() string {