feat(ik3cloud): 添加推送日期字段到财务相关实体
- 在payable结构体中添加PushDate字段 - 在payment结构体中添加PushDate字段 - 在receipt结构体中添加PushDate字段 - 在receivable结构体中添加PushDate字段
This commit is contained in:
@@ -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 // 国外运费
|
||||
|
||||
Reference in New Issue
Block a user