Compare commits
	
		
			No commits in common. "f4036ffa771ecac6696dd5c025bb96f831c12603" and "e59d05f1e5d5aada57a14dac702c278ad50df1f0" have entirely different histories.
		
	
	
		
			f4036ffa77
			...
			e59d05f1e5
		
	
		
| @ -104,19 +104,18 @@ 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 | ||||||
| 	AssociatedorderNumber string `gorm:"column:associated_order_number;type:varchar(256);comment:关联订单号" json:"associatedOrderNumber"` | 	OrderUUID           string | ||||||
| 	OrderUUID             string | 	CreatedAt           time.Time | ||||||
| 	CreatedAt             time.Time |  | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| type BundleExtendRecordItemDto struct { | type BundleExtendRecordItemDto struct { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user