Commit e4806b26 by fudahua

csp

parent e5460644
...@@ -91,11 +91,11 @@ public class DepartmentVO implements Serializable{ ...@@ -91,11 +91,11 @@ public class DepartmentVO implements Serializable{
this.level = level; this.level = level;
} }
public Integer getSort() { public Long getSort() {
return sort; return sort;
} }
public void setSort(Integer sort) { public void setSort(Long sort) {
this.sort = sort; this.sort = sort;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment