finance
黄伟 2 years ago
parent 5df631cae5
commit bf6c9898c5

@ -212,6 +212,7 @@ type RateChangeHistoryItem struct {
Id uint `json:"id"`
UserId uint `json:"userId"` // 用户id
ChangeUserId uint `json:"changeUserId"` // 修改人
ServiceId uint `json:"serviceId"` // 服务id
OldRateId uint `json:"oldRateId"` // 老费率
NewRateId uint `json:"newRateId"` // 新费率
}

Loading…
Cancel
Save