feat(erp): 添加金蝶推送状态字段到应收账款查询条件
- 在 ReceivableQuery 结构体中新增 Ik3cloudStatuses 字段 - 用于支持按金蝶推送状态筛选应收账款数据
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user