XMLWAN il y a 3 ans
Parent
révision
ef1ac3c5c1
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      models/dialysis.go

+ 0 - 1
models/dialysis.go Voir le fichier

@@ -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 {