From 0260b7a960b806e61ccd60597c549dfd595ba584 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期二, 19 九月 2023 11:10:41 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS

---
 docs/docs.go |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index ef21891..d8f9095 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -1342,7 +1342,7 @@
                     "type": "string"
                 },
                 "operationDate": {
-                    "$ref": "#/definitions/util.JSONTime"
+                    "type": "string"
                 },
                 "operationTypeId": {
                     "description": "浣滀笟绫诲瀷id",
@@ -1660,14 +1660,6 @@
                 }
             }
         },
-        "util.JSONTime": {
-            "type": "object",
-            "properties": {
-                "time.Time": {
-                    "type": "string"
-                }
-            }
-        },
         "util.Response": {
             "type": "object",
             "properties": {
@@ -1714,8 +1706,6 @@
 	Description:      "",
 	InfoInstanceName: "swagger",
 	SwaggerTemplate:  docTemplate,
-	LeftDelim:        "{{",
-	RightDelim:       "}}",
 }
 
 func init() {

--
Gitblit v1.8.0