wl
2022-11-14 bf465beb883aaa88e452b04f13a18f50f40b1354
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;
}