|
|
@@ -427,7 +427,7 @@ public class Order extends TscBaseDomain {
|
|
|
@JsonFormat(with = JsonFormat.Feature.ACCEPT_SINGLE_VALUE_AS_ARRAY)
|
|
|
private String[] itemQtyArr; // 구성상품번호
|
|
|
private int cartSq; // 장바구니 일련번호
|
|
|
- private int pcCurrPrice; // PC 즉시할인 적용가
|
|
|
+ private int qtySumCurrPrice; // PC 즉시할인 적용가
|
|
|
private int goodsQty; // 장바구니 등록 수량
|
|
|
private String jsessionId; // SessionId
|
|
|
private String itemQtyr; // itemQty GROUP_CONCAT
|
|
|
@@ -437,6 +437,8 @@ public class Order extends TscBaseDomain {
|
|
|
// 다다익선
|
|
|
@JsonFormat(with = JsonFormat.Feature.ACCEPT_SINGLE_VALUE_AS_ARRAY)
|
|
|
private int[] tmtbSqs; // 다다익선 일련번호
|
|
|
+ private int qtyTmtbSq; // 수량 다다익선 적용 일련번호
|
|
|
+ private int amtTmtbSq; // 금액 다다익선 적용 일련번호
|
|
|
private int applyAmtSectionVal; // 적용 조건
|
|
|
private int applyQtySectionVal; // 적용 조건
|
|
|
private int dcVal; // 할인값
|
|
|
@@ -445,6 +447,8 @@ public class Order extends TscBaseDomain {
|
|
|
private int tmtbSumQty; // 장바구니 수량 다다익선 총계
|
|
|
private int tmtbSumAmt; // 장바구니 금액 다다익선 총계
|
|
|
private int tmtbCurrPrice; // 다다익선 적용 후 금액
|
|
|
+ private String qtyTmtbNm; // 수량 적용 다다익선명
|
|
|
+ private String amtTmtbNm; // 금액 적용 다다익선명
|
|
|
private String goodsGb;
|
|
|
private String applyGb; // 다다익선 할인 기준
|
|
|
private String applyQtySectionYn; // 다다익선 적용 여부
|