zhangqian
2023-11-27 4fdbec0379f2d2a2c3332e89b4d783175882d6d3
docs/docs.go
@@ -1537,6 +1537,10 @@
        "model.ReportWork": {
            "type": "object",
            "properties": {
                "barCode": {
                    "description": "条形码",
                    "type": "integer"
                },
                "channel": {
                    "description": "通道",
                    "type": "integer"
@@ -1554,6 +1558,10 @@
                    "type": "string"
                },
                "endTime": {
                    "type": "integer"
                },
                "finishAmount": {
                    "description": "本次报工 - 上次报工",
                    "type": "integer"
                },
                "id": {
@@ -1586,6 +1594,10 @@
                "workerName": {
                    "description": "报工人姓名",
                    "type": "string"
                },
                "workerTime": {
                    "description": "工时,单位秒",
                    "type": "integer"
                }
            }
        },