소스 검색

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 {