wl
2023-01-04 aeea62d121a1a8fd4475da30f1ef8b44b4776c7b
ycl-platform/src/main/java/com/ycl/entity/caseHandler/IllegalBuilding.java
@@ -115,5 +115,12 @@
    @ApiModelProperty(value = "违建材料")
    private String materials;
    /**
     * 违建类别文本
     */
    @TableField(value = "category_text",exist = false)
    @ApiModelProperty(value = "违建类别文本")
    private String categoryText;
}