|
@@ -12,7 +12,7 @@ type ViewReportList struct {
|
|
|
Mobile string `description:"手机号" json:"mobile"`
|
|
|
Email string `description:"邮箱" json:"email"`
|
|
|
ResearchReportName string `description:"报告标题" json:"report_name"`
|
|
|
- CreatedTime string `description:"创建时间" json:"created_time"`
|
|
|
+ CreatedTime string `description:"报告阅读时间" json:"created_time"`
|
|
|
ReportType string `description:"报告类型 'day 晨报'、'week 周报'、'twoweek 双周报'、'month 月报'、'rddp 日度点评'、'cygx 查研观向'、'advisory 每日商品聚焦'" json:"-"`
|
|
|
TxtType string `description:"类型 ficc:ficc 、 rights:权益" json:"-"`
|
|
|
MatchTypeName string `description:"匹配类型" json:"-"`
|