Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TEHIK
TEIS
common-api-gateway
Commits
eb8b7b72
Commit
eb8b7b72
authored
Sep 14, 2020
by
Hando Lukats
Browse files
TEIS-1506 updated ClassifierItemSearchFilterDto to contain itemName attribute
parent
ad9c88cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
api-gateway-lib/src/main/java/ee/sm/ti/teis/commongateway/classifier/search/ClassifierItemSearchFilterDto.java
View file @
eb8b7b72
...
...
@@ -13,6 +13,7 @@ import lombok.NoArgsConstructor;
public
class
ClassifierItemSearchFilterDto
{
private
String
definitionId
;
private
String
itemCode
;
private
String
itemName
;
private
String
attributeCode
;
private
String
attributeValue
;
private
Integer
itemLevel
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment