chart_info_share.go 472 B

12345678910111213141516
  1. package response
  2. import "eta_gn/eta_api/models/data_manage"
  3. // ChartInfoShareUserResp
  4. // @Description: 获取指标分享用户列表
  5. type ChartInfoShareUserResp struct {
  6. List []*data_manage.ChartInfoShare `description:"分享用户列表"`
  7. }
  8. // ChartShareListResp
  9. // @Description: 共享列表
  10. type ChartShareListResp struct {
  11. Send data_manage.UserShareChartClassifyItemList
  12. Received data_manage.UserShareChartClassifyItemList `description:"收到的共享"`
  13. }