From 247a4a1f10f233c89a4bd054dee3cb9b7d4a76f1 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期三, 19 十一月 2025 08:40:12 +0800
Subject: [PATCH] 新增数据上传准东
---
src/main/java/com/ruoyi/doublePrevention/service/baseService/PreventCJReportRiskControlMeasureService.java | 70 +++++++++++++++++++----------------
1 files changed, 38 insertions(+), 32 deletions(-)
diff --git a/src/main/java/com/ruoyi/doublePrevention/service/baseService/PreventCJReportRiskControlMeasureService.java b/src/main/java/com/ruoyi/doublePrevention/service/baseService/PreventCJReportRiskControlMeasureService.java
index afd2a66..1a5986f 100644
--- a/src/main/java/com/ruoyi/doublePrevention/service/baseService/PreventCJReportRiskControlMeasureService.java
+++ b/src/main/java/com/ruoyi/doublePrevention/service/baseService/PreventCJReportRiskControlMeasureService.java
@@ -1,32 +1,38 @@
-package com.ruoyi.doublePrevention.service.baseService;
-
-import com.baomidou.mybatisplus.extension.service.IService;
-import com.ruoyi.doublePrevention.entity.CJReport.PreventCJReportRiskControlMeasure;
-import com.ruoyi.doublePrevention.repository.param.HandlerCJReportParam;
-import com.ruoyi.doublePrevention.repository.param.HandlerReportParam;
-
-import java.util.List;
-
-public interface PreventCJReportRiskControlMeasureService extends IService<PreventCJReportRiskControlMeasure> {
-
-// /**
-// * 上报数据-管控措施-分页查询
-// */
-// IPage<PreventCJReportRiskControlMeasure> getReportMeasurePage(Page<Object> objectPage, PreventReportRiskControlMeasureReqDTO queryReqDTO);
- /**
- * 插入
- * */
- int insertMeasureList(PreventCJReportRiskControlMeasure CJMeasure);
- /**
- * 管控措施-上报数据
- * */
- List<PreventCJReportRiskControlMeasure> listReportMeasureDate();
- /**
- * 管控措施-修改上报状态
- * */
- void updateMeasureReportStatus(HandlerReportParam handlerReportParam);
- /**
- * 管控措施-修改上报状态-通过id
- * */
- void updateCJReportStatusById(HandlerCJReportParam handlerCJReportParam);
-}
+package com.ruoyi.doublePrevention.service.baseService;
+
+import com.baomidou.mybatisplus.extension.service.IService;
+import com.ruoyi.doublePrevention.entity.CJReport.PreventCJReportRiskControlMeasure;
+import com.ruoyi.doublePrevention.entity.ZDReport.HandlerZDReportParam;
+import com.ruoyi.doublePrevention.repository.param.HandlerCJReportParam;
+import com.ruoyi.doublePrevention.repository.param.HandlerReportParam;
+
+import java.util.List;
+
+public interface PreventCJReportRiskControlMeasureService extends IService<PreventCJReportRiskControlMeasure> {
+
+// /**
+// * 上报数据-管控措施-分页查询
+// */
+// IPage<PreventCJReportRiskControlMeasure> getReportMeasurePage(Page<Object> objectPage, PreventReportRiskControlMeasureReqDTO queryReqDTO);
+ /**
+ * 插入
+ * */
+ int insertMeasureList(PreventCJReportRiskControlMeasure CJMeasure);
+ /**
+ * 管控措施-上报数据
+ * */
+ List<PreventCJReportRiskControlMeasure> listReportMeasureDate();
+ /**
+ * 管控措施-修改上报状态
+ * */
+ void updateMeasureReportStatus(HandlerReportParam handlerReportParam);
+ /**
+ * 管控措施-修改上报状态-通过id
+ * */
+ void updateCJReportStatusById(HandlerCJReportParam handlerCJReportParam);
+
+
+ List<PreventCJReportRiskControlMeasure> listReportMeasureDateHuaiDong();
+
+ void updateHDReportStatusById(HandlerZDReportParam handlerZDReportParam);
+}
--
Gitblit v1.9.2