Commit 1682fc5a authored by suntao's avatar suntao

xuliehua

parent 3d48c316
......@@ -7,6 +7,7 @@ import lombok.NoArgsConstructor;
import org.hibernate.annotations.Proxy;
import javax.persistence.*;
import java.io.Serializable;
import java.util.List;
/**
......@@ -18,7 +19,7 @@ import java.util.List;
@Entity
@Table(name = "permission")
@Proxy(lazy = false)
public class Permission {
public class Permission implements Serializable {
/**
* 主键id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment