公告板
版本库
filestore
活动
搜索
登录
main
/
zy-wcs-master
WCS3.0标准版
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix: filter auto tune out station limits
Junjie
2026-04-27
cd04aa8b887e82ec664e42f0bc353c079be1d2c5
[zy-wcs-master.git]
/
src
/
main
/
java
/
com
/
zy
/
ai
/
service
/
AutoTuneSnapshotService.java
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();
}