|
|
@@ -4,6 +4,7 @@ import com.goafanti.common.model.UserArchives;
|
|
|
|
|
|
public class UpdateUserBo extends UserArchives {
|
|
|
|
|
|
+ private Integer uaiId;
|
|
|
/**
|
|
|
* 跟进人编号
|
|
|
*/
|
|
|
@@ -41,6 +42,14 @@ public class UpdateUserBo extends UserArchives {
|
|
|
*/
|
|
|
private String followUpPlan;
|
|
|
|
|
|
+ public Integer getUaiId() {
|
|
|
+ return uaiId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setUaiId(Integer uaiId) {
|
|
|
+ this.uaiId = uaiId;
|
|
|
+ }
|
|
|
+
|
|
|
@Override
|
|
|
public String getEarlyCommunication() {
|
|
|
return earlyCommunication;
|