Skip to content

Commit

Permalink
yoyiyi
Browse files Browse the repository at this point in the history
  • Loading branch information
zzq committed Aug 21, 2017
1 parent cf2ba34 commit 0889122
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static class DataBean {
public String pic;
public String title;
public int pubdate;
public int ctime;
public long ctime;
public String desc;
public int state;
public int attribute;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public static class HotsBean {
public int floor;
public int state;
public int attr;
public int ctime;
public long ctime;
public String rpid_str;
public String root_str;
public String parent_str;
Expand Down Expand Up @@ -261,7 +261,7 @@ public static class RepliesBean {
public int floor;
public int state;
public int attr;
public int ctime;
public long ctime;
public String rpid_str;
public String root_str;
public String parent_str;
Expand Down

0 comments on commit 0889122

Please sign in to comment.