...
|
...
|
@@ -161,10 +161,10 @@ type ( |
|
|
MoneyIncentivesRules []MoneyIncentivesRule `json:"moneyIncentivesRules"` // 金额激励规则列表
|
|
|
Undertakers []Undertaker `json:"undertakers"` // 承接方列表
|
|
|
RelevantIds []string `json:"relevantIds"` //关联业务员
|
|
|
CompanyId int `json:"companyId,string"`
|
|
|
OrgId int `json:"orgId,string"` // 组织机构ID
|
|
|
UserId int ` json:"userId,string"` // 用户ID,通过集成REST上下文获取,可翻译成发起人、承接人、推荐人、业务员
|
|
|
UserBaseId int `json:"userBaseId,string" ` // 用户基础数据id
|
|
|
CompanyId int `json:"-"`
|
|
|
OrgId int `json:"-"` // 组织机构ID
|
|
|
UserId int `json:"-"` // 用户ID,通过集成REST上下文获取,可翻译成发起人、承接人、推荐人、业务员
|
|
|
UserBaseId int `json:"-" ` // 用户基础数据id
|
|
|
}
|
|
|
|
|
|
DataCooperationContractAdd struct {
|
...
|
...
|
|