充值记录

This commit is contained in:
suyl
2021-08-18 11:32:50 +08:00
parent a5d351a86a
commit 4e1c91ea8f
5 changed files with 106 additions and 0 deletions

View File

@@ -207,6 +207,7 @@ type SimFlowIncome struct {
Flow float64 `json:"flow"` //流量数
FlowUnit string `json:"flow_unit" db:"flow_unit"` //流量单位
IncomeType int `json:"income_type" db:"income_type"` //1 表示系统每月自动划转2 表示商户自己冲的
OrderID string `json:"order_id" db:"order_id"` //订单号
}
type PayOrder struct {