id自增数据库
@GeneratedValue(strategy= GenerationType.IDENTITY) @Id private Integer id;
数据库别名code
@Column(name = "department_name") private String name;