Browse Source

Merge branch '20230223_xt_api_new_branch' of http://git.shengws.com/csx/XT_New into 20230223_xt_api_new_branch

28169 10 months ago
parent
commit
3fe6ab6b5b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      models/his_models.go

+ 3 - 0
models/his_models.go View File

@@ -350,6 +350,9 @@ type Drug struct {
350 350
 	Total                       float64 `gorm:"column:total" json:"total" form:"total"`
351 351
 	PrescribingNumberUnit       string  `gorm:"column:prescribing_number_unit" json:"prescribing_number_unit" form:"prescribing_number_unit"`
352 352
 	IsUser                      int64   `gorm:"column:is_user" json:"is_user" form:"is_user"`
353
+	Bck01b                      string  `gorm:"column:bck01b" json:"bck01b" form:"bck01b"`
354
+	Bby01                       string  `gorm:"column:bby01" json:"bby01" form:"bby01"`
355
+	Bbx01                       string  `gorm:"column:bbx01" json:"bbx01" form:"bbx01"`
353 356
 }
354 357
 
355 358
 func (Drug) TableName() string {