|
@@ -21,7 +21,7 @@ type ChartPermission struct {
|
|
ClassifyName string `description:"分类名称"`
|
|
ClassifyName string `description:"分类名称"`
|
|
ProductName string `description:"产品名称" `
|
|
ProductName string `description:"产品名称" `
|
|
ProductId int `description:"产品ID"`
|
|
ProductId int `description:"产品ID"`
|
|
- ImageURL string `description:"图片地址"`
|
|
|
|
|
|
+ ImageUrl string `description:"图片地址"`
|
|
ShowType int `description:"1:查研观向小程序展示"`
|
|
ShowType int `description:"1:查研观向小程序展示"`
|
|
IsOther int `description:"是否是其他,用于查研观向小程序后台展示"`
|
|
IsOther int `description:"是否是其他,用于查研观向小程序后台展示"`
|
|
IsReport int `description:"是否是报告,用于查研观向小程序前台报告展示"`
|
|
IsReport int `description:"是否是报告,用于查研观向小程序前台报告展示"`
|