Browse Source

医保对接

csx 3 years ago
parent
commit
168a500a65
1 changed files with 1 additions and 0 deletions
  1. 1 0
      models/his_models.go

+ 1 - 0
models/his_models.go View File

@@ -464,6 +464,7 @@ type TempHisOrder struct {
464 464
 	DoctorName            string    `gorm:"-" json:"doctor_name" form:"doctor_name"`
465 465
 	Creator               int64     `gorm:"column:creator" json:"creator" form:"creator"`
466 466
 	PType                 int64     `gorm:"column:p_type" json:"p_type" form:"p_type"`
467
+	AccountPrice          float64   `gorm:"column:account_price" json:"account_price" form:"account_price"`
467 468
 
468 469
 	FaPiaoCode   string `gorm:"column:fa_piao_code" json:"fa_piao_code" form:"fa_piao_code"`
469 470
 	FaPiaoNumber string `gorm:"column:fa_piao_number" json:"fa_piao_number" form:"fa_piao_number"`