From 81556fe5d5fa5f33c054ce766dbea00939836620 Mon Sep 17 00:00:00 2001 From: Administrator <2391070621@qq.com> Date: Wed, 16 Oct 2019 19:16:41 +0800 Subject: [PATCH 1/8] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/dhou34.iml | 9 +++++++++ .idea/misc.xml | 3 +++ .idea/modules.xml | 8 ++++++++ .idea/workspace.xml | 11 +++++++++++ src/main/java/com/room/pojo/Testone.js | 26 ++++++++++++++++++++++++++ 5 files changed, 57 insertions(+) create mode 100644 .idea/dhou34.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/workspace.xml create mode 100644 src/main/java/com/room/pojo/Testone.js diff --git a/.idea/dhou34.iml b/.idea/dhou34.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/dhou34.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index f3146f6..5496059 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,9 @@ + + + + \ No newline at end of file -- Gitee From 5d66878b8892d453747455a678af5444c001ec49 Mon Sep 17 00:00:00 2001 From: Administrator <2391070621@qq.com> Date: Wed, 16 Oct 2019 19:19:45 +0800 Subject: [PATCH 3/8] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B1=BB=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 84 ++++++++++++++++++++++++++ src/main/java/com/room/pojo/Testone.js | 26 -------- 2 files changed, 84 insertions(+), 26 deletions(-) delete mode 100644 src/main/java/com/room/pojo/Testone.js diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f5f6121..3ac7e57 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,8 +1,32 @@ + + + + + + + + + + + @@ -10,4 +34,64 @@ + + + + + + + + + + 1571224494734 + + + 1571224601560 + + + 1571224743645 + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/java/com/room/pojo/Testone.js b/src/main/java/com/room/pojo/Testone.js deleted file mode 100644 index 12f8e85..0000000 --- a/src/main/java/com/room/pojo/Testone.js +++ /dev/null @@ -1,26 +0,0 @@ -public class Teachaer { - private Integer teacherId; - - private String teacherName; - - private String sex; - - private String phone; - - private String teacherNo; - - public Integer getTeacherId() { - return teacherId; - } - - public void setTeacherId(Integer teacherId) { - this.teacherId = teacherId; -} - -public String getTeacherName() { - return teacherName; -} - -public void setTeacherName(String teacherName) { - this.teacherName = teacherName == null ? null : teacherName.trim(); -} \ No newline at end of file -- Gitee From 2a5d38a471bff5a17bd52c56a4e493c2f1a2d311 Mon Sep 17 00:00:00 2001 From: Administrator <2391070621@qq.com> Date: Wed, 16 Oct 2019 19:21:38 +0800 Subject: [PATCH 4/8] =?UTF-8?q?=E4=BF=AE=E6=94=B9sever.java?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/room/pojo/sever.java | 41 ++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 src/main/java/com/room/pojo/sever.java diff --git a/src/main/java/com/room/pojo/sever.java b/src/main/java/com/room/pojo/sever.java new file mode 100644 index 0000000..43e4121 --- /dev/null +++ b/src/main/java/com/room/pojo/sever.java @@ -0,0 +1,41 @@ + + +public class Classes { + private String classId; + + private String className; + + private String coach; + + private String coachCall; + + private String collegeId; + + private String grade; + + public String getClassId() { + return classId; + } + + public void setClassId(String classId) { + this.classId = classId == null ? null : classId.trim(); + } + + public String getClassName() { + return className; + } + + public void setClassName(String className) { + this.className = className == null ? null : className.trim(); + } + + public String getCoach() { + return coach; + } + + public void setCoach(String coach) { + this.coach = coach == null ? null : coach.trim(); + } + + +} \ No newline at end of file -- Gitee From ae1f0da6e35623d2c31c7e6597d77367c18fd7e0 Mon Sep 17 00:00:00 2001 From: feng <494876295@qq.com> Date: Wed, 16 Oct 2019 19:32:38 +0800 Subject: [PATCH 5/8] =?UTF-8?q?=E4=BF=AE=E6=94=B9sever.java?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 30 ++++++++++++++++++++++---- src/main/java/com/room/pojo/sever.java | 1 - 2 files changed, 26 insertions(+), 5 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 3ac7e57..cb9d787 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,7 @@ - + + + + + @@ -92,6 +112,8 @@ - \ No newline at end of file diff --git a/src/main/java/com/room/pojo/sever.java b/src/main/java/com/room/pojo/sever.java index 43e4121..b146384 100644 --- a/src/main/java/com/room/pojo/sever.java +++ b/src/main/java/com/room/pojo/sever.java @@ -3,7 +3,6 @@ public class Classes { private String classId; - private String className; private String coach; -- Gitee From 00655a92744a0a0b553ae201b7045cecd04ee58c Mon Sep 17 00:00:00 2001 From: feng <494876295@qq.com> Date: Wed, 16 Oct 2019 19:35:51 +0800 Subject: [PATCH 6/8] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/room/pojo/apartment.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/main/java/com/room/pojo/apartment.js diff --git a/src/main/java/com/room/pojo/apartment.js b/src/main/java/com/room/pojo/apartment.js new file mode 100644 index 0000000..f272057 --- /dev/null +++ b/src/main/java/com/room/pojo/apartment.js @@ -0,0 +1,7 @@ +public String getApartmentId() { + return apartmentId; +} + +public void setApartmentId(String apartmentId) { + this.apartmentId = apartmentId == null ? null : apartmentId.trim(); +} -- Gitee From d5415c6ef3a78f7ae053327e7fa2fea5b8ab10b0 Mon Sep 17 00:00:00 2001 From: feng <494876295@qq.com> Date: Wed, 16 Oct 2019 19:36:29 +0800 Subject: [PATCH 7/8] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/room/pojo/apartment.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/main/java/com/room/pojo/apartment.js diff --git a/src/main/java/com/room/pojo/apartment.js b/src/main/java/com/room/pojo/apartment.js deleted file mode 100644 index f272057..0000000 --- a/src/main/java/com/room/pojo/apartment.js +++ /dev/null @@ -1,7 +0,0 @@ -public String getApartmentId() { - return apartmentId; -} - -public void setApartmentId(String apartmentId) { - this.apartmentId = apartmentId == null ? null : apartmentId.trim(); -} -- Gitee From 3ccf1ad5af5083ab0cafa64a4d4976b83cc760b4 Mon Sep 17 00:00:00 2001 From: feng <494876295@qq.com> Date: Wed, 16 Oct 2019 19:37:09 +0800 Subject: [PATCH 8/8] =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 31 +++++++++++++++++--- src/main/java/com/room/pojo/sever.java | 40 -------------------------- 2 files changed, 27 insertions(+), 44 deletions(-) delete mode 100644 src/main/java/com/room/pojo/sever.java diff --git a/.idea/workspace.xml b/.idea/workspace.xml index cb9d787..ebe3c37 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,7 @@ - + @@ -114,6 +135,8 @@ - \ No newline at end of file diff --git a/src/main/java/com/room/pojo/sever.java b/src/main/java/com/room/pojo/sever.java deleted file mode 100644 index b146384..0000000 --- a/src/main/java/com/room/pojo/sever.java +++ /dev/null @@ -1,40 +0,0 @@ - - -public class Classes { - private String classId; - - - private String coach; - - private String coachCall; - - private String collegeId; - - private String grade; - - public String getClassId() { - return classId; - } - - public void setClassId(String classId) { - this.classId = classId == null ? null : classId.trim(); - } - - public String getClassName() { - return className; - } - - public void setClassName(String className) { - this.className = className == null ? null : className.trim(); - } - - public String getCoach() { - return coach; - } - - public void setCoach(String coach) { - this.coach = coach == null ? null : coach.trim(); - } - - -} \ No newline at end of file -- Gitee