|
@@ -52,10 +52,11 @@ type ReportSelectionLetailResp struct {
|
|
|
}
|
|
|
|
|
|
type ReportSelectionChartPermission struct {
|
|
|
- PermissionName string `description:"权限名称"`
|
|
|
- IcoLink string `orm:"column(image_url)"description:"图标链接"`
|
|
|
- List []*CygxReportSelectionLogDetail
|
|
|
- BodyChartSummary string `description:"行业核心逻辑汇总"`
|
|
|
+ PermissionName string `description:"权限名称"`
|
|
|
+ ChartPermissionId int `description:"权限名称"`
|
|
|
+ IcoLink string `orm:"column(image_url)"description:"图标链接"`
|
|
|
+ List []*CygxReportSelectionLogDetail
|
|
|
+ BodyChartSummary string `description:"行业核心逻辑汇总"`
|
|
|
}
|
|
|
|
|
|
type ReportSelectionChartLogPermission struct {
|