Compare commits
3 Commits
ade7ca2d03
...
22551147eb
Author | SHA1 | Date | |
---|---|---|---|
|
22551147eb | ||
|
13bf104d52 | ||
|
083c5a7ba1 |
@ -34,6 +34,11 @@ 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"`
|
||||
OrderStatus string `json:"order_status"`
|
||||
OrderStatusName string `json:"order_status_name"`
|
||||
}
|
||||
|
||||
// PageInfoResp 分页响应
|
||||
|
Loading…
Reference in New Issue
Block a user