protocol base data
This commit is contained in:
parent
5c4e521bd8
commit
edc35f2f87
7 changed files with 73 additions and 1 deletions
|
@ -2,4 +2,7 @@ export interface ProtocolViewModel {
|
|||
id: number;
|
||||
title: string;
|
||||
date: Date;
|
||||
starttime: Date;
|
||||
endtime: Date;
|
||||
summary: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue