add
wangpengfei
2023-07-21 6a8a20e02f0530284296d3373d44aa218fc85210
model/response/response.go
@@ -219,6 +219,8 @@
      Satisfaction []*model.Satisfaction `json:"satisfaction"`
      // 及时率
      TimelyRate []*model.TimelyRate `json:"timely_rate"`
      // 解决率
      SolveRate []*model.SolveRate `json:"solve_rate"`
   }
   DepartmentResponse struct {
@@ -232,4 +234,8 @@
   TimelyRateResponse struct {
      List []*model.TimelyRate `json:"list"`
   }
   SolveRateResponse struct {
      List []*model.SolveRate `json:"list"`
   }
)