|
|
@@ -33,4 +33,8 @@ public class Point extends TscBaseDomain {
|
|
|
private String pntUploadDt; // 포인트반영일시
|
|
|
private int pntAmt; // 포인트금액(+, - 금액으로 표시)
|
|
|
|
|
|
+ private int expirePntAmt; // 소멸포인트
|
|
|
+ private int expectedPntAmt; // 적립예정포인트
|
|
|
+ private int expectedExpirePntAmt; // 소멸예정포인트
|
|
|
+
|
|
|
}
|