胡轶钦 6 years ago
parent
commit
617b4a724b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      models/model/sys_user.go

+ 1
- 0
models/model/sys_user.go View File

@@ -16,4 +16,5 @@ type SysUser struct {
16 16
 	CreateDate time.Time `xorm:"DATETIME"`
17 17
 	Headimgurl string    `xorm:"TEXT"`
18 18
 	UserType   string    `xorm:"VARCHAR(32)"`
19
+	OrgId      string    `xorm:"VARCHAR(64)"`
19 20
 }