Kaynağa Gözat

更新

master
huangjiajun 1 ay önce
ebeveyn
işleme
b791878f3a
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. +2
    -0
      src/model/role.go

+ 2
- 0
src/model/role.go Dosyayı Görüntüle

@@ -7,4 +7,6 @@ type Role struct {
Memo string `json:"memo" xorm:"not null default '' comment('备注') VARCHAR(255)"`
CreateAt string `json:"create_at" xorm:"not null default 'CURRENT_TIMESTAMP' DATETIME"`
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)"`
}

Yükleniyor…
İptal
Kaydet