|
|
@@ -2,6 +2,7 @@ package com.goafanti.customer.bo;
|
|
|
|
|
|
import com.goafanti.common.model.OrganizationContactBook;
|
|
|
import com.goafanti.common.model.UserArchives;
|
|
|
+import com.goafanti.common.model.UserArchivesInterview;
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
@@ -17,6 +18,16 @@ public class UserArchivesDetails extends UserArchives {
|
|
|
private Integer channelType;
|
|
|
private Integer signBills;
|
|
|
|
|
|
+ private List<UserArchivesInterview> interviewList;
|
|
|
+
|
|
|
+ public List<UserArchivesInterview> getInterviewList() {
|
|
|
+ return interviewList;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setInterviewList(List<UserArchivesInterview> interviewList) {
|
|
|
+ this.interviewList = interviewList;
|
|
|
+ }
|
|
|
+
|
|
|
public Integer getSignBills() {
|
|
|
return signBills;
|
|
|
}
|