chart_permission.go 104 B

123456
  1. package response
  2. type ChartPermissionListResp struct {
  3. List interface{}
  4. SelectedList []int
  5. }