Compare commits

..

No commits in common. "f4036ffa771ecac6696dd5c025bb96f831c12603" and "e59d05f1e5d5aada57a14dac702c278ad50df1f0" have entirely different histories.

View File

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