feat(ik3cloud): 添加推送日期字段到财务相关实体

- 在payable结构体中添加PushDate字段
- 在payment结构体中添加PushDate字段
- 在receipt结构体中添加PushDate字段
- 在receivable结构体中添加PushDate字段
This commit is contained in:
2026-07-15 15:57:11 +08:00
parent f2058e9d66
commit f1a0a9af62
4 changed files with 4 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ type ArgsPayableSave struct {
InvoiceSerial string // 发票号
CustomNumber string // 客户编码
FactoryNumber string // 工厂编码
PushDate time.Time // 推送日期
Date time.Time // 日期
CurrencyNumber string // 币种
DepartmentNumber string // 部门