Browse Source

提交代码

陈少旭 9 months ago
parent
commit
9fe0f527b6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      models/dialysis.go

+ 1 - 0
models/dialysis.go View File

@@ -992,6 +992,7 @@ type TreatmentMode struct {
992 992
 	Status              int64  `gorm:"column:status" json:"status" form:"status"`
993 993
 	CreatedTime         int64  `gorm:"column:created_time" json:"created_time" form:"created_time"`
994 994
 	UpdatedTime         int64  `gorm:"column:updated_time" json:"updated_time" form:"updated_time"`
995
+	ModeID              int64  `gorm:"column:mode_id" json:"mode_id" form:"mode_id"`
995 996
 }
996 997
 
997 998
 func (TreatmentMode) TableName() string {