Browse Source

推送

master
huangjiajun 1 week ago
parent
commit
10ffb038de
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/model/user.go

+ 1
- 0
src/model/user.go View File

@@ -24,4 +24,5 @@ type User struct {
CreateAt string `json:"create_at" xorm:"not null default CURRENT_TIMESTAMP DATETIME"`
UpdateAt string `json:"update_at" xorm:"not null default CURRENT_TIMESTAMP DATETIME"`
RecycleParentUid int `json:"recycle_parent_uid" xorm:"default 0 comment('删除到回收站时候的上级') INT(11)"`
WechatAccount string `json:"wechat_account" xorm:"comment('微信号') VARCHAR(255)"`
}

Loading…
Cancel
Save