zhongrj
2023-10-30 2c8ba22c878ca295e170e20aeeb0454b28509ada
src/main/java/org/springblade/modules/place/entity/PlaceEntity.java
@@ -44,6 +44,7 @@
@TableName("jczz_place")
@ApiModel(value = "Place对象", description = "场所表")
public class PlaceEntity implements Serializable {
   private static final long serialVersionUID = 1L;
   /**
    * 主键
@@ -57,7 +58,7 @@
    * 门牌地址编码
    */
   @ApiModelProperty(value = "门牌地址编码")
   private String houseAddressCode;
   private String buildingCode;
   /**
    * 场所负责人(关联用户表信息)
    */