finance
黄伟 2 years ago
parent 530cb98653
commit 666d1b3bf2

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

Loading…
Cancel
Save