whycxzp
2021-03-05 e7a7b634352f684085bb6eea34b331fc069ff44d
1
2
3
4
5
6
7
8
9
package com.whyc.mapper;
 
import com.whyc.pojo.RectifierPowerRT;
 
import java.util.List;
 
public interface RectifierPowerHistoryMapper {
    List<RectifierPowerRT> getHistory(List<String> tableNames);
}