|
|
@@ -59,7 +59,7 @@ public class Coupon extends TscBaseDomain {
|
|
|
private String dcCdGb; // 할인코드유형 (공통코드G233)
|
|
|
private String rdCpnNm; // 랜덤쿠폰 사용키 (시리얼명 or 난수)
|
|
|
|
|
|
- private String custNo;
|
|
|
+ private int custNo;
|
|
|
private String custNm;
|
|
|
private String custGbNm;
|
|
|
private String custGradeNm;
|
|
|
@@ -72,6 +72,22 @@ public class Coupon extends TscBaseDomain {
|
|
|
private Integer limitCpnId; // 선착순쿠폰일련번호
|
|
|
private String delYn;
|
|
|
private String cpnDesc; // 쿠폰설명
|
|
|
+ // payco_redirect = Y >> 페이코 송부시에만
|
|
|
+ // pay_mthod = 100000000000 >> 페이코 송부시에만
|
|
|
+ // pay_method = 100000000000 >> 페이코 송비시에
|
|
|
+ @JsonFormat(with = JsonFormat.Feature.ACCEPT_SINGLE_VALUE_AS_ARRAY)
|
|
|
+ private int[] cartSqArr; // 장바구니 일련번호 배열
|
|
|
+ @JsonFormat(with = JsonFormat.Feature.ACCEPT_SINGLE_VALUE_AS_ARRAY)
|
|
|
+ private int[] currPrices; // 상품가격 배열
|
|
|
+ private String custGb; // 회원구분
|
|
|
+ private String custGrade; // 회원등급
|
|
|
+ private int rdCpnId; // 랜덤쿠폰번호
|
|
|
+ private int dcAmt; // 할인적용금액
|
|
|
+ private int dcVal; // 할인금액/율
|
|
|
+ private String result; // 결과
|
|
|
+ private String frontGb; // 화면 구분
|
|
|
+ private String availYn; // 지급 받은 쿠폰 사용 가능 유무
|
|
|
+ private int downloadCnt; // 다운로드수
|
|
|
|
|
|
// 그리드 파라미터
|
|
|
List<CouponRefval> supplyCompList; // 공급업체 리스트
|