From 90b83e2ee39c9599d08a963ebf445911e5d6ff5c Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期五, 20 六月 2025 13:49:35 +0800
Subject: [PATCH] 准东数据推送优化

---
 src/main/java/com/ruoyi/doublePrevention/entity/CJReport/PreventCJReportRiskAnaUnit.java |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/PreventCJReportRiskAnaUnit.java b/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/PreventCJReportRiskAnaUnit.java
index e530bf6..9e96b5d 100644
--- a/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/PreventCJReportRiskAnaUnit.java
+++ b/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/PreventCJReportRiskAnaUnit.java
@@ -69,6 +69,10 @@
     private Byte reportStatus;
 
     /**
+     * 上报时间
+     */
+    private Date zhunReportTime;
+    /**
      * 上报状态 1-待上报;2-已上报;3-不上报
      */
     private Byte zhunReportStatus;
@@ -211,11 +215,19 @@
     }
 
 
-    public Byte getzhunReportStatus() {
+    public Date getZhunReportTime() {
+        return zhunReportTime;
+    }
+
+    public void setZhunReportTime(Date zhunReportTime) {
+        this.zhunReportTime = zhunReportTime;
+    }
+
+    public Byte getZhunReportStatus() {
         return zhunReportStatus;
     }
 
-    public void setzhunReportStatus(Byte zhunReportStatus) {
+    public void setZhunReportStatus(Byte zhunReportStatus) {
         this.zhunReportStatus = zhunReportStatus;
     }
 }

--
Gitblit v1.9.2