From e6014ef123350d5c0cadabe9c18e26b3d5a3c729 Mon Sep 17 00:00:00 2001
From: guoshen <3129367635@qq.com>
Date: 星期六, 29 六月 2024 15:41:25 +0800
Subject: [PATCH] Revert "Initial commit"
---
app/src/main/java/com/application/zhangshi_app_android/bean/TourismExperienceBean.java | 166 ++++++++++++++++++++++++++++++++----------------------
1 files changed, 98 insertions(+), 68 deletions(-)
diff --git a/app/src/main/java/com/application/zhangshi_app_android/bean/TourismExperienceBean.java b/app/src/main/java/com/application/zhangshi_app_android/bean/TourismExperienceBean.java
index b0ce0c6..3a8e6e6 100644
--- a/app/src/main/java/com/application/zhangshi_app_android/bean/TourismExperienceBean.java
+++ b/app/src/main/java/com/application/zhangshi_app_android/bean/TourismExperienceBean.java
@@ -10,45 +10,59 @@
public class TourismExperienceBean implements Serializable{
//id
private int id;
- //鏍囬
- private String title;
- //鍙戠敓鏃堕棿
- private String happenTime;
- //鍦扮偣
+ //瀵瑰簲鐨勫畬缇庢梾閫攊d
+ private String cid;
+ //琛岀▼鏃堕棿
+ private String happenDate;
+ //琛岀▼鍦扮偣
private String address;
- //浜虹墿
- private String people;
- //鏃呮湡
- private String travelPeriod;
- //鎸佽瘉鏃呮父
- private String certificate;
- //璐圭敤
- private String totalPrice;
- //0.鍏垂 1.鑷垂
- private int self;
+ //鏅偣
+ private String scenic;
+ //闂ㄧエ璐�
+ private double entrance;
+ //浣忓閰掑簵
+ private String hotel;
+ //浣忓璐圭敤
+ private double stay;
+ //椁愯垂
+ private double eat;
+ //浜ら�氳垂
+ private double travel;
+ //鍏朵粬璐圭敤
+ private double otherCost;
//澶囨敞
- private String remark;
+ private String backInfo;
//鐢靛瓙鏂囦欢
private String url;
- //鍒涘缓鏃堕棿
- private String createTime;
- //璐圭敤璁板綍琛╥d
- private String feeId;
+ //鍑鸿鏂瑰紡
+ private String travelMode;
+ //杞︽or鑸彮
+ private String flight;
+ //浣跨敤璇佷欢
+ private String document;
- public String getTitle() {
- return title;
+ public int getId() {
+ return id;
}
- public void setTitle(String title) {
- this.title = title;
+ public void setId(int id) {
+ this.id = id;
}
- public String getHappenTime() {
- return happenTime;
+ public String getCid() {
+ return cid;
}
- public void setHappenTime(String happenTime) {
- this.happenTime = happenTime;
+ public void setCid(String cid) {
+ this.cid = cid;
+ }
+
+ public String getHappenDate() {
+ return happenDate;
+ }
+
+ public void setHappenDate(String happenDate) {
+ this.happenDate = happenDate;
}
public String getAddress() {
@@ -59,52 +73,44 @@
this.address = address;
}
- public String getPeople() {
- return people;
+ public double getEntrance() {
+ return entrance;
}
- public void setPeople(String people) {
- this.people = people;
+ public void setEntrance(double entrance) {
+ this.entrance = entrance;
}
- public String getTravelPeriod() {
- return travelPeriod;
+ public String getHotel() {
+ return hotel;
}
- public void setTravelPeriod(String travelPeriod) {
- this.travelPeriod = travelPeriod;
+ public void setHotel(String hotel) {
+ this.hotel = hotel;
}
- public String getCertificate() {
- return certificate;
+ public double getStay() {
+ return stay;
}
- public void setCertificate(String certificate) {
- this.certificate = certificate;
+ public void setStay(double stay) {
+ this.stay = stay;
}
- public String getTotalPrice() {
- return totalPrice;
+ public double getEat() {
+ return eat;
}
- public void setTotalPrice(String totalPrice) {
- this.totalPrice = totalPrice;
+ public void setEat(double eat) {
+ this.eat = eat;
}
- public int getSelf() {
- return self;
+ public double getTravel() {
+ return travel;
}
- public void setSelf(int self) {
- this.self = self;
- }
-
- public String getRemark() {
- return remark;
- }
-
- public void setRemark(String remark) {
- this.remark = remark;
+ public void setTravel(double travel) {
+ this.travel = travel;
}
public String getUrl() {
@@ -115,27 +121,51 @@
this.url = url;
}
- public int getId() {
- return id;
+ public String getTravelMode() {
+ return travelMode;
}
- public void setId(int id) {
- this.id = id;
+ public void setTravelMode(String travelMode) {
+ this.travelMode = travelMode;
}
- public String getCreateTime() {
- return createTime;
+ public String getFlight() {
+ return flight;
}
- public void setCreateTime(String createTime) {
- this.createTime = createTime;
+ public void setFlight(String flight) {
+ this.flight = flight;
}
- public String getFeeId() {
- return feeId;
+ public String getDocument() {
+ return document;
}
- public void setFeeId(String feeId) {
- this.feeId = feeId;
+ public void setDocument(String document) {
+ this.document = document;
+ }
+
+ public String getScenic() {
+ return scenic;
+ }
+
+ public void setScenic(String scenic) {
+ this.scenic = scenic;
+ }
+
+ public double getOtherCost() {
+ return otherCost;
+ }
+
+ public void setOtherCost(double otherCost) {
+ this.otherCost = otherCost;
+ }
+
+ public String getBackInfo() {
+ return backInfo;
+ }
+
+ public void setBackInfo(String backInfo) {
+ this.backInfo = backInfo;
}
}
--
Gitblit v1.9.1