|
|
@@ -61,8 +61,8 @@ public class PatentNewBo extends PatentNew{
|
|
|
private String createTimes;
|
|
|
@Excel(name = "跟进人")
|
|
|
private String aname;
|
|
|
- private List<String> inputDep;
|
|
|
- private List<String> followDep;
|
|
|
+ private String inputDep;
|
|
|
+ private String followDep;
|
|
|
private String updateTimes;
|
|
|
private String startDates;
|
|
|
private String endDates;
|
|
|
@@ -71,19 +71,19 @@ public class PatentNewBo extends PatentNew{
|
|
|
private String createEnds;
|
|
|
private Integer isFollow;
|
|
|
|
|
|
- public List<String> getInputDep() {
|
|
|
+ public String getInputDep() {
|
|
|
return inputDep;
|
|
|
}
|
|
|
|
|
|
- public void setInputDep(List<String> inputDep) {
|
|
|
+ public void setInputDep(String inputDep) {
|
|
|
this.inputDep = inputDep;
|
|
|
}
|
|
|
|
|
|
- public List<String> getFollowDep() {
|
|
|
+ public String getFollowDep() {
|
|
|
return followDep;
|
|
|
}
|
|
|
|
|
|
- public void setFollowDep(List<String> followDep) {
|
|
|
+ public void setFollowDep(String followDep) {
|
|
|
this.followDep = followDep;
|
|
|
}
|
|
|
|