From 5745a87f3a139ea2bbdaf4704978e4c151ecc45a Mon Sep 17 00:00:00 2001 From: linwei <872216696@qq.com> Date: Tue, 23 Jan 2024 17:39:48 +0800 Subject: [PATCH] 物业管理管和项目经理数据过滤 --- src/main/java/org/springblade/modules/place/entity/PlaceEntity.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/springblade/modules/place/entity/PlaceEntity.java b/src/main/java/org/springblade/modules/place/entity/PlaceEntity.java index 8ff66ed..dcfde64 100644 --- a/src/main/java/org/springblade/modules/place/entity/PlaceEntity.java +++ b/src/main/java/org/springblade/modules/place/entity/PlaceEntity.java @@ -111,10 +111,10 @@ private String imageUrls; /** - * 网格id + * 网格编号 */ - @ApiModelProperty(value = "网格id") - private Integer gridId; + @ApiModelProperty(value = "网格编号") + private String gridCode; /** * 状态 1:待完善 2:已完善 -- Gitblit v1.9.3