package response import "eta/eta_mini_crm/models" type ChartPermissionListresp struct { List []*models.ChartPermissionListTree SelectedList []int }