|
|
|
@ -215,6 +215,7 @@ type RateChangeHistoryItem struct {
|
|
|
|
|
ServiceId uint `json:"serviceId"` // 服务id
|
|
|
|
|
OldRateId uint `json:"oldRateId"` // 老费率
|
|
|
|
|
NewRateId uint `json:"newRateId"` // 新费率
|
|
|
|
|
CreatedAt int64 `json:"createdAt"` // 调整时间
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// RateChangeHistory @Title 服务修改记录
|
|
|
|
|