From 850a524cced18e275ae89aea5ffdeaa30ddd687f Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期日, 08 十月 2023 17:17:09 +0800
Subject: [PATCH] 唯品会接口修改增加必要的3个字段
---
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