mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
(improvement)(headless) Modify view demo data (#703)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -20,8 +20,9 @@ public class ViewModelConfig {
|
||||
|
||||
private List<Long> dimensions = Lists.newArrayList();
|
||||
|
||||
public ViewModelConfig(Long id, boolean includesAll) {
|
||||
public ViewModelConfig(Long id, List<Long> dimensions, List<Long> metrics) {
|
||||
this.id = id;
|
||||
this.includesAll = includesAll;
|
||||
this.metrics = metrics;
|
||||
this.dimensions = dimensions;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user