From aab89dff18f597d4cdd10c73b9ad8c3c14d82d28 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期四, 20 七月 2023 20:28:59 +0800
Subject: [PATCH] add

---
 model/serviceFollowup.go |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/model/serviceFollowup.go b/model/serviceFollowup.go
index d05e848..3d44828 100644
--- a/model/serviceFollowup.go
+++ b/model/serviceFollowup.go
@@ -15,8 +15,8 @@
 		CustomerServiceSheet CustomerServiceSheet `json:"customerServiceSheet" gorm:"foreignKey:ServiceId"`
 		MemberId             int                  `json:"memberId" gorm:"column:member_id;type:int;comment:鏈嶅姟浜哄憳id"`
 		PlanId               int                  `json:"planId" gorm:"column:plan_id;type:int;comment:鏈嶅姟璁″垝id"`
-		Satisfaction         int                  `json:"satisfaction" gorm:"column:satisfaction;type:int;comment:婊℃剰搴�"`
-		TimelyRate           int                  `json:"timelyRate" gorm:"column:timely_rate;type:int;comment:鍙婃椂鐜�"`
+		SatisfactionId       int                  `json:"satisfactionId" gorm:"column:satisfaction_id;type:int;comment:婊℃剰搴d"`
+		TimelyRateId         int                  `json:"timelyRateId" gorm:"column:timely_rate_id;type:int;comment:鍙婃椂鐜噄d"`
 		SolveRate            int                  `json:"solveRate" gorm:"column:solve_rate;type:int;comment:瑙e喅鐜�"`
 		IsVisit              int                  `json:"isVisit" gorm:"column:is_visit;type:int;comment:鏈嶅姟浜哄憳鏄惁鏉ヨ繃"`
 		OldMemberId          int                  `json:"oldMemberId" gorm:"column:old_member_id;type:int;comment:鍘熸湇鍔′汉鍛�"`

--
Gitblit v1.8.0