You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
183 B

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