|
|
@@ -9,7 +9,7 @@ public class InputSignSummary {
|
|
|
private Integer chargeback;
|
|
|
private Integer bigCustomer;
|
|
|
private Integer lastFollowType;
|
|
|
- private String followDep;
|
|
|
+ private String depId;
|
|
|
private String lastFollowTimeStart;
|
|
|
private String lastFollowTimeEnd;
|
|
|
private String firstSigningTimeStart;
|
|
|
@@ -95,12 +95,12 @@ public class InputSignSummary {
|
|
|
this.lastFollowType = lastFollowType;
|
|
|
}
|
|
|
|
|
|
- public String getFollowDep() {
|
|
|
- return followDep;
|
|
|
+ public String getDepId() {
|
|
|
+ return depId;
|
|
|
}
|
|
|
|
|
|
- public void setFollowDep(String followDep) {
|
|
|
- this.followDep = followDep;
|
|
|
+ public void setDepId(String depId) {
|
|
|
+ this.depId = depId;
|
|
|
}
|
|
|
|
|
|
public String getLastFollowTimeStart() {
|