From 8c02e4ce71ca6e8ca9e6680b88f973e835e06645 Mon Sep 17 00:00:00 2001 From: kongdeqiang <123456> Date: 星期五, 04 十一月 2022 08:45:13 +0800 Subject: [PATCH] 增加功能 --- 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