BusinessScopeDTO.java 201 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 package com.subsidy.dto.businessScope; import lombok.Data; @Data public class BusinessScopeDTO { private String businessScopeName; private Integer pageNum; private Integer pageSize; }