添加报表批量插入类
This commit is contained in:
13
src/main/java/com/njcn/influx/imapper/day/ReportMapper.java
Normal file
13
src/main/java/com/njcn/influx/imapper/day/ReportMapper.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package com.njcn.influx.imapper.day;
|
||||
|
||||
import com.njcn.influx.base.InfluxDbBaseMapper;
|
||||
|
||||
/**
|
||||
* Description:
|
||||
* Date: 2024/9/12 19:44【需求编号】
|
||||
*
|
||||
* @author clam
|
||||
* @version V1.0.0
|
||||
*/
|
||||
public interface ReportMapper extends InfluxDbBaseMapper {
|
||||
}
|
||||
Reference in New Issue
Block a user