|
|
@@ -34,6 +34,7 @@ type platFollowupColumns struct {
|
|
|
FollowType string // 跟进类型(10电话20邮件30拜访)
|
|
|
FollowDate string // 跟进时间
|
|
|
FollowContent string // 跟进内容
|
|
|
+ FurtherPlan string // 下一步跟进计划和目标
|
|
|
TargetId string // 跟进对象ID
|
|
|
TargetType string // 跟进对象类型(10客户,20项目,30合同,40回款)
|
|
|
TargetName string // 跟进对象
|
|
|
@@ -64,6 +65,7 @@ var (
|
|
|
FollowType: "follow_type",
|
|
|
FollowDate: "follow_date",
|
|
|
FollowContent: "follow_content",
|
|
|
+ FurtherPlan: "further_plan",
|
|
|
TargetId: "target_id",
|
|
|
TargetType: "target_type",
|
|
|
TargetName: "target_name",
|
|
|
@@ -96,6 +98,7 @@ func NewPlatFollowupDao(tenant string) PlatFollowupDao {
|
|
|
FollowType: "follow_type",
|
|
|
FollowDate: "follow_date",
|
|
|
FollowContent: "follow_content",
|
|
|
+ FurtherPlan: "further_plan",
|
|
|
TargetId: "target_id",
|
|
|
TargetType: "target_type",
|
|
|
TargetName: "target_name",
|