瀏覽代碼

拉取代码

XMLWAN 3 年之前
父節點
當前提交
ef1ac3c5c1
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      models/dialysis.go

+ 0 - 1
models/dialysis.go 查看文件

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