package com.subsidy.vo.simulation; import lombok.Data; @Data public class OutPutVO { private String majorType; private Integer cnt; }