oracle同步到influxdb添加每小时执行批处理
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.njcn.influx.mapper;
|
||||
|
||||
import com.github.jeffreyning.mybatisplus.base.MppBaseMapper;
|
||||
import com.njcn.influx.bo.po.JobDetailHoursInfluxDB;
|
||||
|
||||
/**
|
||||
*
|
||||
* Description:
|
||||
* Date: 2024/1/23 14:14【需求编号】
|
||||
*
|
||||
* @author clam
|
||||
* @version V1.0.0
|
||||
*/
|
||||
public interface JobDetailHoursInfluxDBMapper extends MppBaseMapper<JobDetailHoursInfluxDB> {
|
||||
}
|
||||
Reference in New Issue
Block a user