From 1067ed3f741bc71cfd5438c9b074daf48995e792 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期五, 12 十二月 2025 15:05:42 +0800
Subject: [PATCH] 【丽水修复】历史随访记录导出修复
---
smartor/src/main/java/com/smartor/domain/ExternalUserInfo.java | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/ExternalUserInfo.java b/smartor/src/main/java/com/smartor/domain/ExternalUserInfo.java
index 84c5774..187c5ba 100644
--- a/smartor/src/main/java/com/smartor/domain/ExternalUserInfo.java
+++ b/smartor/src/main/java/com/smartor/domain/ExternalUserInfo.java
@@ -26,6 +26,9 @@
@ApiModelProperty(value = "鐢ㄦ埛 ID")
private String YongHuID;
+ @ApiModelProperty(value = "鐢ㄦ埛鐧诲綍鐮�")
+ private String YongHuDLM;
+
@ApiModelProperty(value = "鐢ㄦ埛濮撳悕")
private String YongHuXM;
--
Gitblit v1.9.3