#
Junjie
9 天以前 dc3f9cc91759823ce59486f19b138be4b296a0f1
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();
}