linwe
2023-11-16 eaa3785837a740f1231400a8f790931d6e87185f
src/main/java/org/springblade/modules/grid/entity/GridRangeEntity.java
@@ -39,6 +39,7 @@
@TableName("jczz_grid_range")
@ApiModel(value = "GridRange对象", description = "网格范围表")
public class GridRangeEntity implements Serializable {
   private static final long serialVersionUID = 1L;
   /**
    * 主键
@@ -69,4 +70,10 @@
   @ApiModelProperty(value = "幢")
   private String building;
   /**
    * 门牌地址编码
    */
   @ApiModelProperty(value = "门牌地址编码")
   private String houseCode;
}