zhangqian
2023-12-04 f9188dc1a6e96c1ca9520ebdc07bbfe26876351c
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": {
@@ -1845,6 +1860,9 @@
                "defective": {
                    "type": "integer"
                },
                "name": {
                    "type": "string"
                },
                "percent": {
                    "type": "integer"
                },