shan
This commit is contained in:
@@ -39,6 +39,7 @@ type UserBill struct {
|
||||
BillID int64 `orm:"column(bill_id)" json:"billID"` //账单ID
|
||||
UserID string `orm:"column(user_id)" json:"userID"` //用户ID
|
||||
AccountBalance int `json:"accountBalance"` //账户余额
|
||||
DepositBalance int `json:"DepositBalance"` //保证金余额
|
||||
}
|
||||
|
||||
func (v *UserBill) TableIndex() [][]string {
|
||||
|
||||
Reference in New Issue
Block a user