소스 검색

更新SWAGGER

zhou.xiaoning 3 년 전
부모
커밋
7bc38910f2
3개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  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