浏览代码

Merge branch 'test2' of jishutao/kede-server into prod

anderx 1 年之前
父节点
当前提交
a7bd3178ee
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/goafanti/customer/bo/OutUserClueExcel.java

+ 1 - 1
src/main/java/com/goafanti/customer/bo/OutUserClueExcel.java

@@ -4,7 +4,7 @@ import com.goafanti.common.utils.excel.Excel;
 
 public class OutUserClueExcel {
     private String id;
-    @Excel(name = "客户名")
+    @Excel(name = "客户名")
     private String nickname;
     @Excel(name = "联系人")
     private String contacts;