mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-12 20:51:48 +00:00
(fix)(Chat) Fix dimension value query failed (#1257)
Co-authored-by: lxwcodemonkey
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
package com.tencent.supersonic.headless.api.pojo.request;
|
||||
|
||||
import javax.validation.constraints.NotNull;
|
||||
import lombok.Data;
|
||||
import javax.validation.constraints.NotNull;
|
||||
import java.util.Set;
|
||||
|
||||
@Data
|
||||
public class DimensionValueReq {
|
||||
@@ -17,4 +18,7 @@ public class DimensionValueReq {
|
||||
|
||||
@NotNull
|
||||
private String value;
|
||||
|
||||
private Set<Long> dataSetIds;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user