소스 검색

更新

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

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