From d1f26741bddf6f512d62c0100d42c52be8d37e76 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期六, 06 二月 2021 15:35:40 +0800
Subject: [PATCH] 工具类优化

---
 fanli/src/main/java/com/yeshi/fanli/entity/system/SystemQuestionCenter.java |  118 +++++++++++++++++++++++++++++-----------------------------
 1 files changed, 59 insertions(+), 59 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/system/SystemQuestionCenter.java b/fanli/src/main/java/com/yeshi/fanli/entity/system/SystemQuestionCenter.java
index 1c5d102..c0f6074 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/system/SystemQuestionCenter.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/system/SystemQuestionCenter.java
@@ -1,59 +1,59 @@
-package com.yeshi.fanli.entity.system;
-
-import java.util.Date;
-
-public class SystemQuestionCenter {
-	
-	private long id;
-	
-	private long valueId;
-	
-	private String question;
-	
-	private String answer;
-	
-	public String getAnswer() {
-		return answer;
-	}
-
-	public void setAnswer(String answer) {
-		this.answer = answer;
-	}
-
-	private Date createTime;
-
-	public long getId() {
-		return id;
-	}
-
-	public void setId(long id) {
-		this.id = id;
-	}
-
-	public long getValueId() {
-		return valueId;
-	}
-
-	public void setValueId(long valueId) {
-		this.valueId = valueId;
-	}
-
-	public String getQuestion() {
-		return question;
-	}
-
-	public void setQuestion(String question) {
-		this.question = question;
-	}
-
-	public Date getCreateTime() {
-		return createTime;
-	}
-
-	public void setCreateTime(Date createTime) {
-		this.createTime = createTime;
-	}
-	
-	
-
-}
+package com.yeshi.fanli.entity.system;
+
+import java.util.Date;
+
+public class SystemQuestionCenter {
+	
+	private long id;
+	
+	private long valueId;
+	
+	private String question;
+	
+	private String answer;
+	
+	public String getAnswer() {
+		return answer;
+	}
+
+	public void setAnswer(String answer) {
+		this.answer = answer;
+	}
+
+	private Date createTime;
+
+	public long getId() {
+		return id;
+	}
+
+	public void setId(long id) {
+		this.id = id;
+	}
+
+	public long getValueId() {
+		return valueId;
+	}
+
+	public void setValueId(long valueId) {
+		this.valueId = valueId;
+	}
+
+	public String getQuestion() {
+		return question;
+	}
+
+	public void setQuestion(String question) {
+		this.question = question;
+	}
+
+	public Date getCreateTime() {
+		return createTime;
+	}
+
+	public void setCreateTime(Date createTime) {
+		this.createTime = createTime;
+	}
+	
+	
+
+}

--
Gitblit v1.8.0