whyczh
2021-05-12 2b37b4ce8e0d3d156468ff873de1ecaf15c25a27
1
2
3
4
5
6
7
8
9
10
package com.whyc.mapper;
 
import com.whyc.pojo.WaterComm;
 
import java.util.List;
 
public interface WaterCommHistoryMapper {
    List<WaterComm> getHistory(List<String> tableNames);
    List<WaterComm> getAppistory(List<String> tableNames);
}