@ -43,4 +43,5 @@ type DSMData struct {
PageType string `json:"page_type"` // 访问类型
DataCount int32 `json:"data_count"` // 请求数量,list的时为列表数据量
DBData []*DBCount `json:"db_data"` // 数据库监控时,对应数据相关内容
DbKey string `json:"db_key"` // 访问数据库唯一标识
}