瀏覽代碼

2024/6/17

28169 3 週之前
父節點
當前提交
5e0d9bf28f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      service/his_service.go

+ 1 - 0
service/his_service.go 查看文件

@@ -122,6 +122,7 @@ type Patients struct {
122 122
 	HisPrescription       []*HisPrescription    `gorm:"ForeignKey:PatientId;AssociationForeignKey:ID" json:"prescription"`
123 123
 	VMHisPrescriptionInfo VMHisPrescriptionInfo `gorm:"ForeignKey:PatientId;AssociationForeignKey:ID" json:"info"`
124 124
 	VMHisOrder            VMHisOrder            `gorm:"ForeignKey:PatientId;AssociationForeignKey:ID" json:"order"`
125
+	PatientType           int64                 `gorm:"column:patient_type" json:"patient_type" form:"patient_type"`
125 126
 }
126 127
 
127 128
 func (Patients) TableName() string {