root | cd43656 | 2025-05-08 14:09:19 +0000 | [diff] [blame] | 1 | package object; |
2 | |||||
3 | public class Post { | ||||
root | 4b6a76b | 2025-05-09 04:57:59 +0000 | [diff] [blame] | 4 | public String postid; |
5 | public String posttitle; | ||||
6 | public String postcontent; | ||||
7 | public String postuserid; | ||||
8 | public String posttime; | ||||
9 | public String replytime; | ||||
10 | public String readtime; | ||||
root | cd43656 | 2025-05-08 14:09:19 +0000 | [diff] [blame] | 11 | } |