heheng
2025-10-15 a4f1e1a9b97f7606347ba1b6a5c5957c3fc28a59
gkhy-system/src/main/java/com/gkhy/system/domain/Hazards.java
@@ -132,5 +132,9 @@
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private LocalDateTime updateTime;
    @ApiModelProperty("隐患类型 1上报 2整改 3台账")
    @TableField(exist = false)
    private String hazardsType;
}