From 1894cd3ea093726db90a6baa780a1a2bde708138 Mon Sep 17 00:00:00 2001
From: xuefei <564615061@qq.cm>
Date: 星期二, 17 十月 2023 10:47:13 +0800
Subject: [PATCH] 图片url地址转换

---
 xboot-core/src/main/java/cn/exrick/xboot/core/entity/Department.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/xboot-core/src/main/java/cn/exrick/xboot/core/entity/Department.java b/xboot-core/src/main/java/cn/exrick/xboot/core/entity/Department.java
index 529696f..18c5f59 100644
--- a/xboot-core/src/main/java/cn/exrick/xboot/core/entity/Department.java
+++ b/xboot-core/src/main/java/cn/exrick/xboot/core/entity/Department.java
@@ -49,6 +49,12 @@
     @ApiModelProperty(value = "鏄惁鍚敤 0鍚敤 -1绂佺敤")
     private Integer status = CommonConstant.STATUS_NORMAL;
 
+    @ApiModelProperty(value = "缁忓害")
+    private String lng;
+
+    @ApiModelProperty(value = "缁村害")
+    private String lat;
+
     @Transient
     @TableField(exist = false)
     @ApiModelProperty(value = "鐖惰妭鐐瑰悕绉�")

--
Gitblit v1.9.1