yuliang 5 years ago
parent
commit
c06925e5e5

+ 1 - 1
whepi-web/src/main/java/com/bofeng/entity/ExcelRiBaoLY.java

@@ -307,7 +307,7 @@ public class ExcelRiBaoLY {
         }
         return workLoalDesc;
     }
-    @ExcelProperty(value = "今日驻地", index = 16)
+    @ExcelProperty(value = "今晚住地", index = 16)
     private String todayLoalDesc = "";
 
     public String getTodayLoalDesc() {

+ 1 - 1
whepi-web/src/main/java/com/bofeng/entity/ExcelRiBaoPrivate.java

@@ -345,7 +345,7 @@ public class ExcelRiBaoPrivate {
         return workLoalDesc;
     }
 
-    @ExcelProperty(value = "今日驻地", index = 20)
+    @ExcelProperty(value = "今晚住地", index = 20)
     private String todayLoalDesc = "";
 
     public String getTodayLoalDesc() {