Skip to content
Snippets Groups Projects

feat/US226-manage-structures-page

Merged Marlène SIMONDANT requested to merge feat/US226-manage-structures-page into V2.0
Files
16
@@ -12,6 +12,7 @@ export class Structure {
public numero: string = null;
public createdAt: string = null;
public updatedAt: string = null;
public toBeDeletedAt: string = null;
public structureName: string = null;
public structureType: string = null;
public description: string = null;
Loading