|
|
@@ -500,6 +500,7 @@ public class Order extends TscBaseDomain {
|
|
|
private int minOrdQty; // 최소 주문 수량
|
|
|
private int maxOrdQty; // 최대 주문 수량
|
|
|
private int ordCanQty; // 주문 가능 수량
|
|
|
+ private int saveLimitDay; // 장바구니 보관기한
|
|
|
|
|
|
// 다다익선
|
|
|
@JsonFormat(with = JsonFormat.Feature.ACCEPT_SINGLE_VALUE_AS_ARRAY)
|