type UserBind struct {
Usermob string `json:"usermob,omitempty"`
Phone int `json:"phone"`
Mid int64 `json:"mid"`
State int `json:"state,omitempty"`
Integral int `json:"integral"`
Flow int `json:"flow"`
Monthly time.Time `json:"monthly"`
}
type UserIntegralLog struct {
Phone int `json:"-"`
Mid int64 `json:"-"`
UnicomDesc string `json:"-"`
Type int `json:"-"`
Integral int `json:"-"`
Flow int `json:"-"`
Desc string `json:"-"`
}
type UserPackLog struct {
Phone int `json:"-"`
Usermob string `json:"-"`
Mid int64 `json:"-"`
RequestNo string `json:"-"`
Type int `json:"-"`
Desc string `json:"-"`
Integral int `json:"-"`
}