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

@@ -20,6 +20,7 @@ type ArgsReceivableSave struct {
StaffXsyNumber string // 业务员
Products []ReceivableProductItem // 商品
Rate decimal.Decimal // 汇率
PushDate time.Time // 推送时间
Date time.Time // 日期
DomesticShippingCost decimal.Decimal // 国内运费
ForeignShippingCost decimal.Decimal // 国外运费