From 8cca9b02fd8425b814b34c0f5214a19b6765d3f2 Mon Sep 17 00:00:00 2001 From: chen <1251790704@qq.com> Date: Wed, 14 Apr 2021 17:04:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8A=84=E9=80=81=E9=99=84?= =?UTF-8?q?=E4=BB=B6=E5=8F=8A=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../guarantee/model/response/CopyForMeResponse.java | 8 ++++++++ .../main/resources/mapper/guarantee/DgCopyUserMapper.xml | 8 ++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/model/response/CopyForMeResponse.java b/dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/model/response/CopyForMeResponse.java index 96731d1a..5457ebae 100644 --- a/dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/model/response/CopyForMeResponse.java +++ b/dq-financial-guarantee/src/main/java/com/daqing/financial/guarantee/model/response/CopyForMeResponse.java @@ -97,4 +97,12 @@ public class CopyForMeResponse { @ApiModelProperty("银行名称") private String bank; + @ExcelIgnore + @ApiModelProperty("附件") + private String file; + + @ExcelIgnore + @ApiModelProperty("图片附件") + private String imgFile; + } diff --git a/dq-financial-guarantee/src/main/resources/mapper/guarantee/DgCopyUserMapper.xml b/dq-financial-guarantee/src/main/resources/mapper/guarantee/DgCopyUserMapper.xml index 9728365b..f9fc380e 100644 --- a/dq-financial-guarantee/src/main/resources/mapper/guarantee/DgCopyUserMapper.xml +++ b/dq-financial-guarantee/src/main/resources/mapper/guarantee/DgCopyUserMapper.xml @@ -27,6 +27,9 @@ + + +