mirror of
https://github.com/OpenSPG/openspg.git
synced 2025-12-12 07:41:27 +00:00
Entity add lombok
This commit is contained in:
parent
a44eb80be2
commit
82aa85f51d
@ -12,8 +12,11 @@
|
||||
*/
|
||||
package com.antgroup.openspg.reasoner.thinker.logic.graph;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Objects;
|
||||
|
||||
@Data
|
||||
public class Entity<K> implements Element {
|
||||
private K id;
|
||||
private String type;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user