lyhzzz 2 years ago
parent
commit
1f024315e7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/main/java/com/fdkankan/manage/vo/response/OrderVo.java

+ 3 - 0
src/main/java/com/fdkankan/manage/vo/response/OrderVo.java

@@ -49,6 +49,9 @@ public class OrderVo {
     public String getShipAddress() {
         return shipAreaPath + shipAddress;
     }
+    public String getShipAreaPath() {
+        return null;
+    }
 
     public String getPaymentTypeName() {
         switch (paymentTypeName){