linwei
2024-01-02 9cc50d2e2c3fcfff3c6b95c09806d3881a97c5ff
src/main/java/org/springblade/modules/discuss/entity/UserTopicsEntity.java
@@ -95,5 +95,12 @@
   @TableField("signature_path")
   private String  signaturePath;
   /**
    * 门牌地址编码
    */
   @ApiModelProperty(value = "门牌地址编码")
   @TableField("house_code")
   private String houseCode;
}