mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-12 12:37:55 +00:00
(fix)(headless) fix dim value query error (#1308)
Co-authored-by: lxwcodemonkey
This commit is contained in:
@@ -11,6 +11,6 @@ public class QueryDimValueReq {
|
|||||||
private Long modelId;
|
private Long modelId;
|
||||||
private String dimensionBizName;
|
private String dimensionBizName;
|
||||||
private String value;
|
private String value;
|
||||||
private DateConf dateInfo;
|
private DateConf dateInfo = new DateConf();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user