feat(app): update
This commit is contained in:
12
pkg/dto/ChatroomDispatchOrderDTO.go
Normal file
12
pkg/dto/ChatroomDispatchOrderDTO.go
Normal file
@ -0,0 +1,12 @@
|
||||
package dto
|
||||
|
||||
// 聊天室派单订单对象
|
||||
type ChatroomDispatchOrderDTO struct {
|
||||
OrderCount string // 订单数
|
||||
SuccessRate string // 接单成功率
|
||||
AvgRateScore string // 评分
|
||||
FailRate string // 接单失败率
|
||||
DispatchOrderDuration string // 派单时长
|
||||
CurrentOrderId string // 当前派单中的订单ID 没有派单中的为空
|
||||
PassedSeconds string // 已派单的秒数
|
||||
}
|
||||
Reference in New Issue
Block a user