- package models
- type ChartPermissionChapterMapping struct {
- Id int `orm:"column(id);pk"`
- ChartPermissionId int `description:"权限ID"`
- ReportChapterTypeId int `description:"report_chapter_type表主键id或research_report表主键id或tactic表主键id"`
- ResearchType string `description:"报告类型 week;two_week;tactic;month;other;rddp; "`
- }
|