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

@@ -24,6 +24,7 @@ type ArgsPaymentSave struct {
Remarks string // 备注
Costs []PaymentCostItem // 费用
Rate decimal.Decimal // 汇率
PushDate time.Time // 推送日期
Date time.Time // 业务日期 2006-01-02 15:04:05
}
type PaymentCostItem struct {