...
|
...
|
@@ -26,6 +26,8 @@ public class OrderConfigConstant { |
|
|
orderAttributeMap.put(OrderAttributes.FLAW.getCode(), "全新瑕疵");
|
|
|
orderAttributeMap.put(OrderAttributes.COMMON_IN_STOCK.getCode(), "现货");
|
|
|
orderAttributeMap.put(OrderAttributes.QUICK_DELIVER.getCode(), "急速发货");
|
|
|
orderAttributeMap.put(OrderAttributes.DEPOSITE.getCode(), "寄存");
|
|
|
|
|
|
|
|
|
|
|
|
orderRegionAttributeMap.put(RegionEnum.MAINLAND.getCode(), orderAttributeMap);
|
...
|
...
|
|