mirror of https://github.com/elunez/eladmin
Update Dept.java
parent
7c81232e63
commit
7391a25844
|
@ -20,7 +20,7 @@ import java.util.Set;
|
||||||
@Getter
|
@Getter
|
||||||
@Setter
|
@Setter
|
||||||
@Table(name="dept",
|
@Table(name="dept",
|
||||||
indexs={@Index(name="idx_pid",columnList="pid")})
|
indexs={@Index(name="idx_pid",columnList="pid")})
|
||||||
public class Dept implements Serializable {
|
public class Dept implements Serializable {
|
||||||
|
|
||||||
@Id
|
@Id
|
||||||
|
|
Loading…
Reference in New Issue