Compare commits
2 Commits
829891cb7c
...
505f459d89
Author | SHA1 | Date | |
---|---|---|---|
505f459d89 | |||
b151326427 |
@ -139,7 +139,7 @@ type BundleExtendRecordItemDto struct {
|
|||||||
type BundleBalancePo struct {
|
type BundleBalancePo struct {
|
||||||
UserId int `gorm:"column:user_id"`
|
UserId int `gorm:"column:user_id"`
|
||||||
UserName string `gorm:"column:user_name"`
|
UserName string `gorm:"column:user_name"`
|
||||||
UserPhoneNumber string `gorm:"column:user_phone_nmber"`
|
UserPhoneNumber string `gorm:"column:user_phone_number"`
|
||||||
BundleName string `gorm:"column:bundle_name"`
|
BundleName string `gorm:"column:bundle_name"`
|
||||||
ExpirationTime string `gorm:"column:expired_time"`
|
ExpirationTime string `gorm:"column:expired_time"`
|
||||||
BundleStatus int `gorm:"column:bundle_status"`
|
BundleStatus int `gorm:"column:bundle_status"`
|
||||||
|
Loading…
Reference in New Issue
Block a user