瀏覽代碼

delete

master
huangjiajun 1 周之前
父節點
當前提交
598ec0d509
共有 1 個檔案被更改,包括 5 行新增4 行删除
  1. +5
    -4
      src/model/user_delete_info.go

+ 5
- 4
src/model/user_delete_info.go 查看文件

@@ -5,8 +5,9 @@ import (
)

type UserDeleteInfo struct {
Id int `json:"id" xorm:"not null pk autoincr INT(11)"`
Uid int `json:"uid" xorm:"default 0 INT(11)"`
Phone string `json:"phone" xorm:"VARCHAR(255)"`
CreateAt time.Time `json:"create_at" xorm:"DATETIME"`
Id int `json:"id" xorm:"not null pk autoincr INT(11)"`
Uid int `json:"uid" xorm:"default 0 INT(11)"`
Phone string `json:"phone" xorm:"VARCHAR(255)"`
CreateAt time.Time `json:"create_at" xorm:"DATETIME"`
ParentUid int `json:"parent_uid" xorm:"INT(11)"`
}

Loading…
取消
儲存