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