公告板
版本库
filestore
活动
搜索
登录
main
/
zy-wcs-master
WCS3.0标准版
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat: add auto tune console page
Junjie
2026-04-27
6fde9fe04f86a3376fc657f10b8aa32e4bc97436
[zy-wcs-master.git]
/
src
/
main
/
java
/
com
/
zy
/
ai
/
service
/
AiAutoTuneChangeService.java
1
2
3
4
5
6
7
package com.zy.ai.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.zy.ai.entity.AiAutoTuneChange;
public interface AiAutoTuneChangeService extends IService<AiAutoTuneChange> {
}