|
|
@@ -408,7 +408,8 @@ public class Order extends TscBaseDomain {
|
|
|
private int delvCnt;
|
|
|
private int delvTotCnt;
|
|
|
private int delvFeeTotCnt;
|
|
|
-
|
|
|
+
|
|
|
+ Collection<Order> cartGoodsList;
|
|
|
Collection<Order> wmsCartList;
|
|
|
Collection<Order> resCartList;
|
|
|
Collection<Order> delvCartList;
|
|
|
@@ -478,6 +479,7 @@ public class Order extends TscBaseDomain {
|
|
|
private String selfGoodsYn;
|
|
|
private String brandNm;
|
|
|
private String ordDtlStatBanner;
|
|
|
+ private String ordDtlStatLastBanner;
|
|
|
private String expiredSoon;
|
|
|
private int purchaseConfirmDay;
|
|
|
private String giftLimitDt;
|
|
|
@@ -488,4 +490,13 @@ public class Order extends TscBaseDomain {
|
|
|
private String vaDeadlineHms;
|
|
|
private int totalDcAmt;
|
|
|
private int custPntSq;
|
|
|
+ private int orderReceiptCount;
|
|
|
+ private int paymentCompleteCount;
|
|
|
+ private int goodsPrepareCount;
|
|
|
+ private int shipPrepareCount;
|
|
|
+ private int shippingCount;
|
|
|
+ private int shipCompleteCount;
|
|
|
+ private int cancelCount;
|
|
|
+ private int exchangeCount;
|
|
|
+ private int returnCount;
|
|
|
}
|