Forráskód Böngészése

[공통][New] 개별 좋아요/북마크 처리를 위한 itemNo 추가

hyodong.min 7 éve
szülő
commit
77e286baa4

+ 10 - 0
app/src/main/java/kr/co/zumo/app/lifeplus/bean/api/ContentsItemBean.java

@@ -29,6 +29,8 @@ public class ContentsItemBean extends LifeplusContentsBean {
   public final static String TYPE_CARD_LISTICLE = "02";
   public final static String TYPE_CARD = "03";
 
+  @SerializedName("listItemNo")
+  private String itemNo;
   @SerializedName("itemDvsn")
   private String itemType;
   @SerializedName("listType")
@@ -58,6 +60,14 @@ public class ContentsItemBean extends LifeplusContentsBean {
   @SerializedName("copyRight")
   private String copyRight;
 
+  public String getItemNo() {
+    return itemNo;
+  }
+
+  public void setItemNo(String itemNo) {
+    this.itemNo = itemNo;
+  }
+
   /**
    * 이미지 리스트 중에서 첫 번째 것을 가져온다.
    *