|
@@ -10,6 +10,7 @@ type ChartPermission struct {
|
|
|
PermissionName string `description:"权限名称"`
|
|
|
IsShowSustainable bool `description:"是否展示限免标签"`
|
|
|
ImageUrlM string `description:"图片地址"`
|
|
|
+ IsChoose bool `description:"是否选择"`
|
|
|
}
|
|
|
|
|
|
type ActivityChartPermission struct {
|