feat(oa): 移除员工销售员和采购员编码字段
- 删除 XsyNumber 字段(金蝶员工销售员编码) - 删除 CgyNumber 字段(金蝶员工采购员编码) - 简化 Staff 结构体定义,仅保留必要字段 - 更新相关 JSON 标签以保持数据一致性
This commit is contained in:
@@ -272,9 +272,7 @@ type ReplyStaffIk3cloudInfo struct {
|
||||
PositionId int64 `json:"positionId"` // 金蝶部门职位id
|
||||
PositionNumber string `json:"positionNumber"` // 金蝶部门职位编码
|
||||
XsyId int64 `json:"xsyId"` // 金蝶员工销售员id
|
||||
XsyNumber string `json:"xsyNumber"` // 金蝶员工销售员编码
|
||||
CgyId int64 `json:"cgyId"` // 金蝶员工采购员id
|
||||
CgyNumber string `json:"cgyNumber"` // 金蝶员工采购员编码
|
||||
Department ReplyDepartmentIk3cloudInfo `json:"department"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user