feat(app): update

This commit is contained in:
Yangtao
2025-11-19 14:24:13 +08:00
parent 1eac66d7fd
commit 0c34585649
329 changed files with 10760 additions and 281 deletions

View 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 // 已派单的秒数
}