From 291eb6b69cfe7f09efee63977ef7935543fd4e21 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期五, 19 十二月 2025 16:35:19 +0800
Subject: [PATCH] 【丽水】查询患者随访信息接口优化调试

---
 smartor/src/main/java/com/smartor/domain/ServiceQueryInfo.java |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/ServiceQueryInfo.java b/smartor/src/main/java/com/smartor/domain/ServiceQueryInfo.java
index ac76fcf..d1ccc24 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceQueryInfo.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceQueryInfo.java
@@ -24,6 +24,11 @@
     @ApiModelProperty(value = "涓氬姟淇℃伅")
     public YeWuXX YeWuXX;
 
+    @ApiModelProperty(value = "tokenUrl")
+    public String url;
+
+    @ApiModelProperty(value = "360Url")
+    public String url360;
 }
 
 

--
Gitblit v1.9.3