双重预防项目-国泰新华二开定制版
heheng
2025-06-19 af6d33f7c16b121538a6cdd417728e03c4ad0ef1
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;
    }
}