package com.subsidy.vo.company; import lombok.Data; @Data public class GetAllCompanyVO { private Long id; private String companyName; }