(fix)(headless) fix schemaItem useCnt always 0

This commit is contained in:
lxwcodemonkey
2025-01-04 18:39:29 +08:00
committed by jerryjzhang
parent 4821f31e15
commit 6af345044a
4 changed files with 38 additions and 26 deletions

View File

@@ -13,6 +13,8 @@ public class ItemUseReq {
private String startTime;
private Long modelId;
private Long dataSetId;
private List<Long> dataSetIds;
private List<Long> modelIds;
private Boolean cacheEnable = true;
private String metric;