From f420004100c89f78aeef20a23a09c40e920b7ccf Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期一, 27 十一月 2023 17:22:13 +0800 Subject: [PATCH] fix --- docs/docs.go | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 40d5d3d..935673b 100644 --- a/docs/docs.go +++ b/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" } } }, -- Gitblit v1.8.0