Выбор сервиса в паттернах
This commit is contained in:
@@ -42,6 +42,8 @@ public class Pattern {
|
||||
|
||||
private PatternActionType actionType;
|
||||
|
||||
private Integer serviceId;
|
||||
|
||||
private long searchStartTimestamp;
|
||||
|
||||
@ManyToMany(mappedBy = "foundPatterns", fetch = FetchType.LAZY)
|
||||
|
||||
@@ -16,5 +16,6 @@ public class PatternDto {
|
||||
private PatternSearchType searchType;
|
||||
private PatternDirectionType directionType;
|
||||
private PatternActionType actionType;
|
||||
private Integer serviceId;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user