chart.go 100 B

12345
  1. package response
  2. type ChartRefreshResp struct {
  3. RefreshResult bool `description:"刷新结果"`
  4. }