id自增數據庫
@GeneratedValue(strategy= GenerationType.IDENTITY) @Id private Integer id;
數據庫別名code
@Column(name = "department_name") private String name;