【cs服务】工单列表、详情,返回工单模板、uid
This commit is contained in:
parent
66eb586d88
commit
083c5a7ba1
@ -34,6 +34,9 @@ type OrderRecord struct {
|
|||||||
OrderParts []*OrderSubmitPart `json:"order_parts"`
|
OrderParts []*OrderSubmitPart `json:"order_parts"`
|
||||||
Id int64 `json:"id"`
|
Id int64 `json:"id"`
|
||||||
WorkOrderTemplateFirstLevelId int64 `json:"work_order_template_first_level_id"`
|
WorkOrderTemplateFirstLevelId int64 `json:"work_order_template_first_level_id"`
|
||||||
|
WorkOrderTemplateId int64 `json:"work_order_template_id"`
|
||||||
|
WorkOrderTemplateName string `json:"work_order_template_name"`
|
||||||
|
Uid int64 `json:"uid"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// PageInfoResp 分页响应
|
// PageInfoResp 分页响应
|
||||||
|
Loading…
Reference in New Issue
Block a user