New file |
| | |
| | | package com.application.zhangshi_app_android.bean; |
| | | |
| | | /** |
| | | * 成长经历-出国情况 |
| | | */ |
| | | public class GrowthExperienceAbroadConditionBean { |
| | | private String userId; |
| | | private String destination; |
| | | private String cause; |
| | | private String startDate; |
| | | |
| | | |
| | | public String getUserId() { return userId; } |
| | | public void setUserId(String value) { this.userId = value; } |
| | | public String getDestination() { return destination; } |
| | | public void setDestination(String value) { this.destination = value; } |
| | | public String getCause() { return cause; } |
| | | public void setCause(String value) { this.cause = value; } |
| | | |
| | | public String getStartDate() { return startDate; } |
| | | public void setStartDate(String value) { this.startDate = value; } |
| | | } |