fix(oa): 修改金蝶部门职位ID字段命名
- 将 PositionID 字段重命名为 PositionId 以符合JSON命名规范 - 更新相关结构体标签以确保正确的序列化和反序列化 - 保持与其他金蝶系统集成的一致性
This commit is contained in:
@@ -99,7 +99,7 @@ func (d *department) SetStaff(ctx context.Context, args ArgsDepartmentSetStaff)
|
||||
type ReplyDepartmentIk3cloudInfo struct {
|
||||
Id int64 `json:"id"` // 金蝶员工id
|
||||
Number string `json:"number"` // 金蝶员工编码
|
||||
PositionID int64 `json:"positionID"` // 金蝶部门职位id
|
||||
PositionId int64 `json:"positionId"` // 金蝶部门职位id
|
||||
PositionNumber string `json:"positionNumber"` // 金蝶部门职位编码
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user