printout page
This commit is contained in:
parent
225b686de6
commit
f3ffdb1ffd
7 changed files with 137 additions and 8 deletions
7
src/viewmodels/admin/protocolPrintout.models.ts
Normal file
7
src/viewmodels/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