|
|
@@ -37,14 +37,14 @@ public class FAQBean extends JsonBeanBase {
|
|
|
private int id;
|
|
|
@SerializedName("cate")
|
|
|
private String category;
|
|
|
- @SerializedName("faq_title")
|
|
|
+ @SerializedName("faqTitle")
|
|
|
private String title;
|
|
|
- @SerializedName("faq_contents")
|
|
|
+ @SerializedName("faqContents")
|
|
|
private String contents;
|
|
|
- @SerializedName("reg_dt")
|
|
|
+ @SerializedName("regDt")
|
|
|
private String date; // "yyyy-mm-dd"
|
|
|
|
|
|
- private boolean isExpanded;
|
|
|
+ private transient boolean isExpanded;
|
|
|
|
|
|
public FAQBean() {
|
|
|
}
|