From 05582688724c78bc70a7bc860193c67677f6c8cf Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期六, 28 十月 2023 10:46:37 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/crm

---
 model/request/serviceFollowup.go |   30 ++++++++++++++----------------
 1 files changed, 14 insertions(+), 16 deletions(-)

diff --git a/model/request/serviceFollowup.go b/model/request/serviceFollowup.go
index b5628e8..06b86e1 100644
--- a/model/request/serviceFollowup.go
+++ b/model/request/serviceFollowup.go
@@ -2,7 +2,6 @@
 
 import (
 	"aps_crm/constvar"
-	"aps_crm/proto/code"
 )
 
 type AddServiceFollowup struct {
@@ -10,21 +9,20 @@
 }
 
 type ServiceFollowup struct {
-	ClientId       int               `json:"clientId"`
-	Number         string            `json:"number"`
-	ContactId      int               `json:"contactId"`
-	ServiceOrderId int               `json:"serviceOrderId"`
-	MemberId       int               `json:"memberId"`
-	PlanId         int               `json:"planId"`
-	Satisfaction   int               `json:"satisfaction"`
-	TimelyRate     int               `json:"timelyRate"`
-	SolveRate      int               `json:"solveRate"`
-	IsVisit        int               `json:"isVisit"`
-	OldMemberId    int               `json:"oldMemberId"`
-	Remark         string            `json:"remark"`
-	File           string            `json:"file"`
-	CodeStandID    string            `json:"codeStandID"` //缂栫爜id
-	CodeRule       code.CodeStandard `json:"codeRule"`
+	ClientId       int    `json:"clientId"`
+	Number         string `json:"number"`
+	ContactId      int    `json:"contactId"`
+	ServiceOrderId int    `json:"serviceOrderId"`
+	MemberId       int    `json:"memberId"`
+	PlanId         int    `json:"planId"`
+	Satisfaction   int    `json:"satisfaction"`
+	TimelyRate     int    `json:"timelyRate"`
+	SolveRate      int    `json:"solveRate"`
+	IsVisit        int    `json:"isVisit"`
+	OldMemberId    int    `json:"oldMemberId"`
+	Remark         string `json:"remark"`
+	File           string `json:"file"`
+	CodeStandID    string `json:"codeStandID"` //缂栫爜id
 }
 
 type UpdateServiceFollowup struct {

--
Gitblit v1.8.0