package com.zy.asrs.wms.asrs.entity.echart; import lombok.Data; @Data public class EChartPieBean { private String name; private Long value; }