wangys 6 年之前
父节点
当前提交
685660e4aa

+ 1 - 1
efunbox-base/efunbox-base-api/src/main/java/cn/efunbox/manage/base/entity/Manage.java

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