正在显示
1 个修改的文件
包含
4 行增加
和
4 行删除
@@ -161,10 +161,10 @@ type ( | @@ -161,10 +161,10 @@ type ( | ||
161 | MoneyIncentivesRules []MoneyIncentivesRule `json:"moneyIncentivesRules"` // 金额激励规则列表 | 161 | MoneyIncentivesRules []MoneyIncentivesRule `json:"moneyIncentivesRules"` // 金额激励规则列表 |
162 | Undertakers []Undertaker `json:"undertakers"` // 承接方列表 | 162 | Undertakers []Undertaker `json:"undertakers"` // 承接方列表 |
163 | RelevantIds []string `json:"relevantIds"` //关联业务员 | 163 | RelevantIds []string `json:"relevantIds"` //关联业务员 |
164 | - CompanyId int `json:"companyId,string"` | ||
165 | - OrgId int `json:"orgId,string"` // 组织机构ID | ||
166 | - UserId int ` json:"userId,string"` // 用户ID,通过集成REST上下文获取,可翻译成发起人、承接人、推荐人、业务员 | ||
167 | - UserBaseId int `json:"userBaseId,string" ` // 用户基础数据id | 164 | + CompanyId int `json:"-"` |
165 | + OrgId int `json:"-"` // 组织机构ID | ||
166 | + UserId int `json:"-"` // 用户ID,通过集成REST上下文获取,可翻译成发起人、承接人、推荐人、业务员 | ||
167 | + UserBaseId int `json:"-" ` // 用户基础数据id | ||
168 | } | 168 | } |
169 | 169 | ||
170 | DataCooperationContractAdd struct { | 170 | DataCooperationContractAdd struct { |
-
请 注册 或 登录 后发表评论