|
@@ -19,6 +19,8 @@ type CygxPageHistoryRecord struct {
|
|
IndustrialManagementId string `description:"产业ID"`
|
|
IndustrialManagementId string `description:"产业ID"`
|
|
PageType string `description:"页面类型,纪要:Summary,纪要搜索:SummarySearch,报告:Report,报告搜索:ReportSearch,产业列表:IndustryList,活动:Activit,活动搜索:ActivitSearch,活动详情:ActivitParticulars,报告详情:ReportParticulars,已结束活动:OverActivity"`
|
|
PageType string `description:"页面类型,纪要:Summary,纪要搜索:SummarySearch,报告:Report,报告搜索:ReportSearch,产业列表:IndustryList,活动:Activit,活动搜索:ActivitSearch,活动详情:ActivitParticulars,报告详情:ReportParticulars,已结束活动:OverActivity"`
|
|
Parameter string `description:"参数"`
|
|
Parameter string `description:"参数"`
|
|
|
|
+ Router string `description:"路由"`
|
|
|
|
+ PageRouter string `description:"前端页面路径"`
|
|
}
|
|
}
|
|
|
|
|
|
type CygxPageHistoryRecordRep struct {
|
|
type CygxPageHistoryRecordRep struct {
|