created new sprint form component draft

This commit is contained in:
test
2020-06-26 13:26:00 +02:00
parent 39e403a8a7
commit 7c26e91b2a
8 changed files with 158 additions and 2 deletions

View File

@@ -232,7 +232,7 @@ export interface ScrumUserstory {
export interface ScrumSprint{
id?: number;
title: string;
description: string;
description?: string;
startDate: Date;
endDate: Date;
project: number;