|
|
@@ -436,6 +436,7 @@ public class Order extends TscBaseDomain {
|
|
|
private int goodsQty; // 장바구니 등록 수량
|
|
|
private int compCnt; // 장바구니 업체 수
|
|
|
private int compSumPrice; // 업체별 금액 합계
|
|
|
+ private int qtySumCurrPrice; //
|
|
|
|
|
|
// 다다익선
|
|
|
@JsonFormat(with = JsonFormat.Feature.ACCEPT_SINGLE_VALUE_AS_ARRAY)
|