From 135a322f44708b1187d37ea4b6859b5d82113e89 Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: 星期三, 14 八月 2024 11:00:30 +0800
Subject: [PATCH] update gitignore

---
 src/main/java/com/ruoyi/doublePrevention/repository/PreventCJReportRiskControlMeasureRepository.java |   78 +++++++++++++++++++-------------------
 1 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/src/main/java/com/ruoyi/doublePrevention/repository/PreventCJReportRiskControlMeasureRepository.java b/src/main/java/com/ruoyi/doublePrevention/repository/PreventCJReportRiskControlMeasureRepository.java
index d777f25..f36e7e1 100644
--- a/src/main/java/com/ruoyi/doublePrevention/repository/PreventCJReportRiskControlMeasureRepository.java
+++ b/src/main/java/com/ruoyi/doublePrevention/repository/PreventCJReportRiskControlMeasureRepository.java
@@ -1,39 +1,39 @@
-package com.ruoyi.doublePrevention.repository;
-
-import com.baomidou.mybatisplus.core.mapper.BaseMapper;
-import com.ruoyi.doublePrevention.entity.CJReport.PreventCJReportRiskControlMeasure;
-import com.ruoyi.doublePrevention.repository.param.HandlerCJReportParam;
-import com.ruoyi.doublePrevention.repository.param.HandlerReportParam;
-import org.springframework.stereotype.Repository;
-
-import java.util.List;
-
-@Repository
-public interface PreventCJReportRiskControlMeasureRepository extends BaseMapper<PreventCJReportRiskControlMeasure> {
-
-//    /**
-//     * 上报数据-管控措施-分页查询
-//     */
-//    IPage<PreventCJReportRiskControlMeasure> getReportMeasurePage(Page<Object> objectPage, PreventReportRiskControlMeasureReqDTO queryReqDTO);
-    /**
-     * 批量插入
-     * */
-    int insertList(List<PreventCJReportRiskControlMeasure> measureLists);
-
-    /**
-     * 管控措施-上报数据
-     * */
-    List<PreventCJReportRiskControlMeasure> listReportMeasureDate();
-    /**
-     * 管控措施-修改上报状态
-     * */
-    int updateMeasureReportStatus(HandlerReportParam handlerReportParam);
-    /**
-     * 管控措施-修改上报状态-通过id
-     * */
-    int updateCJReportStatusById(HandlerCJReportParam handlerCJReportParam);
-    /**
-     * 插入管控措施上报数据
-     * */
-    int insertMeasureList(PreventCJReportRiskControlMeasure cjMeasure);
-}
+package com.ruoyi.doublePrevention.repository;
+
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+import com.ruoyi.doublePrevention.entity.CJReport.PreventCJReportRiskControlMeasure;
+import com.ruoyi.doublePrevention.repository.param.HandlerCJReportParam;
+import com.ruoyi.doublePrevention.repository.param.HandlerReportParam;
+import org.springframework.stereotype.Repository;
+
+import java.util.List;
+
+@Repository
+public interface PreventCJReportRiskControlMeasureRepository extends BaseMapper<PreventCJReportRiskControlMeasure> {
+
+//    /**
+//     * 上报数据-管控措施-分页查询
+//     */
+//    IPage<PreventCJReportRiskControlMeasure> getReportMeasurePage(Page<Object> objectPage, PreventReportRiskControlMeasureReqDTO queryReqDTO);
+    /**
+     * 批量插入
+     * */
+    int insertList(List<PreventCJReportRiskControlMeasure> measureLists);
+
+    /**
+     * 管控措施-上报数据
+     * */
+    List<PreventCJReportRiskControlMeasure> listReportMeasureDate();
+    /**
+     * 管控措施-修改上报状态
+     * */
+    int updateMeasureReportStatus(HandlerReportParam handlerReportParam);
+    /**
+     * 管控措施-修改上报状态-通过id
+     * */
+    int updateCJReportStatusById(HandlerCJReportParam handlerCJReportParam);
+    /**
+     * 插入管控措施上报数据
+     * */
+    int insertMeasureList(PreventCJReportRiskControlMeasure cjMeasure);
+}

--
Gitblit v1.9.2