| | |
| | | * @desc 家大事记 bean 类 |
| | | */ |
| | | public class FamilyMemorabiliaBean { |
| | | private long id; |
| | | private String address; |
| | | private String createTime; |
| | | private String people; |
| | | private String remark; |
| | | private String title; |
| | | private String url; |
| | | |
| | | public String getAddress() { return address; } |
| | | public void setAddress(String value) { this.address = value; } |
| | | |
| | | public String getCreateTime() { return createTime; } |
| | | public void setCreateTime(String value) { this.createTime = value; } |
| | | |
| | | public long getId() { return id; } |
| | | public void setId(long value) { this.id = value; } |
| | | |
| | | public String getPeople() { return people; } |
| | | public void setPeople(String value) { this.people = value; } |
| | | |
| | | public String getRemark() { return remark; } |
| | | public void setRemark(String value) { this.remark = value; } |
| | | |
| | | public String getTitle() { return title; } |
| | | public void setTitle(String value) { this.title = value; } |
| | | |
| | | public String getUrl() { return url; } |
| | | public void setUrl(String value) { this.url = value; } |
| | | } |