Options
All
  • Public
  • Public/Protected
  • All
Menu

导出参数接口

Hierarchy

  • IDataExportConfig

Index

Properties

Optional MAINTABLENAME_ZLFW

MAINTABLENAME_ZLFW: string

表名称,如果没有list,将会按照这个表名去查询数据

Optional checkRwid

checkRwid: string[]

勾选的列表

Optional columns

columns: object

要导出的列名数组

Optional extraMap

extraMap: { dsId: string; modelId: string }

扩展的参数

Type declaration

  • dsId: string

    页面模型内数据源的唯一id

  • modelId: string

    页面模型的唯一id

Optional fileName

fileName: string

文件名

Optional fileTitle

fileTitle: string

文件标题

Optional fileType

导出的文件类型

Optional modelId

modelId: string

模型id

Optional modelPath

modelPath: string

Optional range

选择导出的范围

Optional url

url: string

模板路径?

Generated using TypeDoc