瀏覽代碼

推送

master
huangjiajun 1 周之前
父節點
當前提交
10ffb038de
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      src/model/user.go

+ 1
- 0
src/model/user.go 查看文件

@@ -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…
取消
儲存