|
|
@@ -120,6 +120,8 @@ public class Coupon extends TscBaseDomain {
|
|
|
private String couponStat; // 쿠폰 다운받았는지 여부
|
|
|
private String title; //기획전 에서 설정한 쿠폰 타이틀
|
|
|
private String note; //기획전 에서 설정한 쿠폰 유의사항
|
|
|
+
|
|
|
+ private String planCouponStat;
|
|
|
// 그리드 파라미터
|
|
|
List<CouponRefval> supplyCompList; // 공급업체 리스트
|
|
|
List<CouponRefval> brandList; // 브랜드 리스트
|