bilibili-backup/app/service/bbq/topic/internal/model/extension.go
2019-04-22 02:59:20 +00:00

12 lines
183 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package model
// extension_type 会存在数据库中
const (
ExtensionTypeTitleExtra = 1
)
// title_extra type 针对title_extra结构而言
const (
TitleExtraTypeTopic = 1
)