| | |
| | | "model.WorkOrderStats": { |
| | | "type": "object", |
| | | "properties": { |
| | | "amount": { |
| | | "description": "生产数量", |
| | | "type": "integer" |
| | | }, |
| | | "delayDays": { |
| | | "description": "延期天数", |
| | | "type": "integer" |
| | | }, |
| | | "finishProcedureNum": { |
| | | "description": "已完成工序数量", |
| | | "type": "integer" |
| | | }, |
| | | "number": { |
| | | "description": "编号", |
| | | "type": "string" |
| | | }, |
| | | "percent": { |
| | | "description": "完成进度", |
| | | "type": "integer" |
| | | }, |
| | | "planTime": { |
| | | "description": "计划时间", |
| | | "type": "string" |
| | | }, |
| | | "procedureNum": { |
| | | "description": "工序数量", |
| | | "type": "integer" |
| | | }, |
| | | "processingProcedureNum": { |
| | | "description": "进行中工序数量", |
| | | "type": "integer" |
| | | }, |
| | | "product": { |
| | | "description": "产品", |
| | |
| | | "type": "object", |
| | | "properties": { |
| | | "defective": { |
| | | "description": "次品数量", |
| | | "type": "integer" |
| | | }, |
| | | "name": { |
| | | "description": "车间名称", |
| | | "type": "string" |
| | | }, |
| | | "percent": { |
| | | "description": "正品率", |
| | | "type": "integer" |
| | | }, |
| | | "qualified": { |
| | | "description": "正品数量", |
| | | "type": "integer" |
| | | }, |
| | | "total": { |
| | | "description": "生产总数", |
| | | "type": "integer" |
| | | } |
| | | } |
| | |
| | | "model.WorkOrderStats": { |
| | | "type": "object", |
| | | "properties": { |
| | | "amount": { |
| | | "description": "生产数量", |
| | | "type": "integer" |
| | | }, |
| | | "delayDays": { |
| | | "description": "延期天数", |
| | | "type": "integer" |
| | | }, |
| | | "finishProcedureNum": { |
| | | "description": "已完成工序数量", |
| | | "type": "integer" |
| | | }, |
| | | "number": { |
| | | "description": "编号", |
| | | "type": "string" |
| | | }, |
| | | "percent": { |
| | | "description": "完成进度", |
| | | "type": "integer" |
| | | }, |
| | | "planTime": { |
| | | "description": "计划时间", |
| | | "type": "string" |
| | | }, |
| | | "procedureNum": { |
| | | "description": "工序数量", |
| | | "type": "integer" |
| | | }, |
| | | "processingProcedureNum": { |
| | | "description": "进行中工序数量", |
| | | "type": "integer" |
| | | }, |
| | | "product": { |
| | | "description": "产品", |
| | |
| | | "type": "object", |
| | | "properties": { |
| | | "defective": { |
| | | "description": "次品数量", |
| | | "type": "integer" |
| | | }, |
| | | "name": { |
| | | "description": "车间名称", |
| | | "type": "string" |
| | | }, |
| | | "percent": { |
| | | "description": "正品率", |
| | | "type": "integer" |
| | | }, |
| | | "qualified": { |
| | | "description": "正品数量", |
| | | "type": "integer" |
| | | }, |
| | | "total": { |
| | | "description": "生产总数", |
| | | "type": "integer" |
| | | } |
| | | } |
| | |
| | | type: object |
| | | model.WorkOrderStats: |
| | | properties: |
| | | amount: |
| | | description: 生产数量 |
| | | type: integer |
| | | delayDays: |
| | | description: 延期天数 |
| | | type: integer |
| | | finishProcedureNum: |
| | | description: 已完成工序数量 |
| | | type: integer |
| | | number: |
| | | description: 编号 |
| | | type: string |
| | | percent: |
| | | description: 完成进度 |
| | | type: integer |
| | | planTime: |
| | | description: 计划时间 |
| | | type: string |
| | | procedureNum: |
| | | description: 工序数量 |
| | | type: integer |
| | | processingProcedureNum: |
| | | description: 进行中工序数量 |
| | | type: integer |
| | | product: |
| | | description: 产品 |
| | | type: string |
| | |
| | | model.WorkshopStats: |
| | | properties: |
| | | defective: |
| | | description: 次品数量 |
| | | type: integer |
| | | name: |
| | | description: 车间名称 |
| | | type: string |
| | | percent: |
| | | description: 正品率 |
| | | type: integer |
| | | qualified: |
| | | description: 正品数量 |
| | | type: integer |
| | | total: |
| | | description: 生产总数 |
| | | type: integer |
| | | type: object |
| | | problem.CheckResult: |
| | |
| | | Number string //编号 |
| | | Product string //产品 |
| | | Scale string //规格 |
| | | Amount int64 //生产数量 |
| | | PlanTime string //计划时间 |
| | | DelayDays int //延期天数 |
| | | ProcedureNum int //工序数量 |