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/TourismBean.java | 158 ++++++++++++++++++++++++++++------------------------
1 files changed, 84 insertions(+), 74 deletions(-)
diff --git a/app/src/main/java/com/application/zhangshi_app_android/bean/TourismBean.java b/app/src/main/java/com/application/zhangshi_app_android/bean/TourismBean.java
index c0825a1..780ba8b 100644
--- a/app/src/main/java/com/application/zhangshi_app_android/bean/TourismBean.java
+++ b/app/src/main/java/com/application/zhangshi_app_android/bean/TourismBean.java
@@ -7,37 +7,39 @@
/**
* @author Ljj
* @date 2023.04.28. 21:17
- * @desc 鏃呮父璐圭敤璁板綍
+ * @desc 瀹岀編鏃呴�旇褰�
*/
public class TourismBean implements Serializable {
//id
private String id;
- //鏍囬
- private String title;
- //寮�濮嬫椂闂�
- private String startTime;
- //缁撴潫鏃堕棿
- private String endTime;
- //鍒涘缓鏃堕棿
- private String createTime;
- //鎬诲ぉ鏁�
- private String totalDay;
- //鎬婚噾棰�
- private double totalCost;
- //椁愯垂
- private double eat;
- //浣忓璐�
- private double stay;
- //浜ら�氳垂
- private double traffic;
- //璐墿
- private double shopping;
- //闂ㄧエ
- private double entrance;
//鐢ㄦ埛id
- private String myId;
- //姣忔棩娑堣垂璇︾粏璁板綍
- private List<ConsumeRecordBean> detailList = new ArrayList<>();
+ private String uid;
+ //鏃呮父鍚嶇О
+ private String name;
+ //鏃呮父鍘诲悜锛堝浗鍐呫�佸浗澶栵級
+ private String destination;
+ //鏃呮父寮�濮嬫椂闂�
+ private String startTime;
+ //鏃呮父缁撴潫鏃堕棿
+ private String endTime;
+ //鏃呮父鎬ц川锛堣嚜璐广�佸叕璐广�侀個璇凤級
+ private String property;
+ //鏃呮父鏂瑰紡锛堝弬鍥€�佽嚜鐢辫銆佽嚜椹炬父銆佸崐鑷敱鍗婅嚜椹撅級
+ private String manner;
+ //鎬讳氦閫氳垂
+ private double travelTotal;
+ //鎬讳綇瀹胯垂
+ private double stayTotal;
+ //鎬婚楗垂
+ private double eatTotal;
+ //鎬婚棬绁ㄨ垂
+ private double entranceTotal;
+ //鍥㈣垂
+ private double groupTotal;
+ //鎬婚噾棰�
+ private double totalPrice;
+ //鎰熻█
+ private String spee;
public String getId() {
return id;
@@ -47,12 +49,28 @@
this.id = id;
}
- public String getTitle() {
- return title;
+ public String getUid() {
+ return uid;
}
- public void setTitle(String title) {
- this.title = title;
+ public void setUid(String uid) {
+ this.uid = uid;
+ }
+
+ public String getName() {
+ return name;
+ }
+
+ public void setName(String name) {
+ this.name = name;
+ }
+
+ public String getDestination() {
+ return destination;
+ }
+
+ public void setDestination(String destination) {
+ this.destination = destination;
}
public String getStartTime() {
@@ -71,83 +89,75 @@
this.endTime = endTime;
}
- public String getCreateTime() {
- return createTime;
+ public String getProperty() {
+ return property;
}
- public void setCreateTime(String createTime) {
- this.createTime = createTime;
+ public void setProperty(String property) {
+ this.property = property;
}
- public String getTotalDay() {
- return totalDay;
+ public String getManner() {
+ return manner;
}
- public void setTotalDay(String totalDay) {
- this.totalDay = totalDay;
+ public void setManner(String manner) {
+ this.manner = manner;
}
- public double getTotalCost() {
- return totalCost;
+ public double getTravelTotal() {
+ return travelTotal;
}
- public void setTotalCost(double totalCost) {
- this.totalCost = totalCost;
+ public void setTravelTotal(double travelTotal) {
+ this.travelTotal = travelTotal;
}
- public double getEat() {
- return eat;
+ public double getStayTotal() {
+ return stayTotal;
}
- public void setEat(double eat) {
- this.eat = eat;
+ public void setStayTotal(double stayTotal) {
+ this.stayTotal = stayTotal;
}
- public double getStay() {
- return stay;
+ public double getEatTotal() {
+ return eatTotal;
}
- public void setStay(double stay) {
- this.stay = stay;
+ public void setEatTotal(double eatTotal) {
+ this.eatTotal = eatTotal;
}
- public double getTraffic() {
- return traffic;
+ public double getEntranceTotal() {
+ return entranceTotal;
}
- public void setTraffic(double traffic) {
- this.traffic = traffic;
+ public void setEntranceTotal(double entranceTotal) {
+ this.entranceTotal = entranceTotal;
}
- public double getShopping() {
- return shopping;
+ public double getGroupTotal() {
+ return groupTotal;
}
- public void setShopping(double shopping) {
- this.shopping = shopping;
+ public void setGroupTotal(double groupTotal) {
+ this.groupTotal = groupTotal;
}
- public double getEntrance() {
- return entrance;
+ public double getTotalPrice() {
+ return totalPrice;
}
- public void setEntrance(double entrance) {
- this.entrance = entrance;
+ public void setTotalPrice(double totalPrice) {
+ this.totalPrice = totalPrice;
}
- public String getMyId() {
- return myId;
+ public String getSpee() {
+ return spee;
}
- public void setMyId(String myId) {
- this.myId = myId;
- }
-
- public List<ConsumeRecordBean> getDetailList() {
- return detailList;
- }
-
- public void setDetailList(List<ConsumeRecordBean> detailList) {
- this.detailList = detailList;
+ public void setSpee(String spee) {
+ this.spee = spee;
}
}
--
Gitblit v1.9.1