Update Dept.java

pull/295/head
wtune 2020-03-13 16:36:41 +08:00
parent 7c81232e63
commit 7391a25844
1 changed files with 1 additions and 1 deletions

View File

@ -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