From c0ab746fd3d5679be6937546876be06ca13021b9 Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Wed, 13 Mar 2024 12:02:30 +0800
Subject: [PATCH] 通过经纬度查询最近的民警人员

---
 src/main/java/org/springblade/modules/place/entity/PlaceExtEntity.java |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/src/main/java/org/springblade/modules/place/entity/PlaceExtEntity.java b/src/main/java/org/springblade/modules/place/entity/PlaceExtEntity.java
index 9bc7146..421c460 100644
--- a/src/main/java/org/springblade/modules/place/entity/PlaceExtEntity.java
+++ b/src/main/java/org/springblade/modules/place/entity/PlaceExtEntity.java
@@ -164,21 +164,21 @@
 //	private String legalWxAccount;
 
 
-	/** 生日 */
-	@ApiModelProperty(value = "生日", example = "")
-	@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
-	@TableField("birthday")
-	private Date birthday;
-
-	/** 民族 */
-	@ApiModelProperty(value = "民族", example = "")
-	@TableField("ethnicity")
-	private Integer ethnicity;
-
-	/** 工作单位(就职单位) */
-	@ApiModelProperty(value = "工作单位(就职单位)", example = "")
-	@TableField("employer")
-	private String employer;
+//	/** 生日 */
+//	@ApiModelProperty(value = "生日", example = "")
+//	@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
+//	@TableField("birthday")
+//	private Date birthday;
+//
+//	/** 民族 */
+//	@ApiModelProperty(value = "民族", example = "")
+//	@TableField("ethnicity")
+//	private Integer ethnicity;
+//
+//	/** 工作单位(就职单位) */
+//	@ApiModelProperty(value = "工作单位(就职单位)", example = "")
+//	@TableField("employer")
+//	private String employer;
 
 	/** 房东名字 */
 	@ApiModelProperty(value = "房东名字", example = "")

--
Gitblit v1.9.3