소스 검색

推送

master
huangjiajun 3 주 전
부모
커밋
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)"`
}

불러오는 중...
취소
저장