6 lines
95 B
TypeScript
6 lines
95 B
TypeScript
export declare class MeetingRecordVo {
|
|
id: number;
|
|
device: string;
|
|
date: string;
|
|
}
|