whycxzp
2021-03-04 6195e70334232c589f12b6fc0b091cf0be7cc583
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);
 
}