This commit is contained in:
suyl
2021-08-18 10:59:45 +08:00
parent 7fbd055c47
commit 24262f3812

View File

@@ -76,6 +76,7 @@ type SimFlowIncome struct {
Flow float64 `json:"flow"` //流量数 Flow float64 `json:"flow"` //流量数
FlowUnit string `json:"flowUnit"` //流量单位 FlowUnit string `json:"flowUnit"` //流量单位
IncomeType int `json:"incomeType"` //1 表示系统每月自动划转2 表示商户自己冲的 IncomeType int `json:"incomeType"` //1 表示系统每月自动划转2 表示商户自己冲的
OrderID string `orm:"column(order_id)" json:"order_id"` //订单号
} }
func (v *SimFlowIncome) TableIndex() [][]string { func (v *SimFlowIncome) TableIndex() [][]string {