package com.timeline.common.vo; import lombok.Data; @Data public class CommonVo { private Integer pageSize; private Integer current; }