| | |
| | | Page int `json:"page"` |
| | | PageSize int `json:"pageSize"` |
| | | } |
| | | |
| | | type OutsourcingInputItem struct { |
| | | Number string `json:"number,omitempty"` //入库单号 |
| | | ProductId string `json:"productId,omitempty"` //产品编号 |
| | | ProductName string `json:"productName,omitempty"` //产品名称 |
| | | OrderAmount int64 `json:"orderAmount"` //订单数量 |
| | | InputAmount int64 `json:"inputAmount"` // 入库数量 |
| | | Specs string `json:"specs,omitempty"` //产品规格 |
| | | Type string `json:"type,omitempty"` //产品型号 |
| | | Unit string `json:"unit,omitempty"` // 产品单位 |
| | | Status int64 `json:"status"` //3就绪 4 完成 5 取消 |
| | | CreateTime string `json:"createTime"` //创建时间 |
| | | } |