Add dataenddate
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma
2020-06-25 09:47:53 +02:00
parent 277dc7051e
commit b0ff54d157
3 changed files with 83 additions and 76 deletions

View File

@@ -18,6 +18,7 @@ export class Item implements IItem {
public created?: Date;
public updated?: Date;
public dataDate?: Date;
public dataEndDate?: Date;
public itemType?: string;
public sourceTask?: string;
public size?: number;