From 78bfb29d03a127cd6961ad5e99a396ec8f4e8668 Mon Sep 17 00:00:00 2001
From: mitao <2763622819@qq.com>
Date: 星期二, 24 六月 2025 09:09:31 +0800
Subject: [PATCH] 配置跨域过滤器

---
 src/main/java/com/cl/pojo/vo/InstitutionVO.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/cl/pojo/vo/InstitutionVO.java b/src/main/java/com/cl/pojo/vo/InstitutionVO.java
index 6108db7..3acf156 100644
--- a/src/main/java/com/cl/pojo/vo/InstitutionVO.java
+++ b/src/main/java/com/cl/pojo/vo/InstitutionVO.java
@@ -13,6 +13,8 @@
     private String name;
     @ApiModelProperty(value = "机构类型,1-残疾人定点康复机构,2-残疾人友好医疗机构")
     private Integer type;
+    @ApiModelProperty(value = "详细地址")
+    private String address;
     @ApiModelProperty(value = "区县,1-东区,2-西区,3-仁和区,4-米易县,5-盐边县")
     private Integer county;
     @ApiModelProperty(value = "联系电话")

--
Gitblit v1.7.1