Junjie
2026-04-27 e4e91b46d0ce781e7dc87dcdf0d2909b01911d4b
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();
}