From 67d934b740862de1db1951137b5590410f3eb92b Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 15 八月 2025 13:34:39 +0800
Subject: [PATCH] 代码提交

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

diff --git a/smartor/src/main/java/com/smartor/domain/ServiceSLTDContactsResDTO.java b/smartor/src/main/java/com/smartor/domain/ServiceSLTDContactsResDTO.java
new file mode 100644
index 0000000..7e0057e
--- /dev/null
+++ b/smartor/src/main/java/com/smartor/domain/ServiceSLTDContactsResDTO.java
@@ -0,0 +1,28 @@
+package com.smartor.domain;
+
+import io.swagger.annotations.ApiModel;
+import io.swagger.annotations.ApiModelProperty;
+import lombok.Data;
+
+@ApiModel(value = "ServiceSLTDContactsResDTO", description = "鐪佺珛鍚屽痉鑱旂郴浜哄搷搴斾俊鎭�")
+@Data
+public class ServiceSLTDContactsResDTO {
+    @ApiModelProperty(value = "鏈烘瀯ID 鏈烘瀯鍞竴缂栧彿")
+    private String orgId;
+
+    @ApiModelProperty(value = "鑱旂郴浜哄鍚�")
+    private String name;
+
+
+    @ApiModelProperty(value = "鑱旂郴浜哄叧绯荤紪鐮�")
+    private String relationshipCode;
+
+    @ApiModelProperty(value = "鑱旂郴浜哄叧绯诲悕绉�")
+    private String relationship;
+
+    @ApiModelProperty(value = "鑱旂郴浜鸿仈绯绘柟寮�")
+    private String telecom;
+
+    @ApiModelProperty(value = "鑱旂郴浜哄湴鍧�")
+    private String currentAddress;
+}

--
Gitblit v1.9.3