Junjie
2026-04-27 913c02b7949bbb1eae9340e7d3cd05a148487152
1
2
3
4
5
6
7
8
package com.zy.ai.service;
 
import com.zy.ai.domain.autotune.AutoTuneSnapshot;
 
public interface AutoTuneSnapshotService {
 
    AutoTuneSnapshot buildSnapshot();
}