mg
2022-10-12 09b28dc1ded086a78b5146e2e6f6cc2338b22e11
ycl-platform/src/main/java/com/ycl/entity/caseHandler/BaseCase.java
@@ -162,4 +162,21 @@
    @TableField("close_time")
    @ApiModelProperty(value = "结束时间")
    private LocalDateTime closeTime;
    /**
     * 违规事件
     */
    @TableField(value = "violations",exist = false)
    @ApiModelProperty(value = "违规事件")
    private Violations violations;
    /**
     * 违建事件
     */
    @TableField(value = "illegalBuilding",exist = false)
    @ApiModelProperty(value = "违建事件")
    private IllegalBuilding illegalBuilding;
}