diff --git a/src/wyz/all.java b/src/wyz/all.java
new file mode 100644
index 0000000..7f2a157
--- /dev/null
+++ b/src/wyz/all.java
@@ -0,0 +1,53 @@
+package com.domain;
+
+public class all {
+ public int userId;
+
+
+ public int getUserId() {
+ return userId;
+ }
+
+ public void setUserId(int userId) {
+ this.userId = userId;
+ }
+
+
+ public all(int userId, double fen, String guo, String username) {
+ this.userId = userId;
+ this.fen = fen;
+ this.guo = guo;
+ this.username = username;
+ }
+
+
+ public String getGuo() {
+ return guo;
+ }
+
+ public void setGuo(String guo) {
+ this.guo = guo;
+ }
+
+ public double getFen() {
+ return fen;
+ }
+
+ public void setFen(double fen) {
+ this.fen = fen;
+ }
+
+ public double fen;
+
+ public String getUsername() {
+ return username;
+ }
+
+ public void setUsername(String username) {
+ this.username = username;
+ }
+
+ public String guo;
+
+ public String username;
+}
diff --git a/src/wyz/all1.html b/src/wyz/all1.html
new file mode 100644
index 0000000..473b54b
--- /dev/null
+++ b/src/wyz/all1.html
@@ -0,0 +1,229 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 详情
+ 匹配
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/wyz/allm.java b/src/wyz/allm.java
new file mode 100644
index 0000000..cec70da
--- /dev/null
+++ b/src/wyz/allm.java
@@ -0,0 +1,41 @@
+package com.domain;
+
+public class allm {
+ public int id;
+ public String name;
+ public double score;
+
+ public String getName() {
+ return name;
+ }
+
+ public void setName(String name) {
+ this.name = name;
+ }
+
+ public double getScore() {
+ return score;
+ }
+
+ public void setScore(double score) {
+ this.score = score;
+ }
+
+ public int getId() {
+ return id;
+ }
+
+ public void setId(int id) {
+ this.id = id;
+ }
+
+ public double getZscore() {
+ return zscore;
+ }
+
+ public void setZscore(double zscore) {
+ this.zscore = zscore;
+ }
+
+ public double zscore;
+}
diff --git a/src/wyz/fenduan.java b/src/wyz/fenduan.java
new file mode 100644
index 0000000..9995a8e
--- /dev/null
+++ b/src/wyz/fenduan.java
@@ -0,0 +1,51 @@
+package com.domain;
+
+import com.baomidou.mybatisplus.annotation.IdType;
+import com.baomidou.mybatisplus.annotation.TableField;
+import com.baomidou.mybatisplus.annotation.TableId;
+import com.baomidou.mybatisplus.annotation.TableName;
+
+@TableName("fenduan")
+public class fenduan {
+ @TableId(type= IdType.AUTO)
+ private int id;
+ @TableField("start")
+ private Double start;
+
+ public int getId() {
+ return id;
+ }
+
+ public void setId(int id) {
+ this.id = id;
+ }
+
+ public Double getStart() {
+ return start;
+ }
+
+ public void setStart(Double start) {
+ this.start = start;
+ }
+
+ public Double getEnd() {
+ return end;
+ }
+
+ public void setEnd(Double end) {
+ this.end = end;
+ }
+
+ public String getGuo() {
+ return guo;
+ }
+
+ public void setGuo(String guo) {
+ this.guo = guo;
+ }
+
+ @TableField("end")
+ private Double end;
+ @TableField("guo")
+ private String guo;
+}
diff --git a/src/wyz/liaotian.java b/src/wyz/liaotian.java
new file mode 100644
index 0000000..ebc3f4b
--- /dev/null
+++ b/src/wyz/liaotian.java
@@ -0,0 +1,51 @@
+package com.domain;
+
+import com.baomidou.mybatisplus.annotation.IdType;
+import com.baomidou.mybatisplus.annotation.TableField;
+import com.baomidou.mybatisplus.annotation.TableId;
+import com.baomidou.mybatisplus.annotation.TableName;
+
+@TableName("liaotian")
+public class liaotian {
+ @TableId(type= IdType.AUTO)
+ private int id;
+ @TableField("one")
+ private int one;
+
+ public int getId() {
+ return id;
+ }
+
+ public void setId(int id) {
+ this.id = id;
+ }
+
+ public int getOne() {
+ return one;
+ }
+
+ public void setOne(int one) {
+ this.one = one;
+ }
+
+ public int getTwo() {
+ return two;
+ }
+
+ public void setTwo(int two) {
+ this.two = two;
+ }
+
+ public String getContent() {
+ return content;
+ }
+
+ public void setContent(String content) {
+ this.content = content;
+ }
+
+ @TableField("two")
+ private int two;
+ @TableField("content")
+ private String content;
+}
diff --git a/src/wyz/main.html b/src/wyz/main.html
new file mode 100644
index 0000000..b71ca4d
--- /dev/null
+++ b/src/wyz/main.html
@@ -0,0 +1,333 @@
+
+
+
+
+
+ 心理测评系统
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+