Browse Source

拉取代码

XMLWAN 3 years ago
parent
commit
ef1ac3c5c1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      models/dialysis.go

+ 0 - 1
models/dialysis.go View File

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