|
|
@@ -475,6 +475,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;
|
|
|
@@ -485,4 +486,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;
|
|
|
}
|