zhangqian
2023-12-08 94dadbe9b05b24bf710ec237c00e9ec7798b7afc
docs/docs.go
@@ -1301,7 +1301,7 @@
                },
                "planOrderFinishRate": {
                    "description": "计划达成率",
                    "type": "string"
                    "type": "integer"
                },
                "planProductionAmount": {
                    "description": "计划加工数",
@@ -1327,6 +1327,10 @@
                    "description": "总设备数",
                    "type": "integer"
                },
                "totalProductionAmount": {
                    "description": "总产量",
                    "type": "integer"
                },
                "updatedAt": {
                    "type": "string"
                },
@@ -1346,6 +1350,17 @@
                },
                "workOrderStatsData": {
                    "description": "工单进度统计",
                    "type": "string"
                },
                "workerTypeStats": {
                    "description": "人员工种分析",
                    "type": "array",
                    "items": {
                        "$ref": "#/definitions/model.CommonStats"
                    }
                },
                "workerTypeStatsData": {
                    "description": "人员工种分析",
                    "type": "string"
                },
                "workshopStats": {
@@ -1650,6 +1665,9 @@
                "endTime": {
                    "type": "integer"
                },
                "finishedQuantity": {
                    "type": "integer"
                },
                "id": {
                    "type": "integer"
                },
@@ -1810,21 +1828,33 @@
        "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": "产品",
@@ -1840,15 +1870,23 @@
            "type": "object",
            "properties": {
                "defective": {
                    "description": "次品数量",
                    "type": "integer"
                },
                "name": {
                    "description": "车间名称",
                    "type": "string"
                },
                "percent": {
                    "description": "正品率",
                    "type": "integer"
                },
                "qualified": {
                    "description": "正品数量",
                    "type": "integer"
                },
                "total": {
                    "description": "生产总数",
                    "type": "integer"
                }
            }