@@ -34,7 +34,7 @@ public class Manage implements Serializable {
private Long deptId;
@Column(name = "dept_name")
- private Long deptName;
+ private String deptName;
@Column(name = "product_id")
private Long productId;