|
@@ -33,17 +33,17 @@ func GetReportVarietyList(userId uint64, reportType string) (list []*ReportChapt
|
|
|
}
|
|
|
|
|
|
type ResearchReportTypeList struct {
|
|
|
- ResearchReportTypeId int
|
|
|
- ResearchReportId int
|
|
|
+ ResearchReportTypeId uint64
|
|
|
+ ResearchReportId uint64
|
|
|
ResearchReportTypeTitle string
|
|
|
TypeId int
|
|
|
- Edit int
|
|
|
- Trend int
|
|
|
+ Edit int8
|
|
|
+ Trend string
|
|
|
ReportChapterTypeKey string
|
|
|
ReportChapterTypeThumb string
|
|
|
BannerUrl string
|
|
|
ReportChapterTypeName string
|
|
|
- Sort string
|
|
|
+ Sort int
|
|
|
EditImgUrl string
|
|
|
PauseStartTime time.Time
|
|
|
PauseEndTime time.Time
|