Compare commits

..

2 Commits

Author SHA1 Message Date
lzh
505f459d89 Merge branch 'dev-lzh' into dev 2025-06-19 15:54:02 +08:00
lzh
b151326427 余量信息电话号码添加 2025-06-19 15:53:56 +08:00

View File

@ -139,7 +139,7 @@ type BundleExtendRecordItemDto struct {
type BundleBalancePo struct {
UserId int `gorm:"column:user_id"`
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"`
ExpirationTime string `gorm:"column:expired_time"`
BundleStatus int `gorm:"column:bundle_status"`