From 0eac8cd498471e510c1887a914e6e28d1dfb4b19 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期二, 31 十月 2023 11:54:49 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS

---
 docs/docs.go |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index 58d7d71..4e9ca24 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -2353,6 +2353,21 @@
                 "ReservationMethodByDate"
             ]
         },
+        "constvar.RuleType": {
+            "type": "integer",
+            "enum": [
+                1,
+                2
+            ],
+            "x-enum-comments": {
+                "RuleType_Product": "浜у搧涓婃灦瑙勫垯",
+                "RuleType_ProductCategory": "浜у搧绫诲埆涓婃灦瑙勫垯"
+            },
+            "x-enum-varnames": [
+                "RuleType_Product",
+                "RuleType_ProductCategory"
+            ]
+        },
         "constvar.WhetherType": {
             "type": "integer",
             "enum": [
@@ -3073,6 +3088,14 @@
                 "productId": {
                     "description": "浜у搧id",
                     "type": "string"
+                },
+                "ruleType": {
+                    "description": "涓婃灦瑙勫垯绫诲瀷 1锛氫骇鍝佺被鍨嬶紱2锛氫骇鍝佺被鍒被鍨�",
+                    "allOf": [
+                        {
+                            "$ref": "#/definitions/constvar.RuleType"
+                        }
+                    ]
                 }
             }
         },
@@ -3652,6 +3675,14 @@
                 "productId": {
                     "description": "浜у搧id",
                     "type": "string"
+                },
+                "ruleType": {
+                    "description": "涓婃灦瑙勫垯绫诲瀷 1锛氫骇鍝佺被鍨嬶紱2锛氫骇鍝佺被鍒被鍨�",
+                    "allOf": [
+                        {
+                            "$ref": "#/definitions/constvar.RuleType"
+                        }
+                    ]
                 }
             }
         },

--
Gitblit v1.8.0