From 46c37398a52d1dcf81788960ec90faa91249e77f Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: Thu, 19 Jun 2025 16:53:05 +0800
Subject: [PATCH] 准东数据推送
---
src/main/java/com/ruoyi/doublePrevention/entity/CJReport/PreventCJReportRiskAnaUnit.java | 13 +++++++++++++
1 files changed, 13 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..e530bf6 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,12 @@
* 上报状态 1-待上报;2-已上报;3-不上报
*/
private Byte reportStatus;
+
+ /**
+ * 上报状态 1-待上报;2-已上报;3-不上报
+ */
+ private Byte zhunReportStatus;
+
/**
* 数据来源 1-本系统排查任务产生;2-同步数据
*/
@@ -205,5 +211,12 @@
}
+ public Byte getzhunReportStatus() {
+ return zhunReportStatus;
+ }
+
+ public void setzhunReportStatus(Byte zhunReportStatus) {
+ this.zhunReportStatus = zhunReportStatus;
+ }
}
--
Gitblit v1.9.2