package response

// ChartRefreshResp
// @Description: 图表更新结果
type ChartRefreshResp struct {
	RefreshResult bool `description:"刷新结果"`
}