|
@@ -408,6 +408,7 @@ public class Order extends TscBaseDomain {
|
|
|
private int[] tmtbSqs; // 다다익선 일련번호
|
|
private int[] tmtbSqs; // 다다익선 일련번호
|
|
|
private int applyAmtSectionVal; // 적용 조건
|
|
private int applyAmtSectionVal; // 적용 조건
|
|
|
private int applyQtySectionVal; // 적용 조건
|
|
private int applyQtySectionVal; // 적용 조건
|
|
|
|
|
+ private int dcVal; // 할인값
|
|
|
private int sectionVal; // 다다익선 조건
|
|
private int sectionVal; // 다다익선 조건
|
|
|
private int tmtbSumQty; // 장바구니 수량 다다익선 총계
|
|
private int tmtbSumQty; // 장바구니 수량 다다익선 총계
|
|
|
private int tmtbSumAmt; // 장바구니 금액 다다익선 총계
|
|
private int tmtbSumAmt; // 장바구니 금액 다다익선 총계
|