oralce同步到influxDB
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package com.njcn.influx.mapper;
|
||||
|
||||
import com.github.jeffreyning.mybatisplus.base.MppBaseMapper;
|
||||
import com.njcn.influx.bo.po.JobDetailInfluxDB;
|
||||
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
*
|
||||
* Description:
|
||||
* Date: 2024/1/8 12:27【需求编号】
|
||||
*
|
||||
* @author clam
|
||||
* @version V1.0.0
|
||||
*/
|
||||
public interface JobDetailInfluxDBMapper extends MppBaseMapper<JobDetailInfluxDB> {
|
||||
}
|
||||
Reference in New Issue
Block a user