Compare commits
No commits in common. "22551147ebf576ce5d85f92d6d19d222a8c6f251" and "ade7ca2d03c21ad30ad374b36b75685bc4cfcda9" have entirely different histories.
22551147eb
...
ade7ca2d03
@ -34,11 +34,6 @@ 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"`
|
|
||||||
OrderStatus string `json:"order_status"`
|
|
||||||
OrderStatusName string `json:"order_status_name"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// PageInfoResp 分页响应
|
// PageInfoResp 分页响应
|
||||||
|
Loading…
Reference in New Issue
Block a user