|
|
@@ -30,7 +30,7 @@ public class ContentsDetailImageBean extends LifeplusImageBean {
|
|
|
@SerializedName("itemCdntList")
|
|
|
private List<ItemRectBean> itemRectList; // 이미지 위에 클릭 영역 지정하기.
|
|
|
|
|
|
- @SerializedName("copyright")
|
|
|
+ @SerializedName("waterMark")
|
|
|
private String copyright;
|
|
|
|
|
|
private transient String listAttributeType; // 01: 컨텐츠, 02: 구매 예약 -> 타입에 따라서 이미지의 over ray drawing 타입 변경, 구매 예약은 rect 가 아닌 점으로 그려 줌.
|