upgraded ps integration
This commit is contained in:
parent
02c74c330a
commit
43e839430d
@ -5,11 +5,13 @@ import lombok.Builder;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@Data
|
||||
@Builder
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
public class DictionaryEntry {
|
||||
public class DictionaryEntry implements Serializable {
|
||||
|
||||
private long entryId;
|
||||
private String value;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user