|
|
@@ -479,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;
|
|
|
@@ -489,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;
|
|
|
}
|