diff --git a/erp/receivable.go b/erp/receivable.go index 2fd5dad..75f137a 100644 --- a/erp/receivable.go +++ b/erp/receivable.go @@ -24,6 +24,7 @@ type ReceivableSearch struct { CreatedAtStart *time.Time // 创建开始时间 CreatedAtEnd *time.Time // 创建结束时间 PermissionStaffIds []int64 // 权限员工id + Ik3cloudStatuses []int64 // 金蝶推送状态 } type ReplyReceivableList struct { List []ReceivableItem `json:"list"`