anderx лет назад: 3
Родитель
Сommit
fb3acf1fac
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/java/com/goafanti/order/bo/OutOrderSalesSource.java

+ 1 - 1
src/main/java/com/goafanti/order/bo/OutOrderSalesSource.java

@@ -14,7 +14,7 @@ public class OutOrderSalesSource {
     private Integer counts;
     @Excel(name = "电话")
     private Integer dh;
-    @Excel(name = "电话占比")
+    @Excel(name = "电话占比",suffix = "%")
     private String dhl;
     @Excel(name = "网络")
     private Integer wl;