|
|
@@ -17,6 +17,33 @@ public class UserArchivesDetails extends UserArchives {
|
|
|
private Integer newChannel;
|
|
|
private Integer channelType;
|
|
|
private Integer signBills;
|
|
|
+ private Integer LocationProvince;
|
|
|
+ private Integer LocationCity;
|
|
|
+ private Integer LocationArea;
|
|
|
+
|
|
|
+ public Integer getLocationProvince() {
|
|
|
+ return LocationProvince;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setLocationProvince(Integer locationProvince) {
|
|
|
+ LocationProvince = locationProvince;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getLocationCity() {
|
|
|
+ return LocationCity;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setLocationCity(Integer locationCity) {
|
|
|
+ LocationCity = locationCity;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getLocationArea() {
|
|
|
+ return LocationArea;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setLocationArea(Integer locationArea) {
|
|
|
+ LocationArea = locationArea;
|
|
|
+ }
|
|
|
|
|
|
private List<UserArchivesInterview> interviewList;
|
|
|
|