|
@@ -53,11 +53,11 @@ type CustomerAddSeq struct {
|
|
|
FollowUpDate *gtime.Time `p:"followUpDate" json:"followUpDate" ` //跟进时间
|
|
FollowUpDate *gtime.Time `p:"followUpDate" json:"followUpDate" ` //跟进时间
|
|
|
CustIndustry string `p:"custIndustry" json:"custIndustry" v:"required#客户行业不能为空"` //客户行业
|
|
CustIndustry string `p:"custIndustry" json:"custIndustry" v:"required#客户行业不能为空"` //客户行业
|
|
|
CustLevel string `p:"custLevel" json:"custLevel" v:"required#客户级别不能为空"` //客户级别
|
|
CustLevel string `p:"custLevel" json:"custLevel" v:"required#客户级别不能为空"` //客户级别
|
|
|
- CustSource string `p:"custSource" json:"source" v:"required#客户来源不能为空"` //客户级别
|
|
|
|
|
- CustDistCode int `p:"custDistCode" json:"custDistCode" v:"required#省份不能为空" ` // 省份Id
|
|
|
|
|
- Remark string `p:"remark" json:"remark""` //备注
|
|
|
|
|
- SalesName string `p:"salesName" json:"salesName" ` //
|
|
|
|
|
- SalesId int `p:"salesId" json:"salesId" ` //
|
|
|
|
|
|
|
+ CustSource string `p:"custSource" json:"source" v:"required#客户来源不能为空"`
|
|
|
|
|
+ CustDistCode int `p:"custDistCode" json:"custDistCode" v:"required#省份不能为空" ` // 省份Id
|
|
|
|
|
+ Remark string `p:"remark" json:"remark""` //备注
|
|
|
|
|
+ SalesName string `p:"salesName" json:"salesName" ` //
|
|
|
|
|
+ SalesId int `p:"salesId" json:"salesId" ` //
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 客户联系人信息
|
|
// 客户联系人信息
|