|
@@ -514,6 +514,7 @@ type XtSchedule struct {
|
514
|
514
|
IsExport int64 `gorm:"column:is_export" json:"is_export" form:"is_export"`
|
515
|
515
|
LastAfterWeight AssessmentAfterDislysis `gorm:"ForeignKey:PatientID;AssociationForeignKey:PatientID" json:"lastafterweight"`
|
516
|
516
|
DialysisMachineName string `gorm:"column:dialysis_machine_name" json:"dialysis_machine_name" form:"dialysis_machine_name"`
|
|
517
|
+ MaxId int64 `gorm:"column:max_id" json:"max_id" form:"max_id"`
|
517
|
518
|
}
|
518
|
519
|
|
519
|
520
|
func (XtSchedule) TableName() string {
|