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