From 6c764f473b1e0e9dd2fb13034fe0d7295ab3724e Mon Sep 17 00:00:00 2001 From: xuefei <564615061@qq.cm> Date: 星期二, 08 八月 2023 11:05:58 +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