龚焕茏
2024-03-06 bb77e44761f61ec08e257fecc5143859eb14bd30
dujy-modules/dujy-demo/src/main/java/org/dromara/demo/domain/vo/RsDangerTotalVo.java
@@ -31,7 +31,6 @@
    /**
     * 编号
     */
    @ExcelProperty(value = "编号")
    private String id;
    /**
@@ -43,19 +42,18 @@
    /**
     * 年度/月度 1年度 2月度
     */
    @ExcelProperty(value = "年度/月度 1年度 2月度")
    private Long period;
    /**
     * 周期
     */
    @ExcelProperty(value = "周期")
    @ExcelProperty(value = "统计周期")
    private String periodDate;
    /**
     * 发现安全隐患
     */
    @ExcelProperty(value = "发现安全隐患")
    @ExcelProperty(value = "发现隐患")
    private Long findSecurityRisks;
    /**
@@ -67,19 +65,17 @@
    /**
     * 处置安全隐患
     */
    @ExcelProperty(value = "处置安全隐患")
    @ExcelProperty(value = "处置隐患")
    private Long dealWithSecurityRisks;
    /**
     * 启用状态 1启用 2未启用
     */
    @ExcelProperty(value = "启用状态 1启用 2未启用")
    private Long status;
    /**
     * 创建时间
     */
    @ExcelProperty(value = "创建时间")
    private Date createTime;
}