|
|
@@ -0,0 +1,142 @@
|
|
|
+package com.happy.Model.Tour;
|
|
|
+
|
|
|
+public class Tourx {
|
|
|
+
|
|
|
+ public Integer id;
|
|
|
+ public Integer xs;
|
|
|
+ public Integer xs2;
|
|
|
+ public Integer xs3;
|
|
|
+ public Integer xs4;
|
|
|
+ public Integer xs5;
|
|
|
+ public Integer xs6;
|
|
|
+ public Integer xs7;
|
|
|
+ public Integer xs8;
|
|
|
+ public Integer xs9;
|
|
|
+ public Integer xs10;
|
|
|
+ public Integer xs11;
|
|
|
+ public String xs_name;
|
|
|
+
|
|
|
+ public Tourx(){};
|
|
|
+
|
|
|
+ public Tourx(Integer id,Integer xs,Integer xs2,Integer xs3,Integer xs4,Integer xs5,
|
|
|
+ Integer xs6,Integer xs7,Integer xs8,Integer xs9,Integer xs10,Integer xs11,
|
|
|
+ String xs_name){
|
|
|
+ this.id=id;
|
|
|
+ this.xs=xs;
|
|
|
+ this.xs2=xs2;
|
|
|
+ this.xs3=xs3;
|
|
|
+ this.xs4=xs4;
|
|
|
+ this.xs5=xs5;
|
|
|
+ this.xs6=xs6;
|
|
|
+ this.xs7=xs7;
|
|
|
+ this.xs8=xs8;
|
|
|
+ this.xs9=xs9;
|
|
|
+ this.xs10=xs10;
|
|
|
+ this.xs11=xs11;
|
|
|
+ this.xs_name=xs_name;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getId() {
|
|
|
+ return id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setId(Integer id) {
|
|
|
+ this.id = id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getXs() {
|
|
|
+ return xs;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setXs(Integer xs) {
|
|
|
+ this.xs = xs;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getXs2() {
|
|
|
+ return xs2;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setXs2(Integer xs2) {
|
|
|
+ this.xs2 = xs2;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getXs3() {
|
|
|
+ return xs3;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setXs3(Integer xs3) {
|
|
|
+ this.xs3 = xs3;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getXs4() {
|
|
|
+ return xs4;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setXs4(Integer xs4) {
|
|
|
+ this.xs4 = xs4;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getXs5() {
|
|
|
+ return xs5;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setXs5(Integer xs5) {
|
|
|
+ this.xs5 = xs5;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getXs_name() {
|
|
|
+ return xs_name;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setXs_name(String xs_name) {
|
|
|
+ this.xs_name = xs_name;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getXs6() {
|
|
|
+ return xs6;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setXs6(Integer xs6) {
|
|
|
+ this.xs6 = xs6;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getXs7() {
|
|
|
+ return xs7;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setXs7(Integer xs7) {
|
|
|
+ this.xs7 = xs7;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getXs8() {
|
|
|
+ return xs8;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setXs8(Integer xs8) {
|
|
|
+ this.xs8 = xs8;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getXs9() {
|
|
|
+ return xs9;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setXs9(Integer xs9) {
|
|
|
+ this.xs9 = xs9;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getXs10() {
|
|
|
+ return xs10;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setXs10(Integer xs10) {
|
|
|
+ this.xs10 = xs10;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getXs11() {
|
|
|
+ return xs11;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setXs11(Integer xs11) {
|
|
|
+ this.xs11 = xs11;
|
|
|
+ }
|
|
|
+}
|