package cn.com.goldenwater.dcproj.vo; import lombok.Data; @Data public class JxMapVo { private String dictType; private int total; }