Compare commits
	
		
			2 Commits
		
	
	
		
			e59d05f1e5
			...
			f4036ffa77
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| f4036ffa77 | |||
| 16f5e1f7ec | 
| @ -104,18 +104,19 @@ 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 | ||||
| 	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 | ||||
| 	AssociatedorderNumber string `gorm:"column:associated_order_number;type:varchar(256);comment:关联订单号" json:"associatedOrderNumber"` | ||||
| 	OrderUUID             string | ||||
| 	CreatedAt             time.Time | ||||
| } | ||||
| 
 | ||||
| type BundleExtendRecordItemDto struct { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user