公告板
版本库
filestore
活动
搜索
登录
main
/
motorSystem
3.5MW项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
update afe/rectifier api
whycxzp
2021-03-04
6195e70334232c589f12b6fc0b091cf0be7cc583
[motorSystem.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
AFERectifierHistoryMapper.java
1
2
3
4
5
6
7
8
9
10
11
package com.whyc.mapper;
import com.whyc.pojo.AFERectifierState;
import java.util.List;
public interface AFERectifierHistoryMapper {
List<AFERectifierState> getHistory(List<String> tableNames);
}