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