Versions in this module Expand all Collapse all v0 v0.0.1 May 9, 2024 Changes in this version + const TableNameCmsHelp + const TableNameCmsHelpCategory + const TableNameCmsMemberReport + const TableNameCmsPrefrenceArea + const TableNameCmsPrefrenceAreaProductRelation + const TableNameCmsSubject + const TableNameCmsSubjectCategory + const TableNameCmsSubjectComment + const TableNameCmsSubjectProductRelation + const TableNameCmsTopic + const TableNameCmsTopicCategory + const TableNameCmsTopicComment + type CmsHelp struct + CategoryID int64 + Content string + CreateTime time.Time + ID int64 + Icon string + ReadCount int32 + ShowStatus int32 + Title string + func (*CmsHelp) TableName() string + type CmsHelpCategory struct + HelpCount int32 + ID int64 + Icon string + Name string + ShowStatus int32 + Sort int32 + func (*CmsHelpCategory) TableName() string + type CmsMemberReport struct + CreateTime time.Time + HandleStatus int32 + ID int64 + Note *string + ReportMemberName string + ReportObject string + ReportStatus int32 + ReportType int32 + func (*CmsMemberReport) TableName() string + type CmsPrefrenceArea struct + ID int64 + Name string + Pic string + ShowStatus int32 + Sort int32 + SubTitle string + func (*CmsPrefrenceArea) TableName() string + type CmsPrefrenceAreaProductRelation struct + ID int64 + PrefrenceAreaID int64 + ProductID int64 + func (*CmsPrefrenceAreaProductRelation) TableName() string + type CmsSubject struct + AlbumPics string + CategoryID int64 + CategoryName string + CollectCount int32 + CommentCount int32 + Content string + CreateTime time.Time + Description *string + ForwardCount int32 + ID int64 + Pic string + ProductCount int32 + ReadCount int32 + RecommendStatus int32 + ShowStatus int32 + Title string + func (*CmsSubject) TableName() string + type CmsSubjectCategory struct + ID int64 + Icon string + Name string + ShowStatus int32 + Sort int32 + SubjectCount int32 + func (*CmsSubjectCategory) TableName() string + type CmsSubjectComment struct + Content string + CreateTime time.Time + ID int64 + MemberIcon string + MemberNickName string + ShowStatus int32 + SubjectID int64 + func (*CmsSubjectComment) TableName() string + type CmsSubjectProductRelation struct + ID int64 + ProductID int64 + SubjectID int64 + func (*CmsSubjectProductRelation) TableName() string + type CmsTopic struct + AttendCount int32 + AttendType string + AttentionCount int32 + AwardName string + CategoryID int64 + Content string + CreateTime time.Time + EndTime time.Time + ID int64 + Name string + ReadCount int32 + StartTime time.Time + func (*CmsTopic) TableName() string + type CmsTopicCategory struct + ID int64 + Icon string + Name string + ShowStatus int32 + Sort int32 + SubjectCount int32 + func (*CmsTopicCategory) TableName() string + type CmsTopicComment struct + Content string + CreateTime time.Time + ID int64 + MemberIcon string + MemberNickName string + ShowStatus int32 + TopicID int64 + func (*CmsTopicComment) TableName() string