添加钱包记录

finance
杨赟 2 years ago
parent 1242de153c
commit 11c811d68e

@ -25,6 +25,8 @@ type ArgsWalletDirect struct {
WalletType walletType // 收支类型 WalletType walletType // 收支类型
Amount decimal.Decimal // 金额 正数 Amount decimal.Decimal // 金额 正数
ServiceId uint // 服务id ServiceId uint // 服务id
TradeChannel string // 交易渠道
TradeSerialSn string // 交易渠道流水号
Remark string // 备注信息 Remark string // 备注信息
} }
@ -43,6 +45,8 @@ type ArgsWalletCreate struct {
WalletType walletType // 收支类型 WalletType walletType // 收支类型
Amount decimal.Decimal // 金额 正数 Amount decimal.Decimal // 金额 正数
ServiceId uint // 服务id ServiceId uint // 服务id
TradeChannel string // 交易渠道
TradeSerialSn string // 交易渠道流水号
Remark string // 备注信息 Remark string // 备注信息
CancelSecond int64 // 自动取消秒 CancelSecond int64 // 自动取消秒
} }

Loading…
Cancel
Save