微调
This commit is contained in:
@@ -2,6 +2,7 @@ package com.njcn.influx.base;
|
||||
|
||||
|
||||
import com.njcn.influx.ano.Insert;
|
||||
import com.njcn.influx.query.InfluxQueryWrapper;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@@ -23,4 +24,12 @@ public interface InfluxDbBaseMapper<T> {
|
||||
*/
|
||||
@Insert
|
||||
void insertBatch(List<T> entityList);
|
||||
|
||||
/***
|
||||
* 根据查询条件返回
|
||||
* @author hongawen
|
||||
* @param influxQueryWrapper 查询条件
|
||||
* @return T
|
||||
*/
|
||||
List<T> selectByQueryWrapper(InfluxQueryWrapper influxQueryWrapper);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user