| | |
| | | |
| | | public class LocalOrderBean { |
| | | public static String LOCAL_ORDER_INFO = "LOCAL_ORDER_INFO"; |
| | | private Long startTime; |
| | | private Long endTime; |
| | | private Long startTime = 0L; |
| | | private Long endTime = 0L; |
| | | private String orderId; |
| | | private String orderType = "2"; |
| | | private double money = 0.0; |
| | | private String userId; |
| | | |
| | | public String getUserId() { |
| | | return userId; |
| | | } |
| | | |
| | | public void setUserId(String userId) { |
| | | this.userId = userId; |
| | | } |
| | | |
| | | public Long getStartTime() { |
| | | return startTime; |
| | |
| | | public void setMoney(double money) { |
| | | this.money = money; |
| | | } |
| | | |
| | | |
| | | } |