From 888c0ac9b2332eab1b93d5e9576769f92180f00f Mon Sep 17 00:00:00 2001 From: dimengzhe <251008545@qq.com> Date: Mon, 27 Jun 2022 10:33:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=AE=A1=E7=90=86=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../yxt/anrui/crm/api/crmcustomertemp/CrmCustomerTempDto.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anrui-crm/anrui-crm-api/src/main/java/com/yxt/anrui/crm/api/crmcustomertemp/CrmCustomerTempDto.java b/anrui-crm/anrui-crm-api/src/main/java/com/yxt/anrui/crm/api/crmcustomertemp/CrmCustomerTempDto.java index baa00c3f5d..e4f6ae0956 100644 --- a/anrui-crm/anrui-crm-api/src/main/java/com/yxt/anrui/crm/api/crmcustomertemp/CrmCustomerTempDto.java +++ b/anrui-crm/anrui-crm-api/src/main/java/com/yxt/anrui/crm/api/crmcustomertemp/CrmCustomerTempDto.java @@ -108,9 +108,9 @@ public class CrmCustomerTempDto implements Dto { private String endDate; @ApiModelProperty("电子邮箱") private String e_mail; - @ApiModelProperty(value = "紧急联系人") + @ApiModelProperty(value = "联系人") private String contacts; - @ApiModelProperty("紧急联系电话") + @ApiModelProperty("紧急联系人") private String emergencyContact; @ApiModelProperty("紧急联系电话")