|
|
@@ -1,7 +1,6 @@
|
|
|
package com.style24.persistence.domain.searchengine;
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
-import java.util.Collection;
|
|
|
|
|
|
import lombok.Data;
|
|
|
|
|
|
@@ -48,15 +47,6 @@ public class SearchEngine implements Serializable {
|
|
|
private int pageSize = 50; // 페이지사이즈
|
|
|
private int pageUnit = 10; // 페이지단위
|
|
|
|
|
|
- // Result - Filter
|
|
|
- private Collection<Filter> brandGroupList; // 브랜드그룹목록
|
|
|
- private Collection<Filter> sizeList; // 사이즈목록
|
|
|
- private Collection<Filter> priceList; // 가격목록
|
|
|
- private Collection<Filter> ageList; // 연령목록
|
|
|
- private Collection<Filter> seasonList; // 시즌목록
|
|
|
- private Collection<Filter> colorList; // 색상목록
|
|
|
- private Collection<Filter> benefitList; // 혜택목록
|
|
|
-
|
|
|
// Result - 상품리스트
|
|
|
private String brandGroupNm; // 브랜드그룹명
|
|
|
private String goodsCd; // 상품코드
|