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/param/HandlerCJReportParam.java |   84 +++++++++++++++++++++---------------------
 1 files changed, 42 insertions(+), 42 deletions(-)

diff --git a/src/main/java/com/ruoyi/doublePrevention/repository/param/HandlerCJReportParam.java b/src/main/java/com/ruoyi/doublePrevention/repository/param/HandlerCJReportParam.java
index d62cd21..c6d1f48 100644
--- a/src/main/java/com/ruoyi/doublePrevention/repository/param/HandlerCJReportParam.java
+++ b/src/main/java/com/ruoyi/doublePrevention/repository/param/HandlerCJReportParam.java
@@ -1,42 +1,42 @@
-package com.ruoyi.doublePrevention.repository.param;
-
-import java.util.Date;
-
-public class HandlerCJReportParam {
-    /**
-     * 主键
-     */
-    private String id;
-    /**
-     * 上报状态 1-待上报;2-已上报;3-不上报;4-变更需上传
-     */
-    private Byte reportStatus;
-    /**
-     * 上报时间
-     */
-    private Date reportTime;
-
-    public String getId() {
-        return id;
-    }
-
-    public void setId(String id) {
-        this.id = id;
-    }
-
-    public Byte getReportStatus() {
-        return reportStatus;
-    }
-
-    public void setReportStatus(Byte reportStatus) {
-        this.reportStatus = reportStatus;
-    }
-
-    public Date getReportTime() {
-        return reportTime;
-    }
-
-    public void setReportTime(Date reportTime) {
-        this.reportTime = reportTime;
-    }
-}
+package com.ruoyi.doublePrevention.repository.param;
+
+import java.util.Date;
+
+public class HandlerCJReportParam {
+    /**
+     * 主键
+     */
+    private String id;
+    /**
+     * 上报状态 1-待上报;2-已上报;3-不上报;4-变更需上传
+     */
+    private Byte reportStatus;
+    /**
+     * 上报时间
+     */
+    private Date reportTime;
+
+    public String getId() {
+        return id;
+    }
+
+    public void setId(String id) {
+        this.id = id;
+    }
+
+    public Byte getReportStatus() {
+        return reportStatus;
+    }
+
+    public void setReportStatus(Byte reportStatus) {
+        this.reportStatus = reportStatus;
+    }
+
+    public Date getReportTime() {
+        return reportTime;
+    }
+
+    public void setReportTime(Date reportTime) {
+        this.reportTime = reportTime;
+    }
+}

--
Gitblit v1.9.2