zhanghua
2023-09-26 27cb33cf918ee09eae680e2ee006af13716e12f6
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;
}