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