Skip to content

Commit

Permalink
Added version to entity models
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed May 14, 2018
1 parent 1a2ca27 commit 87a7056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/app/domain/entity/filter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export class Filter implements MetadataFilter {
id = '';
createdDate?: string;
modifiedDate?: string;
version: string;

filterName = '';
filterEnabled = false;
Expand Down
1 change: 1 addition & 0 deletions ui/src/app/domain/entity/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export class Provider implements MetadataProvider {
id = '';
createdDate?: string;
modifiedDate?: string;
version: string;

entityId = '';
serviceProviderName = '';
Expand Down

0 comments on commit 87a7056

Please sign in to comment.