浏览代码

更新SWAGGER

zhou.xiaoning 3 年之前
父节点
当前提交
925f2c7440
共有 3 个文件被更改,包括 22 次插入0 次删除
  1. 8 0
      docs/docs.go
  2. 8 0
      docs/swagger.json
  3. 6 0
      docs/swagger.yaml

+ 8 - 0
docs/docs.go

@@ -36814,6 +36814,10 @@ var doc = `{
                     "description": "列宽",
                     "type": "string"
                 },
+                "fixed": {
+                    "description": "固定类型 - 空 | left | right",
+                    "type": "string"
+                },
                 "formatterstring": {
                     "description": "格式化字符",
                     "type": "string"
@@ -36826,6 +36830,10 @@ var doc = `{
                     "description": "表头分组名称",
                     "type": "string"
                 },
+                "ismerge": {
+                    "description": "是否合并显示 - 0:不合并 1:合并",
+                    "type": "integer"
+                },
                 "isshow": {
                     "description": "是否显示 - 0:不显示 1:显示",
                     "type": "integer"

+ 8 - 0
docs/swagger.json

@@ -36798,6 +36798,10 @@
                     "description": "列宽",
                     "type": "string"
                 },
+                "fixed": {
+                    "description": "固定类型 - 空 | left | right",
+                    "type": "string"
+                },
                 "formatterstring": {
                     "description": "格式化字符",
                     "type": "string"
@@ -36810,6 +36814,10 @@
                     "description": "表头分组名称",
                     "type": "string"
                 },
+                "ismerge": {
+                    "description": "是否合并显示 - 0:不合并 1:合并",
+                    "type": "integer"
+                },
                 "isshow": {
                     "description": "是否显示 - 0:不显示 1:显示",
                     "type": "integer"

+ 6 - 0
docs/swagger.yaml

@@ -15490,6 +15490,9 @@ definitions:
       columnwidth:
         description: 列宽
         type: string
+      fixed:
+        description: 固定类型 - 空 | left | right
+        type: string
       formatterstring:
         description: 格式化字符
         type: string
@@ -15499,6 +15502,9 @@ definitions:
       groupname:
         description: 表头分组名称
         type: string
+      ismerge:
+        description: 是否合并显示 - 0:不合并 1:合并
+        type: integer
       isshow:
         description: 是否显示 - 0:不显示 1:显示
         type: integer