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 {