|
@@ -781,6 +781,10 @@ type XtDialysisOrder struct {
|
781
|
781
|
WashpipeNurse int64 `gorm:"column:washpipe_nurse" json:"washpipe_nurse" form:"washpipe_nurse"`
|
782
|
782
|
}
|
783
|
783
|
|
|
784
|
+func (XtDialysisOrder) TableName() string {
|
|
785
|
+ return "xt_dialysis_order"
|
|
786
|
+}
|
|
787
|
+
|
784
|
788
|
type XtDialysisOrders struct {
|
785
|
789
|
ID int64 `gorm:"column:id" json:"id" form:"id"`
|
786
|
790
|
DialysisDate int64 `gorm:"column:dialysis_date" json:"dialysis_date" form:"dialysis_date"`
|
|
@@ -808,10 +812,6 @@ type XtDialysisOrders struct {
|
808
|
812
|
WashpipeNurse int64 `gorm:"column:washpipe_nurse" json:"washpipe_nurse" form:"washpipe_nurse"`
|
809
|
813
|
}
|
810
|
814
|
|
811
|
|
-func (XtDialysisOrder) TableName() string {
|
812
|
|
- return "xt_dialysis_order"
|
813
|
|
-}
|
814
|
|
-
|
815
|
815
|
type TreatmentMode struct {
|
816
|
816
|
ID int64 `gorm:"column:id" json:"id" form:"id"`
|
817
|
817
|
Name string `gorm:"column:name" json:"name" form:"name"`
|