printout
This commit is contained in:
parent
58213923e5
commit
9da2a98f55
12 changed files with 341 additions and 54 deletions
7
src/viewmodel/admin/protocolPrintout.models.ts
Normal file
7
src/viewmodel/admin/protocolPrintout.models.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
export interface ProtocolPrintoutViewModel {
|
||||
id: number;
|
||||
title: string;
|
||||
iteration: number;
|
||||
createdAt: Date;
|
||||
protocolId: number;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue