lin
2024-03-14 1d0ea731a29d8d45acea70b0c3c7c91dacf5c101
src/main/java/org/springblade/modules/house/entity/HouseEntity.java
@@ -206,4 +206,10 @@
   @ApiModelProperty("是否已删除 0:否  1:是")
   private Integer isDeleted;
   /**
    * 房产证图片
    */
   @ApiModelProperty(value = "房产证图片")
   private String propertyCertificateImg;
}