Browse Source

查询合同接口增加点价合约商品组id字段

zou.yingbin 3 years ago
parent
commit
533b936214
3 changed files with 11 additions and 0 deletions
  1. 4 0
      docs/docs.go
  2. 4 0
      docs/swagger.json
  3. 3 0
      docs/swagger.yaml

+ 4 - 0
docs/docs.go

@@ -22803,6 +22803,10 @@ var doc = `{
                     "description": "点价商品代码",
                     "type": "string"
                 },
+                "goodsgroupid": {
+                    "description": "点价商品组id",
+                    "type": "integer"
+                },
                 "goodsid": {
                     "description": "点价商品ID",
                     "type": "integer"

+ 4 - 0
docs/swagger.json

@@ -22787,6 +22787,10 @@
                     "description": "点价商品代码",
                     "type": "string"
                 },
+                "goodsgroupid": {
+                    "description": "点价商品组id",
+                    "type": "integer"
+                },
                 "goodsid": {
                     "description": "点价商品ID",
                     "type": "integer"

+ 3 - 0
docs/swagger.yaml

@@ -6402,6 +6402,9 @@ definitions:
       goodscode:
         description: 点价商品代码
         type: string
+      goodsgroupid:
+        description: 点价商品组id
+        type: integer
       goodsid:
         description: 点价商品ID
         type: integer