package com.meishu.dto.rule; import lombok.Data; @Data public class GetAllRulesDTO { private Integer pageSize; private Integer pageNum; }