Home > @jview/types > RecordDTO
RecordDTO interface
数据记录 DTO,拥有 id 字段
Signature:
typescript
export interface RecordDTO extends PlainObject
export interface RecordDTO extends PlainObject
Extends: PlainObject
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
id | number | id 字段,通常是数据库记录的 id |