zwxi 1 year ago
parent
commit
04eca457e1
1 changed files with 705 additions and 33 deletions
  1. 705 33
      swagger/swagger.yml

+ 705 - 33
swagger/swagger.yml

@@ -1363,6 +1363,157 @@ paths:
           description: ""
           schema:
             $ref: '#/definitions/response.AddExcelInfoResp'
+  /data_stat//edb_delete_log:
+    get:
+      tags:
+      - data_stat
+      description: |-
+        查询删除指标列表接口
+        <br>
+      operationId: EdbSourceStatController.查询删除指标列表
+      responses:
+        "200":
+          description: ""
+          schema:
+            $ref: '#/definitions/data_stat.GetEdbDeleteLogResp'
+  /data_stat//edb_update_log:
+    get:
+      tags:
+      - data_stat
+      description: |-
+        查询指标信息变更列表接口
+        <br>
+      operationId: EdbSourceStatController.查询指标信息变更列表
+      responses:
+        "200":
+          description: ""
+          schema:
+            $ref: '#/definitions/data_stat.GetEdbUpdateLogResp'
+  /data_stat//edb_update_stat:
+    get:
+      tags:
+      - data_stat
+      description: |-
+        查询数据源明细列表接口
+        <br>
+      operationId: EdbSourceStatController.查询数据源明细列表
+      responses:
+        "200":
+          description: ""
+          schema:
+            $ref: '#/definitions/data_stat.GetEdbUpdateStatResp'
+  /data_stat//edb_update_stat/failed:
+    get:
+      tags:
+      - data_stat
+      description: |-
+        查询指标更新失败详情列表
+        <br>
+      operationId: EdbSourceStatController.查询指标更新失败详情列表
+      responses:
+        "200":
+          description: ""
+          schema:
+            $ref: '#/definitions/data_stat.GetEdbUpdateLogResp'
+  /data_stat//source_column:
+    get:
+      tags:
+      - data_stat
+      description: |-
+        查询 数据源统计表自定义列列表
+        <br>
+      operationId: EdbSourceStatController.数据源统计表自定义列列表
+      responses:
+        "200":
+          description: ""
+          schema:
+            $ref: '#/definitions/data_stat.StatColumnList'
+  /data_stat//source_column/edit:
+    post:
+      tags:
+      - data_stat
+      description: |-
+        编辑 数据源统计表自定义列列表
+        <br>
+      operationId: EdbSourceStatController.编辑数据源统计表自定义列
+      responses:
+        "200":
+          description: ""
+          schema:
+            $ref: '#/definitions/data_stat.StatColumnList'
+  /data_stat//source_stat:
+    get:
+      tags:
+      - data_stat
+      description: |-
+        查询数据源统计列表接口
+        <br>
+      operationId: EdbSourceStatController.查询数据源统计列表
+      responses:
+        "200":
+          description: ""
+          schema:
+            $ref: '#/definitions/data_stat.GetEdbUpdateLogResp'
+  /data_stat//terminal/code:
+    get:
+      tags:
+      - data_stat
+      description: |-
+        数据源终端列表接口
+        <br>
+      operationId: EdbTerminalController.数据源终端列表
+      responses:
+        "200":
+          description: ""
+          schema:
+            $ref: '#/definitions/data_manage.EdbTerminalCodeResp'
+  /data_stat//terminal/list:
+    get:
+      tags:
+      - data_stat
+      description: |-
+        数据源终端列表接口
+        <br>
+      operationId: EdbTerminalController.数据源终端列表
+      responses:
+        "200":
+          description: ""
+          schema:
+            $ref: '#/definitions/data_manage.EdbTerminalLisResp'
+  /data_stat//terminal/save:
+    post:
+      tags:
+      - data_stat
+      description: |-
+        保存数据源终端接口
+        <br>
+      operationId: EdbTerminalController.保存数据源终端
+      parameters:
+      - in: body
+        name: request
+        description: type json string
+        schema:
+          $ref: '#/definitions/true'
+      responses:
+        "200":
+          description: string "操作成功"
+  /data_stat//terminal/status/set:
+    post:
+      tags:
+      - data_stat
+      description: |-
+        启用/禁用数据源终端
+        <br>
+      operationId: EdbTerminalController.启用/禁用数据源终端
+      parameters:
+      - in: body
+        name: request
+        description: type json string
+        schema:
+          $ref: '#/definitions/true'
+      responses:
+        "200":
+          description: string "操作成功"
   /datamanage/baiinfo/classify:
     get:
       tags:
@@ -4291,6 +4442,21 @@ paths:
           description: ""
           schema:
             $ref: '#/definitions/response.AddExcelInfoResp'
+  /datamanage/excel_info/get_system_date:
+    post:
+      tags:
+      - datamanage
+      description: |-
+        获取系统日期(包含计算日期)
+        <br>
+      operationId: ExcelInfoController.获取系统日期(包含计算日期)
+      parameters:
+      - in: body
+        name: request
+        description: type json string
+        required: true
+        schema:
+          $ref: '#/definitions/request.MixedTableCellDataReq'
   /datamanage/excel_info/list:
     get:
       tags:
@@ -4362,6 +4528,21 @@ paths:
       responses:
         "200":
           description: 标记成功 ;202 标记成功
+  /datamanage/excel_info/mixed/calculate:
+    post:
+      tags:
+      - datamanage
+      description: |-
+        公式计算(混合表格)
+        <br>
+      operationId: ExcelInfoController.公式计算(混合表格)
+      parameters:
+      - in: body
+        name: request
+        description: type json string
+        required: true
+        schema:
+          $ref: '#/definitions/request.CalculateConf'
   /datamanage/excel_info/move:
     post:
       tags:
@@ -5442,6 +5623,19 @@ paths:
           description: ""
           schema:
             $ref: '#/definitions/data_manage.LzFrequency'
+  /datamanage/mysteel_chemical/index/list:
+    get:
+      tags:
+      - datamanage
+      description: |-
+        钢联化工数据指标列表接口
+        <br>
+      operationId: EdbInfoController.钢联化工数据指标列表
+      responses:
+        "200":
+          description: ""
+          schema:
+            $ref: '#/definitions/data_manage.BaseFromMysteelChemicalIndexResp'
   /datamanage/mysteel_chemical/move:
     post:
       tags:
@@ -6541,6 +6735,19 @@ paths:
           description: ""
           schema:
             $ref: '#/definitions/data_manage.LzFrequency'
+  /datamanage/smm/index/list:
+    get:
+      tags:
+      - datamanage
+      description: |-
+        有色数据指标列表接口
+        <br>
+      operationId: EdbInfoController.有色数据指标
+      responses:
+        "200":
+          description: ""
+          schema:
+            $ref: '#/definitions/data_manage.SmmClassify'
   /datamanage/smm/move:
     post:
       tags:
@@ -16728,16 +16935,16 @@ paths:
         Ret=200:
           description: 上传成功
 definitions:
-  3787.0x14002901560.false:
+  3787.0x14001dc86c0.false:
     title: "false"
     type: object
   28773.<nil>.LuckySheetDataValue:
     title: LuckySheetDataValue
     type: object
-  187752.0x14001e4e600.false:
+  188796.0x14001c1e240.false:
     title: "false"
     type: object
-  895762.0x140026dc690.false:
+  911793.0x140012f5680.false:
     title: "false"
     type: object
   EicDataV2:
@@ -16970,8 +17177,8 @@ definitions:
         type: array
         items:
           $ref: '#/definitions/company.PermissionVarietyList'
-  data_manage.&{248466 EdbClassifyItems}:
-    title: '&{248466 EdbClassifyItems}'
+  data_manage.&{249959 EdbClassifyItems}:
+    title: '&{249959 EdbClassifyItems}'
     type: object
   data_manage.AddBaseFromBaiinfoClassifyReq:
     title: AddBaseFromBaiinfoClassifyReq
@@ -17297,6 +17504,9 @@ definitions:
         description: 创建时间
         type: string
         format: datetime
+      IndexCode:
+        description: 指标编码
+        type: string
       Level:
         description: 层级
         type: integer
@@ -17339,6 +17549,14 @@ definitions:
       OpButton:
         description: 是否可编辑
         type: boolean
+  data_manage.BaseFromMysteelChemicalIndexResp:
+    title: BaseFromMysteelChemicalIndexResp
+    type: object
+    properties:
+      List:
+        type: array
+        items:
+          $ref: '#/definitions/data_manage.BaseFromMysteelChemicalClassifyItems'
   data_manage.BaseFromTradeEicIndexV2:
     title: BaseFromTradeEicIndexV2
     type: object
@@ -17795,6 +18013,9 @@ definitions:
         description: 我的图表分类ID
         type: integer
         format: int64
+      NodeId:
+        description: 节点ID
+        type: string
       NodeName:
         description: 节点名称
         type: string
@@ -18631,7 +18852,7 @@ definitions:
     title: EdbClassifyItemList
     type: array
     items:
-      $ref: '#/definitions/data_manage.&{248466 EdbClassifyItems}'
+      $ref: '#/definitions/data_manage.&{249959 EdbClassifyItems}'
   data_manage.EdbClassifyItemsButton:
     title: EdbClassifyItemsButton
     type: object
@@ -18755,6 +18976,9 @@ definitions:
         format: datetime
       DataDateType:
         type: string
+      DataUpdateTime:
+        description: 最近一次数据发生变化的时间
+        type: string
       EdbCode:
         description: 指标编码
         type: string
@@ -18781,6 +19005,9 @@ definitions:
       EndDate:
         description: 终止日期
         type: string
+      ErDataUpdateDate:
+        description: 本次更新,数据发生变化的最早日期
+        type: string
       Frequency:
         description: 频率
         type: string
@@ -18828,6 +19055,9 @@ definitions:
         description: 来源id
         type: integer
         format: int64
+      SourceIndexName:
+        description: 数据源中的指标名称
+        type: string
       SourceName:
         description: 来源名称
         type: string
@@ -18839,6 +19069,9 @@ definitions:
         format: int64
       SysUserRealName:
         type: string
+      TerminalCode:
+        description: 终端编码,用于配置在机器上
+        type: string
       UniqueCode:
         description: 指标唯一编码
         type: string
@@ -19126,6 +19359,9 @@ definitions:
         format: datetime
       DataDateType:
         type: string
+      DataUpdateTime:
+        description: 最近一次数据发生变化的时间
+        type: string
       EdbCode:
         description: 指标编码
         type: string
@@ -19152,6 +19388,9 @@ definitions:
       EndDate:
         description: 终止日期
         type: string
+      ErDataUpdateDate:
+        description: 本次更新,数据发生变化的最早日期
+        type: string
       Frequency:
         description: 频率
         type: string
@@ -19199,6 +19438,9 @@ definitions:
         description: 来源id
         type: integer
         format: int64
+      SourceIndexName:
+        description: 数据源中的指标名称
+        type: string
       SourceName:
         description: 来源名称
         type: string
@@ -19210,6 +19452,9 @@ definitions:
         format: int64
       SysUserRealName:
         type: string
+      TerminalCode:
+        description: 终端编码,用于配置在机器上
+        type: string
       UniqueCode:
         description: 指标唯一编码
         type: string
@@ -19404,6 +19649,32 @@ definitions:
         description: 1:数据已存在于弘则数据库,2:新数据,3:数据已存在于弘则数据库,但是当前账号无权限
         type: integer
         format: int64
+  data_manage.EdbTerminalCode:
+    title: EdbTerminalCode
+    type: object
+    properties:
+      Name:
+        description: 终端别名
+        type: string
+      Source:
+        description: 指标来源类型
+        type: integer
+        format: int64
+      TerminalCode:
+        description: 终端编码,用于配置在机器上
+        type: string
+  data_manage.EdbTerminalCodeResp:
+    title: EdbTerminalCodeResp
+    type: object
+    properties:
+      List:
+        description: 终端编码列表
+        type: array
+        items:
+          $ref: '#/definitions/data_manage.EdbTerminalCode'
+  data_manage.EdbTerminalLisResp:
+    title: EdbTerminalLisResp
+    type: object
   data_manage.EdbdataClassify:
     title: EdbdataClassify
     type: object
@@ -19856,27 +20127,6 @@ definitions:
         items:
           type: integer
           format: int64
-  data_manage.MyChartClassify:
-    title: MyChartClassify
-    type: object
-    properties:
-      AdminId:
-        description: 创建人id
-        type: integer
-        format: int64
-      IsCompanyPublic:
-        description: 是否为用户公共分类
-        type: integer
-        format: int64
-      IsPublic:
-        description: 是否公共分类
-        type: integer
-        format: int64
-      MyChartClassifyId:
-        type: integer
-        format: int64
-      MyChartClassifyName:
-        type: string
   data_manage.MyChartClassifyAddReq:
     title: MyChartClassifyAddReq
     type: object
@@ -19903,6 +20153,33 @@ definitions:
       MyChartClassifyName:
         description: 分类名称
         type: string
+  data_manage.MyChartClassifyItem:
+    title: MyChartClassifyItem
+    type: object
+    properties:
+      AdminId:
+        description: 创建人id
+        type: integer
+        format: int64
+      ChartNum:
+        description: 分类下的图表数量
+        type: integer
+        format: int64
+      IsCompanyPublic:
+        description: 是否为用户公共分类
+        type: integer
+        format: int64
+      IsPublic:
+        description: 是否公共分类
+        type: integer
+        format: int64
+      MyChartClassifyId:
+        description: 分类ID
+        type: integer
+        format: int64
+      MyChartClassifyName:
+        description: 分类名称
+        type: string
   data_manage.MyChartClassifyMoveReq:
     title: MyChartClassifyMoveReq
     type: object
@@ -19929,7 +20206,7 @@ definitions:
       List:
         type: array
         items:
-          $ref: '#/definitions/data_manage.MyChartClassify'
+          $ref: '#/definitions/data_manage.MyChartClassifyItem'
   data_manage.MyChartDeleteReq:
     title: MyChartDeleteReq
     type: object
@@ -20201,7 +20478,7 @@ definitions:
       EdbInfoIdArr:
         type: array
         items:
-          $ref: '#/definitions/895762.0x140026dc690.false'
+          $ref: '#/definitions/911793.0x140012f5680.false'
       EdbName:
         description: 指标名称
         type: string
@@ -20675,6 +20952,321 @@ definitions:
   data_manage.interface:
     title: interface
     type: object
+  data_stat.EdbInfoDeleteLogItem:
+    title: EdbInfoDeleteLogItem
+    type: object
+    properties:
+      CreateTime:
+        description: 创建时间即删除时间
+        type: string
+      DataUpdateTime:
+        description: 最近一次数据发生变化的时间
+        type: string
+      DelSysUserId:
+        description: 删除人ID
+        type: integer
+        format: int64
+      DelSysUserRealName:
+        description: 删除人姓名
+        type: string
+      EdbCode:
+        description: 指标编码
+        type: string
+      EdbCreateTime:
+        description: 指标创建时间
+        type: string
+      EdbInfoId:
+        description: 指标ID
+        type: integer
+        format: int64
+      EdbInfoType:
+        description: 指标类型,0:普通指标,1:预测指标
+        type: integer
+        format: int64
+      EdbName:
+        description: 指标名称
+        type: string
+      EdbNameEn:
+        description: 英文指标名称
+        type: string
+      EdbNameSource:
+        description: 指标名称来源
+        type: string
+      EndDate:
+        description: 终止日期
+        type: string
+      ErDataUpdateDate:
+        description: 本次更新,数据发生变化的最早日期
+        type: string
+      Frequency:
+        description: 频率
+        type: string
+      Id:
+        type: integer
+        format: int64
+      LatestDate:
+        description: 数据最新日期
+        type: string
+      LatestValue:
+        description: 数据最新值
+        type: number
+        format: double
+      Source:
+        description: 来源id
+        type: integer
+        format: int64
+      SourceName:
+        description: 来源名称
+        type: string
+      StartDate:
+        description: 起始日期
+        type: string
+      SysUserId:
+        description: 创建人ID
+        type: integer
+        format: int64
+      SysUserRealName:
+        description: 创建人姓名
+        type: string
+      TerminalCode:
+        description: 终端编码,用于配置在机器上
+        type: string
+      Unit:
+        description: 单位
+        type: string
+  data_stat.EdbInfoStatColumnListItem:
+    title: EdbInfoStatColumnListItem
+    type: object
+    properties:
+      ColumnKey:
+        description: 字段
+        type: string
+      ColumnName:
+        description: 字段名称
+        type: string
+      Id:
+        description: 自增id
+        type: integer
+        format: int64
+      IsMust:
+        description: '是否必选列: 0非必选 1必须'
+        type: integer
+        format: int64
+      IsShow:
+        description: 是否展示:1展示,0不展示
+        type: integer
+        format: int64
+      IsSort:
+        description: 是否是允许排序的列,0否,1是
+        type: integer
+        format: int64
+      Type:
+        description: 列表类型:1数据源明细表,2数据源统计表,3删除指标列表,4指标信息变更表
+        type: integer
+        format: int64
+  data_stat.EdbInfoUpdateLogItem:
+    title: EdbInfoUpdateLogItem
+    type: object
+    properties:
+      CreateTime:
+        type: string
+      DataUpdateTime:
+        description: 最近一次数据发生变化的时间
+        type: string
+      EdbCode:
+        description: 指标编码
+        type: string
+      EdbInfoId:
+        description: 指标ID
+        type: integer
+        format: int64
+      EdbName:
+        description: 指标名称
+        type: string
+      EdbNameSource:
+        description: 指标名称来源
+        type: string
+      EndDate:
+        description: 终止日期
+        type: string
+      ErDataUpdateDate:
+        description: 本次更新,数据发生变化的最早日期
+        type: string
+      Frequency:
+        description: 频率
+        type: string
+      Id:
+        type: integer
+        format: int64
+      LatestDate:
+        description: 数据最新日期
+        type: string
+      LatestValue:
+        description: 数据最新值
+        type: number
+        format: double
+      Source:
+        description: 来源id
+        type: integer
+        format: int64
+      SourceName:
+        description: 来源名称
+        type: string
+      StartDate:
+        description: 起始日期
+        type: string
+      SysUserId:
+        description: 创建人ID
+        type: integer
+        format: int64
+      SysUserRealName:
+        description: 创建人姓名
+        type: string
+      TerminalCode:
+        description: 终端编码,用于配置在机器上
+        type: string
+      UniqueCode:
+        description: 指标唯一编码
+        type: string
+      Unit:
+        description: 单位
+        type: string
+      UpdateSysUserId:
+        description: 变更人ID
+        type: integer
+        format: int64
+      UpdateSysUserRealName:
+        description: 变更人姓名
+        type: string
+  data_stat.EdbInfoUpdateStatItem:
+    title: EdbInfoUpdateStatItem
+    type: object
+    properties:
+      CreateTime:
+        description: 创建时间
+        type: string
+      DataUpdateFailedReason:
+        description: 数据未正常更新原因
+        type: string
+      DataUpdateResult:
+        description: 数据更新结果:1成功,2失败
+        type: integer
+        format: int64
+      DataUpdateTime:
+        description: 数据更新时间
+        type: string
+      EdbCode:
+        description: 指标编码
+        type: string
+      EdbInfoId:
+        description: 指标ID
+        type: integer
+        format: int64
+      EdbName:
+        description: 指标名称
+        type: string
+      EdbNameSource:
+        description: 指标名称来源
+        type: string
+      ErDataUpdateDate:
+        description: 本次更新,数据发生变化的最早日期
+        type: string
+      Frequency:
+        description: 频率
+        type: string
+      HasRefresh:
+        description: 今日是否已刷新,1是,0否
+        type: integer
+        format: int32
+      Id:
+        type: integer
+        format: int64
+      IsAdd:
+        description: 是否是当日新增的指标:1是,2否
+        type: integer
+        format: int32
+      LatestDate:
+        description: 数据最新日期
+        type: string
+      LatestValue:
+        description: 数据最新值
+        type: number
+        format: double
+      NeedRefresh:
+        description: 今日是否需要定时刷新,1需要,0不需要
+        type: integer
+        format: int32
+      Source:
+        description: 来源id
+        type: integer
+        format: int64
+      SourceName:
+        description: 来源名称
+        type: string
+      StartDate:
+        description: 起始日期
+        type: string
+      SysUserId:
+        description: 创建人ID
+        type: integer
+        format: int64
+      SysUserRealName:
+        description: 创建人姓名
+        type: string
+      TerminalCode:
+        description: 终端编码,用于配置在机器上
+        type: string
+      Unit:
+        description: 单位
+        type: string
+      UpdateFailedReason:
+        description: 刷新失败原因
+        type: string
+      UpdateResult:
+        description: 本次刷新操作结果:1成功,2失败
+        type: integer
+        format: int64
+      UpdateTime:
+        description: 刷新时间
+        type: string
+  data_stat.GetEdbDeleteLogResp:
+    title: GetEdbDeleteLogResp
+    type: object
+    properties:
+      List:
+        type: array
+        items:
+          $ref: '#/definitions/data_stat.EdbInfoDeleteLogItem'
+      Paging:
+        $ref: '#/definitions/paging.PagingItem'
+  data_stat.GetEdbUpdateLogResp:
+    title: GetEdbUpdateLogResp
+    type: object
+    properties:
+      List:
+        type: array
+        items:
+          $ref: '#/definitions/data_stat.EdbInfoUpdateLogItem'
+      Paging:
+        $ref: '#/definitions/paging.PagingItem'
+  data_stat.GetEdbUpdateStatResp:
+    title: GetEdbUpdateStatResp
+    type: object
+    properties:
+      List:
+        type: array
+        items:
+          $ref: '#/definitions/data_stat.EdbInfoUpdateStatItem'
+      Paging:
+        $ref: '#/definitions/paging.PagingItem'
+  data_stat.StatColumnList:
+    title: StatColumnList
+    type: object
+    properties:
+      List:
+        type: array
+        items:
+          $ref: '#/definitions/data_stat.EdbInfoStatColumnListItem'
   excel.ExcelClassifyItems:
     title: ExcelClassifyItems
     type: object
@@ -21026,7 +21618,7 @@ definitions:
         description: ppt的json数据
         type: string
       FirstPage:
-        $ref: '#/definitions/187752.0x14001e4e600.false'
+        $ref: '#/definitions/188796.0x14001c1e240.false'
         description: 首页
       GroupId:
         description: 目录id
@@ -24186,7 +24778,7 @@ definitions:
         description: ppt的json数据
         type: string
       FirstPage:
-        $ref: '#/definitions/3787.0x14002901560.false'
+        $ref: '#/definitions/3787.0x14001dc86c0.false'
         description: 首页
       GroupId:
         description: 目录id
@@ -24991,6 +25583,37 @@ definitions:
         description: 品种id
         type: integer
         format: int64
+  request.CalculateConf:
+    title: CalculateConf
+    type: object
+    properties:
+      Calendar:
+        description: 公历/农历
+        type: string
+      DataTime:
+        description: 所属日期,这个日期有传递的话,那么就取上下两期+自己的数据;没有传就默认最近5期的数据
+        type: string
+      EdbInfoId:
+        description: 指标id
+        type: integer
+        format: int64
+      Formula:
+        $ref: '#/definitions/request.interface'
+        description: 计算公式,默认是string,实际上还需要转成其他样式
+      Frequency:
+        description: 需要转换的频度
+        type: string
+      MoveFrequency:
+        description: 移动频度
+        type: string
+      MoveType:
+        description: 移动方式:1:领先(默认),2:滞后
+        type: integer
+        format: int64
+      Source:
+        description: 1:累计值转月;2:累计值转季;3:同比值;4:同差值;5:N数值移动平均数计算;6:环比值;7:环差值;8:升频;9:降频;10:时间移位;11:超季节性;12:年化;13:累计值;14:累计值年初至今;15:指数修匀;16:日均值
+        type: integer
+        format: int64
   request.CalculateReq:
     title: CalculateReq
     type: object
@@ -25340,6 +25963,37 @@ definitions:
         description: 标记状态,1:编辑中,2:编辑完成
         type: integer
         format: int64
+  request.MixedTableCellDataReq:
+    title: MixedTableCellDataReq
+    type: object
+    properties:
+      DataTime:
+        description: 所属日期
+        type: string
+      DataTimeType:
+        description: 日期类型:0:手动输入日期;1:导入系统日期;;3:导入指标日期(指标库的最新日期);
+        type: integer
+        format: int64
+      DataType:
+        description: 数据类型,1:日期,2:指标,3:自定义文本,4:插值
+        type: integer
+        format: int64
+      EdbInfoId:
+        description: 指标id
+        type: integer
+        format: int64
+      Extra:
+        description: 额外参数
+        type: string
+      ShowValue:
+        description: 展示值
+        type: string
+      Uid:
+        description: 单元格唯一标识
+        type: string
+      Value:
+        description: 实际值
+        type: string
   request.ModifyEdbNoPermissionAdminReq:
     title: ModifyEdbNoPermissionAdminReq
     type: object
@@ -25729,6 +26383,9 @@ definitions:
         format: datetime
       DataDateType:
         type: string
+      DataUpdateTime:
+        description: 最近一次数据发生变化的时间
+        type: string
       EdbCode:
         description: 指标编码
         type: string
@@ -25755,6 +26412,9 @@ definitions:
       EndDate:
         description: 终止日期
         type: string
+      ErDataUpdateDate:
+        description: 本次更新,数据发生变化的最早日期
+        type: string
       FixedValue:
         description: 固定值
         type: number
@@ -25815,6 +26475,9 @@ definitions:
         description: 来源id
         type: integer
         format: int64
+      SourceIndexName:
+        description: 数据源中的指标名称
+        type: string
       SourceName:
         description: 来源名称
         type: string
@@ -25826,6 +26489,9 @@ definitions:
         format: int64
       SysUserRealName:
         type: string
+      TerminalCode:
+        description: 终端编码,用于配置在机器上
+        type: string
       UniqueCode:
         description: 指标唯一编码
         type: string
@@ -27532,6 +28198,9 @@ tags:
 - name: custom_analysis
   description: |
     CustomAnalysisController 自定义分析
+- name: user_login
+  description: |
+    UserLoginAuthController 登录-需Token
 - name: eta_trial
   description: |
     EtaTrialController ETA试用
@@ -27541,9 +28210,12 @@ tags:
 - name: meeting_probabilities
   description: |
     MeetingProbabilitiesController 加息概率
-- name: chart_framework
+- name: data_stat
   description: |
-    ChartFrameworkController 图库框架
+    EdbTerminalController 数据源终端管理
 - name: smart_report
   description: |
     SmartReportController 智能研报
+- name: chart_framework
+  description: |
+    ChartFrameworkController 图库框架