add
wangpengfei
2023-07-20 aab89dff18f597d4cdd10c73b9ad8c3c14d82d28
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:满意度id"`
      TimelyRateId         int                  `json:"timelyRateId" gorm:"column:timely_rate_id;type:int;comment:及时率id"`
      SolveRate            int                  `json:"solveRate" gorm:"column:solve_rate;type:int;comment:解决率"`
      IsVisit              int                  `json:"isVisit" gorm:"column:is_visit;type:int;comment:服务人员是否来过"`
      OldMemberId          int                  `json:"oldMemberId" gorm:"column:old_member_id;type:int;comment:原服务人员"`