feat(erp): 添加金蝶推送状态字段到多个ERP模块
- 在expense.go中添加Ik3cloudStatuses字段用于报销单金蝶推送状态 - 在payable.go中添加Ik3cloudStatuses字段用于应付单金蝶推送状态 - 在payment.go中添加Ik3cloudStatuses字段用于付款单金蝶推送状态 - 在receipt.go中添加Ik3cloudStatuses字段用于收款单金蝶推送状态 - 在request.go中添加Ik3cloudStatuses字段用于申请单金蝶推送状态
This commit is contained in:
@@ -41,6 +41,7 @@ type ReceiptSearch struct {
|
||||
BankAccountEq *string // 结汇银行账号完全匹配
|
||||
PermissionStaffIds []int64 // 权限员工id
|
||||
CurrencyEq *string // 币种
|
||||
Ik3cloudStatuses []int64 // 金蝶推送状态
|
||||
}
|
||||
type ReplyReceiptList struct {
|
||||
List []ReceiptItem `json:"list"`
|
||||
|
||||
Reference in New Issue
Block a user