From 8b89d1c42d257fbee18216c636bc4ead8d7a9cf9 Mon Sep 17 00:00:00 2001 From: zhansan <1061428287@qq.com> Date: 星期二, 19 九月 2023 10:52:56 +0800 Subject: [PATCH] 修改产品两张表都以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