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 c2ac1b9 commit cf2ba34
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,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 @@ -256,7 +256,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 cf2ba34

Please sign in to comment.