| | |
| | | "type": "object", |
| | | "properties": { |
| | | "data": { |
| | | "$ref": "#/definitions/models.YieldRegister" |
| | | "$ref": "#/definitions/request.YieldRegisterInfo" |
| | | } |
| | | } |
| | | } |
| | |
| | | "record": { |
| | | "type": "number" |
| | | }, |
| | | "selectOne": { |
| | | "type": "boolean" |
| | | }, |
| | | "selectThree": { |
| | | "type": "boolean" |
| | | }, |
| | | "selectTwo": { |
| | | "type": "boolean" |
| | | }, |
| | | "spec": { |
| | | "type": "string" |
| | | }, |
| | |
| | | } |
| | | } |
| | | }, |
| | | "request.PieceInfo": { |
| | | "type": "object", |
| | | "properties": { |
| | | "pieceNumber": { |
| | | "type": "integer" |
| | | }, |
| | | "value": { |
| | | "type": "number" |
| | | } |
| | | } |
| | | }, |
| | | "request.RankStandard": { |
| | | "type": "object", |
| | | "properties": { |
| | |
| | | "description": "台产", |
| | | "type": "number" |
| | | }, |
| | | "pieceNumber": { |
| | | "description": "片数", |
| | | "type": "integer" |
| | | "pieceNumbers": { |
| | | "description": "片数信息", |
| | | "type": "array", |
| | | "items": { |
| | | "$ref": "#/definitions/request.PieceInfo" |
| | | } |
| | | }, |
| | | "reelingdiscount": { |
| | | "description": "缫折", |
| | | "type": "string" |
| | | }, |
| | | "value": { |
| | | "description": "值", |
| | | "type": "number" |
| | | }, |
| | | "yieldRegisterId": { |
| | | "description": "产量登记表id", |
| | |
| | | "description": "生产用时", |
| | | "type": "number" |
| | | }, |
| | | "selectOne": { |
| | | "description": "落丝桶数1选中", |
| | | "type": "boolean" |
| | | }, |
| | | "selectThree": { |
| | | "description": "落丝桶数3选中", |
| | | "type": "boolean" |
| | | }, |
| | | "selectTwo": { |
| | | "description": "落丝桶数2选中", |
| | | "type": "boolean" |
| | | }, |
| | | "spec": { |
| | | "description": "规格", |
| | | "type": "string" |