From ed277ece348dae9bc6e36c0fc9f69ae8a3825912 Mon Sep 17 00:00:00 2001
From: lige <bestlige@outlook.com>
Date: 星期四, 18 四月 2024 17:57:55 +0800
Subject: [PATCH] 填鸭表单

---
 ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjSurveyQuestion.java |   58 ++++++++++++++--------------------------------------------
 1 files changed, 14 insertions(+), 44 deletions(-)

diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjSurveyQuestion.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjSurveyQuestion.java
index 5c40edd..c8fe3b4 100644
--- a/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjSurveyQuestion.java
+++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjSurveyQuestion.java
@@ -32,10 +32,10 @@
     /**
      * id
      */
-    @ApiModelProperty(value = "涓婚敭id")
-    @TableId
-    @JsonSerialize(using = ToStringSerializer.class)
-    private Long qid;
+//    @ApiModelProperty(value = "涓婚敭id")
+//    @TableId
+//    @JsonSerialize(using = ToStringSerializer.class)
+    private String qid;
 
     /**
      * 闂
@@ -58,6 +58,16 @@
     @Excel(name = "鏄惁蹇呭~",dictType="sys_yes_no")
     private String isRequired;
 
+
+    private String keywords;
+
+    private String sort;
+
+    private Long mid;
+
+    @TableField(exist = false)
+    private TjSurveyTemplate template;
+
     /**
      * 闂嵎閫夐」淇℃伅
      */
@@ -65,47 +75,7 @@
     @TableField(exist = false)
     private List<TjSurveyOptions> tjSurveyOptionsList;
 
-    public void setQid(Long qid) {
-        this.qid = qid;
-    }
 
-    public Long getQid() {
-        return qid;
-    }
-
-    public void setQuestion(String question) {
-        this.question = question;
-    }
-
-    public String getQuestion() {
-        return question;
-    }
-
-    public void setType(String type) {
-        this.type = type;
-    }
-
-    public String getType() {
-        return type;
-    }
-
-    public void setIsRequired(String isRequired) {
-        this.isRequired = isRequired;
-    }
-
-    public String getIsRequired() {
-        return isRequired;
-    }
-
-
-
-    public List<TjSurveyOptions> getTjSurveyOptionsList() {
-        return tjSurveyOptionsList;
-    }
-
-    public void setTjSurveyOptionsList(List<TjSurveyOptions> tjSurveyOptionsList) {
-        this.tjSurveyOptionsList = tjSurveyOptionsList;
-    }
 
     @Override
     public String toString() {

--
Gitblit v1.8.0