From 7a9272343fa934b50a64ddc6727b24ce45c92bf8 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期五, 11 七月 2025 14:09:23 +0800
Subject: [PATCH] 优化处理特殊推送

---
 src/main/java/com/ruoyi/doublePrevention/entity/CJReport/PreventCJReportRiskAnaUnit.java |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 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 89d2b45..9e96b5d 100644
--- a/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/PreventCJReportRiskAnaUnit.java
+++ b/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/PreventCJReportRiskAnaUnit.java
@@ -67,6 +67,16 @@
      * 上报状态 1-待上报;2-已上报;3-不上报
      */
     private Byte reportStatus;
+
+    /**
+     * 上报时间
+     */
+    private Date zhunReportTime;
+    /**
+     * 上报状态 1-待上报;2-已上报;3-不上报
+     */
+    private Byte zhunReportStatus;
+
     /**
      * 数据来源  1-本系统排查任务产生;2-同步数据
      */
@@ -205,5 +215,20 @@
     }
 
 
+    public Date getZhunReportTime() {
+        return zhunReportTime;
+    }
+
+    public void setZhunReportTime(Date zhunReportTime) {
+        this.zhunReportTime = zhunReportTime;
+    }
+
+    public Byte getZhunReportStatus() {
+        return zhunReportStatus;
+    }
+
+    public void setZhunReportStatus(Byte zhunReportStatus) {
+        this.zhunReportStatus = zhunReportStatus;
+    }
 }
 

--
Gitblit v1.9.2