XMLWAN 2 年之前
父節點
當前提交
b00e1a255c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      models/dialysis.go

+ 2 - 0
models/dialysis.go 查看文件

@@ -832,6 +832,8 @@ type DialysisOrder struct {
832 832
 	BloodAccessInternalFistula string        `gorm:"column:blood_access_internal_fistula" json:"blood_access_internal_fistula" form:"blood_access_internal_fistula"`
833 833
 	Catheter                   string        `gorm:"column:catheter" json:"catheter" form:"catheter"`
834 834
 	Cruor                      string        `gorm:"column:cruor" json:"cruor" form:"cruor"`
835
+	Url                        string        `gorm:"column:url" json:"url" form:"url"`
836
+	Hash                       string        `gorm:"column:hash" json:"hash" form:"hash"`
835 837
 }
836 838
 
837 839
 func (DialysisOrder) TableName() string {