|
@@ -441,9 +441,9 @@ public class Order extends TscBaseDomain {
|
|
|
private int goodsQty; // 장바구니 등록 수량
|
|
private int goodsQty; // 장바구니 등록 수량
|
|
|
private int compCnt; // 장바구니 업체 수
|
|
private int compCnt; // 장바구니 업체 수
|
|
|
private int compSumPrice; // 업체별 금액 합계
|
|
private int compSumPrice; // 업체별 금액 합계
|
|
|
|
|
+ private int qtySumCurrPrice; //
|
|
|
private int totDelvFee; // 배송비 총합
|
|
private int totDelvFee; // 배송비 총합
|
|
|
private int totCartCnt; // 장바구니 상품 수량
|
|
private int totCartCnt; // 장바구니 상품 수량
|
|
|
- private int qtySumCurrPrice; //
|
|
|
|
|
|
|
|
|
|
// 다다익선
|
|
// 다다익선
|
|
|
@JsonFormat(with = JsonFormat.Feature.ACCEPT_SINGLE_VALUE_AS_ARRAY)
|
|
@JsonFormat(with = JsonFormat.Feature.ACCEPT_SINGLE_VALUE_AS_ARRAY)
|