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