package cc.mrbird.febs.mall.vo; import java.util.List; public class TreeItemVo { private String name; private List children; }