修改oralcetooralcejob数据同步由现在往以前同步
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.njcn.influx.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.njcn.influx.bo.po.JobHistoryLogInfluxdb;
|
||||
import com.njcn.oracle.bo.po.JobHistoryLog;
|
||||
|
||||
/**
|
||||
*
|
||||
* Description:
|
||||
* Date: 2024/1/18 11:11【需求编号】
|
||||
*
|
||||
* @author clam
|
||||
* @version V1.0.0
|
||||
*/
|
||||
public interface JobHistoryLogInfluxdbMapper extends BaseMapper<JobHistoryLogInfluxdb> {
|
||||
}
|
||||
Reference in New Issue
Block a user