Compare commits

..

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

View File

@ -114,7 +114,7 @@ type BundleExtendRecordItemPo struct {
Remark string
OperatorName string
OperatorPhoneNumber string
AssociatedOrderNumber string `gorm:"column:associated_order_number;type:varchar(256);comment:关联订单号" json:"associatedOrderNumber"`
AssociatedorderNumber string `gorm:"column:associated_order_number;type:varchar(256);comment:关联订单号" json:"associatedOrderNumber"`
OrderUUID string
CreatedAt time.Time
}