|
@@ -420,13 +420,15 @@ public class Order extends TscBaseDomain {
|
|
|
|
|
|
|
|
// 다다익선
|
|
// 다다익선
|
|
|
@JsonFormat(with = JsonFormat.Feature.ACCEPT_SINGLE_VALUE_AS_ARRAY)
|
|
@JsonFormat(with = JsonFormat.Feature.ACCEPT_SINGLE_VALUE_AS_ARRAY)
|
|
|
- private int[] tmtbSqs; // 다다익선 일련번호
|
|
|
|
|
|
|
+ private int[] tmtbSqs; // 다다익선 일련번호
|
|
|
private int applyAmtSectionVal; // 적용 조건
|
|
private int applyAmtSectionVal; // 적용 조건
|
|
|
private int applyQtySectionVal; // 적용 조건
|
|
private int applyQtySectionVal; // 적용 조건
|
|
|
private int dcVal; // 할인값
|
|
private int dcVal; // 할인값
|
|
|
|
|
+ private int tmtbCnt; // 다다익선 수량
|
|
|
private int sectionVal; // 다다익선 조건
|
|
private int sectionVal; // 다다익선 조건
|
|
|
private int tmtbSumQty; // 장바구니 수량 다다익선 총계
|
|
private int tmtbSumQty; // 장바구니 수량 다다익선 총계
|
|
|
private int tmtbSumAmt; // 장바구니 금액 다다익선 총계
|
|
private int tmtbSumAmt; // 장바구니 금액 다다익선 총계
|
|
|
|
|
+ private int tmtbCurrPrice; // 다다익선 적용 후 금액
|
|
|
private String goodsGb;
|
|
private String goodsGb;
|
|
|
private String applyGb; // 다다익선 할인 기준
|
|
private String applyGb; // 다다익선 할인 기준
|
|
|
private String applyQtySectionYn; // 다다익선 적용 여부
|
|
private String applyQtySectionYn; // 다다익선 적용 여부
|