From 2dbfbfd02bf17f584342277513b41faff7b305e6 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 20 十月 2023 16:57:15 +0800
Subject: [PATCH] debug
---
docs/docs.go | 48 +++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 47 insertions(+), 1 deletions(-)
diff --git a/docs/docs.go b/docs/docs.go
index 76bb333..5868d78 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -415,7 +415,10 @@
"type": "object",
"properties": {
"data": {
- "$ref": "#/definitions/response.TaskCountdown"
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/model.ProcessModel"
+ }
}
}
}
@@ -1068,6 +1071,10 @@
"procedureId": {
"type": "string"
},
+ "processModelNumber": {
+ "description": "宸ヨ壓妯″瀷缂栧彿",
+ "type": "string"
+ },
"startTime": {
"type": "integer"
},
@@ -1076,6 +1083,45 @@
}
}
},
+ "model.ProcessModel": {
+ "type": "object",
+ "properties": {
+ "deviceId": {
+ "description": "鐢ㄤ簬杩囨护鑾峰彇nsq娑堟伅",
+ "type": "string"
+ },
+ "isUpdate": {
+ "description": "鍓嶇鐢�",
+ "type": "boolean"
+ },
+ "newNumber": {
+ "type": "string"
+ },
+ "newParamsMap": {
+ "type": "object",
+ "additionalProperties": true
+ },
+ "number": {
+ "description": "宸ヨ壓妯″瀷缂栧彿",
+ "type": "string"
+ },
+ "params": {
+ "type": "string"
+ },
+ "paramsMap": {
+ "type": "object",
+ "additionalProperties": true
+ },
+ "procedure": {
+ "description": "宸ュ簭",
+ "type": "string"
+ },
+ "product": {
+ "description": "浜у搧鍚嶇О",
+ "type": "string"
+ }
+ }
+ },
"request.AddPlcBrand": {
"type": "object",
"properties": {
--
Gitblit v1.8.0