6
0

【cs服务】工单列表、详情,返回工单模板、uid

This commit is contained in:
liguanjie 2025-07-09 12:25:13 +08:00
parent 66eb586d88
commit 083c5a7ba1

View File

@ -34,6 +34,9 @@ type OrderRecord struct {
OrderParts []*OrderSubmitPart `json:"order_parts"`
Id int64 `json:"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 分页响应