|
@@ -687,6 +687,8 @@ type HisOrder struct {
|
687
|
687
|
Patients Patients `gorm:"ForeignKey:PatientId;AssociationForeignKey:ID" json:"patient"`
|
688
|
688
|
HisPatient HisPatient `gorm:"ForeignKey:MdtrtId;AssociationForeignKey:Number" json:"his_patient"`
|
689
|
689
|
HisPrescriptionInfo HisPrescriptionInfo `gorm:"ForeignKey:PatientId,SettleAccountsDate;AssociationForeignKey:PatientId,RecordDate" json:"p_info"`
|
|
690
|
+
|
|
691
|
+ PType int64 `gorm:"column:p_type" json:"p_type" form:"p_type"`
|
690
|
692
|
}
|
691
|
693
|
|
692
|
694
|
func (HisOrder) TableName() string {
|