Commit 2659fc76 authored by 郭凡凡's avatar 郭凡凡

郭凡凡

parent cc6c65be
......@@ -27,7 +27,6 @@ import java.util.Map;
/**
* 文件导出工具
* @author guofanfan
* @date 2019/01/08
*/
public class FileExport {
......
......@@ -5,6 +5,10 @@ import com.pms.ocp.model.vo.Menu;
import java.util.ArrayList;
import java.util.List;
/**
* @author guofanfan
* 树形
*/
public class MenuTree {
private List<Menu> menuList = new ArrayList<Menu>();
public MenuTree(List<Menu> menuList) {
......
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