fix
This commit is contained in:
parent
90ec64469b
commit
77e9b1f0c6
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ import lombok.EqualsAndHashCode;
|
|||
|
||||
@Data
|
||||
@Entity
|
||||
@Inheritance(strategy = InheritanceType.TABLE_PER_CLASS)
|
||||
public abstract class Condition<D> {
|
||||
|
||||
@Transient private String kind;
|
||||
|
|
Loading…
Reference in a new issue