添加报表批量插入类

This commit is contained in:
hzj
2024-09-19 10:10:26 +08:00
parent 0ad1da0160
commit 5e1e409748

View File

@@ -9,5 +9,5 @@ import com.njcn.influx.base.InfluxDbBaseMapper;
* @author clam
* @version V1.0.0
*/
public interface ReportMapper extends InfluxDbBaseMapper {
public interface GovernReportMapper extends InfluxDbBaseMapper {
}