瀏覽代碼

更新

master
huangjiajun 1 月之前
父節點
當前提交
6bb519cca1
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      src/model/role.go

+ 2
- 0
src/model/role.go 查看文件

@@ -9,4 +9,6 @@ type Role struct {
UpdateAt string `json:"update_at" xorm:"not null default 'CURRENT_TIMESTAMP' DATETIME"`
Logo string `json:"logo" xorm:"not null default '' VARCHAR(255)"`
Label string `json:"label" xorm:"not null default '' VARCHAR(255)"`
SeoLogo string `json:"seo_logo" xorm:"not null default '' VARCHAR(255)"`
SeoTitle string `json:"seo_title" xorm:"not null default '' VARCHAR(255)"`
}

Loading…
取消
儲存