From af6d33f7c16b121538a6cdd417728e03c4ad0ef1 Mon Sep 17 00:00:00 2001 From: heheng <475597332@qq.com> Date: 星期四, 19 六月 2025 16:55:19 +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