src/main/java/com/zy/ai/domain/autotune/AutoTuneSnapshot.java @@ -21,5 +21,7 @@ private AutoTuneParameterSnapshot currentParameterSnapshot; private List<AutoTuneRuleSnapshotItem> ruleSnapshot; private Date snapshotTime; }