From 24262f3812507e04ceb4fad260e9ff4bd3d27fa6 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Wed, 18 Aug 2021 10:59:45 +0800 Subject: [PATCH] aa --- business/model/print.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/business/model/print.go b/business/model/print.go index 311b972e2..335adb6e4 100644 --- a/business/model/print.go +++ b/business/model/print.go @@ -72,10 +72,11 @@ func (v *SimFlowExpend) TableIndex() [][]string { type SimFlowIncome struct { ModelIDCUL - IccID string `orm:"column(icc_id)" json:"iccID"` //sim卡iccid - Flow float64 `json:"flow"` //流量数 - FlowUnit string `json:"flowUnit"` //流量单位 - IncomeType int `json:"incomeType"` //1 表示系统每月自动划转,2 表示商户自己冲的 + IccID string `orm:"column(icc_id)" json:"iccID"` //sim卡iccid + Flow float64 `json:"flow"` //流量数 + FlowUnit string `json:"flowUnit"` //流量单位 + IncomeType int `json:"incomeType"` //1 表示系统每月自动划转,2 表示商户自己冲的 + OrderID string `orm:"column(order_id)" json:"order_id"` //订单号 } func (v *SimFlowIncome) TableIndex() [][]string {