-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5acb7df
commit c9fd65c
Showing
9 changed files
with
312 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,4 +120,5 @@ private FormBody addParamsToFormBody(FormBody body, StringBuilder paramsBuilder) | |
|
||
return builder.build(); | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 49 additions & 0 deletions
49
app/src/main/java/xinyi/com/czdevmodule/net_test/retrofit/FJHomeBean.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
package xinyi.com.czdevmodule.net_test.retrofit; | ||
|
||
import java.util.List; | ||
|
||
/** | ||
* Created by 陈章 on 2017/4/26 0026. | ||
* func: | ||
* 求职-首页实体类 | ||
*/ | ||
|
||
public class FJHomeBean { | ||
private int p; | ||
private int count; | ||
private int total_pages; | ||
|
||
private List<JobPositionBeanXX> list; | ||
|
||
public int getCount() { | ||
return count; | ||
} | ||
|
||
public void setCount(int count) { | ||
this.count = count; | ||
} | ||
|
||
public List<JobPositionBeanXX> getList() { | ||
return list; | ||
} | ||
|
||
public void setList(List<JobPositionBeanXX> list) { | ||
this.list = list; | ||
} | ||
|
||
public int getP() { | ||
return p; | ||
} | ||
|
||
public void setP(int p) { | ||
this.p = p; | ||
} | ||
|
||
public int getTotal_pages() { | ||
return total_pages; | ||
} | ||
|
||
public void setTotal_pages(int total_pages) { | ||
this.total_pages = total_pages; | ||
} | ||
} |
229 changes: 229 additions & 0 deletions
229
app/src/main/java/xinyi/com/czdevmodule/net_test/retrofit/JobPositionBeanXX.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,229 @@ | ||
package xinyi.com.czdevmodule.net_test.retrofit; | ||
|
||
/** | ||
* Created by 陈章 on 2017/4/26 0026. | ||
* func:职位实体类 | ||
*/ | ||
|
||
public class JobPositionBeanXX { | ||
private int company_job_id; | ||
|
||
private int position_id; | ||
|
||
private int company_id; | ||
|
||
private int salary_range_id; | ||
|
||
private String description; | ||
|
||
private String address_work; | ||
|
||
private int degree_id; | ||
|
||
private int work_year_id; | ||
|
||
private long time_create; | ||
|
||
private long time_update; | ||
|
||
private int profession_id; | ||
|
||
private int property_id; | ||
|
||
private String custom; | ||
|
||
private int positions_id; | ||
|
||
private String name_positions; | ||
|
||
private String profession_id_n; | ||
|
||
private String positions_id_n; | ||
|
||
private String salary_range_id_n; | ||
|
||
private String work_year_id_n; | ||
|
||
private String degree_id_n; | ||
|
||
private String address_work_province; | ||
|
||
private String address_work_city; | ||
|
||
|
||
public String getAddress_work() { | ||
return address_work; | ||
} | ||
|
||
public void setAddress_work(String address_work) { | ||
this.address_work = address_work; | ||
} | ||
|
||
public String getAddress_work_city() { | ||
return address_work_city; | ||
} | ||
|
||
public void setAddress_work_city(String address_work_city) { | ||
this.address_work_city = address_work_city; | ||
} | ||
|
||
public String getAddress_work_province() { | ||
return address_work_province; | ||
} | ||
|
||
public void setAddress_work_province(String address_work_province) { | ||
this.address_work_province = address_work_province; | ||
} | ||
|
||
public int getCompany_id() { | ||
return company_id; | ||
} | ||
|
||
public void setCompany_id(int company_id) { | ||
this.company_id = company_id; | ||
} | ||
|
||
public String getCustom() { | ||
return custom; | ||
} | ||
|
||
public void setCustom(String custom) { | ||
this.custom = custom; | ||
} | ||
|
||
public int getDegree_id() { | ||
return degree_id; | ||
} | ||
|
||
public void setDegree_id(int degree_id) { | ||
this.degree_id = degree_id; | ||
} | ||
|
||
public String getDegree_id_n() { | ||
return degree_id_n; | ||
} | ||
|
||
public void setDegree_id_n(String degree_id_n) { | ||
this.degree_id_n = degree_id_n; | ||
} | ||
|
||
public String getDescription() { | ||
return description; | ||
} | ||
|
||
public void setDescription(String description) { | ||
this.description = description; | ||
} | ||
|
||
public String getName_positions() { | ||
return name_positions; | ||
} | ||
|
||
public void setName_positions(String name_positions) { | ||
this.name_positions = name_positions; | ||
} | ||
|
||
public int getPosition_id() { | ||
return position_id; | ||
} | ||
|
||
public void setPosition_id(int position_id) { | ||
this.position_id = position_id; | ||
} | ||
|
||
public int getPositions_id() { | ||
return positions_id; | ||
} | ||
|
||
public void setPositions_id(int positions_id) { | ||
this.positions_id = positions_id; | ||
} | ||
|
||
public String getPositions_id_n() { | ||
return positions_id_n; | ||
} | ||
|
||
public void setPositions_id_n(String positions_id_n) { | ||
this.positions_id_n = positions_id_n; | ||
} | ||
|
||
public int getProfession_id() { | ||
return profession_id; | ||
} | ||
|
||
public void setProfession_id(int profession_id) { | ||
this.profession_id = profession_id; | ||
} | ||
|
||
public String getProfession_id_n() { | ||
return profession_id_n; | ||
} | ||
|
||
public void setProfession_id_n(String profession_id_n) { | ||
this.profession_id_n = profession_id_n; | ||
} | ||
|
||
public int getProperty_id() { | ||
return property_id; | ||
} | ||
|
||
public void setProperty_id(int property_id) { | ||
this.property_id = property_id; | ||
} | ||
|
||
public int getSalary_range_id() { | ||
return salary_range_id; | ||
} | ||
|
||
public void setSalary_range_id(int salary_range_id) { | ||
this.salary_range_id = salary_range_id; | ||
} | ||
|
||
public String getSalary_range_id_n() { | ||
return salary_range_id_n; | ||
} | ||
|
||
public void setSalary_range_id_n(String salary_range_id_n) { | ||
this.salary_range_id_n = salary_range_id_n; | ||
} | ||
|
||
public long getTime_create() { | ||
return time_create; | ||
} | ||
|
||
public void setTime_create(long time_create) { | ||
this.time_create = time_create; | ||
} | ||
|
||
public long getTime_update() { | ||
return time_update; | ||
} | ||
|
||
public void setTime_update(long time_update) { | ||
this.time_update = time_update; | ||
} | ||
|
||
public int getWork_year_id() { | ||
return work_year_id; | ||
} | ||
|
||
public void setWork_year_id(int work_year_id) { | ||
this.work_year_id = work_year_id; | ||
} | ||
|
||
public String getWork_year_id_n() { | ||
return work_year_id_n; | ||
} | ||
|
||
public void setWork_year_id_n(String work_year_id_n) { | ||
this.work_year_id_n = work_year_id_n; | ||
} | ||
|
||
public int getCompany_job_id() { | ||
return company_job_id; | ||
} | ||
|
||
public void setCompany_job_id(int company_job_id) { | ||
this.company_job_id = company_job_id; | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
app/src/main/java/xinyi/com/czdevmodule/net_test/retrofit/RequestBean_FJHome.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
package xinyi.com.czdevmodule.net_test.retrofit; | ||
|
||
/** | ||
* Created by 陈章 on 2017/4/13 0013. | ||
* func: | ||
* Retrofit请求实体类 | ||
* 求职首页 | ||
*/ | ||
public class RequestBean_FJHome { | ||
public int p = 1; | ||
public String address_work_province = "sdfsaf"; | ||
public String address_work_city = ""; | ||
public int company_property_id; | ||
public int degree_id; | ||
public int work_year_id; | ||
public int salary_range_id; | ||
public String profession_id = ""; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters