forgeplus/app/models/topic/ck_banner.rb

17 lines
350 B
Ruby

# == Schema Information
#
# Table name: ck_banners
#
# id :integer not null, primary key
# type :string(255)
# title :string(255)
# uuid :integer
# url :string(255)
# order_index :integer
# location :integer default("0")
#
# 科创空间卡片内容
class Topic::CkBanner < Topic
end