添加报表批量插入类

This commit is contained in:
hzj
2024-09-18 18:25:59 +08:00
parent 59068c0085
commit 0ad1da0160

View 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 {
}