feat(app): update
This commit is contained in:
12
pkg/dto/response/GetDispatchOrderCenterDataListResponse.go
Normal file
12
pkg/dto/response/GetDispatchOrderCenterDataListResponse.go
Normal file
@ -0,0 +1,12 @@
|
||||
package response
|
||||
|
||||
import "gitea.ddegame.cn/open/servicebase/pkg/dto"
|
||||
|
||||
// 获取派单中心数据列表
|
||||
type GetDispatchOrderCenterDataListResponse struct {
|
||||
LastCreateTime string // 数据截至时间
|
||||
|
||||
// 派单列表
|
||||
DispatchOrderList []dto.DispatchOrderCenterDataDTO
|
||||
HaveMore bool
|
||||
}
|
||||
Reference in New Issue
Block a user