From 72b40b4f187c5ddcfcc48d85e68142b0fe4f1c21 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期二, 19 九月 2023 15:50:03 +0800
Subject: [PATCH] 产品分类表字段修改

---
 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