From 666d1b3bf2d45866e79dc31f8b6d283d0ed62b38 Mon Sep 17 00:00:00 2001 From: sian Date: Wed, 29 Mar 2023 09:33:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- customer/service/audit.go | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/customer/service/audit.go b/customer/service/audit.go index 6e7e78b..a5b6b9c 100644 --- a/customer/service/audit.go +++ b/customer/service/audit.go @@ -209,12 +209,13 @@ type ReplyRateChangeHistory struct { } 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"` // 新费率 + 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"` // 新费率 + CreatedAt int64 `json:"createdAt"` // 调整时间 } // RateChangeHistory @Title 服务修改记录