Ver código fonte

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

anderx 1 ano atrás
pai
commit
a7bd3178ee

+ 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;