finance
黄伟 2 years ago
parent 71cd2fa679
commit 8a808595b1

@ -13,6 +13,8 @@ type walletType uint // 费用类型
const (
WalletTypeIncome walletType = 1 // 收入
WalletTypeExpend walletType = 2 // 支出
WalletTypeBack = 3 // 退款
WalletTypeConsumption = 4 // 消费
WalletStatusHandle = 1 // 处理中
WalletStatusSuccess = 2 // 成功

@ -151,6 +151,7 @@ type SkuItem struct {
AdjustPrice decimal.Decimal `json:"adjustPrice"` // 加价金额
AfterAdjustType uint `json:"afterAdjustType"` // 改价后加价类型
AfterAdjustPrice decimal.Decimal `json:"afterAdjustPrice"` // 改价后加价金额
AfterPrice decimal.Decimal `json:"afterPrice"` // 改价记录
Reason string // 改价驳回原因
}

Loading…
Cancel
Save