8、16、19国网接口-数据查询、上送接口
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.njcn.harmonic.mapper.upload;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.njcn.harmonic.pojo.po.upload.RUploadEvaluationDataD;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 电能质量基准水平评估数据-日表 Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author xuyang
|
||||
* @since 2023-12-12
|
||||
*/
|
||||
public interface RUploadEvaluationDataDMapper extends BaseMapper<RUploadEvaluationDataD> {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
package com.njcn.harmonic.mapper.upload;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.njcn.harmonic.pojo.po.upload.RUploadPointStatisticalDataD;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 主配网监测点统计数据-日表 Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author xuyang
|
||||
* @since 2023-12-07
|
||||
*/
|
||||
public interface RUploadPointStatisticalDataDMapper extends BaseMapper<RUploadPointStatisticalDataD> {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
package com.njcn.harmonic.mapper.upload;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.njcn.harmonic.pojo.po.upload.RUploadSubstationStatisticalDataD;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 主配网变电站监测统计数据-日表 Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author xuyang
|
||||
* @since 2023-12-08
|
||||
*/
|
||||
public interface RUploadSubstationStatisticalDataDMapper extends BaseMapper<RUploadSubstationStatisticalDataD> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user