feat(erp): 添加金蝶推送时间字段到各个ERP模块

- 在expense模块中添加Ik3cloudAtStart和Ik3cloudAtEnd字段
- 在payable模块中添加Ik3cloudAtStart和Ik3cloudAtEnd字段
- 在payment模块中添加Ik3cloudAtStart和Ik3cloudAtEnd字段
- 在receipt模块中添加Ik3cloudAtStart和Ik3cloudAtEnd字段
- 在receivable模块中添加Ik3cloudAtStart和Ik3cloudAtEnd字段
- 在request模块中添加Ik3cloudAtStart和Ik3cloudAtEnd字段
This commit is contained in:
2026-08-19 14:56:30 +08:00
parent 9c9bce34a4
commit 8947cecd82
6 changed files with 16 additions and 4 deletions

View File

@@ -42,6 +42,8 @@ type ReceiptSearch struct {
PermissionStaffIds []int64 // 权限员工id
CurrencyEq *string // 币种
Ik3cloudStatuses []int64 // 金蝶推送状态
Ik3cloudAtStart *time.Time // 金蝶推送开始时间
Ik3cloudAtEnd *time.Time // 金蝶推送结束时间
}
type ReplyReceiptList struct {
List []ReceiptItem `json:"list"`