This commit is contained in:
suyl
2021-07-20 16:52:41 +08:00
parent 59cc2d4ffd
commit b94de1d201
5 changed files with 112 additions and 22 deletions

View File

@@ -70,9 +70,10 @@ 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"` //流量单位
IccID string `orm:"column(icc_id)" json:"iccID"` //sim卡iccid
Flow float64 `json:"flow"` //流量数
FlowUnit string `json:"flowUnit"` //流量单位
IncomeType int `json:"incomeType"` //1 表示系统每月自动划转2 表示商户自己冲的
}
func (v *SimFlowIncome) TableIndex() [][]string {