Options
All
  • Public
  • Public/Protected
  • All
Menu

Record 数据格式读取reader基类

Hierarchy

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Optional fields

fields: IField[]

字段列表

Optional idField

idField: string

主键字段名

Methods

read

  • read(data: string | IRetVo): { rows: any[]; success: boolean; totalRows: number }
  • Parameters

    Returns { rows: any[]; success: boolean; totalRows: number }

    • rows: any[]
    • success: boolean
    • totalRows: number

readRecords

  • readRecords(o: any): any
  • Parameters

    • o: any

    Returns any

Generated using TypeDoc