Compare commits
	
		
			2 Commits
		
	
	
		
			ece5feb935
			...
			e59d05f1e5
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| e59d05f1e5 | |||
| 0429854814 | 
| @ -91,7 +91,7 @@ type BundleExtensionRecords struct { | ||||
| 	AvailableDurationAdditional uint   `gorm:"column:available_duration_additional;type:int(11) unsigned;comment:可用时长增加" json:"available_duration_additional"` | ||||
| 	Type                        int    `gorm:"column:type;type:tinyint(4);comment:类型 1:手动操作 2:自行购买" json:"type"` | ||||
| 	Remark                      string `gorm:"column:remark;type:text;comment:备注" json:"remark"` | ||||
| 	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"` | ||||
| 	OperatorId                  int    `gorm:"column:operator_id;type:int(11);comment:操作人id" json:"operator_id"` | ||||
| 	OperatorName                string `gorm:"column:operator_name;type:varchar(256)" json:"operatorName"` | ||||
| 	OperatorPhoneNumber         string `gorm:"column:operator_phone_number;type:varchar(256)" json:"operatorPhoneNumber"` | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user