Browse Source

耗材参数

XMLWAN 3 years ago
parent
commit
8a0c8094b5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      service/mobile_dialysis_service.go

+ 1 - 0
service/mobile_dialysis_service.go View File

@@ -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 {