Compare commits

...

2 Commits

Author SHA1 Message Date
lzh
f4036ffa77 Merge branch 'dev-lzh' into dev 2025-06-20 10:37:54 +08:00
lzh
16f5e1f7ec 订单号字段错误修改 2025-06-20 10:37:38 +08:00

View File

@ -104,18 +104,19 @@ func (*BundleExtensionRecords) TableName() string {
} }
type BundleExtendRecordItemPo struct { type BundleExtendRecordItemPo struct {
UserName string UserName string
UserPhoneNumber string UserPhoneNumber string
AccountAdditional int AccountAdditional int
ImagesAdditional int ImagesAdditional int
DataAdditional int DataAdditional int
VideoAdditional int VideoAdditional int
Type int Type int
Remark string Remark string
OperatorName string OperatorName string
OperatorPhoneNumber string OperatorPhoneNumber string
OrderUUID string AssociatedorderNumber string `gorm:"column:associated_order_number;type:varchar(256);comment:关联订单号" json:"associatedOrderNumber"`
CreatedAt time.Time OrderUUID string
CreatedAt time.Time
} }
type BundleExtendRecordItemDto struct { type BundleExtendRecordItemDto struct {