Jelajahi Sumber

更新SWAGGER

zhou.xiaoning 3 tahun lalu
induk
melakukan
7bc38910f2
3 mengubah file dengan 11 tambahan dan 0 penghapusan
  1. 4 0
      docs/docs.go
  2. 4 0
      docs/swagger.json
  3. 3 0
      docs/swagger.yaml

+ 4 - 0
docs/docs.go

@@ -31271,6 +31271,10 @@ const docTemplate = `{
                     "description": "当前步骤ID",
                     "type": "string"
                 },
+                "goodsno": {
+                    "description": "商品编号",
+                    "type": "string"
+                },
                 "overshortamount": {
                     "description": "溢短金额",
                     "type": "number"

+ 4 - 0
docs/swagger.json

@@ -31262,6 +31262,10 @@
                     "description": "当前步骤ID",
                     "type": "string"
                 },
+                "goodsno": {
+                    "description": "商品编号",
+                    "type": "string"
+                },
                 "overshortamount": {
                     "description": "溢短金额",
                     "type": "number"

+ 3 - 0
docs/swagger.yaml

@@ -11375,6 +11375,9 @@ definitions:
       curstepid:
         description: 当前步骤ID
         type: string
+      goodsno:
+        description: 商品编号
+        type: string
       overshortamount:
         description: 溢短金额
         type: number