XMLWAN 3 år sedan
förälder
incheckning
ef1ac3c5c1
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      models/dialysis.go

+ 0 - 1
models/dialysis.go Visa fil

@@ -920,7 +920,6 @@ type SgjUserAdminRole struct {
920 920
 	Mobile                                  string
921 921
 	Name                                    string
922 922
 	Department                              string `gorm:"column:department" json:"department" form:"department"`
923
-	DepartmentId                            int64  `gorm:"column:department_id" json:"department_id" form:"department_id"`
924 923
 }
925 924
 
926 925
 //func (SgjUserAdminRole) TableName() string {