Skip to content

Commit

Permalink
SHIBUI-2270
Browse files Browse the repository at this point in the history
Adding category and dsiplay type
  • Loading branch information
chasegawa committed Aug 30, 2022
1 parent 17c5bb1 commit d7228d0
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@ public class ShibPropertySetting {
@Column
private String propertyValue;

@Column
private String category;

@Column
private String displayType;

}

0 comments on commit d7228d0

Please sign in to comment.