fix
zhangqian
2023-11-27 f420004100c89f78aeef20a23a09c40e920b7ccf
docs/docs.go
@@ -987,6 +987,9 @@
                "procedureName": {
                    "type": "string"
                },
                "productProcedureID": {
                    "type": "string"
                },
                "startTime": {
                    "type": "integer"
                },
@@ -1466,6 +1469,10 @@
                    "description": "工艺模型编号",
                    "type": "string"
                },
                "productProcedureID": {
                    "description": "产品工序id",
                    "type": "string"
                },
                "realEndTime": {
                    "type": "integer"
                },
@@ -1537,6 +1544,10 @@
        "model.ReportWork": {
            "type": "object",
            "properties": {
                "barCode": {
                    "description": "条形码",
                    "type": "string"
                },
                "channel": {
                    "description": "通道",
                    "type": "integer"
@@ -1556,6 +1567,10 @@
                "endTime": {
                    "type": "integer"
                },
                "finishAmount": {
                    "description": "本次报工 - 上次报工",
                    "type": "integer"
                },
                "id": {
                    "type": "integer"
                },
@@ -1565,6 +1580,10 @@
                "proceduresId": {
                    "description": "procedures表的id",
                    "type": "integer"
                },
                "productProcedureID": {
                    "description": "产品工序id",
                    "type": "string"
                },
                "reportAmount": {
                    "description": "报工数量",
@@ -1586,6 +1605,10 @@
                "workerName": {
                    "description": "报工人姓名",
                    "type": "string"
                },
                "workerTime": {
                    "description": "工时,单位秒",
                    "type": "integer"
                }
            }
        },