research_report.go 386 B

12345678
  1. package models
  2. type ChartPermissionChapterMapping struct {
  3. Id int `orm:"column(id);pk"`
  4. ChartPermissionId int `description:"权限ID"`
  5. ReportChapterTypeId int `description:"report_chapter_type表主键id或research_report表主键id或tactic表主键id"`
  6. ResearchType string `description:"报告类型 week;two_week;tactic;month;other;rddp; "`
  7. }