Compare commits

..

No commits in common. "505f459d894a8a853a41b26e42849f9541b94208" and "829891cb7cff4fd5afa78079f5714837923d8775" have entirely different histories.

View File

@ -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_number"` UserPhoneNumber string `gorm:"column:user_phone_nmber"`
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"`