|
|
@@ -67,10 +67,10 @@ type AddProjBusinessReq struct {
|
|
|
Remark string `json:"remark"` // 备注
|
|
|
|
|
|
// 跟进日程
|
|
|
- FollowTime *gtime.Time `json:"followTime" v:"required#跟进时间不能为空"` // 跟进时间
|
|
|
- FollowUserId int `json:"followUserId"` // 关联跟进负责人
|
|
|
- FollowUserName string `json:"followUserName"` // 跟进负责人姓名
|
|
|
- FollowContent string `json:"followContent" v:"required#跟进内容不能为空"` // 跟进内容
|
|
|
+ //FollowTime *gtime.Time `json:"followTime" v:"required#跟进时间不能为空"` // 跟进时间
|
|
|
+ //FollowUserId int `json:"followUserId"` // 关联跟进负责人
|
|
|
+ //FollowUserName string `json:"followUserName"` // 跟进负责人姓名
|
|
|
+ //FollowContent string `json:"followContent" v:"required#跟进内容不能为空"` // 跟进内容
|
|
|
|
|
|
Products []BusinessProduct `json:"products" v:"required#产品列表不能为空"` // 产品列表
|
|
|
}
|