Compare commits

..

No commits in common. "e52b81f5c7ee307388b66b6dea6938734be572bd" and "46c62fa213b8f65d22a380fab4d5cc9e94ff3ab1" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -90,7 +90,7 @@ type BundleExtensionRecords struct {
DataAdditional uint `gorm:"column:data_additional;type:int(11) unsigned;comment:数据额外增加" json:"data_additional"`
AvailableDurationAdditional uint `gorm:"column:available_duration_additional;type:int(11) unsigned;comment:可用时长增加" json:"available_duration_additional"`
TimeUnit uint `gorm:"column:time_unit;type:int(11) unsigned;comment:时间单位" json:"timeUnit"`
Type int `gorm:"column:type;type:tinyint(4);comment:类型 1:手动操作 2:自行购买" json:"type"`
Type int `gorm:"column:type;type:tinyint(4);comment:类型 0:手动操作" json:"type"`
Remark string `gorm:"column:remark;type:text;comment:备注" json:"remark"`
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"`

View File

@ -547,7 +547,6 @@ message BundleExtendRequest{
string associatedorderNumber = 9;
string operatorName = 10;
string operatorPhoneNumber = 11;
int32 type = 12;
}
message BundleExtendResponse{