From 1d9eef9a4ba7caebf73b483e0062f9259dbf22a0 Mon Sep 17 00:00:00 2001
From: admin <2780501319@qq.com>
Date: 星期五, 28 二月 2020 15:42:43 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/div' into div
---
fanli/src/main/java/com/yeshi/fanli/entity/customerservice/CustomerServiceCommonQuestion.java | 20 ++++++++++++++++++--
1 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/customerservice/CustomerServiceCommonQuestion.java b/fanli/src/main/java/com/yeshi/fanli/entity/customerservice/CustomerServiceCommonQuestion.java
index 902f7ac..6393f07 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/customerservice/CustomerServiceCommonQuestion.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/customerservice/CustomerServiceCommonQuestion.java
@@ -32,14 +32,21 @@
@Expose
@Column(name = "cscq_content_type")
private String contentType;
+
+ // 鏄惁鍚敤
+ @Column(name = "cscq_state")
+ private boolean state;
+
@Column(name = "cscq_weight")
private Integer weight;
+
@Column(name = "cscq_createtime")
private Date createTime;
+
@Column(name = "cscq_updatetime")
private Date updateTime;
-
- //鏄剧ず閫夋嫨椤�
+
+ // 鏄剧ず閫夋嫨椤�
@Expose
private boolean showChoice;
@@ -106,4 +113,13 @@
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
+
+ public boolean isState() {
+ return state;
+ }
+
+ public void setState(boolean state) {
+ this.state = state;
+ }
+
}
--
Gitblit v1.8.0