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