From 6a8a20e02f0530284296d3373d44aa218fc85210 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期五, 21 七月 2023 10:33:32 +0800 Subject: [PATCH] add --- model/serviceFollowup.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/model/serviceFollowup.go b/model/serviceFollowup.go index 9b15ae9..4557eff 100644 --- a/model/serviceFollowup.go +++ b/model/serviceFollowup.go @@ -17,7 +17,7 @@ PlanId int `json:"planId" gorm:"column:plan_id;type:int;comment:鏈嶅姟璁″垝id"` 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喅鐜�"` + SolveRateId int `json:"solveRateId" gorm:"column:solve_rate_id;type:int;comment:瑙e喅鐜噄d"` IsVisit int `json:"isVisit" gorm:"column:is_visit;type:int;comment:鏈嶅姟浜哄憳鏄惁鏉ヨ繃"` OldMemberId int `json:"oldMemberId" gorm:"column:old_member_id;type:int;comment:鍘熸湇鍔′汉鍛�"` Remark string `json:"remark" gorm:"column:remark;type:text;comment:澶囨敞"` -- Gitblit v1.8.0